            @charset "UTF-8";
            .company-rov {
                overflow: hidden;
            }
            
            .company-block {
                position: relative;
                z-index: 10;
                background-color: #f6f6f6;
            }
            
            .company-item {
                background-color: transparent;
                position: relative;
                height: 26em !important;
            }
            
            .company-item span {
                display: inline-block;
            }
            
            .company-item strong {
                font-weight: 600;
            }
            
            .company-item:before {
                bottom: 0;
                content: "";
                display: block;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                transform: scaleY(0);
                transform-origin: top;
                transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
                transform: translateY(-33em);
                height: 0;
            }
            
            .company-item--gray:before {
                background-color: #f6f6f6;
            }
            
            .company-item--white span {
                color: #008cff;
            }
            
            .company-item--white:before {
                background-color: #fff;
            }
            
            .company-item--blue span,
            .company-item--blue p {
                color: #fff !important;
            }
            
            /* .company-item--blue:before {
                background-color: #008cff;
            } */
            
            .company-item--blue:after {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                /* background: url(../img/company-bg.svg) 100% 100% no-repeat; */
                z-index: 1;
            }
            
            .company-item:nth-child(1) .company-text span:nth-child(1) {
                animation-delay: 0.7s;
            }
            
            .company-item:nth-child(1) .company-text span:nth-child(2) {
                animation-delay: 0.9s;
            }
            
            .company-item:nth-child(1) .company-text span:nth-child(3) {
                animation-delay: 1.1s;
            }
            
            .company-item:nth-child(1) .company-text span:nth-child(4) {
                animation-delay: 1.3s;
            }
            
            .company-item:nth-child(1) .company-text span:nth-child(5) {
                animation-delay: 1.5s;
            }
            
            .company-item:nth-child(1) .company-text span:nth-child(6) {
                animation-delay: 1.7s;
            }
            
            .company-item:nth-child(1) .company-text span:nth-child(7) {
                animation-delay: 1.9s;
            }
            
            .company-item:nth-child(1) .company-text span:nth-child(8) {
                animation-delay: 2.1s;
            }
            
            .company-item:nth-child(1) .company-text span:nth-child(9) {
                animation-delay: 2.3s;
            }
            
            .company-item:nth-child(1) .company-text span:nth-child(10) {
                animation-delay: 2.5s;
            }
            
            .company-item:nth-child(2) .company-text span strong:nth-child(1) {
                animation-delay: 0.7s;
            }
            
            .company-item:nth-child(2) .company-text span strong:nth-child(2) {
                animation-delay: 0.9s;
            }
            
            .company-item:nth-child(2) .company-text span strong:nth-child(3) {
                animation-delay: 1.1s;
            }
            
            .company-item:nth-child(2) .company-text span strong:nth-child(4) {
                animation-delay: 1.3s;
            }
            
            .company-item:nth-child(2) .company-text span strong:nth-child(5) {
                animation-delay: 1.5s;
            }
            
            .company-item:nth-child(2) .company-text span strong:nth-child(6) {
                animation-delay: 1.7s;
            }
            
            .company-item:nth-child(2) .company-text span strong:nth-child(7) {
                animation-delay: 1.9s;
            }
            
            .company-item:nth-child(2) .company-text span strong:nth-child(8) {
                animation-delay: 2.1s;
            }
            
            .company-item:nth-child(2) .company-text span strong:nth-child(9) {
                animation-delay: 2.3s;
            }
            
            .company-item:nth-child(2) .company-text span strong:nth-child(10) {
                animation-delay: 2.5s;
            }
            
            .company-item:nth-child(2) .company-text p span:nth-child(1) {
                animation-delay: 1.3s !important;
            }
            
            .company-item:nth-child(2) .company-text p span:nth-child(2) {
                animation-delay: 1.5s !important;
            }
            
            .company-item:nth-child(2) .company-text p span:nth-child(3) {
                animation-delay: 1.7s !important;
            }
            
            .company-item:nth-child(3) .company-text span strong:nth-child(1) {
                animation-delay: 0.9s;
            }
            
            .company-item:nth-child(3) .company-text span strong:nth-child(2) {
                animation-delay: 1.1s;
            }
            
            .company-item:nth-child(3) .company-text span strong:nth-child(3) {
                animation-delay: 1.3s;
            }
            
            .company-item:nth-child(3) .company-text span strong:nth-child(4) {
                animation-delay: 1.5s;
            }
            
            .company-item:nth-child(3) .company-text span strong:nth-child(5) {
                animation-delay: 1.7s;
            }
            
            .company-item:nth-child(3) .company-text span strong:nth-child(6) {
                animation-delay: 1.9s;
            }
            
            .company-item:nth-child(3) .company-text span strong:nth-child(7) {
                animation-delay: 2.1s;
            }
            
            .company-item:nth-child(3) .company-text span strong:nth-child(8) {
                animation-delay: 2.3s;
            }
            
            .company-item:nth-child(3) .company-text span strong:nth-child(9) {
                animation-delay: 2.5s;
            }
            
            .company-item:nth-child(3) .company-text span strong:nth-child(10) {
                animation-delay: 2.7s;
            }
            
            .company-item:nth-child(3) .company-text p span:nth-child(1) {
                animation-delay: 2.1s !important;
            }
            
            .company-item:nth-child(3) .company-text p span:nth-child(2) {
                animation-delay: 2.3s !important;
            }
            
            .company-item:nth-child(3) .company-text p span:nth-child(3) {
                animation-delay: 2.5s !important;
            }
            
            .company-item:nth-child(4) .company-text span strong:nth-child(1),
            .example-box .example-text-in:nth-child(1) p:nth-child(1) {
                animation-delay: 1.9s !important;
            }
            
            .company-item:nth-child(4) .company-text span strong:nth-child(2),
            .example-box .example-text-in:nth-child(1) p:nth-child(2) {
                animation-delay: 2.1s !important;
            }
            
            .company-item:nth-child(4) .company-text span strong:nth-child(3),
            .example-box .example-text-in:nth-child(1) p:nth-child(3) {
                animation-delay: 2.3s !important;
            }
            
            .company-item:nth-child(4) .company-text span strong:nth-child(4),
            .example-box .example-text-in:nth-child(1) p:nth-child(4) {
                animation-delay: 2.5s !important;
            }
            
            .company-item:nth-child(4) .company-text span strong:nth-child(5),
            .example-box .example-text-in:nth-child(1) p:nth-child(5) {
                animation-delay: 2.7s !important;
            }
            
            .company-item:nth-child(4) .company-text span strong:nth-child(6),
            .example-box .example-text-in:nth-child(1) p:nth-child(6) {
                animation-delay: 2.9s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(7) {
                animation-delay: 3.1s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(8) {
                animation-delay: 3.3s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(9) {
                animation-delay: 3.5s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(10) {
                animation-delay: 3.7s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(11) {
                animation-delay: 3.9s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(12) {
                animation-delay: 4.1s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(13) {
                animation-delay: 4.3s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(14) {
                animation-delay: 4.5s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(15) {
                animation-delay: 4.7s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(16) {
                animation-delay: 4.9s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(17) {
                animation-delay: 5.1s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(18) {
                animation-delay: 5.3s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(19) {
                animation-delay: 5.5s !important;
            }

            .example-box .example-text-in:nth-child(1) p:nth-child(20) {
                animation-delay: 5.7s !important;
            }
            
            .company-item:nth-child(4) .company-text p span:nth-child(1) {
                animation-delay: 2.7s !important;
            }
            
            .company-item:nth-child(4) .company-text p span:nth-child(2) {
                animation-delay: 2.9s !important;
            }
            
            .company-item:nth-child(4) .company-text p span:nth-child(3) {
                animation-delay: 3.1s !important;
            }
            
            .company-item:nth-child(5) .company-text span strong:nth-child(1),
            .example-box .example-text-in:nth-child(2) p:nth-child(1) {
                animation-delay: 2.7s !important;
            }
            
            .company-item:nth-child(5) .company-text span strong:nth-child(2),
            .example-box .example-text-in:nth-child(2) p:nth-child(2) {
                animation-delay: 2.9s !important;
            }
            
            .company-item:nth-child(5) .company-text span strong:nth-child(3),
            .example-box .example-text-in:nth-child(2) p:nth-child(3) {
                animation-delay: 3.1s !important;
            }
            
            .company-item:nth-child(5) .company-text span strong:nth-child(4),
            .example-box .example-text-in:nth-child(2) p:nth-child(4) {
                animation-delay: 3.3s !important;
            }
            
            .company-item:nth-child(5) .company-text span strong:nth-child(5),
            .example-box .example-text-in:nth-child(2) p:nth-child(5) {
                animation-delay: 3.5s !important;
            }

            .company-item:nth-child(5) .company-text span strong:nth-child(6),
            .example-box .example-text-in:nth-child(2) p:nth-child(6) {
                animation-delay: 3.7s !important;
            }

            .company-item:nth-child(5) .company-text span strong:nth-child(7),
            .example-box .example-text-in:nth-child(2) p:nth-child(7) {
                animation-delay: 3.9s !important;
            }

            .company-item:nth-child(5) .company-text span strong:nth-child(8),
            .example-box .example-text-in:nth-child(2) p:nth-child(8) {
                animation-delay: 4.1s !important;
            }

            .company-item:nth-child(5) .company-text span strong:nth-child(9),
            .example-box .example-text-in:nth-child(2) p:nth-child(9) {
                animation-delay: 4.3s !important;
            }

            .company-item:nth-child(5) .company-text span strong:nth-child(10),
            .example-box .example-text-in:nth-child(2) p:nth-child(10) {
                animation-delay: 4.5s !important;
            }
            
            .company-item:nth-child(5) .company-text p span:nth-child(1) {
                animation-delay: 2.9s !important;
            }
            
            .company-item:nth-child(5) .company-text p span:nth-child(2) {
                animation-delay: 3.1s !important;
            }
            
            .company-item:nth-child(5) .company-text p span:nth-child(3) {
                animation-delay: 3.3s !important;
            }
            
            .company-item:nth-child(6) .company-text span strong:nth-child(1),
            .example-box .example-text-in:nth-child(3) p:nth-child(1) {
                animation-delay: 3.5s !important;
            }
            
            .company-item:nth-child(6) .company-text span strong:nth-child(2),
            .example-box .example-text-in:nth-child(3) p:nth-child(2) {
                animation-delay: 3.7s !important;
            }
            
            .company-item:nth-child(6) .company-text span strong:nth-child(3),
            .example-box .example-text-in:nth-child(3) p:nth-child(3) {
                animation-delay: 3.9s !important;
            }
            
            .company-item:nth-child(6) .company-text span strong:nth-child(4),
            .example-box .example-text-in:nth-child(3) p:nth-child(4) {
                animation-delay: 4.1s !important;
            }
            
            .company-item:nth-child(6) .company-text span strong:nth-child(5),
            .example-box .example-text-in:nth-child(3) p:nth-child(5) {
                animation-delay: 4.3s !important;
            }

            .example-box .example-text-in:nth-child(3) p:nth-child(6) {
                animation-delay: 4.5s !important;
            }

            .example-box .example-text-in:nth-child(3) p:nth-child(7) {
                animation-delay: 4.7s !important;
            }

            .example-box .example-text-in:nth-child(3) p:nth-child(8) {
                animation-delay: 4.9s !important;
            }

            .example-box .example-text-in:nth-child(3) p:nth-child(9) {
                animation-delay: 5.1s !important;
            }

            .example-box .example-text-in:nth-child(3) p:nth-child(10) {
                animation-delay: 5.3s !important;
            }
            
            .company-item:nth-child(6) .company-text p span:nth-child(1) {
                animation-delay: 3.7s !important;
            }
            
            .company-item:nth-child(6) .company-text p span:nth-child(2) {
                animation-delay: 3.9s !important;
            }
            
            .company-item:nth-child(6) .company-text p span:nth-child(3) {
                animation-delay: 4.1s !important;
            }
            
            .company-item .company-text {
                position: relative;
                z-index: 9;
                max-width: 210px;
            }
            
            .company-item .company-text p span {
                font-family: "TT Norms Pro";
                color: #3a3a3a;
                font-weight: 400;
                font-size: 1em;
                line-height: 1.25;
                transform: translateY(10px);
                opacity: 0;
            }
            
            .company-item .company-text span strong {
                display: inline-block;
                transform: translateY(80px);
            }
            
            .company-item .company-text__content {
                display: flex;
                white-space: nowrap;
            }
            
            .company-item .company-text__content span {
                margin-right: 10px;
                overflow: hidden;
            }
            
            .company-item.show-animate:before {
                transform: scaleY(1);
                height: auto;
            }
            
            .company-item.show-animate .company-text strong {
                animation: companyfadeInUp 0.5s forwards;
            }
            
            .company-item.show-animate .company-text p span {
                animation: textfadeInUp 0.5s forwards;
            }
            
            @keyframes companyfadeInUp {
                to {
                    transform: translateY(0);
                }
            }
            
            @keyframes textfadeInUp {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            
            .video-wrap .media {
                overflow: hidden;
            }
            
            /* .video-wrap .media:before {
                transform: translateY(-100vh);
                content: "";
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100vw;
                z-index: 2;
                background: #008cff;
                transition: 0.5s;
            } */
            
            .video-wrap .media video {
                opacity: 0;
                transition: 0.5s;
                position: relative;
                z-index: 9;
                animation-delay: 0.5s !important;
            }
            
            .video-wrap .banner-block {
                z-index: 10;
                overflow: hidden;
                background: transparent;
                background: transparent;
            }
            
            /* .video-wrap .banner-block:before {
                transform: translateY(100%);
                content: "";
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100vw;
                z-index: 2;
                background: #008cff;
                transition: 0.5s;
                animation-delay: 0.5s !important;
            } */
            
            .video-wrap .banner-block.show-animate:before {
                animation: bannerBlock 0.5s ease-in-out forwards;
            }
            
            .video-wrap .main-wrap {
                z-index: 10;
                overflow: hidden;
                background: transparent;
            }
            
            .video-wrap .main-wrap:before {
                transform: translateY(100vh);
                content: "";
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100vw;
                z-index: 2;
                background: #008cff;
                transition: 0.5s;
                animation-delay: 0.5s !important;
            }
            
            .video-wrap .main-wrap .main-text .left-text span {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .video-wrap .main-wrap .main-text .left-text span:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .video-wrap .main-wrap .main-text .left-text span:nth-child(2) {
                animation-delay: 1.2s !important;
            }
            
            .video-wrap .main-wrap .main-text .left-text span:nth-child(3) {
                animation-delay: 1.4s !important;
            }
            
            .video-wrap .main-wrap .main-text .right-text p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .video-wrap .main-wrap .main-text .right-text p:nth-child(1) {
                animation-delay: 1.6s !important;
            }
            
            .video-wrap .main-wrap .main-text .right-text p:nth-child(2) {
                animation-delay: 1.8s !important;
            }
            
            .video-wrap .main-wrap .main-text .right-text p:nth-child(3) {
                animation-delay: 2s !important;
            }
            
            .main-sec.show-animate .video-wrap .media:before {
                transform: translateY(0);
            }
            
            .main-sec.show-animate .video-wrap .media video {
                animation: media 0.5s forwards;
            }
                  
            .text-sec.show-animate .video-wrap .media video {
                animation: media 0.5s forwards;
            }
            
            .main-sec.show-animate .video-wrap .main-wrap:before {
                animation: mainWrap 0.5s forwards;
            }
            
            .main-sec.show-animate .main-text .left-text span {
                animation: leftText 0.5s forwards;
            }
            
            .main-sec.show-animate .main-text .right-text p {
                animation: rightText 0.5s forwards;
            }
            
            @keyframes media {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            @keyframes mainWrap {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            @keyframes leftText {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            @keyframes rightText {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            .our-service {
                position: relative;
                z-index: 11;
            }
            
            .our-service .title {
                overflow: hidden;
            }
            
            .our-service h2 {
                transform: translateY(30px);
                transition: 0.5s;
            }
            
            .project-sec {
                margin-bottom: 60px;
            }
            
            .our-service .project-slide .project-head,
            .news-sec .project-slide .project-head,
            .history-sec .project-slide .project-head,
            .project-sec .project-slide .project-head,
            .other-projects .project-slide .project-head {
                height: 8em;
            }
            
            .our-service .project-slide .swiper-slide,
            .news-sec .project-slide .swiper-slide,
            .history-sec .project-slide .swiper-slide,
            .project-sec .project-slide .swiper-slide,
            .other-projects .project-slide .swiper-slide {
                overflow: hidden;
            }
            
            /* .our-service .project-slide .swiper-slide:before,
            .news-sec .project-slide .swiper-slide:before,
            .history-sec .project-slide .swiper-slide:before,
            .project-sec .project-slide .swiper-slide:before,
            .other-projects .project-slide .swiper-slide:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                position: absolute;
                top: 0;
                left: 0;
                transform: translateX(-100%);
            } */
            
            .our-service .project-slide .swiper-slide:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 20%;
                height: 2px;
                background: #007bff;
                z-index: 2;
                /* transform: translateX(-101%); */
                transition: width .5s ease-in-out;;
            }
            
            .our-service .project-slide .swiper-slide:hover:after {
                width: 100%;
            }
            
            /* .project-slide .project-block {
                line-height: 0;
            }
            
            .our-service .project-slide .swiper-slide .project-block,
            .news-sec .project-slide .swiper-slide .project-block,
            .history-sec .project-slide .swiper-slide .project-block,
            .project-sec .project-slide .swiper-slide .project-block,
            .other-projects .project-slide .swiper-slide .project-block {
                transform: translateX(-100%);
                overflow: hidden;
                width: 0;
            }
            
            .our-service .project-slide .swiper-slide .project-block .project-img,
            .news-sec .project-slide .swiper-slide .project-block .project-img,
            .history-sec .project-slide .swiper-slide .project-block .project-img,
            .project-sec .project-slide .swiper-slide .project-block .project-img,
            .other-projects .project-slide .swiper-slide .project-block .project-img {
                position: relative;
                z-index: 9;
            }
            
            .our-service .project-slide .swiper-slide .project-block .project-img img,
            .news-sec .project-slide .swiper-slide .project-block .project-img img,
            .history-sec .project-slide .swiper-slide .project-block .project-img img,
            .project-sec .project-slide .swiper-slide .project-block .project-img img,
            .other-projects .project-slide .swiper-slide .project-block .project-img img {
                display: block;
            }
            
            .our-service .project-slide .swiper-slide .project-block .project-head,
            .news-sec .project-slide .swiper-slide .project-block .project-head,
            .history-sec .project-slide .swiper-slide .project-block .project-head,
            .project-sec .project-slide .swiper-slide .project-block .project-head,
            .other-projects .project-slide .swiper-slide .project-block .project-head {
                transform: translateY(8em);
                z-index: 8;
            }
            
            .our-service .project-slide .swiper-slide .project-block .icon,
            .news-sec .project-slide .swiper-slide .project-block .icon,
            .history-sec .project-slide .swiper-slide .project-block .icon,
            .project-sec .project-slide .swiper-slide .project-block .icon,
            .other-projects .project-slide .swiper-slide .project-block .icon {
                opacity: 0;
                transition: 1s;
                transform: translate(-40px, 40px);
            }
            
            .our-service .project-slide .swiper-slide .project-block .project-text span,
            .our-service .project-slide .swiper-slide .project-block .project-text p,
            .news-sec .project-slide .swiper-slide .project-block .project-text span,
            .news-sec .project-slide .swiper-slide .project-block .project-text p,
            .history-sec .project-slide .swiper-slide .project-block .project-text span,
            .history-sec .project-slide .swiper-slide .project-block .project-text p,
            .project-sec .project-slide .swiper-slide .project-block .project-text span,
            .project-sec .project-slide .swiper-slide .project-block .project-text p,
            .other-projects .project-slide .swiper-slide .project-block .project-text span,
            .other-projects .project-slide .swiper-slide .project-block .project-text p {
                display: block;
                transform: translateY(20px);
                opacity: 0;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(1),
            .news-sec .project-slide .swiper-slide:nth-child(1),
            .history-sec .project-slide .swiper-slide:nth-child(1),
            .project-sec .project-slide .swiper-slide:nth-child(1),
            .other-projects .project-slide .swiper-slide:nth-child(1) {
                z-index: 10;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(1):before,
            .news-sec .project-slide .swiper-slide:nth-child(1):before,
            .history-sec .project-slide .swiper-slide:nth-child(1):before,
            .project-sec .project-slide .swiper-slide:nth-child(1):before,
            .other-projects .project-slide .swiper-slide:nth-child(1):before {
                animation-delay: 1s !important;
            }

            .our-service .project-slide .swiper-slide:nth-child(1):after {
                animation-delay: 1s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(1) .project-block,
            .news-sec .project-slide .swiper-slide:nth-child(1) .project-block,
            .history-sec .project-slide .swiper-slide:nth-child(1) .project-block,
            .project-sec .project-slide .swiper-slide:nth-child(1) .project-block,
            .other-projects .project-slide .swiper-slide:nth-child(1) .project-block {
                animation-delay: 1.5s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(1) .project-head,
            .news-sec .project-slide .swiper-slide:nth-child(1) .project-head,
            .history-sec .project-slide .swiper-slide:nth-child(1) .project-head,
            .project-sec .project-slide .swiper-slide:nth-child(1) .project-head,
            .other-projects .project-slide .swiper-slide:nth-child(1) .project-head {
                animation-delay: 1.7s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(1) .icon,
            .news-sec .project-slide .swiper-slide:nth-child(1) .icon,
            .history-sec .project-slide .swiper-slide:nth-child(1) .icon,
            .project-sec .project-slide .swiper-slide:nth-child(1) .icon,
            .other-projects .project-slide .swiper-slide:nth-child(1) .icon {
                animation-delay: 2.1s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(1) .project-text span:nth-child(1),
            .news-sec .project-slide .swiper-slide:nth-child(1) .project-text span:nth-child(1),
            .history-sec .project-slide .swiper-slide:nth-child(1) .project-text span:nth-child(1),
            .project-sec .project-slide .swiper-slide:nth-child(1) .project-text span:nth-child(1),
            .other-projects .project-slide .swiper-slide:nth-child(1) .project-text span:nth-child(1) {
                animation-delay: 1.9s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(1) .project-text span:nth-child(2),
            .news-sec .project-slide .swiper-slide:nth-child(1) .project-text span:nth-child(2),
            .history-sec .project-slide .swiper-slide:nth-child(1) .project-text span:nth-child(2),
            .project-sec .project-slide .swiper-slide:nth-child(1) .project-text span:nth-child(2),
            .other-projects .project-slide .swiper-slide:nth-child(1) .project-text span:nth-child(2) {
                animation-delay: 2.1s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(1) .project-text p,
            .news-sec .project-slide .swiper-slide:nth-child(1) .project-text p,
            .history-sec .project-slide .swiper-slide:nth-child(1) .project-text p,
            .project-sec .project-slide .swiper-slide:nth-child(1) .project-text p,
            .other-projects .project-slide .swiper-slide:nth-child(1) .project-text p {
                animation-delay: 2.3s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(2),
            .news-sec .project-slide .swiper-slide:nth-child(2),
            .history-sec .project-slide .swiper-slide:nth-child(2),
            .project-sec .project-slide .swiper-slide:nth-child(2),
            .other-projects .project-slide .swiper-slide:nth-child(2) {
                z-index: 9;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(2):before,
            .news-sec .project-slide .swiper-slide:nth-child(2):before,
            .history-sec .project-slide .swiper-slide:nth-child(2):before,
            .project-sec .project-slide .swiper-slide:nth-child(2):before,
            .other-projects .project-slide .swiper-slide:nth-child(2):before {
                animation-delay: 2s !important;
            }

            .our-service .project-slide .swiper-slide:nth-child(2):after {
                animation-delay: 2s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(2) .project-block,
            .news-sec .project-slide .swiper-slide:nth-child(2) .project-block,
            .history-sec .project-slide .swiper-slide:nth-child(2) .project-block,
            .project-sec .project-slide .swiper-slide:nth-child(2) .project-block,
            .other-projects .project-slide .swiper-slide:nth-child(2) .project-block {
                animation-delay: 2.5s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(2) .project-head,
            .news-sec .project-slide .swiper-slide:nth-child(2) .project-head,
            .history-sec .project-slide .swiper-slide:nth-child(2) .project-head,
            .project-sec .project-slide .swiper-slide:nth-child(2) .project-head,
            .other-projects .project-slide .swiper-slide:nth-child(2) .project-head {
                animation-delay: 2.7s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(2) .icon,
            .news-sec .project-slide .swiper-slide:nth-child(2) .icon,
            .history-sec .project-slide .swiper-slide:nth-child(2) .icon,
            .project-sec .project-slide .swiper-slide:nth-child(2) .icon,
            .other-projects .project-slide .swiper-slide:nth-child(2) .icon {
                animation-delay: 2.7s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(2) .project-text span:nth-child(1),
            .news-sec .project-slide .swiper-slide:nth-child(2) .project-text span:nth-child(1),
            .history-sec .project-slide .swiper-slide:nth-child(2) .project-text span:nth-child(1),
            .project-sec .project-slide .swiper-slide:nth-child(2) .project-text span:nth-child(1),
            .other-projects .project-slide .swiper-slide:nth-child(2) .project-text span:nth-child(1) {
                animation-delay: 2.7s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(2) .project-text span:nth-child(2),
            .news-sec .project-slide .swiper-slide:nth-child(2) .project-text span:nth-child(2),
            .history-sec .project-slide .swiper-slide:nth-child(2) .project-text span:nth-child(2),
            .project-sec .project-slide .swiper-slide:nth-child(2) .project-text span:nth-child(2),
            .other-projects .project-slide .swiper-slide:nth-child(2) .project-text span:nth-child(2) {
                animation-delay: 2.9s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(2) .project-text p,
            .news-sec .project-slide .swiper-slide:nth-child(2) .project-text p,
            .history-sec .project-slide .swiper-slide:nth-child(2) .project-text p,
            .project-sec .project-slide .swiper-slide:nth-child(2) .project-text p,
            .other-projects .project-slide .swiper-slide:nth-child(2) .project-text p {
                animation-delay: 3.1s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(3),
            .news-sec .project-slide .swiper-slide:nth-child(3),
            .history-sec .project-slide .swiper-slide:nth-child(3),
            .project-sec .project-slide .swiper-slide:nth-child(3),
            .other-projects .project-slide .swiper-slide:nth-child(3) {
                z-index: 8;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(3):before,
            .news-sec .project-slide .swiper-slide:nth-child(3):before,
            .history-sec .project-slide .swiper-slide:nth-child(3):before,
            .project-sec .project-slide .swiper-slide:nth-child(3):before,
            .other-projects .project-slide .swiper-slide:nth-child(3):before {
                animation-delay: 3s !important;
            }

            .our-service .project-slide .swiper-slide:nth-child(3):after {
                animation-delay: 3s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(3) .project-block,
            .news-sec .project-slide .swiper-slide:nth-child(3) .project-block,
            .history-sec .project-slide .swiper-slide:nth-child(3) .project-block,
            .project-sec .project-slide .swiper-slide:nth-child(3) .project-block,
            .other-projects .project-slide .swiper-slide:nth-child(3) .project-block {
                animation-delay: 3.5s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(3) .project-head,
            .news-sec .project-slide .swiper-slide:nth-child(3) .project-head,
            .history-sec .project-slide .swiper-slide:nth-child(3) .project-head,
            .project-sec .project-slide .swiper-slide:nth-child(3) .project-head,
            .other-projects .project-slide .swiper-slide:nth-child(3) .project-head {
                animation-delay: 3.7s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(3) .icon,
            .news-sec .project-slide .swiper-slide:nth-child(3) .icon,
            .history-sec .project-slide .swiper-slide:nth-child(3) .icon,
            .project-sec .project-slide .swiper-slide:nth-child(3) .icon,
            .other-projects .project-slide .swiper-slide:nth-child(3) .icon {
                animation-delay: 3.9s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(3) .project-text span:nth-child(1),
            .news-sec .project-slide .swiper-slide:nth-child(3) .project-text span:nth-child(1),
            .history-sec .project-slide .swiper-slide:nth-child(3) .project-text span:nth-child(1),
            .project-sec .project-slide .swiper-slide:nth-child(3) .project-text span:nth-child(1),
            .other-projects .project-slide .swiper-slide:nth-child(3) .project-text span:nth-child(1) {
                animation-delay: 3.9s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(3) .project-text span:nth-child(2),
            .news-sec .project-slide .swiper-slide:nth-child(3) .project-text span:nth-child(2),
            .history-sec .project-slide .swiper-slide:nth-child(3) .project-text span:nth-child(2),
            .project-sec .project-slide .swiper-slide:nth-child(3) .project-text span:nth-child(2),
            .other-projects .project-slide .swiper-slide:nth-child(3) .project-text span:nth-child(2) {
                animation-delay: 4.1s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(3) .project-text p,
            .news-sec .project-slide .swiper-slide:nth-child(3) .project-text p,
            .history-sec .project-slide .swiper-slide:nth-child(3) .project-text p,
            .project-sec .project-slide .swiper-slide:nth-child(3) .project-text p,
            .other-projects .project-slide .swiper-slide:nth-child(3) .project-text p {
                animation-delay: 4.3s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(4),
            .news-sec .project-slide .swiper-slide:nth-child(4),
            .history-sec .project-slide .swiper-slide:nth-child(4),
            .project-sec .project-slide .swiper-slide:nth-child(4),
            .other-projects .project-slide .swiper-slide:nth-child(4) {
                z-index: 7;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(4):before,
            .news-sec .project-slide .swiper-slide:nth-child(4):before,
            .history-sec .project-slide .swiper-slide:nth-child(4):before,
            .project-sec .project-slide .swiper-slide:nth-child(4):before,
            .other-projects .project-slide .swiper-slide:nth-child(4):before {
                animation-delay: 4s !important;
            }

            .our-service .project-slide .swiper-slide:nth-child(4):after {
                animation-delay: 4s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(4) .project-block,
            .news-sec .project-slide .swiper-slide:nth-child(4) .project-block,
            .history-sec .project-slide .swiper-slide:nth-child(4) .project-block,
            .project-sec .project-slide .swiper-slide:nth-child(4) .project-block,
            .other-projects .project-slide .swiper-slide:nth-child(4) .project-block {
                animation-delay: 4.5s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(4) .project-head,
            .news-sec .project-slide .swiper-slide:nth-child(4) .project-head,
            .history-sec .project-slide .swiper-slide:nth-child(4) .project-head,
            .project-sec .project-slide .swiper-slide:nth-child(4) .project-head,
            .other-projects .project-slide .swiper-slide:nth-child(4) .project-head {
                animation-delay: 4.7s !important;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(5),
            .news-sec .project-slide .swiper-slide:nth-child(5),
            .history-sec .project-slide .swiper-slide:nth-child(5),
            .project-sec .project-slide .swiper-slide:nth-child(5),
            .other-projects .project-slide .swiper-slide:nth-child(5) {
                animation-delay: 2.5s !important;
                z-index: 6;
            }
            
            .our-service .project-slide .swiper-slide:nth-child(6),
            .news-sec .project-slide .swiper-slide:nth-child(6),
            .history-sec .project-slide .swiper-slide:nth-child(6),
            .project-sec .project-slide .swiper-slide:nth-child(6),
            .other-projects .project-slide .swiper-slide:nth-child(6) {
                animation-delay: 3s !important;
                z-index: 5;
            }
            
            .our-service.show-animate h2,
            .news-sec.show-animate h2,
            .history-sec.show-animate h2,
            .project-sec.show-animate h2,
            .other-projects.show-animate h2 {
                transform: translateY(0px);
            }
            
            .our-service.show-animate .project-slide-bg,
            .news-sec.show-animate .project-slide-bg,
            .history-sec.show-animate .project-slide-bg,
            .project-sec.show-animate .project-slide-bg,
            .other-projects.show-animate .project-slide-bg {
                transform: translateX(0);
            }
            
            .our-service.show-animate .project-slide .swiper-slide:before,
            .news-sec.show-animate .project-slide .swiper-slide:before,
            .history-sec.show-animate .project-slide .swiper-slide:before,
            .project-sec.show-animate .project-slide .swiper-slide:before,
            .other-projects.show-animate .project-slide .swiper-slide:before {
                animation: projectBg 0.5s forwards;
            }

            .our-service.show-animate .project-slide .swiper-slide:after {
                animation: projectBg 0.5s forwards;
            }
            
            .our-service.show-animate .project-slide .swiper-slide .project-block,
            .news-sec.show-animate .project-slide .swiper-slide .project-block,
            .history-sec.show-animate .project-slide .swiper-slide .project-block,
            .project-sec.show-animate .project-slide .swiper-slide .project-block,
            .other-projects.show-animate .project-slide .swiper-slide .project-block {
                animation: projectBlock 0.5s forwards;
            }
            
            .our-service.show-animate .project-slide .swiper-slide .project-head,
            .news-sec.show-animate .project-slide .swiper-slide .project-head,
            .history-sec.show-animate .project-slide .swiper-slide .project-head,
            .project-sec.show-animate .project-slide .swiper-slide .project-head,
            .other-projects.show-animate .project-slide .swiper-slide .project-head {
                animation: projectHead 0.5s forwards;
            }
            
            .our-service.show-animate .project-slide .swiper-slide .icon,
            .news-sec.show-animate .project-slide .swiper-slide .icon,
            .history-sec.show-animate .project-slide .swiper-slide .icon,
            .project-sec.show-animate .project-slide .swiper-slide .icon,
            .other-projects.show-animate .project-slide .swiper-slide .icon {
                animation: projectIcon 0.5s forwards;
            }
            
            .our-service.show-animate .project-slide .swiper-slide .project-text span,
            .our-service.show-animate .project-slide .swiper-slide .project-text p,
            .news-sec.show-animate .project-slide .swiper-slide .project-text span,
            .news-sec.show-animate .project-slide .swiper-slide .project-text p,
            .history-sec.show-animate .project-slide .swiper-slide .project-text span,
            .history-sec.show-animate .project-slide .swiper-slide .project-text p,
            .project-sec.show-animate .project-slide .swiper-slide .project-text span,
            .project-sec.show-animate .project-slide .swiper-slide .project-text p,
            .other-projects.show-animate .project-slide .swiper-slide .project-text span,
            .other-projects.show-animate .project-slide .swiper-slide .project-text p {
                animation: projectText 0.5s forwards;
            } */
            
            @keyframes projectIcon {
                to {
                    opacity: 1;
                    transform: translate(0, 0);
                }
            }
            
            @keyframes projectText {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            
            .project-slide-bg {
                background-color: #008cff;
                position: absolute;
                left: 0;
                bottom: 0;
                top: 8em;
                width: 41.6666666667vw;
                height: 30em;
                transition: transform 0.5s ease;
                transform: translateX(-100vw);
            }
            
            @keyframes projectBlock {
                to {
                    transform: translateX(0);
                    width: 100%;
                }
            }
            
            @keyframes projectBg {
                to {
                    transform: translateX(0);
                }
            }
            
            @keyframes projectHead {
                to {
                    transform: translateY(0);
                }
            }
            
            .company-left-block {
                background: transparent;
                position: relative;
            }
            
            .company-left-block .company-left {
                position: relative;
                z-index: 9;
                overflow: hidden;
            }
            
            .company-left-block .company-left h2 span {
                display: block;
                transform: translateY(20px);
                opacity: 0;
            }
            
            .company-left-block .company-left h2 span:nth-child(1) {
                animation-delay: 1.5s !important;
            }
            
            .company-left-block .company-left h2 span:nth-child(2) {
                animation-delay: 1.7s !important;
            }
            
            .company-left-block .company-icon {
                z-index: 9;
            }
            
            .company-left-block:before {
                content: "";
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1;
                background: #008cff;
                transform: translateY(-100%);
                animation-delay: 1s !important;
            }
            
            .company-block .company-right__top-p span {
                animation-delay: 2.6s !important;
                transform: translateX(-100px);
                opacity: 0;
            }
            
            .company-block .company-right__bottom-p span {
                opacity: 0;
                animation-delay: 2.8s !important;
                transform: translateY(20px);
            }
            
            .company-block .numbers {
                overflow: hidden;
            }
            
            .company-block .numbers span {
                transform: translateY(160px);
                display: inline-block;
            }
            
            .company-block .numbers span:nth-child(1) {
                animation-delay: 2s !important;
            }
            
            .company-block .numbers span:nth-child(2) {
                animation-delay: 2.2s !important;
            }
            
            .company-block .numbers span:nth-child(3) {
                animation-delay: 2.4s !important;
            }
            
            .company-block .numbers span:nth-child(4) {
                animation-delay: 2.6s !important;
            }
            
            .company-block .numbers span:nth-child(5) {
                animation-delay: 2.8s !important;
            }
            
            .company-block.show-animate .company-left h2 span {
                animation: companyTitle 0.5s forwards;
            }
            
            .company-block.show-animate .company-left-block:before {
                animation: companyBg 0.5s forwards;
            }
            
            .company-block.show-animate .numbers span {
                animation: companyNumber 0.5s forwards;
            }
            
            .company-block.show-animate .company-right__top-p span {
                animation: companyToptext 0.5s forwards;
            }
            
            .company-block.show-animate .company-right__bottom-p span {
                animation: companyBottomtext 0.5s forwards;
            }
            
            @keyframes companyNumber {
                to {
                    transform: translateY(0);
                }
            }
            
            @keyframes companyToptext {
                to {
                    transform: translateX(0);
                    opacity: 1;
                }
            }
            
            @keyframes companyBottomtext {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            
            @keyframes companyTitle {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            
            @keyframes companyBg {
                to {
                    transform: translateY(0);
                }
            }
            
            .map-sec {
                overflow: hidden;
            }
            
            .map-sec .title-block .title {
                background: transparent;
            }
            
            .map-sec .title-block .title h2 {
                position: relative;
                z-index: 9;
                transform: translateY(20px);
                opacity: 0;
                animation-delay: 1.5s !important;
                margin-bottom: 10px;
            }
            
            .map-sec .title-block .title p {
                position: relative;
                z-index: 9;
                display: block;
                transform: translateY(20px);
                opacity: 0;
                animation-delay: 1.7s !important;
            }
            
            .map-sec .title-block .title:before {
                content: "";
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1;
                background: #008cff;
                transform: translateY(-100%);
                animation-delay: 1s !important;
            }
            
            .map-sec .map-block {
                opacity: 0;
                animation-delay: 1.5s !important;
            }
            
            .map-sec.show-animate .title-block .title h2 {
                animation: mapTitle 0.5s forwards;
            }
            
            .map-sec.show-animate .title-block .title p {
                animation: mapTitle 0.5s forwards;
            }
            
            .map-sec.show-animate .title-block .title:before {
                animation: mapBg 0.5s forwards;
            }
            
            .map-sec.show-animate .map-block {
                animation: mapBlock 0.5s forwards;
            }
            
            @keyframes mapTitle {
                to {
                    transform: translateY(0px);
                    opacity: 1;
                }
            }
            
            @keyframes mapBg {
                to {
                    transform: translateY(0);
                }
            }
            
            @keyframes mapBlock {
                to {
                    opacity: 1;
                }
            }
            
            .header .logo {
                transform: translateX(-300px);
                opacity: 0;
                animation-delay: 1s !important;
            }
            
            .header.show-animate .logo {
                animation: logo 0.5s forwards;
            }
            
            @keyframes logo {
                to {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
            
            .title h2 {
                animation-delay: 0.5s !important;
            }
            
            .command-sec .title h2 span,
            .title h2,
            .slide-sec .title h2 span {
                display: block;
                transform: translateY(20px);
                opacity: 0;
            }
            
            .command-sec .title h2 span:nth-child(1),
            .slide-sec .title h2 span:nth-child(1) {
                animation-delay: 0.5s !important;
            }
            
            .command-sec .title h2 span:nth-child(2),
            .slide-sec .title h2 span:nth-child(2) {
                animation-delay: 0.7s !important;
            }
            
            /* .command-sec .slide-img:before,
            .slide-sec .slide-img:before {
                content: "";
                width: 200%;
                height: 200%;
                position: absolute;
                top: -100%;
                right: -100%;
                background: #008cff;
                transform: scale(0);
                transform: translate(50%, -50%);
                animation-delay: 1s !important;
                z-index: 9;
            } */
            
            .command-sec .slide-img img,
            .slide-sec .slide-img img {
                opacity: 0;
                transition: 0;
                animation-delay: 1.3s !important;
            }
            
            .command-sec .slide-icon,
            .slide-sec .slide-icon {
                animation-delay: 1.5s !important;
                opacity: 0;
                transform: scale(1.5);
                margin-top: -30px;
            }
            
            .command-sec .swiper-button-prev,
            .slide-sec .swiper-button-prev {
                opacity: 0;
                animation-delay: 1.8s !important;
                transform: translateX(20px);
            }
            
            .command-sec .swiper-button-next,
            .slide-sec .swiper-button-next {
                opacity: 0;
                animation-delay: 2.1s !important;
                transform: translateX(-20px);
            }
            
            .command-sec .slide-text p,
            .slide-sec .slide-text p {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 2.4s !important;
            }
            
            .command-sec .slide-info span,
            .command-sec .slide-info p,
            .slide-sec .slide-info span,
            .slide-sec .slide-info p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .command-sec .slide-info span:nth-child(1),
            .command-sec .slide-info p:nth-child(1),
            .slide-sec .slide-info span:nth-child(1),
            .slide-sec .slide-info p:nth-child(1) {
                animation-delay: 2.6s !important;
            }
            
            .command-sec .slide-info span:nth-child(2),
            .command-sec .slide-info p:nth-child(2),
            .slide-sec .slide-info span:nth-child(2),
            .slide-sec .slide-info p:nth-child(2) {
                animation-delay: 2.8s !important;
            }
            
            .command-sec.show-animate .slide-text p,
            .slide-sec.show-animate .slide-text p {
                animation: commandText 0.5s forwards;
            }
            
            .command-sec.show-animate .slide-info span,
            .command-sec.show-animate .slide-info p,
            .slide-sec.show-animate .slide-info span,
            .slide-sec.show-animate .slide-info p {
                animation: commandInfo 0.5s forwards;
            }
            
            .command-sec.show-animate .title h2 span,
            .slide-sec.show-animate .title h2 span {
                animation: commandTitle 0.5s forwards;
            }
            
            .command-sec.show-animate .slide-img img,
            .slide-sec.show-animate .slide-img img {
                animation: commandImg 0.5s forwards;
            }
            
            .command-sec.show-animate .slide-img:before,
            .slide-sec.show-animate .slide-img:before {
                animation: commandBgimg 2s ease-in-out forwards;
            }
            
            .command-sec.show-animate .slide-icon,
            .slide-sec.show-animate .slide-icon {
                animation: commandIcon 1s forwards;
            }
            
            .command-sec.show-animate .swiper-button-prev,
            .slide-sec.show-animate .swiper-button-prev {
                animation: commandBtnprev 0.5s forwards;
            }
            
            .command-sec.show-animate .swiper-button-next,
            .slide-sec.show-animate .swiper-button-next {
                animation: commandBtnRight 0.5s forwards;
            }
            
            @keyframes commandInfo {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            
            @keyframes commandText {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            
            @keyframes commandBtnprev {
                to {
                    transform: translateX(0);
                    opacity: 1;
                }
            }
            
            @keyframes commandBtnRight {
                to {
                    transform: translateX(0);
                    opacity: 1;
                }
            }
            
            @keyframes commandImg {
                to {
                    opacity: 1;
                }
            }
            
            @keyframes commandIcon {
                to {
                    opacity: 1;
                    transform: scale(1);
                }
            }
            
            @keyframes commandTitle {
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            @keyframes commandBgimg {
                0% {
                    transform: scale(0);
                    /* Начальное состояние (можно настроить) */
                }
                20% {
                    transform: scale(1);
                    /* Масштабируем до нормального размера */
                }
                100% {
                    transform: translateY(-200%);
                    /* Сдвигаем элемент вверх на 200% */
                }
            }
            
            .unical-sec {
                position: relative;
                overflow: hidden;
            }
            
            /* .unical-sec:before {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                transform: translateY(0%);
                background: #008cff;
                z-index: 102;
            } */
            
            .unical-sec .unical-bg img {
                transform: scale(1.5);
            }
            
            .unical-sec .title {
                overflow: hidden;
            }
            
            .unical-sec h2 {
                opacity: 0;
                transform: translateY(30px);
                transition: 0.5s;
                animation-delay: 1s !important;
            }
            
            .unical-sec .unical-links__content {
                position: relative;
                z-index: 99;
            }
            
            /* .unical-sec .unical-links__blue-bg {
                width: 200vw;
                height: 150vh;
                background: #008cff;
                position: absolute;
                transform: scaleY(0);
                top: -85vh;
                left: -50vw;
                z-index: 0;
                transition: 1s;
                animation-delay: 0.2s !important;
                z-index: 99;
            } */
            
            .unical-sec .unical-links__bg {
                position: relative;
                z-index: 100;
                width: calc(100% + 15em);
                margin: 0 -7.5em;
                padding: 0 7.5em;
            }
            
            .unical-sec .unical-links__bg:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                transform: scaleY(0);
                top: 0%;
                left: 0;
                z-index: 1;
                transition: 0.5s;
            }
            
            .unical-sec .unical-links.scale .unical-links__img img {
                /* transform: scale(1.3); */
            }
            
            .unical-sec .unical-links:hover .unical-links__blue-bg {
                /* animation: unicalHover 2s ease-in-out forwards; */
            }
            
            .unical-sec .unical-links:hover .unical-links__bg:before {
                /* transform: scaleY(1); */
            }

            .unicals .unical-links .icon circle {
                fill: #fff;
                transition: fill .5s ease-in-out;
            }

            .unical-sec .unical-links .icon svg path {
                transition: stroke .5s ease-in-out;
            }

            .unicals .unical-links:hover .icon circle {
                fill: #ff6700;
            }
            
            .unical-sec .unical-links:hover .orange,
            .unical-sec .unical-links:hover .text {
                color: #ff6700;
            }
            
            .unical-sec .unical-links:hover .icon svg path {
                stroke: #fff;
            }
            
            .unical-sec .unical-links .unical-item {
                z-index: 9;
                position: relative;
            }
            
            .unical-sec .unical-links .unical-item:hover {
                background: transparent;
            }
            
            .unical-sec .unical-links .unical-item .icon {
                animation-delay: 1s !important;
                opacity: 0;
                transform: translate(-40px, 40px);
            }
            
            .unical-sec .unical-links .unical-item .text,
            .unical-sec .unical-links .unical-item .orange {
                animation-delay: 1s !important;
                opacity: 0;
                transform: translateX(-50px);
            }
            
            .unical-sec .unical-links .unical-item:before,
            .unical-sec .unical-links .unical-item:after {
                animation-delay: 1s !important;
                width: 60%;
            }
            
            .unical-sec.show-animate .icon {
                animation: unicalIcon 1s ease-in-out forwards;
            }
            
            .unical-sec.show-animate h2 {
                animation: unicalTitle 0.5s forwards;
            }
            
            .unical-sec.show-animate:before {
                animation: unicalBg 2s ease-in-out forwards;
            }
            
            .unical-sec.show-animate .unical-item .text,
            .unical-sec.show-animate .unical-item .orange {
                animation: unicalText 1s forwards;
            }
            
            .unical-sec.show-animate .unical-item:before,
            .unical-sec.show-animate .unical-item:after {
                animation: unicalBorder 1s forwards;
            }
            
            .unical-sec.show-animate .unical-bg img {
                /* animation: unicalBgimg 2s ease-in-out forwards; */
            }
            
            @keyframes unicalHover {
                30% {
                    transform: scaleY(1);
                    /* Масштабируем до нормального размера */
                }
                100% {
                    transform: translateY(300%);
                }
            }
            
            @keyframes unicalIcon {
                to {
                    opacity: 1;
                    transform: translate(0, 0);
                }
            }
            
            @keyframes unicalTitle {
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            
            /* @keyframes unicalBgimg {
                to {
                    transform: scale(1);
                }
            } */
            
            @keyframes unicalText {
                to {
                    opacity: 1;
                    transform: translateX(0px);
                }
            }
            
            @keyframes unicalBorder {
                to {
                    width: 100%;
                }
            }
            
            @keyframes unicalLinks {}
            
            @keyframes unicalBg {
                to {
                    transform: translateY(100%);
                }
            }
            
            .footer {
                overflow: hidden;
            }
            
            .footer .ftr-left {
                margin-top: -50px;
            }
            
            .footer .ftr-logo {
                position: relative;
                overflow: hidden;
                margin-top: -26px;
                padding-top: 26px;
                height: 11.688em;
            }
            
            .footer .ftr-logo img {
                transform: translateY(150px);
                animation-delay: 0.5s !important;
            }
            
            /* .footer .ftr-logo:before {
                content: "";
                width: 100%;
                height: 200%;
                position: absolute;
                top: 0;
                left: 0;
                transform: translateY(-100%);
                background: #008cff;
                z-index: 9;
            } */
            
            .footer .ftr-tel {
                animation-delay: 1s !important;
                transform: translateY(20px);
                opacity: 0;
            }
            
            .footer .all-contacts {
                animation-delay: 1.2s !important;
                transform: translateY(20px);
                opacity: 0;
            }
            
            .footer .ftr-social a {
                opacity: 0;
                transform: scale(0.5);
            }
            
            .footer .ftr-social a:nth-child(1) {
                animation-delay: 1.4s !important;
            }
            
            .footer .ftr-social a:nth-child(2) {
                animation-delay: 1.6s !important;
            }
            
            .footer .ftr-social a:nth-child(3) {
                animation-delay: 1.8s !important;
            }
            
            .footer .ftr-social a:nth-child(4) {
                animation-delay: 2s !important;
            }
            
            .footer .ftr-social a:nth-child(5) {
                animation-delay: 2.2s !important;
            }
            
            .footer .download-links a:nth-child(1) {
                animation-delay: 2.4s !important;
                transform: translateY(20px);
                opacity: 0;
            }
            
            .footer .download-links a:nth-child(2) {
                animation-delay: 2.6s !important;
                transform: translateY(20px);
                opacity: 0;
            }
            
            .footer .ftr-end .blue-bg {
                transform: translateX(-50%);
            }
            
            .footer .big-link {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 2.5s !important;
            }
            
            .footer .ftr-menu:nth-child(1) p {
                animation-delay: 1.4s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .footer .ftr-menu:nth-child(1) .ftr-menu-links a {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .footer .ftr-menu:nth-child(1) .ftr-menu-links a:nth-child(1) {
                animation-delay: 1.5s !important;
            }
            
            .footer .ftr-menu:nth-child(1) .ftr-menu-links a:nth-child(2) {
                animation-delay: 1.6s !important;
            }
            
            .footer .ftr-menu:nth-child(1) .ftr-menu-links a:nth-child(3) {
                animation-delay: 1.7s !important;
            }
            
            .footer .ftr-menu:nth-child(1) .ftr-menu-links a:nth-child(4) {
                animation-delay: 1.8s !important;
            }
            
            .footer .ftr-menu:nth-child(1) .ftr-menu-links a:nth-child(5) {
                animation-delay: 1.9s !important;
            }
            
            .footer .ftr-menu:nth-child(1) .ftr-menu-links a:nth-child(6) {
                animation-delay: 2s !important;
            }
            
            .footer .ftr-menu:nth-child(1) .ftr-menu-links a:nth-child(7) {
                animation-delay: 2.1s !important;
            }
            
            .footer .ftr-menu:nth-child(2) p {
                animation-delay: 1.9s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .footer .ftr-menu:nth-child(2) .ftr-menu-links a {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .footer .ftr-menu:nth-child(2) .ftr-menu-links a:nth-child(1) {
                animation-delay: 2.1s !important;
            }
            
            .footer .ftr-menu:nth-child(2) .ftr-menu-links a:nth-child(2) {
                animation-delay: 2.2s !important;
            }
            
            .footer .ftr-menu:nth-child(2) .ftr-menu-links a:nth-child(3) {
                animation-delay: 2.3s !important;
            }
            
            .footer .ftr-menu:nth-child(2) .ftr-menu-links a:nth-child(4) {
                animation-delay: 2.4s !important;
            }
            
            .footer.show-animate .ftr-end .blue-bg {
                animation: footerBg 1s ease-in-out forwards;
            }
            
            .footer.show-animate .ftr-logo img {
                animation: footerImg 0s forwards;
            }
            
            .footer.show-animate .ftr-logo:before {
                animation: footerLogo 1s ease-in-out forwards;
            }
            
            .footer.show-animate .ftr-tel {
                animation: footerTel 0.5s forwards;
            }
            
            .footer.show-animate .all-contacts {
                animation: footerContacts 0.5s forwards;
            }
            
            .footer.show-animate .ftr-social a {
                animation: footerSocial 0.5s forwards;
            }
            
            .footer.show-animate .download-links a {
                animation: footerLinks 0.5s forwards;
            }
            
            .footer.show-animate .ftr-menu p {
                animation: footerMenu 0.5s forwards;
            }
            
            .footer.show-animate .ftr-menu .ftr-menu-links a {
                animation: footerMenu 0.5s forwards;
            }
            
            .footer.show-animate .big-link {
                animation: footerMenu 0.5s forwards;
            }
            
            @keyframes footerMenu {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            
            @keyframes footerSocial {
                to {
                    transform: scale(1);
                    opacity: 1;
                }
            }
            
            @keyframes footerTel {
                to {
                    transform: translateY(0%);
                    opacity: 1;
                }
            }
            
            @keyframes footerContacts {
                to {
                    transform: translateY(0%);
                    opacity: 1;
                }
            }
            
            @keyframes footerLinks {
                to {
                    transform: translateY(0%);
                    opacity: 1;
                }
            }
            
            @keyframes footerLogo {
                to {
                    transform: translateY(150%);
                }
            }
            
            @keyframes footerImg {
                to {
                    transform: translateY(0%);
                }
            }
            
            @keyframes footerBg {
                to {
                    transform: translateX(0%);
                }
            }
            
            .block-banner,
            .banner-bg {
                position: relative;
                overflow: hidden;
            }
            
            .block-banner:after,
            .banner-bg:after {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
            }
            
            .block-banner .image .pc,
            .block-banner img,
            .banner-bg .image .pc,
            .banner-bg img {
                opacity: 0;
                transform: scale(1);
                animation-delay: 0.5s !important;
            }
            
            .block-banner.show-animate .image .pc,
            .block-banner.show-animate img,
            .banner-bg.show-animate .image .pc,
            .banner-bg.show-animate img {
                animation: showScale 1s forwards;
            }
            
            .block-banner.show-animate:after,
            .banner-bg.show-animate:after {
                animation: downToUp 1s forwards;
            }
            
            .about-block {
                position: relative;
                z-index: 10;
            }
            
            .about-block .about-absolute {
                background: transparent;
                overflow: hidden;
            }
            
            .about-block .about-absolute:before {
                content: "";
                width: 100%;
                height: 100%;
                transform: translateY(100%);
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1;
                background: #fff;
            }
            
            .about-block .about-absolute h2 {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1s !important;
            }
            
            .about-block .about-absolute .in-text p {
                position: relative;
                z-index: 9;
                margin-bottom: 20px;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .about-block .about-absolute .in-text p:last-child {
                margin-bottom: 0;
            }
            
            .about-block .about-absolute .in-text p:nth-child(1) {
                animation-delay: 1.2s !important;
            }
            
            .about-block .about-absolute .in-text p:nth-child(2) {
                animation-delay: 1.4s !important;
            }
            
            .about-block .about-absolute .in-text p:nth-child(3) {
                animation-delay: 1.6s !important;
            }
            
            .about-block .about-absolute .in-text p:nth-child(4) {
                animation-delay: 1.8s !important;
            }
            
            .about-block .about-absolute .in-text p:nth-child(5) {
                animation-delay: 2s !important;
            }
            
            .about-block.show-animate .about-absolute:before {
                animation: aboutAbsolute 1s forwards;
            }
            
            .about-block.show-animate h2 {
                animation: lineText 0.5s forwards;
            }
            
            .about-block.show-animate .in-text p {
                animation: lineText 0.5s forwards;
            }
            
            @keyframes aboutAbsolute {
                to {
                    transform: translateY(0%);
                }
            }
            
            .director {
                margin-top: -65px;
            }
            
            .director .slide-img:before {
                content: "";
                width: 200%;
                height: 200%;
                position: absolute;
                top: -100%;
                right: -100%;
                background: #008cff;
                transform: scale(0);
                transform: translate(50%, -50%);
                animation-delay: 0s !important;
                z-index: 9;
            }
            
            .director .slide-img img {
                opacity: 0;
                transition: 0;
                animation-delay: 0.3s !important;
            }
            
            .director .slide-icon {
                animation-delay: 1.5s !important;
                opacity: 0;
                transform: scale(1.5);
                margin-top: -30px;
            }
            
            .director .slide-text p {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 2.4s !important;
            }
            
            .director .slide-info span,
            .director .slide-info p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .director .slide-info span:nth-child(1),
            .director .slide-info p:nth-child(1) {
                animation-delay: 2.6s !important;
            }
            
            .director .slide-info span:nth-child(2),
            .director .slide-info p:nth-child(2) {
                animation-delay: 2.8s !important;
            }
            
            .director.show-animate .slide-text p {
                animation: commandText 0.5s forwards;
            }
            
            .director.show-animate .slide-info span,
            .director.show-animate .slide-info p {
                animation: commandInfo 0.5s forwards;
            }
            
            .director.show-animate .title h2 span {
                animation: commandTitle 0.5s forwards;
            }
            
            .director.show-animate .slide-img img {
                animation: commandImg 0.5s forwards;
            }
            
            .director.show-animate .slide-img:before {
                animation: commandBgimg 2s ease-in-out forwards;
            }
            
            .director.show-animate .slide-icon {
                animation: commandIcon 1s forwards;
            }
            
            .video-sec .video-block video {
                object-fit: cover;
            }
            
            .video-sec.show-animate .video-block {
                animation: videoScale 1s ease-in-out forwards;
            }
            
            @keyframes videoScale {
                to {
                    transform: scaleX(1);
                }
            }
            
            .mission-sec {
                overflow: hidden;
            }
            
            .mission-sec .blue-bg {
                transform: translateY(-100%);
            }
            
            .mission-sec .mission-text {
                overflow: hidden;
                background: transparent;
                position: relative;
            }
            
            .mission-sec .mission-text span {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1s !important;
            }
            
            .mission-sec .mission-text p {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1.2s !important;
            }
            
            .mission-sec .mission-text:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
                transform: translateX(100%) translateY(100%);
                z-index: 1;
                animation-delay: 0.5s !important;
            }
            
            .mission-sec h2 {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 0.5s !important;
            }
            
            .mission-sec .title-text p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .mission-sec .title-text p:nth-child(1) {
                animation-delay: 0.7s !important;
            }
            
            .mission-sec .title-text p:nth-child(2) {
                animation-delay: 0.9s !important;
            }
            
            .mission-sec .title-text p:nth-child(3) {
                animation-delay: 1.1s !important;
            }
            
            .mission-sec .title-text p:nth-child(4) {
                animation-delay: 1.3s !important;
            }
            
            .mission-sec .mission-rov--top {
                margin-top: -10em;
            }
            
            .mission-sec .btn-white, .banner-block .white-btn, .news-btn, .swiper-btns {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 1.5s !important;
            }
            
            .banner-block.show-animate .white-btn, .news-btn.show-animate, .swiper-btns.show-animate {
                animation: btnAnimate 0.5s forwards;
            }
            
            .banner-block .border-btn {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 1.75s !important;
            }
            
            .banner-block.show-animate .border-btn {
                animation: btnAnimate 0.75s forwards;
            }
            
            .mission-sec.show-animate .btn-white, .news-btn.show-animate, .swiper-btns.show-animate {
                animation: btnAnimate 0.5s forwards;
            }
            
            .mission-sec .btn-blue {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 1.5s !important;
            }
            
            .mission-sec.show-animate .btn-blue {
                animation: btnAnimate 0.5s forwards;
            }
            
            .mission-sec.show-animate .blue-bg {
                animation: verticalAnimate 1s forwards;
            }
            
            .mission-sec.show-animate h2 {
                animation: lineText 0.5s forwards;
            }
            
            .mission-sec.show-animate .title-text p {
                animation: lineText 0.5s forwards;
            }
            
            .mission-sec.show-animate .mission-text:before {
                animation: missionText 0.5s forwards;
            }
            
            .mission-sec.show-animate .mission-text span,
            .mission-sec.show-animate .mission-text p {
                animation: lineText 0.5s forwards;
            }
            
            @keyframes missionText {
                to {
                    transform: translateX(0%) translateY(0%);
                }
            }
            
            .people-box {
                overflow: hidden;
            }
            
            .people-box .container {
                z-index: 10;
            }
            
            .people-box:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
                z-index: 10;
            }
            
            .people-box .people-bg {
                z-index: 9;
            }
            
            .people-box .title {
                position: relative;
                z-index: 10;
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 0s !important;
            }
            
            .people-box.show-animate:before {
                animation: upTodown 1s ease-in-out forwards;
            }
            
            .people-box.show-animate .title {
                animation: lineText 0.5s forwards;
            }
            
            .people-block {
                overflow: hidden;
            }
            
            .people-block .blue-bg {
                transform: translateY(-100%);
                animation-delay: 1s !important;
            }
            
            .people-block .people-in p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .people-block .people-in p:nth-child(1) {
                animation-delay: 1.3s !important;
            }
            
            .people-block .people-in p:nth-child(2) {
                animation-delay: 1.5s !important;
            }
            
            .people-block .people-btn .border-btn {
                transform: scale(0.7);
                opacity: 0;
            }
            
            .people-block .people-btn .border-btn:nth-child(1) {
                animation-delay: 1.8s !important;
            }
            
            .people-block .people-btn .border-btn:nth-child(2) {
                animation-delay: 2.1s !important;
            }
            
            .people-block.show-animate .blue-bg {
                animation: verticalAnimate 1s forwards;
            }
            
            .people-block.show-animate .people-in p {
                animation: lineText 0.5s forwards;
            }
            
            .people-block.show-animate .people-btn .border-btn {
                animation: peopleBtn 0.5s ease-in-out forwards;
            }
            
            @keyframes peopleBtn {
                to {
                    transform: scale(1);
                    opacity: 1;
                }
            }
            
            .learn-box .container {
                position: relative;
                z-index: 10;
            }
            
            .learn-box .learn-bg {
                overflow: hidden;
            }
            
            .learn-box .learn-bg:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
                z-index: 10;
            }
            
            .learn-box .learn-bg img {
                position: relative;
                z-index: 9;
            }
            
            .learn-box .title {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 0s !important;
            }
            
            .learn-box.show-animate .learn-bg:before {
                animation: upTodown 1s ease-in-out forwards;
            }
            
            .learn-box.show-animate .title {
                animation: lineText 0.5s forwards;
            }
            
            .learn-block {
                position: relative;
                z-index: 10;
                overflow: hidden;
                background: transparent;
                bottom: 18em;
            }
            
            .learn-block:before {
                content: "";
                width: 100%;
                height: 100%;
                transform: translateY(100%);
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1;
                background: #fff;
            }
            
            .learn-block p {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1s !important;
            }
            
            .learn-block h2 {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1s !important;
            }
            
            .learn-block .learn-btn {
                position: relative;
                z-index: 10;
            }
            
            .learn-block .learn-btn a:nth-child(1) {
                animation-delay: 1.5s !important;
                transform: scale(0.7);
                opacity: 0;
            }
            
            .learn-block .learn-btn a:nth-child(2) {
                animation-delay: 2s !important;
                transform: translateX(-50px);
                opacity: 0;
            }
            
            .learn-block.show-animate:before {
                animation: aboutAbsolute 1s forwards;
            }
            
            .learn-block.show-animate p {
                animation: lineText 0.5s forwards;
            }
            
            .learn-block.show-animate a:nth-child(1) {
                animation: peopleBtn 0.5s ease-in-out forwards;
            }
            
            .learn-block.show-animate a:nth-child(2) {
                animation: learnBtn 0.5s ease-in-out forwards;
            }
            
            .learn-center {
                padding-bottom: 0;
                height: auto;
            }
            
            @keyframes learnBtn {
                to {
                    transform: translateX(0%);
                    opacity: 1;
                }
            }
            
            @keyframes aboutAbsolute {
                to {
                    transform: translateY(0%);
                }
            }
            
            .works-sec {
                margin-top: -16em;
            }
            
            .works-sec .title h2 {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .works-sec .works-img {
                position: relative;
                overflow: hidden;
            }
            
            .works-sec .works-img:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
            }
            
            .works-sec .works-text {
                width: 100%;
            }
            
            .works-sec .works-span span {
                max-width: 600px;
                animation-delay: 1.5s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .works-sec .works-in p {
                max-width: 600px;
                animation-delay: 1.7s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .works-sec .works-end-item:nth-child(1) span {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .works-sec .works-end-item:nth-child(1) span:nth-child(1) {
                animation-delay: 2s !important;
            }
            
            .works-sec .works-end-item:nth-child(1) span:nth-child(2) {
                animation-delay: 2.2s !important;
            }
            
            .works-sec .works-end-item:nth-child(1) span:nth-child(3) {
                animation-delay: 2.4s !important;
            }
            
            .works-sec .works-end-item:nth-child(1) span:nth-child(4) {
                animation-delay: 2.6s !important;
            }
            
            .works-sec .works-end-item:nth-child(1) span:nth-child(5) {
                animation-delay: 2.8s !important;
            }
            
            .works-sec .works-end-item:nth-child(1) span:nth-child(6) {
                animation-delay: 3s !important;
            }
            
            .works-sec .works-end-item:nth-child(1) p {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 3.2s !important;
            }
            
            .works-sec .works-end-item:nth-child(2) span {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .works-sec .works-end-item:nth-child(2) span:nth-child(1) {
                animation-delay: 3.2s !important;
            }
            
            .works-sec .works-end-item:nth-child(2) span:nth-child(2) {
                animation-delay: 3.4s !important;
            }
            
            .works-sec .works-end-item:nth-child(2) span:nth-child(3) {
                animation-delay: 3.6s !important;
            }
            
            .works-sec .works-end-item:nth-child(2) span:nth-child(4) {
                animation-delay: 3.8s !important;
            }
            
            .works-sec .works-end-item:nth-child(2) span:nth-child(5) {
                animation-delay: 4s !important;
            }
            
            .works-sec .works-end-item:nth-child(2) span:nth-child(6) {
                animation-delay: 4.2s !important;
            }
            
            .works-sec .works-end-item:nth-child(2) p {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 4.4s !important;
            }
            
            .works-sec.show-animate .works-end-item span,
            .works-sec.show-animate .works-end-item p {
                animation: lineText 0.5s forwards;
            }
            
            .works-sec.show-animate .works-span span {
                animation: lineText 0.5s forwards;
            }
            
            .works-sec.show-animate .works-in p {
                animation: lineText 0.5s forwards;
            }
            
            .works-sec.show-animate .works-img:before {
                animation: upTodown 2s ease-in-out forwards;
            }
            
            .works-sec.show-animate .title h2 {
                animation: lineText 0.5s forwards;
            }
            
            .advan-sec {
                overflow: hidden;
                position: relative;
            }
            
            .advan-bg {
                overflow: hidden;
                position: relative;
            }
            
            .advan-bg:before {
                content: "";
                width: 100%;
                height: 200%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
            }
            
            .advan-sec .container {
                position: relative;
                z-index: 9;
            }
            
            .advan-bg.show-animate:before {
                animation: upTodown 2s ease-in-out forwards;
            }
            
            .advan-block .col-xl-3:nth-child(1) .advan-item:before {
                animation-delay: 1s !important;
            }
            
            .advan-block .col-xl-3:nth-child(1) .advan-item span {
                animation-delay: 1.25s !important;
            }
            
            .advan-block .col-xl-3:nth-child(1) .advan-item p {
                animation-delay: 1.45s !important;
            }
            
            .advan-block .col-xl-3:nth-child(2) .advan-item:before {
                animation-delay: 1.25s !important;
            }
            
            .advan-block .col-xl-3:nth-child(2) .advan-item span {
                animation-delay: 1.5s !important;
            }
            
            .advan-block .col-xl-3:nth-child(2) .advan-item p {
                animation-delay: 1.7s !important;
            }
            
            .advan-block .col-xl-3:nth-child(3) .advan-item:before {
                animation-delay: 1.5s !important;
            }
            
            .advan-block .col-xl-3:nth-child(3) .advan-item span {
                animation-delay: 1.75s !important;
            }
            
            .advan-block .col-xl-3:nth-child(3) .advan-item p {
                animation-delay: 1.95s !important;
            }
            
            .advan-block .col-xl-3:nth-child(4) .advan-item:before {
                animation-delay: 1.75s !important;
            }
            
            .advan-block .col-xl-3:nth-child(4) .advan-item span {
                animation-delay: 2s !important;
            }
            
            .advan-block .col-xl-3:nth-child(4) .advan-item p {
                animation-delay: 2.2s !important;
            }
            
            .advan-block .advan-item {
                overflow: hidden;
                background: transparent;
                position: relative;
            }
            
            .advan-block .advan-item span {
                opacity: 0;
                transform: translateY(20px);
                position: relative;
                z-index: 9;
            }
            
            .advan-block .advan-item p {
                opacity: 0;
                transform: translateY(20px);
                position: relative;
                z-index: 9;
            }
            
            .advan-block .advan-item:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
                transform: translateX(100%) translateY(100%);
                z-index: 1;
                animation-delay: 0.5s !important;
            }
            
            .advan-block.show-animate .advan-item:before {
                animation: missionText 0.5s forwards;
            }
            
            .advan-block.show-animate span,
            .advan-block.show-animate p {
                animation: lineText 0.5s forwards;
            }
            
            .form-sec {
                overflow: hidden;
            }
            
            .form-sec .blue-bg {
                transform: translateY(-100%);
                animation-delay: 1s !important;
            }
            
            .form-sec .title h2 {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1s !important;
            }
            
            .form-sec .col-xl-6:nth-child(1) div {
                opacity: 0;
                transform: translateY(-20px);
            }
            
            .form-sec .col-xl-6:nth-child(1) div:nth-child(1) {
                animation-delay: 1.2s !important;
            }
            
            .form-sec .col-xl-6:nth-child(1) div:nth-child(2) {
                animation-delay: 1.4s !important;
            }

            .form-sec .col-xl-6:nth-child(1) div:nth-child(2).iti__dropdown-content {
                animation-delay: 0s !important;
            }
            
            .form-sec .col-xl-6:nth-child(1) div:nth-child(3) {
                animation-delay: 1.6s !important;
            }
            
            .form-sec .col-xl-6:nth-child(1) div:nth-child(4) {
                animation-delay: 1.8s !important;
            }
            
            .form-sec .col-xl-6:nth-child(1) div:nth-child(5) {
                animation-delay: 2s !important;
            }
            
            .form-sec .col-xl-6:nth-child(2) .select-div {
                opacity: 0;
                transform: translateY(-20px);
                animation-delay: 2.2s !important;
            }
            
            .form-sec .col-xl-6:nth-child(2) .form-group {
                opacity: 0;
                transform: translateY(-20px);
                animation-delay: 2.4s !important;
            }
            
            .form-sec .col-xl-6:nth-child(2) .check-control {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 2.6s !important;
            }
            
            .form-sec .col-xl-6:nth-child(2) .check-text {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 2.8s !important;
            }
            
            .form-sec .col-xl-6:nth-child(2) .form-btn {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 3s !important;
            }
            
            .form-sec .col-xl-6:nth-child(2) .form-captcha {
                opacity: 0;
                transform: translateY(-20px);
                animation-delay: 3.2s !important;
            }
            
            .form-sec.show-animate .blue-bg {
                animation: verticalAnimate 1s forwards;
            }
            
            .form-sec.show-animate .title h2 {
                animation: lineTextinvert 0.5s forwards;
            }
            
            .form-sec.show-animate .col-xl-6 div {
                animation: lineTextinvert 0.5s forwards;
            }
            
            .form-sec.show-animate .col-xl-6:last-child div.form-checkbox {
                animation: none;
            }
            
            .form-sec.show-animate .col-xl-6:last-child div.form-checkbox .check-label .check-text {
                animation: lineText 0.5s forwards;
            }
            /* .form-sec.show-animate .check-control {
                animation: lineTextinvert 0.5s forwards;
            }
            
            .form-sec.show-animate .check-text p {
                animation: lineText 0.5s forwards;
            }
            
            .form-sec.show-animate .check-text a {
                animation: lineText 0.5s forwards;
            } */
            
            .form-sec.show-animate .form-btn {
                animation: btnAnimate 0.5s forwards;
            }
            
            .banner-sec:before {
                background: linear-gradient(180deg, rgba(37, 103, 176, 0.6), rgba(37, 104, 177, 0.5960784314) 6.67%, rgba(39, 106, 178, 0.5803921569), rgba(43, 109, 180, 0.5529411765), rgba(47, 114, 183, 0.5137254902), rgba(53, 120, 187, 0.462745098), rgba(60, 127, 192, 0.4), rgba(68, 135, 197, 0.3333333333), rgba(76, 143, 202, 0.2666666667), rgba(84, 151, 207, 0.2), rgba(91, 158, 211, 0.137254902), rgba(97, 164, 215, 0.0862745098), rgba(102, 168, 218, 0.0470588235), rgba(105, 171, 220, 0.0196078431), rgba(107, 173, 222, 0.0039215686) 93.33%, rgba(107, 174, 222, 0));
                content: "";
                height: 11.6666666667vw;
                left: 0;
                max-height: 14em;
                position: absolute;
                top: 0;
                width: 100vw;
                z-index: 2;
            }
            
            .banner-sec .banner-bg {
                position: relative;
                overflow: hidden;
            }
            
            .banner-sec .banner-bg:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(100%);
                animation-delay: 0s !important;
            }
            
            .banner-sec .banner-bg img {
                opacity: 0;
                transform: scale(1);
                animation-delay: 1s !important;
            }
            
            .banner-sec .banner-block {
                background: transparent;
                overflow: hidden;
            }
            
            .banner-sec .banner-block:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(101%);
                animation-delay: 1.5s !important;
            }
            
            .banner-sec h2 {
                position: relative;
                z-index: 10;
                animation-delay: 2s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .banner-sec .otrasli-top-text {
                position: relative;
                z-index: 10;
            }
            
            .banner-sec .otrasli-top-text p {
                animation-delay: 2.5s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .banner-sec.show-animate .banner-bg:before {
                animation: downToUp 2s ease-in-out forwards;
            }
            
            .banner-sec.show-animate .banner-bg img {
                animation: showScale 1.5s forwards;
            }
            
            .banner-sec.show-animate .banner-block::before {
                animation: verticalAnimate 1s forwards;
            }
            
            .banner-sec.show-animate h2 {
                animation: lineText 0.5s forwards;
            }
            
            .banner-sec.show-animate .otrasli-top-text p {
                animation: lineText 0.5s forwards;
            }
            
            h2 {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .show-animate h2 {
                animation: lineText 0.5s forwards;
            }
            
            .otrasli-item {
                transform: translateY(200px) scale(1.5);
            }
            
            .otrasli-item .arrow {
                animation-delay: 1.2s !important;
                opacity: 0;
                left: -50px;
                position: relative;
            }
            
            .otrasli-item .text {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1s !important;
            }
            
            .otrasli-item.show-animate {
                animation: otrasliItem 1s forwards;
            }
            
            .otrasli-item.show-animate .text {
                animation: lineText 0.5s forwards;
            }
            
            .otrasli-item.show-animate .arrow {
                animation: otrasliarrow 1s ease-in-out forwards;
            }
            
            @keyframes otrasliarrow {
                to {
                    transform: translateX(0) rotate(-90deg);
                    opacity: 1;
                    left: 0;
                }
            }
            
            @keyframes otrasliItem {
                to {
                    transform: translateY(0) scale(1);
                }
            }
            
            .project-sec {
                position: relative;
                background: #f6f6f6;
                z-index: 9;
            }
            
            .project-sec .project-bg {
                overflow: hidden;
            }
            
            .project-sec .project-bg:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(100%);
            }
            
            .project-sec .project-map {
                animation-delay: 1s !important;
                opacity: 0;
                transform: scale(1);
            }
            
            .project-sec.show-animate .project-map {
                animation: showScale 1.5s forwards;
            }
            
            .project-sec.show-animate .project-bg:before {
                animation: downToUp 2s ease-in-out forwards;
            }
            
            .project-top,
            .block-absolute {
                background: transparent !important;
                overflow: hidden;
                z-index: 11;
            }
            
            .project-top:before,
            .block-absolute:before {
                content: "";
                width: 100%;
                height: 100%;
                transform: translateY(100%);
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1;
                background: #fff;
            }
            
            .project-top h2,
            .block-absolute h2 {
                position: relative;
                z-index: 10;
                animation-delay: 1s !important;
            }
            
            .project-top p,
            .block-absolute p {
                position: relative;
                z-index: 10;
                animation-delay: 1.2s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .project-top .blue-btn,
            .block-absolute .blue-btn,
            .about-block .blue-btn {
                position: relative;
                z-index: 10;
                animation-delay: 1.5s !important;
                opacity: 0;
                transform: scale(0.7);
                white-space: nowrap;
            }
            
            .project-top.show-animate:before,
            .block-absolute.show-animate:before {
                animation: aboutAbsolute 1s forwards;
            }
            
            .project-top.show-animate p,
            .block-absolute.show-animate p {
                animation: lineText 0.5s forwards;
            }
            
            .project-top.show-animate .blue-btn,
            .block-absolute.show-animate .blue-btn,
            .about-block.show-animate .blue-btn {
                animation: projectBtn 0.5s forwards;
            }
            
            @keyframes projectBtn {
                to {
                    transform: scale(1);
                    opacity: 1;
                }
            }
            
            .projects-filter .projects-left,
            .news-top .projects-left {
                position: relative;
                background: transparent;
            }
            
            .projects-filter .projects-left:before,
            .news-top .projects-left:before {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                transform: translateY(-100%);
                z-index: 2;
                background: #008cff;
            }
            
            .projects-filter .pr-select,
            .projects-filter .select-div,
            .projects-filter .calendar-div,
            .news-top .pr-select,
            .news-top .select-div,
            .news-top .calendar-div {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .projects-filter .pr-select:nth-child(1),
            .projects-filter .select-div:nth-child(1),
            .projects-filter .calendar-div:nth-child(1),
            .news-top .pr-select:nth-child(1),
            .news-top .select-div:nth-child(1),
            .news-top .calendar-div:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .projects-filter .pr-select:nth-child(2),
            .projects-filter .select-div:nth-child(2),
            .projects-filter .calendar-div:nth-child(2),
            .news-top .pr-select:nth-child(2),
            .news-top .select-div:nth-child(2),
            .news-top .calendar-div:nth-child(2) {
                animation-delay: 1.2s !important;
            }
            
            .projects-filter .pr-select:nth-child(3),
            .projects-filter .select-div:nth-child(3),
            .projects-filter .calendar-div:nth-child(3),
            .news-top .pr-select:nth-child(3),
            .news-top .select-div:nth-child(3),
            .news-top .calendar-div:nth-child(3) {
                animation-delay: 1.4s !important;
            }
            
            .projects-filter.show-animate .projects-left:before,
            .news-top.show-animate .projects-left:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .projects-filter.show-animate .pr-select,
            .projects-filter.show-animate .select-div,
            .projects-filter.show-animate .calendar-div,
            .news-top.show-animate .pr-select,
            .news-top.show-animate .select-div,
            .news-top.show-animate .calendar-div {
                animation: lineText 0.5s forwards;
            }
            
            .projects-search {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 1.6s !important;
            }
            
            .projects-search.show-animate {
                animation: projectSearch 0.5s forwards;
            }
            
            @keyframes projectSearch {
                to {
                    transform: scale(1);
                    opacity: 1;
                }
            }
            
            .projects-rov .col-lg-4 .projects-item .projects-img,
            .projects-rov .col-lg-4 .projects-item .news-img,
            .projects-rov .col-lg-4 .news-link .projects-img,
            .projects-rov .col-lg-4 .news-link .news-img,
            .news-rov .col-lg-4 .projects-item .projects-img,
            .news-rov .col-lg-4 .projects-item .news-img,
            .news-rov .col-lg-4 .news-link .projects-img,
            .news-rov .col-lg-4 .news-link .news-img,
            .project-awards-slider .swiper-slide .project-img {
                overflow: hidden;
                position: relative;
            }
            
            .projects-rov .col-lg-4 .projects-item .projects-img:before,
            .projects-rov .col-lg-4 .projects-item .news-img:before,
            .projects-rov .col-lg-4 .news-link .projects-img:before,
            .projects-rov .col-lg-4 .news-link .news-img:before,
            .news-rov .col-lg-4 .projects-item .projects-img:before,
            .news-rov .col-lg-4 .projects-item .news-img:before,
            .news-rov .col-lg-4 .news-link .projects-img:before,
            .news-rov .col-lg-4 .news-link .news-img:before,
            .project-awards-slider .swiper-slide .project-img:before,
            .vacancy-page-img-container img:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(-100%);
            }
            
            .projects-rov .col-lg-4 .projects-item .projects-img img,
            .projects-rov .col-lg-4 .projects-item .projects-img .img-name,
            .projects-rov .col-lg-4 .projects-item .news-img img,
            .projects-rov .col-lg-4 .projects-item .news-img .img-name,
            .projects-rov .col-lg-4 .news-link .projects-img img,
            .projects-rov .col-lg-4 .news-link .projects-img .img-name,
            .projects-rov .col-lg-4 .news-link .news-img img,
            .projects-rov .col-lg-4 .news-link .news-img .img-name,
            .news-rov .col-lg-4 .projects-item .projects-img img,
            .news-rov .col-lg-4 .projects-item .projects-img .img-name,
            .news-rov .col-lg-4 .projects-item .news-img img,
            .news-rov .col-lg-4 .projects-item .news-img .img-name,
            .news-rov .col-lg-4 .news-link .projects-img img,
            .news-rov .col-lg-4 .news-link .projects-img .img-name,
            .news-rov .col-lg-4 .news-link .news-img img,
            .news-rov .col-lg-4 .news-link .news-img .img-name,
            .project-awards-slider .swiper-slide .project-img img,
            .vacancy-page-img-container img {
                opacity: 0;
                transform: scale(1);
            }
            
            .projects-rov .col-lg-4 .projects-body span,
            .projects-rov .col-lg-4 .news-body span,
            .news-rov .col-lg-4 .projects-body span,
            .news-rov .col-lg-4 .news-body span,
            .project-awards-slider .swiper-slide .complex-text span {
                opacity: 0;
                transform: translateY(20px);
            }

            .project-awards-slider .swiper-slide .complex-text p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .projects-rov .col-lg-4 .projects-body,
            .news-rov .col-lg-4 .projects-body,
            .project-awards-slider .swiper-slide .complex-text {
                background: white;
                position: relative;
                overflow: hidden;
            }
            
            .projects-rov .col-lg-4 .projects-body:before,
            .news-rov .col-lg-4 .projects-body:before,
            .project-awards-slider .swiper-slide .complex-text:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                transform: translateY(-100%);
                top: 0;
                left: 0;
                position: absolute;
                animation-delay: 0.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(1) .projects-item .projects-img img,
            .projects-rov .col-lg-4:nth-child(1) .projects-item .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(1) .projects-item .news-img img,
            .projects-rov .col-lg-4:nth-child(1) .projects-item .news-img .img-name,
            .projects-rov .col-lg-4:nth-child(1) .news-link .projects-img img,
            .projects-rov .col-lg-4:nth-child(1) .news-link .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(1) .news-link .news-img img,
            .projects-rov .col-lg-4:nth-child(1) .news-link .news-img .img-name,
            .news-rov .col-lg-4:nth-child(1) .projects-item .projects-img img,
            .news-rov .col-lg-4:nth-child(1) .projects-item .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(1) .projects-item .news-img img,
            .news-rov .col-lg-4:nth-child(1) .projects-item .news-img .img-name,
            .news-rov .col-lg-4:nth-child(1) .news-link .projects-img img,
            .news-rov .col-lg-4:nth-child(1) .news-link .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(1) .news-link .news-img img,
            .news-rov .col-lg-4:nth-child(1) .news-link .news-img .img-name,
            .project-awards-slider .swiper-slide:nth-child(1) .project-img img {
                animation-delay: 0.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(1),
            .project-awards-slider .swiper-slide:nth-child(1) .complex-text span {
                animation-delay: 0.7s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(2) {
                animation-delay: 0.9s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(1) {
                animation-delay: 0.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(3) {
                animation-delay: 1.1s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(2) {
                animation-delay: 1.1s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(3) {
                animation-delay: 1.3s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(4) {
                animation-delay: 1.5s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(5) {
                animation-delay: 1.7s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(6) {
                animation-delay: 1.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(1) .projects-item .projects-body:before,
            .projects-rov .col-lg-4:nth-child(1) .news-link .projects-body:before,
            .news-rov .col-lg-4:nth-child(1) .projects-item .projects-body:before,
            .news-rov .col-lg-4:nth-child(1) .news-link .projects-body:before,
            .project-awards-slider .swiper-slide:nth-child(1) .complex-text:before {
                animation-delay: 0.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(2) .projects-item .projects-img:before,
            .projects-rov .col-lg-4:nth-child(2) .projects-item .news-img:before,
            .projects-rov .col-lg-4:nth-child(2) .news-link .projects-img:before,
            .projects-rov .col-lg-4:nth-child(2) .news-link .news-img:before,
            .news-rov .col-lg-4:nth-child(2) .projects-item .projects-img:before,
            .news-rov .col-lg-4:nth-child(2) .projects-item .news-img:before,
            .news-rov .col-lg-4:nth-child(2) .news-link .projects-img:before,
            .news-rov .col-lg-4:nth-child(2) .news-link .news-img:before,
            .project-awards-slider .swiper-slide:nth-child(2) .project-img:before {
                animation-delay: 1s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(2) .projects-item .projects-img img,
            .projects-rov .col-lg-4:nth-child(2) .projects-item .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(2) .projects-item .news-img img,
            .projects-rov .col-lg-4:nth-child(2) .projects-item .news-img .img-name,
            .projects-rov .col-lg-4:nth-child(2) .news-link .projects-img img,
            .projects-rov .col-lg-4:nth-child(2) .news-link .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(2) .news-link .news-img img,
            .projects-rov .col-lg-4:nth-child(2) .news-link .news-img .img-name,
            .news-rov .col-lg-4:nth-child(2) .projects-item .projects-img img,
            .news-rov .col-lg-4:nth-child(2) .projects-item .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(2) .projects-item .news-img img,
            .news-rov .col-lg-4:nth-child(2) .projects-item .news-img .img-name,
            .news-rov .col-lg-4:nth-child(2) .news-link .projects-img img,
            .news-rov .col-lg-4:nth-child(2) .news-link .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(2) .news-link .news-img img,
            .news-rov .col-lg-4:nth-child(2) .news-link .news-img .img-name,
            .project-awards-slider .swiper-slide:nth-child(2) .project-img img {
                animation-delay: 1.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(2) .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(2) .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(2) .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(2) .news-body span:nth-child(1),
            .project-awards-slider .swiper-slide:nth-child(2) .complex-text span {
                animation-delay: 1.7s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(2) .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(2) .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(2) .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(2) .news-body span:nth-child(2) {
                animation-delay: 1.9s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(1) {
                animation-delay: 1.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(2) .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(2) .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(2) .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(2) .news-body span:nth-child(3) {
                animation-delay: 2.1s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(2) {
                animation-delay: 2.1s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(3) {
                animation-delay: 2.3s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(4) {
                animation-delay: 2.5s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(5) {
                animation-delay: 2.7s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(6) {
                animation-delay: 2.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(2) .projects-body:before,
            .news-rov .col-lg-4:nth-child(2) .projects-body:before,
            .project-awards-slider .swiper-slide:nth-child(2) .complex-text:before {
                animation-delay: 1.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(3) .projects-item .projects-img:before,
            .projects-rov .col-lg-4:nth-child(3) .projects-item .news-img:before,
            .projects-rov .col-lg-4:nth-child(3) .news-link .projects-img:before,
            .projects-rov .col-lg-4:nth-child(3) .news-link .news-img:before,
            .news-rov .col-lg-4:nth-child(3) .projects-item .projects-img:before,
            .news-rov .col-lg-4:nth-child(3) .projects-item .news-img:before,
            .news-rov .col-lg-4:nth-child(3) .news-link .projects-img:before,
            .news-rov .col-lg-4:nth-child(3) .news-link .news-img:before,
            .project-awards-slider .swiper-slide:nth-child(3) .project-img:before {
                animation-delay: 2s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(3) .projects-item .projects-img img,
            .projects-rov .col-lg-4:nth-child(3) .projects-item .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(3) .projects-item .news-img img,
            .projects-rov .col-lg-4:nth-child(3) .projects-item .news-img .img-name,
            .projects-rov .col-lg-4:nth-child(3) .news-link .projects-img img,
            .projects-rov .col-lg-4:nth-child(3) .news-link .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(3) .news-link .news-img img,
            .projects-rov .col-lg-4:nth-child(3) .news-link .news-img .img-name,
            .news-rov .col-lg-4:nth-child(3) .projects-item .projects-img img,
            .news-rov .col-lg-4:nth-child(3) .projects-item .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(3) .projects-item .news-img img,
            .news-rov .col-lg-4:nth-child(3) .projects-item .news-img .img-name,
            .news-rov .col-lg-4:nth-child(3) .news-link .projects-img img,
            .news-rov .col-lg-4:nth-child(3) .news-link .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(3) .news-link .news-img img,
            .news-rov .col-lg-4:nth-child(3) .news-link .news-img .img-name,
            .project-awards-slider .swiper-slide:nth-child(3) .project-img img {
                animation-delay: 2.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(3) .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(3) .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(3) .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(3) .news-body span:nth-child(1),
            .project-awards-slider .swiper-slide:nth-child(3) .complex-text span {
                animation-delay: 2.7s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(3) .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(3) .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(3) .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(3) .news-body span:nth-child(2) {
                animation-delay: 2.9s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(1) {
                animation-delay: 2.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(3) .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(3) .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(3) .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(3) .news-body span:nth-child(3) {
                animation-delay: 3.1s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(2) {
                animation-delay: 3.1s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(3) {
                animation-delay: 3.3s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(4) {
                animation-delay: 3.5s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(5) {
                animation-delay: 3.7s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(6) {
                animation-delay: 3.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(3) .projects-body:before,
            .news-rov .col-lg-4:nth-child(3) .projects-body:before,
            .project-awards-slider .swiper-slide:nth-child(3) .complex-text:before {
                animation-delay: 2.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-img img,
            .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(4) .projects-item .news-img img,
            .projects-rov .col-lg-4:nth-child(4) .projects-item .news-img .img-name,
            .projects-rov .col-lg-4:nth-child(4) .news-link .projects-img img,
            .projects-rov .col-lg-4:nth-child(4) .news-link .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(4) .news-link .news-img img,
            .projects-rov .col-lg-4:nth-child(4) .news-link .news-img .img-name,
            .news-rov .col-lg-4:nth-child(4) .projects-item .projects-img img,
            .news-rov .col-lg-4:nth-child(4) .projects-item .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(4) .projects-item .news-img img,
            .news-rov .col-lg-4:nth-child(4) .projects-item .news-img .img-name,
            .news-rov .col-lg-4:nth-child(4) .news-link .projects-img img,
            .news-rov .col-lg-4:nth-child(4) .news-link .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(4) .news-link .news-img img,
            .news-rov .col-lg-4:nth-child(4) .news-link .news-img .img-name {
                animation-delay: 0.5s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(4) .project-img img {
                animation-delay: 3.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(1) {
                animation-delay: 0.7s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(4) .complex-text span {
                animation-delay: 3.7s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(2) {
                animation-delay: 0.9s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(1) {
                animation-delay: 3.9s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(2) {
                animation-delay: 4.1s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(3) {
                animation-delay: 4.3s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(4) {
                animation-delay: 4.5s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(5) {
                animation-delay: 4.7s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(6) {
                animation-delay: 4.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(3) {
                animation-delay: 1.1s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-body:before,
            .projects-rov .col-lg-4:nth-child(4) .news-link .projects-body:before,
            .news-rov .col-lg-4:nth-child(4) .projects-item .projects-body:before,
            .news-rov .col-lg-4:nth-child(4) .news-link .projects-body:before {
                animation-delay: 0.5s !important;
            }

            .project-awards-slider .swiper-slide:nth-child(4) .complex-text:before {
                animation-delay: 3.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(5) .projects-item .projects-img:before,
            .projects-rov .col-lg-4:nth-child(5) .projects-item .news-img:before,
            .projects-rov .col-lg-4:nth-child(5) .news-link .projects-img:before,
            .projects-rov .col-lg-4:nth-child(5) .news-link .news-img:before,
            .news-rov .col-lg-4:nth-child(5) .projects-item .projects-img:before,
            .news-rov .col-lg-4:nth-child(5) .projects-item .news-img:before,
            .news-rov .col-lg-4:nth-child(5) .news-link .projects-img:before,
            .news-rov .col-lg-4:nth-child(5) .news-link .news-img:before {
                animation-delay: 1s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(5) .projects-item .projects-img img,
            .projects-rov .col-lg-4:nth-child(5) .projects-item .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(5) .projects-item .news-img img,
            .projects-rov .col-lg-4:nth-child(5) .projects-item .news-img .img-name,
            .projects-rov .col-lg-4:nth-child(5) .news-link .projects-img img,
            .projects-rov .col-lg-4:nth-child(5) .news-link .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(5) .news-link .news-img img,
            .projects-rov .col-lg-4:nth-child(5) .news-link .news-img .img-name,
            .news-rov .col-lg-4:nth-child(5) .projects-item .projects-img img,
            .news-rov .col-lg-4:nth-child(5) .projects-item .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(5) .projects-item .news-img img,
            .news-rov .col-lg-4:nth-child(5) .projects-item .news-img .img-name,
            .news-rov .col-lg-4:nth-child(5) .news-link .projects-img img,
            .news-rov .col-lg-4:nth-child(5) .news-link .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(5) .news-link .news-img img,
            .news-rov .col-lg-4:nth-child(5) .news-link .news-img .img-name {
                animation-delay: 1.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(5) .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(5) .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(5) .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(5) .news-body span:nth-child(1) {
                animation-delay: 1.7s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(5) .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(5) .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(5) .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(5) .news-body span:nth-child(2) {
                animation-delay: 1.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(5) .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(5) .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(5) .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(5) .news-body span:nth-child(3) {
                animation-delay: 2.1s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(5) .projects-body:before,
            .news-rov .col-lg-4:nth-child(5) .projects-body:before {
                animation-delay: 1.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(6) .projects-item .projects-img:before,
            .projects-rov .col-lg-4:nth-child(6) .projects-item .news-img:before,
            .projects-rov .col-lg-4:nth-child(6) .news-link .projects-img:before,
            .projects-rov .col-lg-4:nth-child(6) .news-link .news-img:before,
            .news-rov .col-lg-4:nth-child(6) .projects-item .projects-img:before,
            .news-rov .col-lg-4:nth-child(6) .projects-item .news-img:before,
            .news-rov .col-lg-4:nth-child(6) .news-link .projects-img:before,
            .news-rov .col-lg-4:nth-child(6) .news-link .news-img:before {
                animation-delay: 2s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(6) .projects-item .projects-img img,
            .projects-rov .col-lg-4:nth-child(6) .projects-item .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(6) .projects-item .news-img img,
            .projects-rov .col-lg-4:nth-child(6) .projects-item .news-img .img-name,
            .projects-rov .col-lg-4:nth-child(6) .news-link .projects-img img,
            .projects-rov .col-lg-4:nth-child(6) .news-link .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(6) .news-link .news-img img,
            .projects-rov .col-lg-4:nth-child(6) .news-link .news-img .img-name,
            .news-rov .col-lg-4:nth-child(6) .projects-item .projects-img img,
            .news-rov .col-lg-4:nth-child(6) .projects-item .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(6) .projects-item .news-img img,
            .news-rov .col-lg-4:nth-child(6) .projects-item .news-img .img-name,
            .news-rov .col-lg-4:nth-child(6) .news-link .projects-img img,
            .news-rov .col-lg-4:nth-child(6) .news-link .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(6) .news-link .news-img img,
            .news-rov .col-lg-4:nth-child(6) .news-link .news-img .img-name {
                animation-delay: 2.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(6) .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(6) .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(6) .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(6) .news-body span:nth-child(1) {
                animation-delay: 2.7s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(6) .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(6) .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(6) .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(6) .news-body span:nth-child(2) {
                animation-delay: 2.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(6) .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(6) .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(6) .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(6) .news-body span:nth-child(3) {
                animation-delay: 3.1s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(6) .projects-body:before,
            .news-rov .col-lg-4:nth-child(6) .projects-body:before {
                animation-delay: 2.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-img img,
            .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(7) .projects-item .news-img img,
            .projects-rov .col-lg-4:nth-child(7) .projects-item .news-img .img-name,
            .projects-rov .col-lg-4:nth-child(7) .news-link .projects-img img,
            .projects-rov .col-lg-4:nth-child(7) .news-link .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(7) .news-link .news-img img,
            .projects-rov .col-lg-4:nth-child(7) .news-link .news-img .img-name,
            .news-rov .col-lg-4:nth-child(7) .projects-item .projects-img img,
            .news-rov .col-lg-4:nth-child(7) .projects-item .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(7) .projects-item .news-img img,
            .news-rov .col-lg-4:nth-child(7) .projects-item .news-img .img-name,
            .news-rov .col-lg-4:nth-child(7) .news-link .projects-img img,
            .news-rov .col-lg-4:nth-child(7) .news-link .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(7) .news-link .news-img img,
            .news-rov .col-lg-4:nth-child(7) .news-link .news-img .img-name {
                animation-delay: 0.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(1) {
                animation-delay: 0.7s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(2) {
                animation-delay: 0.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(3) {
                animation-delay: 1.1s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-body:before,
            .projects-rov .col-lg-4:nth-child(7) .news-link .projects-body:before,
            .news-rov .col-lg-4:nth-child(7) .projects-item .projects-body:before,
            .news-rov .col-lg-4:nth-child(7) .news-link .projects-body:before {
                animation-delay: 0.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(8) .projects-item .projects-img:before,
            .projects-rov .col-lg-4:nth-child(8) .projects-item .news-img:before,
            .projects-rov .col-lg-4:nth-child(8) .news-link .projects-img:before,
            .projects-rov .col-lg-4:nth-child(8) .news-link .news-img:before,
            .news-rov .col-lg-4:nth-child(8) .projects-item .projects-img:before,
            .news-rov .col-lg-4:nth-child(8) .projects-item .news-img:before,
            .news-rov .col-lg-4:nth-child(8) .news-link .projects-img:before,
            .news-rov .col-lg-4:nth-child(8) .news-link .news-img:before {
                animation-delay: 1s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(8) .projects-item .projects-img img,
            .projects-rov .col-lg-4:nth-child(8) .projects-item .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(8) .projects-item .news-img img,
            .projects-rov .col-lg-4:nth-child(8) .projects-item .news-img .img-name,
            .projects-rov .col-lg-4:nth-child(8) .news-link .projects-img img,
            .projects-rov .col-lg-4:nth-child(8) .news-link .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(8) .news-link .news-img img,
            .projects-rov .col-lg-4:nth-child(8) .news-link .news-img .img-name,
            .news-rov .col-lg-4:nth-child(8) .projects-item .projects-img img,
            .news-rov .col-lg-4:nth-child(8) .projects-item .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(8) .projects-item .news-img img,
            .news-rov .col-lg-4:nth-child(8) .projects-item .news-img .img-name,
            .news-rov .col-lg-4:nth-child(8) .news-link .projects-img img,
            .news-rov .col-lg-4:nth-child(8) .news-link .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(8) .news-link .news-img img,
            .news-rov .col-lg-4:nth-child(8) .news-link .news-img .img-name {
                animation-delay: 1.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(8) .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(8) .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(8) .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(8) .news-body span:nth-child(1) {
                animation-delay: 1.7s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(8) .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(8) .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(8) .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(8) .news-body span:nth-child(2) {
                animation-delay: 1.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(8) .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(8) .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(8) .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(8) .news-body span:nth-child(3) {
                animation-delay: 2.1s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(8) .projects-body:before,
            .news-rov .col-lg-4:nth-child(8) .projects-body:before {
                animation-delay: 1.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(9) .projects-item .projects-img:before,
            .projects-rov .col-lg-4:nth-child(9) .projects-item .news-img:before,
            .projects-rov .col-lg-4:nth-child(9) .news-link .projects-img:before,
            .projects-rov .col-lg-4:nth-child(9) .news-link .news-img:before,
            .news-rov .col-lg-4:nth-child(9) .projects-item .projects-img:before,
            .news-rov .col-lg-4:nth-child(9) .projects-item .news-img:before,
            .news-rov .col-lg-4:nth-child(9) .news-link .projects-img:before,
            .news-rov .col-lg-4:nth-child(9) .news-link .news-img:before {
                animation-delay: 2s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(9) .projects-item .projects-img img,
            .projects-rov .col-lg-4:nth-child(9) .projects-item .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(9) .projects-item .news-img img,
            .projects-rov .col-lg-4:nth-child(9) .projects-item .news-img .img-name,
            .projects-rov .col-lg-4:nth-child(9) .news-link .projects-img img,
            .projects-rov .col-lg-4:nth-child(9) .news-link .projects-img .img-name,
            .projects-rov .col-lg-4:nth-child(9) .news-link .news-img img,
            .projects-rov .col-lg-4:nth-child(9) .news-link .news-img .img-name,
            .news-rov .col-lg-4:nth-child(9) .projects-item .projects-img img,
            .news-rov .col-lg-4:nth-child(9) .projects-item .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(9) .projects-item .news-img img,
            .news-rov .col-lg-4:nth-child(9) .projects-item .news-img .img-name,
            .news-rov .col-lg-4:nth-child(9) .news-link .projects-img img,
            .news-rov .col-lg-4:nth-child(9) .news-link .projects-img .img-name,
            .news-rov .col-lg-4:nth-child(9) .news-link .news-img img,
            .news-rov .col-lg-4:nth-child(9) .news-link .news-img .img-name {
                animation-delay: 2.5s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(9) .projects-body span:nth-child(1),
            .projects-rov .col-lg-4:nth-child(9) .news-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(9) .projects-body span:nth-child(1),
            .news-rov .col-lg-4:nth-child(9) .news-body span:nth-child(1) {
                animation-delay: 2.7s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(9) .projects-body span:nth-child(2),
            .projects-rov .col-lg-4:nth-child(9) .news-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(9) .projects-body span:nth-child(2),
            .news-rov .col-lg-4:nth-child(9) .news-body span:nth-child(2) {
                animation-delay: 2.9s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(9) .projects-body span:nth-child(3),
            .projects-rov .col-lg-4:nth-child(9) .news-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(9) .projects-body span:nth-child(3),
            .news-rov .col-lg-4:nth-child(9) .news-body span:nth-child(3) {
                animation-delay: 3.1s !important;
            }
            
            .projects-rov .col-lg-4:nth-child(9) .projects-body:before,
            .news-rov .col-lg-4:nth-child(9) .projects-body:before {
                animation-delay: 2.5s !important;
            }
            
            @media screen and (max-width: 1279px) {
                .projects-rov .col-lg-4:nth-child(1) .projects-item .projects-img img,
                .projects-rov .col-lg-4:nth-child(1) .projects-item .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(1) .projects-item .news-img img,
                .projects-rov .col-lg-4:nth-child(1) .projects-item .news-img .img-name,
                .projects-rov .col-lg-4:nth-child(1) .news-link .projects-img img,
                .projects-rov .col-lg-4:nth-child(1) .news-link .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(1) .news-link .news-img img,
                .projects-rov .col-lg-4:nth-child(1) .news-link .news-img .img-name,
                .news-rov .col-lg-4:nth-child(1) .projects-item .projects-img img,
                .news-rov .col-lg-4:nth-child(1) .projects-item .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(1) .projects-item .news-img img,
                .news-rov .col-lg-4:nth-child(1) .projects-item .news-img .img-name,
                .news-rov .col-lg-4:nth-child(1) .news-link .projects-img img,
                .news-rov .col-lg-4:nth-child(1) .news-link .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(1) .news-link .news-img img,
                .news-rov .col-lg-4:nth-child(1) .news-link .news-img .img-name,
                .project-awards-slider .swiper-slide:nth-child(1) .project-img img {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(1),
                .projects-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(1),
                .projects-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(1),
                .projects-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(1),
                .news-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(1),
                .news-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(1),
                .news-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(1),
                .news-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(1),
                .project-awards-slider .swiper-slide:nth-child(1) .complex-text span {
                    animation-delay: 0.7s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(2) {
                    animation-delay: 0.9s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(1) {
                    animation-delay: 0.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(1) .projects-item .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(1) .projects-item .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(1) .news-link .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(1) .news-link .news-body span:nth-child(3) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(2) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(3) {
                    animation-delay: 1.3s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(4) {
                    animation-delay: 1.5s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(5) {
                    animation-delay: 1.7s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(1) .complex-text p:nth-child(6) {
                    animation-delay: 1.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(2) .projects-item .projects-body:before,
                .projects-rov .col-lg-4:nth-child(2) .news-link .projects-body:before,
                .news-rov .col-lg-4:nth-child(2) .projects-item .projects-body:before,
                .news-rov .col-lg-4:nth-child(2) .news-link .projects-body:before,
                .project-awards-slider .swiper-slide:nth-child(2) .complex-text:before {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(2) .projects-item .projects-img img,
                .projects-rov .col-lg-4:nth-child(2) .projects-item .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(2) .projects-item .news-img img,
                .projects-rov .col-lg-4:nth-child(2) .projects-item .news-img .img-name,
                .projects-rov .col-lg-4:nth-child(2) .news-link .projects-img img,
                .projects-rov .col-lg-4:nth-child(2) .news-link .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(2) .news-link .news-img img,
                .projects-rov .col-lg-4:nth-child(2) .news-link .news-img .img-name,
                .news-rov .col-lg-4:nth-child(2) .projects-item .projects-img img,
                .news-rov .col-lg-4:nth-child(2) .projects-item .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(2) .projects-item .news-img img,
                .news-rov .col-lg-4:nth-child(2) .projects-item .news-img .img-name,
                .news-rov .col-lg-4:nth-child(2) .news-link .projects-img img,
                .news-rov .col-lg-4:nth-child(2) .news-link .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(2) .news-link .news-img img,
                .news-rov .col-lg-4:nth-child(2) .news-link .news-img .img-name,
                .project-awards-slider .swiper-slide:nth-child(2) .project-img img {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(2) .projects-item .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(2) .projects-item .news-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(2) .news-link .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(2) .news-link .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(2) .projects-item .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(2) .projects-item .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(2) .news-link .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(2) .news-link .news-body span:nth-child(2),
                .project-awards-slider .swiper-slide:nth-child(2) .complex-text span {
                    animation-delay: 0.7s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(2) .projects-item .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(2) .projects-item .news-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(2) .news-link .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(2) .news-link .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(2) .projects-item .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(2) .projects-item .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(2) .news-link .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(2) .news-link .news-body span:nth-child(2) {
                    animation-delay: 0.9s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(2) {
                    animation-delay: 0.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(2) .projects-item .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(2) .projects-item .news-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(2) .news-link .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(2) .news-link .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(2) .projects-item .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(2) .projects-item .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(2) .news-link .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(2) .news-link .news-body span:nth-child(3) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(2) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(3) {
                    animation-delay: 1.3s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(4) {
                    animation-delay: 1.5s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(5) {
                    animation-delay: 1.7s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(2) .complex-text p:nth-child(6) {
                    animation-delay: 1.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(3) .projects-item .projects-body:before,
                .projects-rov .col-lg-4:nth-child(3) .news-link .projects-body:before,
                .news-rov .col-lg-4:nth-child(3) .projects-item .projects-body:before,
                .news-rov .col-lg-4:nth-child(3) .news-link .projects-body:before,
                .project-awards-slider .swiper-slide:nth-child(3) .complex-text:before {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(3) .projects-item .projects-img img,
                .projects-rov .col-lg-4:nth-child(3) .projects-item .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(3) .projects-item .news-img img,
                .projects-rov .col-lg-4:nth-child(3) .projects-item .news-img .img-name,
                .projects-rov .col-lg-4:nth-child(3) .news-link .projects-img img,
                .projects-rov .col-lg-4:nth-child(3) .news-link .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(3) .news-link .news-img img,
                .projects-rov .col-lg-4:nth-child(3) .news-link .news-img .img-name,
                .news-rov .col-lg-4:nth-child(3) .projects-item .projects-img img,
                .news-rov .col-lg-4:nth-child(3) .projects-item .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(3) .projects-item .news-img img,
                .news-rov .col-lg-4:nth-child(3) .projects-item .news-img .img-name,
                .news-rov .col-lg-4:nth-child(3) .news-link .projects-img img,
                .news-rov .col-lg-4:nth-child(3) .news-link .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(3) .news-link .news-img img,
                .news-rov .col-lg-4:nth-child(3) .news-link .news-img .img-name,
                .project-awards-slider .swiper-slide:nth-child(3) .project-img img {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(3) .projects-item .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(3) .projects-item .news-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(3) .news-link .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(3) .news-link .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(3) .projects-item .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(3) .projects-item .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(3) .news-link .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(3) .news-link .news-body span:nth-child(3),
                .project-awards-slider .swiper-slide:nth-child(3) .complex-text span {
                    animation-delay: 0.7s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(3) .projects-item .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(3) .projects-item .news-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(3) .news-link .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(3) .news-link .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(3) .projects-item .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(3) .projects-item .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(3) .news-link .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(3) .news-link .news-body span:nth-child(2) {
                    animation-delay: 0.9s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(3) {
                    animation-delay: 0.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(3) .projects-item .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(3) .projects-item .news-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(3) .news-link .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(3) .news-link .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(3) .projects-item .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(3) .projects-item .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(3) .news-link .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(3) .news-link .news-body span:nth-child(3) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(2) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(3) {
                    animation-delay: 1.3s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(4) {
                    animation-delay: 1.5s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(5) {
                    animation-delay: 1.7s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(3) .complex-text p:nth-child(6) {
                    animation-delay: 1.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(3) .projects-item .projects-body:before,
                .projects-rov .col-lg-4:nth-child(3) .news-link .projects-body:before,
                .news-rov .col-lg-4:nth-child(3) .projects-item .projects-body:before,
                .news-rov .col-lg-4:nth-child(3) .news-link .projects-body:before,
                .project-awards-slider .swiper-slide:nth-child(3) .complex-text:before {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-img img,
                .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(4) .projects-item .news-img img,
                .projects-rov .col-lg-4:nth-child(4) .projects-item .news-img .img-name,
                .projects-rov .col-lg-4:nth-child(4) .news-link .projects-img img,
                .projects-rov .col-lg-4:nth-child(4) .news-link .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(4) .news-link .news-img img,
                .projects-rov .col-lg-4:nth-child(4) .news-link .news-img .img-name,
                .news-rov .col-lg-4:nth-child(4) .projects-item .projects-img img,
                .news-rov .col-lg-4:nth-child(4) .projects-item .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(4) .projects-item .news-img img,
                .news-rov .col-lg-4:nth-child(4) .projects-item .news-img .img-name,
                .news-rov .col-lg-4:nth-child(4) .news-link .projects-img img,
                .news-rov .col-lg-4:nth-child(4) .news-link .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(4) .news-link .news-img img,
                .news-rov .col-lg-4:nth-child(4) .news-link .news-img .img-name,
                .project-awards-slider .swiper-slide:nth-child(4) .project-img img {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(4),
                .projects-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(4),
                .projects-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(4),
                .projects-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(4),
                .news-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(4),
                .news-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(4),
                .news-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(4),
                .news-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(4),
                .project-awards-slider .swiper-slide:nth-child(4) .complex-text span {
                    animation-delay: 0.7s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(2) {
                    animation-delay: 0.9s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(4) {
                    animation-delay: 0.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(4) .projects-item .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(4) .projects-item .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(4) .news-link .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(4) .news-link .news-body span:nth-child(3) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(2) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(3) {
                    animation-delay: 1.3s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(4) {
                    animation-delay: 1.5s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(5) {
                    animation-delay: 1.7s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(4) .complex-text p:nth-child(6) {
                    animation-delay: 1.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(4) .projects-item .projects-body:before,
                .projects-rov .col-lg-4:nth-child(4) .news-link .projects-body:before,
                .news-rov .col-lg-4:nth-child(4) .projects-item .projects-body:before,
                .news-rov .col-lg-4:nth-child(4) .news-link .projects-body:before,
                .project-awards-slider .swiper-slide:nth-child(4) .complex-text:before {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(5) .projects-item .projects-img img,
                .projects-rov .col-lg-4:nth-child(5) .projects-item .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(5) .projects-item .news-img img,
                .projects-rov .col-lg-4:nth-child(5) .projects-item .news-img .img-name,
                .projects-rov .col-lg-4:nth-child(5) .news-link .projects-img img,
                .projects-rov .col-lg-4:nth-child(5) .news-link .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(5) .news-link .news-img img,
                .projects-rov .col-lg-4:nth-child(5) .news-link .news-img .img-name,
                .news-rov .col-lg-4:nth-child(5) .projects-item .projects-img img,
                .news-rov .col-lg-4:nth-child(5) .projects-item .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(5) .projects-item .news-img img,
                .news-rov .col-lg-4:nth-child(5) .projects-item .news-img .img-name,
                .news-rov .col-lg-4:nth-child(5) .news-link .projects-img img,
                .news-rov .col-lg-4:nth-child(5) .news-link .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(5) .news-link .news-img img,
                .news-rov .col-lg-4:nth-child(5) .news-link .news-img .img-name,
                .project-awards-slider .swiper-slide:nth-child(5) .project-img img {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(5) .projects-item .projects-body span:nth-child(5),
                .projects-rov .col-lg-4:nth-child(5) .projects-item .news-body span:nth-child(5),
                .projects-rov .col-lg-4:nth-child(5) .news-link .projects-body span:nth-child(5),
                .projects-rov .col-lg-4:nth-child(5) .news-link .news-body span:nth-child(5),
                .news-rov .col-lg-4:nth-child(5) .projects-item .projects-body span:nth-child(5),
                .news-rov .col-lg-4:nth-child(5) .projects-item .news-body span:nth-child(5),
                .news-rov .col-lg-4:nth-child(5) .news-link .projects-body span:nth-child(5),
                .news-rov .col-lg-4:nth-child(5) .news-link .news-body span:nth-child(5),
                .project-awards-slider .swiper-slide:nth-child(5) .complex-text span {
                    animation-delay: 0.7s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(5) .projects-item .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(5) .projects-item .news-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(5) .news-link .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(5) .news-link .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(5) .projects-item .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(5) .projects-item .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(5) .news-link .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(5) .news-link .news-body span:nth-child(2) {
                    animation-delay: 0.9s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(5) .complex-text p:nth-child(5) {
                    animation-delay: 0.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(5) .projects-item .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(5) .projects-item .news-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(5) .news-link .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(5) .news-link .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(5) .projects-item .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(5) .projects-item .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(5) .news-link .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(5) .news-link .news-body span:nth-child(3) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(5) .complex-text p:nth-child(2) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(5) .complex-text p:nth-child(3) {
                    animation-delay: 1.3s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(5) .complex-text p:nth-child(4) {
                    animation-delay: 1.5s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(5) .complex-text p:nth-child(5) {
                    animation-delay: 1.7s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(5) .complex-text p:nth-child(6) {
                    animation-delay: 1.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(5) .projects-item .projects-body:before,
                .projects-rov .col-lg-4:nth-child(5) .news-link .projects-body:before,
                .news-rov .col-lg-4:nth-child(5) .projects-item .projects-body:before,
                .news-rov .col-lg-4:nth-child(5) .news-link .projects-body:before,
                .project-awards-slider .swiper-slide:nth-child(5) .complex-text:before {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(6) .projects-item .projects-img img,
                .projects-rov .col-lg-4:nth-child(6) .projects-item .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(6) .projects-item .news-img img,
                .projects-rov .col-lg-4:nth-child(6) .projects-item .news-img .img-name,
                .projects-rov .col-lg-4:nth-child(6) .news-link .projects-img img,
                .projects-rov .col-lg-4:nth-child(6) .news-link .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(6) .news-link .news-img img,
                .projects-rov .col-lg-4:nth-child(6) .news-link .news-img .img-name,
                .news-rov .col-lg-4:nth-child(6) .projects-item .projects-img img,
                .news-rov .col-lg-4:nth-child(6) .projects-item .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(6) .projects-item .news-img img,
                .news-rov .col-lg-4:nth-child(6) .projects-item .news-img .img-name,
                .news-rov .col-lg-4:nth-child(6) .news-link .projects-img img,
                .news-rov .col-lg-4:nth-child(6) .news-link .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(6) .news-link .news-img img,
                .news-rov .col-lg-4:nth-child(6) .news-link .news-img .img-name,
                .project-awards-slider .swiper-slide:nth-child(6) .project-img img {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(6) .projects-item .projects-body span:nth-child(6),
                .projects-rov .col-lg-4:nth-child(6) .projects-item .news-body span:nth-child(6),
                .projects-rov .col-lg-4:nth-child(6) .news-link .projects-body span:nth-child(6),
                .projects-rov .col-lg-4:nth-child(6) .news-link .news-body span:nth-child(6),
                .news-rov .col-lg-4:nth-child(6) .projects-item .projects-body span:nth-child(6),
                .news-rov .col-lg-4:nth-child(6) .projects-item .news-body span:nth-child(6),
                .news-rov .col-lg-4:nth-child(6) .news-link .projects-body span:nth-child(6),
                .news-rov .col-lg-4:nth-child(6) .news-link .news-body span:nth-child(6),
                .project-awards-slider .swiper-slide:nth-child(6) .complex-text span {
                    animation-delay: 0.7s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(6) .projects-item .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(6) .projects-item .news-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(6) .news-link .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(6) .news-link .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(6) .projects-item .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(6) .projects-item .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(6) .news-link .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(6) .news-link .news-body span:nth-child(2) {
                    animation-delay: 0.9s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(6) .complex-text p:nth-child(6) {
                    animation-delay: 0.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(6) .projects-item .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(6) .projects-item .news-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(6) .news-link .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(6) .news-link .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(6) .projects-item .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(6) .projects-item .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(6) .news-link .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(6) .news-link .news-body span:nth-child(3) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(6) .complex-text p:nth-child(2) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(6) .complex-text p:nth-child(3) {
                    animation-delay: 1.3s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(6) .complex-text p:nth-child(4) {
                    animation-delay: 1.5s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(6) .complex-text p:nth-child(5) {
                    animation-delay: 1.7s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(6) .complex-text p:nth-child(6) {
                    animation-delay: 1.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(6) .projects-item .projects-body:before,
                .projects-rov .col-lg-4:nth-child(6) .news-link .projects-body:before,
                .news-rov .col-lg-4:nth-child(6) .projects-item .projects-body:before,
                .news-rov .col-lg-4:nth-child(6) .news-link .projects-body:before,
                .project-awards-slider .swiper-slide:nth-child(6) .complex-text:before {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-img img,
                .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(7) .projects-item .news-img img,
                .projects-rov .col-lg-4:nth-child(7) .projects-item .news-img .img-name,
                .projects-rov .col-lg-4:nth-child(7) .news-link .projects-img img,
                .projects-rov .col-lg-4:nth-child(7) .news-link .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(7) .news-link .news-img img,
                .projects-rov .col-lg-4:nth-child(7) .news-link .news-img .img-name,
                .news-rov .col-lg-4:nth-child(7) .projects-item .projects-img img,
                .news-rov .col-lg-4:nth-child(7) .projects-item .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(7) .projects-item .news-img img,
                .news-rov .col-lg-4:nth-child(7) .projects-item .news-img .img-name,
                .news-rov .col-lg-4:nth-child(7) .news-link .projects-img img,
                .news-rov .col-lg-4:nth-child(7) .news-link .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(7) .news-link .news-img img,
                .news-rov .col-lg-4:nth-child(7) .news-link .news-img .img-name,
                .project-awards-slider .swiper-slide:nth-child(7) .project-img img {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(7),
                .projects-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(7),
                .projects-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(7),
                .projects-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(7),
                .news-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(7),
                .news-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(7),
                .news-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(7),
                .news-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(7),
                .project-awards-slider .swiper-slide:nth-child(7) .complex-text span {
                    animation-delay: 0.7s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(2) {
                    animation-delay: 0.9s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(7) .complex-text p:nth-child(7) {
                    animation-delay: 0.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(7) .projects-item .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(7) .projects-item .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(7) .news-link .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(7) .news-link .news-body span:nth-child(3) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(7) .complex-text p:nth-child(2) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(7) .complex-text p:nth-child(3) {
                    animation-delay: 1.3s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(7) .complex-text p:nth-child(4) {
                    animation-delay: 1.5s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(7) .complex-text p:nth-child(5) {
                    animation-delay: 1.7s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(7) .complex-text p:nth-child(6) {
                    animation-delay: 1.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(7) .projects-item .projects-body:before,
                .projects-rov .col-lg-4:nth-child(7) .news-link .projects-body:before,
                .news-rov .col-lg-4:nth-child(7) .projects-item .projects-body:before,
                .news-rov .col-lg-4:nth-child(7) .news-link .projects-body:before,
                .project-awards-slider .swiper-slide:nth-child(7) .complex-text:before {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(8) .projects-item .projects-img img,
                .projects-rov .col-lg-4:nth-child(8) .projects-item .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(8) .projects-item .news-img img,
                .projects-rov .col-lg-4:nth-child(8) .projects-item .news-img .img-name,
                .projects-rov .col-lg-4:nth-child(8) .news-link .projects-img img,
                .projects-rov .col-lg-4:nth-child(8) .news-link .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(8) .news-link .news-img img,
                .projects-rov .col-lg-4:nth-child(8) .news-link .news-img .img-name,
                .news-rov .col-lg-4:nth-child(8) .projects-item .projects-img img,
                .news-rov .col-lg-4:nth-child(8) .projects-item .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(8) .projects-item .news-img img,
                .news-rov .col-lg-4:nth-child(8) .projects-item .news-img .img-name,
                .news-rov .col-lg-4:nth-child(8) .news-link .projects-img img,
                .news-rov .col-lg-4:nth-child(8) .news-link .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(8) .news-link .news-img img,
                .news-rov .col-lg-4:nth-child(8) .news-link .news-img .img-name,
                .project-awards-slider .swiper-slide:nth-child(8) .project-img img {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(8) .projects-item .projects-body span:nth-child(8),
                .projects-rov .col-lg-4:nth-child(8) .projects-item .news-body span:nth-child(8),
                .projects-rov .col-lg-4:nth-child(8) .news-link .projects-body span:nth-child(8),
                .projects-rov .col-lg-4:nth-child(8) .news-link .news-body span:nth-child(8),
                .news-rov .col-lg-4:nth-child(8) .projects-item .projects-body span:nth-child(8),
                .news-rov .col-lg-4:nth-child(8) .projects-item .news-body span:nth-child(8),
                .news-rov .col-lg-4:nth-child(8) .news-link .projects-body span:nth-child(8),
                .news-rov .col-lg-4:nth-child(8) .news-link .news-body span:nth-child(8),
                .project-awards-slider .swiper-slide:nth-child(8) .complex-text span {
                    animation-delay: 0.7s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(8) .projects-item .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(8) .projects-item .news-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(8) .news-link .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(8) .news-link .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(8) .projects-item .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(8) .projects-item .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(8) .news-link .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(8) .news-link .news-body span:nth-child(2) {
                    animation-delay: 0.9s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(8) .complex-text p:nth-child(8) {
                    animation-delay: 0.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(8) .projects-item .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(8) .projects-item .news-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(8) .news-link .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(8) .news-link .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(8) .projects-item .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(8) .projects-item .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(8) .news-link .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(8) .news-link .news-body span:nth-child(3) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(8) .complex-text p:nth-child(2) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(8) .complex-text p:nth-child(3) {
                    animation-delay: 1.3s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(8) .complex-text p:nth-child(4) {
                    animation-delay: 1.5s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(8) .complex-text p:nth-child(5) {
                    animation-delay: 1.7s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(8) .complex-text p:nth-child(6) {
                    animation-delay: 1.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(8) .projects-item .projects-body:before,
                .projects-rov .col-lg-4:nth-child(8) .news-link .projects-body:before,
                .news-rov .col-lg-4:nth-child(8) .projects-item .projects-body:before,
                .news-rov .col-lg-4:nth-child(8) .news-link .projects-body:before,
                .project-awards-slider .swiper-slide:nth-child(8) .complex-text:before {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(9) .projects-item .projects-img img,
                .projects-rov .col-lg-4:nth-child(9) .projects-item .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(9) .projects-item .news-img img,
                .projects-rov .col-lg-4:nth-child(9) .projects-item .news-img .img-name,
                .projects-rov .col-lg-4:nth-child(9) .news-link .projects-img img,
                .projects-rov .col-lg-4:nth-child(9) .news-link .projects-img .img-name,
                .projects-rov .col-lg-4:nth-child(9) .news-link .news-img img,
                .projects-rov .col-lg-4:nth-child(9) .news-link .news-img .img-name,
                .news-rov .col-lg-4:nth-child(9) .projects-item .projects-img img,
                .news-rov .col-lg-4:nth-child(9) .projects-item .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(9) .projects-item .news-img img,
                .news-rov .col-lg-4:nth-child(9) .projects-item .news-img .img-name,
                .news-rov .col-lg-4:nth-child(9) .news-link .projects-img img,
                .news-rov .col-lg-4:nth-child(9) .news-link .projects-img .img-name,
                .news-rov .col-lg-4:nth-child(9) .news-link .news-img img,
                .news-rov .col-lg-4:nth-child(9) .news-link .news-img .img-name,
                .project-awards-slider .swiper-slide:nth-child(9) .project-img img {
                    animation-delay: 0.5s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(9) .projects-item .projects-body span:nth-child(9),
                .projects-rov .col-lg-4:nth-child(9) .projects-item .news-body span:nth-child(9),
                .projects-rov .col-lg-4:nth-child(9) .news-link .projects-body span:nth-child(9),
                .projects-rov .col-lg-4:nth-child(9) .news-link .news-body span:nth-child(9),
                .news-rov .col-lg-4:nth-child(9) .projects-item .projects-body span:nth-child(9),
                .news-rov .col-lg-4:nth-child(9) .projects-item .news-body span:nth-child(9),
                .news-rov .col-lg-4:nth-child(9) .news-link .projects-body span:nth-child(9),
                .news-rov .col-lg-4:nth-child(9) .news-link .news-body span:nth-child(9),
                .project-awards-slider .swiper-slide:nth-child(9) .complex-text span {
                    animation-delay: 0.7s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(9) .projects-item .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(9) .projects-item .news-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(9) .news-link .projects-body span:nth-child(2),
                .projects-rov .col-lg-4:nth-child(9) .news-link .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(9) .projects-item .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(9) .projects-item .news-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(9) .news-link .projects-body span:nth-child(2),
                .news-rov .col-lg-4:nth-child(9) .news-link .news-body span:nth-child(2) {
                    animation-delay: 0.9s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(9) .complex-text p:nth-child(9) {
                    animation-delay: 0.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(9) .projects-item .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(9) .projects-item .news-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(9) .news-link .projects-body span:nth-child(3),
                .projects-rov .col-lg-4:nth-child(9) .news-link .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(9) .projects-item .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(9) .projects-item .news-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(9) .news-link .projects-body span:nth-child(3),
                .news-rov .col-lg-4:nth-child(9) .news-link .news-body span:nth-child(3) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(9) .complex-text p:nth-child(2) {
                    animation-delay: 1.1s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(9) .complex-text p:nth-child(3) {
                    animation-delay: 1.3s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(9) .complex-text p:nth-child(4) {
                    animation-delay: 1.5s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(9) .complex-text p:nth-child(5) {
                    animation-delay: 1.7s !important;
                }

                .project-awards-slider .swiper-slide:nth-child(9) .complex-text p:nth-child(6) {
                    animation-delay: 1.9s !important;
                }
                
                .projects-rov .col-lg-4:nth-child(9) .projects-item .projects-body:before,
                .projects-rov .col-lg-4:nth-child(9) .news-link .projects-body:before,
                .news-rov .col-lg-4:nth-child(9) .projects-item .projects-body:before,
                .news-rov .col-lg-4:nth-child(9) .news-link .projects-body:before,
                .project-awards-slider .swiper-slide:nth-child(9) .complex-text:before {
                    animation-delay: 0.5s !important;
                }

            }
            
            .projects-rov .col-lg-4.show-animate .projects-item .projects-img img,
            .projects-rov .col-lg-4.show-animate .projects-item .projects-img .img-name,
            .projects-rov .col-lg-4.show-animate .projects-item .news-img img,
            .projects-rov .col-lg-4.show-animate .projects-item .news-img .img-name,
            .projects-rov .col-lg-4.show-animate .news-link .projects-img img,
            .projects-rov .col-lg-4.show-animate .news-link .projects-img .img-name,
            .projects-rov .col-lg-4.show-animate .news-link .news-img img,
            .projects-rov .col-lg-4.show-animate .news-link .news-img .img-name,
            .news-rov .col-lg-4.show-animate .projects-item .projects-img img,
            .news-rov .col-lg-4.show-animate .projects-item .projects-img .img-name,
            .news-rov .col-lg-4.show-animate .projects-item .news-img img,
            .news-rov .col-lg-4.show-animate .projects-item .news-img .img-name,
            .news-rov .col-lg-4.show-animate .news-link .projects-img img,
            .news-rov .col-lg-4.show-animate .news-link .projects-img .img-name,
            .news-rov .col-lg-4.show-animate .news-link .news-img img,
            .news-rov .col-lg-4.show-animate .news-link .news-img .img-name,
            .project-awards-slider.show-animate .swiper-slide .project-img img,
            .vacancy-page-img-container.show-animate img {
                animation: showScale 1.5s forwards;
            }
            
            .projects-rov .col-lg-4.show-animate .projects-item .projects-img:before,
            .projects-rov .col-lg-4.show-animate .projects-item .news-img:before,
            .projects-rov .col-lg-4.show-animate .news-link .projects-img:before,
            .projects-rov .col-lg-4.show-animate .news-link .news-img:before,
            .news-rov .col-lg-4.show-animate .projects-item .projects-img:before,
            .news-rov .col-lg-4.show-animate .projects-item .news-img:before,
            .news-rov .col-lg-4.show-animate .news-link .projects-img:before,
            .news-rov .col-lg-4.show-animate .news-link .news-img:before,
            .project-awards-slider.show-animate .swiper-slide .project-img:before,
            .vacancy-page-img-container.show-animate img:before {
                animation: upTodown 1.5s ease-in-out forwards;
            }
            
            .projects-rov .col-lg-4.show-animate .projects-body span,
            .projects-rov .col-lg-4.show-animate .news-body span,
            .news-rov .col-lg-4.show-animate .projects-body span,
            .news-rov .col-lg-4.show-animate .news-body span,
            .project-awards-slider.show-animate .swiper-slide .complex-text span {
                animation: lineText 0.5s forwards;
            }

            .project-awards-slider.show-animate .swiper-slide .complex-text p {
                animation: lineText 0.5s forwards;
            }
            
            .projects-rov .col-lg-4.show-animate .projects-body:before,
            .news-rov .col-lg-4.show-animate .projects-body:before,
            .project-awards-slider.show-animate .swiper-slide .complex-text:before {
                animation: projectBody 0.5s ease-in-out forwards;
            }
            
            @keyframes projectBody {
                to {
                    transform: translateY(0%);
                }
            }
            
            .projects-pagination a,
            .news-page-button-prev,
            .news-page-button-next,
            .col-lg-4-button-prev,
            .col-lg-4-button-next {
                opacity: 0;
            }
            
            .projects-pagination a:nth-child(1) {
                animation-delay: 1.6s !important;
            }
            
            .projects-pagination a:nth-child(2) {
                animation-delay: 1s !important;
            }
            
            .news-page-button-prev, .col-lg-4-button-prev {
                animation-delay: 1s !important;
            }
            
            .news-page-button-next, .col-lg-4-button-next {
                animation-delay: 1.2s !important;
            }
            
            .projects-pagination a:nth-child(3) {
                animation-delay: 1.2s !important;
            }
            
            .projects-pagination a:nth-child(4) {
                animation-delay: 1.4s !important;
            }
            
            .projects-pagination a:nth-child(5) {
                animation-delay: 1.8s !important;
            }
            
            .projects-pagination a:nth-child(6) {
                animation-delay: 2s !important;
            }
            
            .projects-pagination a:nth-child(7) {
                animation-delay: 2.2s !important;
            }
            
            .projects-pagination a:nth-child(8) {
                animation-delay: 2.2s !important;
            }
            
            .projects-pagination a:nth-child(9) {
                animation-delay: 2.2s !important;
            }
            
            .projects-pagination a:nth-child(10) {
                animation-delay: 2.2s !important;
            }
            
            .projects-pagination a:nth-child(11) {
                animation-delay: 2.2s !important;
            }
            
            .projects-pagination a:nth-child(12) {
                animation-delay: 2.2s !important;
            }
            
            .projects-pagination.show-animate a {
                animation: showScale 0.5s forwards;
            }

            .news-page-button-prev.show-animate, .news-page-button-next.show-animate, .col-lg-4-button-prev.show-animate, .col-lg-4-button-next.show-animate {
                animation: showScale 0.5s forwards;
            }

            .news-page-button-prev.show-animate svg, .col-lg-4-button-prev.show-animate svg {
                transform: scaleX(-1);
            }

            .service-info .block-left {
                background: transparent;
                overflow: hidden;
                position: relative;
            }
            
            .service-info .block-left span {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1s !important;
            }
            
            .service-info .block-left p {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1.2s !important;
            }
            
            .service-info .block-left:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(-100%);
            }
            
            .service-info .block-right span {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .service-info .block-right p {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .service-info .block-right:nth-child(2) .block-right-text__content span {
                font-size: 60px;
            }
            
            .service-info .block-right:nth-child(2) .block-right-text__content span:nth-child(1) {
                animation-delay: 1.4s !important;
            }
            
            .service-info .block-right:nth-child(2) .block-right-text__content span:nth-child(2) {
                animation-delay: 1.6s !important;
            }
            
            .service-info .block-right:nth-child(2) .block-right-text__content span:nth-child(3) {
                animation-delay: 1.8s !important;
            }
            
            .service-info .block-right:nth-child(2) .block-right-text__content span:nth-child(4) {
                animation-delay: 2s !important;
            }
            
            .service-info .block-right:nth-child(2) p {
                animation-delay: 1.8s !important;
            }
            
            .service-info .block-right:nth-child(3) .block-right-text__content span {
                font-size: 60px;
            }
            
            .service-info .block-right:nth-child(3) .block-right-text__content span:nth-child(1) {
                animation-delay: 2s !important;
            }
            
            .service-info .block-right:nth-child(3) .block-right-text__content span:nth-child(2) {
                animation-delay: 2.2s !important;
            }
            
            .service-info .block-right:nth-child(3) .block-right-text__content span:nth-child(3) {
                animation-delay: 2.4s !important;
            }
            
            .service-info .block-right:nth-child(3) .block-right-text__content span:nth-child(4) {
                animation-delay: 2.6s !important;
            }
            
            .service-info .block-right:nth-child(3) .block-right-text__content span:nth-child(5) {
                animation-delay: 2.8s !important;
            }
            
            .service-info .block-right:nth-child(3) .block-right-text__content span:nth-child(6) {
                animation-delay: 3s !important;
            }
            
            .service-info .block-right p {
                animation-delay: 2.8s !important;
            }
            
            .service-info.show-animate .block-left:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .service-info.show-animate .block-left span,
            .service-info.show-animate .block-left p {
                animation: lineText 0.5s forwards;
            }
            
            .service-info.show-animate .block-right span,
            .service-info.show-animate .block-right p {
                animation: lineText 0.5s forwards;
            }
            
            .service-complex .col-lg-12:nth-child(1) .complex-img img {
                animation-delay: 0s !important;
            }
            
            .service-complex .col-lg-4:nth-child(1) .complex-text:before {
                animation-delay: 0s !important;
            }
            
            .service-complex .col-lg-4:nth-child(1) .complex-text span {
                animation-delay: 0.25s !important;
            }
            
            .service-complex .col-lg-4:nth-child(1) .complex-text p {
                animation-delay: 0.5s !important;
            }
            
            .service-complex .col-lg-4:nth-child(1) .complex-img img {
                animation-delay: 0s !important;
            }
            
            .service-complex .col-lg-4:nth-child(2) .complex-text:before {
                animation-delay: 0.25s !important;
            }
            
            .service-complex .col-lg-4:nth-child(2) .complex-text span {
                animation-delay: 0.5s !important;
            }
            
            .service-complex .col-lg-4:nth-child(2) .complex-text p {
                animation-delay: 0.8s !important;
            }
            
            .service-complex .col-lg-4:nth-child(2) .complex-img img {
                animation-delay: 0.25s !important;
            }
            
            .service-complex .col-lg-4:nth-child(3) .complex-text:before {
                animation-delay: 0.5s !important;
            }
            
            .service-complex .col-lg-4:nth-child(3) .complex-text span {
                animation-delay: 0.75s !important;
            }
            
            .service-complex .col-lg-4:nth-child(3) .complex-text p {
                animation-delay: 1.1s !important;
            }
            
            .service-complex .col-lg-4:nth-child(3) .complex-img img {
                animation-delay: 0.5s !important;
            }
            
            .service-complex .col-lg-4:nth-child(4) .complex-text:before {
                animation-delay: 0.75s !important;
            }
            
            .service-complex .col-lg-4:nth-child(4) .complex-text span {
                animation-delay: 1s !important;
            }
            
            .service-complex .col-lg-4:nth-child(4) .complex-text p {
                animation-delay: 1.4s !important;
            }
            
            .service-complex .col-lg-4:nth-child(4) .complex-img img {
                animation-delay: 0.55s !important;
            }
            
            .service-complex .col-lg-4:nth-child(5) .complex-text:before {
                animation-delay: 1s !important;
            }
            
            .service-complex .col-lg-4:nth-child(5) .complex-text span {
                animation-delay: 1.25s !important;
            }
            
            .service-complex .col-lg-4:nth-child(5) .complex-text p {
                animation-delay: 1.7s !important;
            }
            
            .service-complex .col-lg-4:nth-child(5) .complex-img img {
                animation-delay: 1s !important;
            }
            
            .service-complex .col-lg-4:nth-child(6) .complex-text:before {
                animation-delay: 1.25s !important;
            }
            
            .service-complex .col-lg-4:nth-child(6) .complex-text span {
                animation-delay: 1.5s !important;
            }
            
            .service-complex .col-lg-4:nth-child(6) .complex-text p {
                animation-delay: 2s !important;
            }
            
            .service-complex .col-lg-4:nth-child(6) .complex-img img {
                animation-delay: 1.25s !important;
            }
            
            .service-complex .col-lg-4 .complex-img {
                overflow: hidden;
                position: relative;
            }
            
            .service-complex .col-lg-4 .complex-img img {
                transform: scale(0) translate(100%, 100%);
            }
            
            .service-complex .col-lg-12 .complex-img img {
                transform: scale(0) translate(100%, 100%);
            }
            
            .service-complex .col-lg-4 .complex-text {
                overflow: hidden;
                position: relative;
                background: transparent;
            }
            
            .service-complex .col-lg-4 .complex-text span {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .service-complex .col-lg-4 .complex-text p {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }

            .show-description.blue-btn {
                position: absolute;
                bottom: 40px;
                left: 40px;
                z-index: 10;
                animation-delay: 1.3s !important;
                border: #008cff solid 2px;
                background: #fff;
                color: #000;
                opacity: 0;
                transform: scale(0.7);
                white-space: nowrap;
                cursor: pointer;
            }

            .show-description.blue-btn:hover {
                background: #ff6700;
                color: #fff;
            }

            
            
            .service-complex .col-lg-4 .complex-text:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
                transform: translateX(100%) translateY(100%);
                z-index: 1;
            }
            
            .service-complex .col-lg-4.show-animate .complex-text:before {
                animation: missionText 0.5s forwards;
            }
            
            .service-complex .col-lg-4.show-animate .complex-text span,
            .service-complex .col-lg-4.show-animate .complex-text p {
                animation: lineText 0.5s forwards;
            }

            .service-complex .col-lg-4.show-animate .complex-text p:nth-child(1) {
                animation-delay: 0.5s !important;
            }

            .service-complex .col-lg-4.show-animate .complex-text p:nth-child(2) {
                animation-delay: 0.7s !important;
            }

            .service-complex .col-lg-4.show-animate .complex-text p:nth-child(3) {
                animation-delay: 0.9s !important;
            }

            .service-complex .col-lg-4.show-animate .complex-text p:nth-child(4) {
                animation-delay: 1.1s !important;
            }

            .service-complex .col-lg-4.show-animate .complex-text p:nth-child(5) {
                animation-delay: 1.3s !important;
            }

            .service-complex .col-lg-4.show-animate .complex-text p:nth-child(6) {
                animation-delay: 1.5s !important;
            }

            .service-complex .col-lg-4.show-animate .complex-text p:nth-child(7) {
                animation-delay: 1.7s !important;
            }

            .service-complex .col-lg-4.show-animate .complex-text p:nth-child(8) {
                animation-delay: 1.9s !important;;
            }

            .service-complex .col-lg-4.show-animate .complex-text p:nth-child(9) {
                animation-delay: 2.1s !important;
            }

            .service-complex .col-lg-4.show-animate .complex-text p:nth-child(10) {
                animation-delay: 2.3s !important;
            }
            
            .service-complex .col-lg-4.show-animate .complex-img img {
                animation: complexImg 0.5s forwards;
            }
            
            .service-complex .col-lg-12.show-animate .complex-img img {
                animation: complexImg 0.5s forwards;
            }

            .service-complex .col-lg-4.show-animate .show-description.blue-btn {
                animation: projectBtn 0.5s forwards;
            }
            
            @keyframes complexImg {
                to {
                    transform: scale(1) translate(0%, 0%);
                }
            }
            
            @keyframes missionText {
                to {
                    transform: translateX(0%) translateY(0%);
                }
            }
            
            .text-sec {
                background: transparent;
                position: relative;
                overflow: hidden;
            }
            
            .text-sec:before {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: #008cff;
                transform: translateY(-100%);
            }
            
            .text-sec p {
                margin-bottom: 20px;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .text-sec p:last-child {
                margin-bottom: 0;
            }
            
            .text-sec p:nth-child(1) {
                animation-delay: 0.5s !important;
            }
            
            .text-sec p:nth-child(2) {
                animation-delay: 0.7s !important;
            }
            
            .text-sec p:nth-child(3) {
                animation-delay: 0.9s !important;
            }
            
            .text-sec p:nth-child(4) {
                animation-delay: 1.1s !important;
            }
            
            .text-sec p:nth-child(5) {
                animation-delay: 1.3s !important;
            }
            
            .text-sec p:nth-child(6) {
                animation-delay: 1.5s !important;
            }
            
            .text-sec p:nth-child(7) {
                animation-delay: 1.7s !important;
            }
            
            .text-sec p:nth-child(8) {
                animation-delay: 1.9s !important;
            }
            
            .text-sec p:nth-child(9) {
                animation-delay: 2.1s !important;
            }
            
            .text-sec p:nth-child(10) {
                animation-delay: 2.3s !important;
            }
            
            .text-sec ul {}
            
            .text-sec ul li {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .text-sec ul li:nth-child(1) {
                animation-delay: 0.9s !important;
            }
            
            .text-sec ul li:nth-child(2) {
                animation-delay: 1.1s !important;
            }
            
            .text-sec ul li:nth-child(3) {
                animation-delay: 1.3s !important;
            }
            
            .text-sec ul li:nth-child(4) {
                animation-delay: 1.5s !important;
            }
            
            .text-sec ul li:nth-child(5) {
                animation-delay: 1.7s !important;
            }
            
            .text-sec.show-animate:before {
                animation: verticalAnimate 1s forwards;
            }
             
            .text-sec.show-animate p:not(.service-advan-item p) {
                animation: lineText 0.5s forwards;
            }
            
            .text-sec.show-animate ul li {
                animation: lineText 0.5s forwards;
            }
            
            .service-advan .container {
                position: relative;
                z-index: 10;
            }
            
            .service-advan .service-advan-bg {
                overflow: hidden;
            }
            
            .service-advan .service-advan-bg:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
                z-index: 10;
            }
            
            .service-advan .service-advan-bg img {
                position: relative;
                z-index: 9;
            }
            
            .service-advan .title {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1s !important;
            }
            
            .service-advan-bg:before {
                animation: upTodown 2s ease-in-out forwards;
            }
            
            .service-advan.show-animate .title {
                animation: lineText 0.5s forwards;
            }
            
            .service-advan-items {
                position: relative;
                overflow: hidden;
                z-index: 11;
            }
            
            .service-advan-items .service-advan-item {
                position: relative;
                overflow: hidden;
                background: transparent;
            }
            
            /* .service-advan-items .service-advan-item p {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            } */
            
            .service-advan-items .service-advan-item:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
                transform: translateX(100%) translateY(100%);
                z-index: 2;
            }
            
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(1) .service-advan-item:before {
                animation-delay: 0s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(1) .service-advan-item span,
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(1) .service-advan-item p  {
                animation-delay: 0.3s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(2) .service-advan-item:before {
                animation-delay: 0.25s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(2) .service-advan-item span,
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(2) .service-advan-item p {
                animation-delay: 0.45s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(3) .service-advan-item:before {
                animation-delay: 0.5s !important;
            }

            .service-advan-items .service-advan-rov .col-xl-6:nth-child(3) .service-advan-item span,
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(3) .service-advan-item p {
                animation-delay: 0.7s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(4) .service-advan-item:before {
                animation-delay: 0.75s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(4) .service-advan-item span,
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(4) .service-advan-item p {
                animation-delay: 0.95s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(5) .service-advan-item:before {
                animation-delay: 1s !important;
            }
            
            
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(5) .service-advan-item span,
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(5) .service-advan-item p {
                animation-delay: 1.2s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(6) .service-advan-item:before {
                animation-delay: 1.25s !important;
                display: none;
            }
            
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(6) .service-advan-item span,
            .service-advan-items .service-advan-rov .col-xl-6:nth-child(6) .service-advan-item p {
                animation-delay: 1.45s !important;
                color: #fff;
            }

            .service-advan-item span,
            .service-advan-item p {
                position: relative;
                z-index: 9;
                /* margin-bottom: 20px; */
                opacity: 0;
                transform: translateY(20px);
            }
            
            .service-advan-items .service-advan-item.show-animate:before {
                animation: complexImg 0.5s forwards;
                animation-delay: 0.5s;
            }
            
            .service-advan-items .service-advan-item.show-animate p,
            .service-advan-items .service-advan-item.show-animate span {
                animation: lineText 0.5s forwards;
                animation-delay: 1s;
            }
            
            .service-advan-items .service-advan-rov .col-xl-3:nth-child(1) .service-advan-item:before {
                animation-delay: 0s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-3:nth-child(1) .service-advan-item p {
                animation-delay: 0.5s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-3:nth-child(2) .service-advan-item:before {
                animation-delay: 0.5s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-3:nth-child(2) .service-advan-item p {
                animation-delay: 1s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-3:nth-child(3) .service-advan-item:before {
                animation-delay: 1s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-3:nth-child(3) .service-advan-item p {
                animation-delay: 1.5s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-3:nth-child(4) .service-advan-item:before {
                animation-delay: 1.5s !important;
            }
            
            .service-advan-items .service-advan-rov .col-xl-3:nth-child(4) .service-advan-item p {
                animation-delay: 2s !important;
            }
            
            .service-advan-item.show-animate:before {
                animation: complexImg 0.5s forwards;
            }
            
            .service-advan-items .service-advan-item.show-animate p {
                animation: lineText 0.5s forwards;
            }
            
            .contact-sec:before {
                background: #fff;
                height: 112px;
            }
            
            .contact-sec .contact-right {
                position: initial;
            }
            
            .contact-sec .contact-map-bg {
                position: relative;
                z-index: 12;
                background: #fff;
            }
            
            .contact-sec .contact-map-bg:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                animation-delay: 1s !important;
                transform: translateY(-100%);
            }
            
            .contact-sec .contact-block .contact-map {
                position: absolute;
                top: 0;
                left: 0;
                filter: grayscale(100%);
                mix-blend-mode: normal;
                /*background: #fff;*/
                z-index: 8;
                animation-delay: 1.3s !important;
                opacity: 0;
            }
            /*.contact-sec .contact-right-in {*/
            /*  padding-top: 133px;*/
            /*}*/
            
            .contact-sec .contact-right-bg {
                overflow: hidden;
                height: 210px;
                transform: translateY(-357px);
                width: 100vw;
                position: absolute;
                right: 0;
                left: auto;
            }
            
            .contact-sec .contact-right-in__bg {
                position: relative;
                overflow: hidden;
                padding: 5.625em 7.5em;
                padding-top: 112px;
            }
            
            .contact-sec .contact-right-in__bg h2 {
                animation-delay: 1.4s !important;
            }
            
            .contact-sec .contact-right-in__bg:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                top: 0;
                left: 0;
                transform: translateY(-100%);
                animation-delay: 1s !important;
            }
            
            .contact-sec .contact-right-in__bg .contact-address,
            .contact-sec .contact-right-in__bg .contact-tel {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1.6s !important;
            }
            
            .contact-sec .contact-flex {
                position: relative;
                z-index: 9;
            }
            
            .contact-sec .blue-btn {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 1.8s !important;
            }
            
            .contact-sec .contact-social {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 2s !important;
            }
            
            .contact-sec.show-animate .blue-btn,
            .contact-sec.show-animate .contact-social {
                animation: btnAnimate 0.5s forwards;
            }
            
            .contact-sec.show-animate .contact-address,
            .contact-sec.show-animate .contact-tel {
                animation: lineText 0.5s forwards;
            }
            
            .contact-sec.show-animate .contact-right-bg {
                animation: contactTop 0.5s ease-in-out forwards;
            }
            
            .contact-sec.show-animate .contact-map {
                animation: contactMap 1s ease-in-out forwards;
            }
            
            .contact-sec.show-animate .contact-map-bg:before {
                animation: contactMapbg 1.5s ease-in-out forwards;
            }
            
            .contact-sec.show-animate .contact-right-in__bg:before {
                animation: verticalAnimate 1s forwards;
            }
            
            @keyframes contactMapbg {
                to {
                    transform: translateY(100%);
                }
            }
            
            @keyframes contactMap {
                to {
                    opacity: 1;
                }
            }
            
            @keyframes contactTop {
                to {
                    transform: translateY(-112px);
                }
            }
            
            .contact-right-in {
                position: relative;
                overflow: hidden;
            }
            
            .contact-right-in.show-animate:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .contact-employee .employee-left {
                position: relative;
                overflow: hidden;
                background: transparent;
            }
            
            .contact-employee .employee-left .title,
            .contact-employee .employee-left .employee-left-text {
                position: relative;
                z-index: 9;
            }
            
            .contact-employee .employee-left h2 {
                animation-delay: 1s !important;
            }
            
            .contact-employee .employee-left p {
                animation-delay: 1.2s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .contact-employee .employee-left__triangle {
                position: absolute;
                bottom: 0;
                right: 0;
                z-index: 3;
            }
            
            .contact-employee .employee-left:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1;
                transform: translateY(-100%);
            }
            
            .contact-employee .employee-right .contact-info:nth-child(1) span {
                animation-delay: 0.5s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .contact-employee .employee-right .contact-info:nth-child(1) a {
                animation-delay: 0.7s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .contact-employee .employee-right .contact-info:nth-child(1) p {
                animation-delay: 0.9s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .contact-employee .employee-right .contact-info:nth-child(2) span {
                animation-delay: 1.1s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .contact-employee .employee-right .contact-info:nth-child(2) a {
                animation-delay: 1.3s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .contact-employee .employee-right .contact-bot .blue-btn {
                animation-delay: 1.5s !important;
            }
            
            .contact-employee .employee-right .contact-apps span {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1.7s !important;
            }
            
            .contact-employee .employee-right .contact-apps .apps-link a:nth-child(1) {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 1.9s !important;
            }
            
            .contact-employee .employee-right .contact-apps .apps-link a:nth-child(2) {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 2.1s !important;
            }
            
            .contact-employee .employee-right .contact-apps .apps-link a:nth-child(3) {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 2.3s !important;
            }
            
            .contact-employee.show-animate .employee-right .apps-link a {
                animation: btnAnimate 0.5s forwards;
            }
            
            .contact-employee.show-animate .employee-right .contact-info span,
            .contact-employee.show-animate .employee-right .contact-info a,
            .contact-employee.show-animate .employee-right .contact-info p {
                animation: lineText 0.5s forwards;
            }
            
            .contact-employee.show-animate .employee-right .contact-apps span {
                animation: lineText 0.5s forwards;
            }
            
            .contact-employee.show-animate .employee-left:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .contact-employee.show-animate .employee-left p {
                animation: lineText 0.5s forwards;
            }
            
            .inner-con {
                background: transparent;
                position: relative;
                overflow: hidden;
            }
            
            .inner-con__triangle {
                position: absolute;
                right: 0;
                top: 0;
            }
            
            .inner-con .inner-top {
                position: relative;
                z-index: 9;
            }
            
            .inner-con .back {
                transform: translateX(-30px);
                opacity: 0;
                animation-delay: 1s !important;
            }
            
            .inner-con .title h2 {
                animation-delay: 1.3s !important;
            }
            
            .inner-con:before {
                content: "";
                height: 100%;
                background: #008cff;
                position: absolute;
                top: 0;
                left: 0;
                transform: scaleY(0.7);
                width: 0;
            }
            
            .inner-con.show-animate:before {
                animation: newstopAnimate 1.5s forwards;
            }
            
            .inner-con.show-animate .back {
                animation: back 0.5s ease-in-out forwards;
            }
            
            @keyframes newstopAnimate {
                0% {
                    width: 0;
                    transform: scaleY(0.7);
                }
                50% {
                    width: 100%;
                    transform: scaleY(0.7);
                }
                100% {
                    width: 100%;
                    transform: scaleY(1);
                }
            }
            
            @keyframes back {
                to {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
            
            .inner-img {
                overflow: hidden;
                opacity: 0;
            }
            
            .inner-img.show-animate {
                animation: innerImage 1s ease-in-out forwards;
            }
            
            @keyframes innerImage {
                to {
                    opacity: 1;
                }
            }
            
            .inner-text ul {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .inner-text ul:nth-child(1) {
                animation-delay: 1.1s !important;
            }
            
            .inner-text p, .inner-text span, .inner-text .share, .vacancy-page-nav-text, .vacancy-page-zp {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .inner-text p:nth-child(1), .inner-text .share,  .inner-text span, .vacancy-page-nav-text, .vacancy-page-zp {
                animation-delay: 1s !important;
            }
            
            .inner-text p:nth-child(2) {
                animation-delay: 1.2s !important;
            }
            
            .inner-text p:nth-child(3) {
                animation-delay: 1.4s !important;
            }
            
            .inner-text p:nth-child(4) {
                animation-delay: 1.6s !important;
            }
            
            .inner-text p:nth-child(5) {
                animation-delay: 1.8s !important;
            }
            
            .inner-text p:nth-child(6) {
                animation-delay: 2s !important;
            }
            
            .inner-text p:nth-child(7) {
                animation-delay: 2.2s !important;
            }
            
            .inner-text p:nth-child(8) {
                animation-delay: 2.4s !important;
            }
            
            .inner-text p:nth-child(9) {
                animation-delay: 2.6s !important;
            }
            
            .inner-text p:nth-child(10) {
                animation-delay: 2.8s !important;
            }
            
            .inner-text p:nth-child(10) {
                animation-delay: 3.0s !important;
            }
            
            .inner-text p:nth-child(11) {
                animation-delay: 3.2s !important;
            }
            
            .inner-text p:nth-child(12) {
                animation-delay: 3.4s !important;
            }
            
            .inner-text p:nth-child(13) {
                animation-delay: 3.6s !important;
            }
            
            .inner-text p:nth-child(14) {
                animation-delay: 3.8s !important;
            }
            
            .inner-text p:nth-child(15) {
                animation-delay: 4.0s !important;
            }
            
            .inner-text p:nth-child(16) {
                animation-delay: 4.2s !important;
            }
            
            .inner-text p:nth-child(17) {
                animation-delay: 4.4s !important;
            }
            
            .inner-text p:nth-child(18) {
                animation-delay: 4.6s !important;
            }
            
            .inner-text p:nth-child(19) {
                animation-delay: 4.8s !important;
            }
            
            .inner-text p:nth-child(20) {
                animation-delay: 5.0s !important;
            }
            
            .inner-text p:nth-child(21) {
                animation-delay: 5.2s !important;
            }
            
            .inner-text p:nth-child(22) {
                animation-delay: 5.4s !important;
            }
            
            .inner-text p:nth-child(23) {
                animation-delay: 5.6s !important;
            }
            
            .inner-text p:nth-child(24) {
                animation-delay: 5.8s !important;
            }
            
            .inner-text p:nth-child(25) {
                animation-delay: 6.0s !important;
            }
            
            .inner-text p:nth-child(26) {
                animation-delay: 6.2s !important;
            }
            
            .inner-text p:nth-child(27) {
                animation-delay: 6.4s !important;
            }
            
            .inner-text p:nth-child(28) {
                animation-delay: 6.6s !important;
            }
            
            .inner-text p:nth-child(29) {
                animation-delay: 6.8s !important;
            }
            
            .inner-text p:nth-child(30) {
                animation-delay: 7.0s !important;
            }
            
            .inner-text.show-animate ul {
                animation: lineText 0.5s forwards;
            }
            
            .inner-text.show-animate p, .inner-text.show-animate span, .inner-text.show-animate .share, .vacancy-page-zp.show-animate, .vacancy-page-nav-text.show-animate {
                animation: lineText 0.5s forwards;
            }
            
            .news-sec {
                overflow: hidden;
            }
            
            .news-sec:before {
                transform: translateY(-32.6875em);
                animation-delay: 0.5s !important;
            }
            
            .news-sec .title h2 {
                animation-delay: 1s !important;
            }
            
            .news-sec.show-animate:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .vacancy-top {
                background-color: transparent;
                position: relative;
            }
            
            .vacancy-top .container {
                position: relative;
                z-index: 9;
            }
            
            .vacancy-top__triangle {
                position: absolute;
                bottom: 0;
                right: 0;
                z-index: 9;
            }
            
            .vacancy-top h2 {
                animation-delay: 1s !important;
            }
            
            .vacancy-top .vacancy-select {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .vacancy-top .vacancy-select:nth-child(1) {
                animation-delay: 1.2s !important;
            }
            
            .vacancy-top .vacancy-select:nth-child(2) {
                animation-delay: 1.4s !important;
            }
            
            .vacancy-top .vacancy-select:nth-child(3) {
                animation-delay: 1.6s !important;
            }
            
            .vacancy-top:before {
                content: "";
                width: 100%;
                height: 0;
                background: #008cff;
                position: absolute;
                top: 0;
                left: 0;
            }
            
            .vacancy-top.show-animate:before {
                animation: vacancyTopbg 1s ease-in-out forwards;
            }
            
            .vacancy-top.show-animate .vacancy-select {
                animation: lineText 0.5s forwards;
            }
            
            @keyframes vacancyTopbg {
                to {
                    height: 100%;
                }
            }
            
            .vacancy-item {
                overflow: hidden;
                position: relative;
            }
            
            .vacancy-item:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                border: 1px solid transparent;
                position: absolute;
                bottom: 0;
                right: 0;
                transition: 0.5s;
                transform: translate(100%, 100%);
            }
            
            .vacancy-item:hover:before {
                border-color: rgba(255, 103, 0, 0.6) !important;
            }
            
            .vacancy-item .vacancy-link {
                position: relative;
                z-index: 9;
                background: transparent;
                border: 0;
            }
            
            .vacancy-item .vacancy-link .vacancy-address {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1s !important;
            }
            
            .vacancy-item .vacancy-link .vacancy-name {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1.2s !important;
            }
            
            .vacancy-item .vacancy-link .vacancy-experience {
                opacity: 0;
                transform: translateX(-30px);
                animation-delay: 1.4s !important;
            }
            
            .vacancy-item .vacancy-link .right-text {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1.4s !important;
            }
            
            .vacancy-item.show-animate:before {
                animation: vacancyBg 2s ease-in-out forwards;
            }
            
            .vacancy-item.show-animate .vacancy-link .vacancy-address,
            .vacancy-item.show-animate .vacancy-link .vacancy-name,
            .vacancy-item.show-animate .vacancy-link .right-text {
                animation: lineText 0.5s forwards;
            }
            
            .vacancy-item.show-animate .vacancy-link .vacancy-experience {
                animation: vacancyExperience 0.5s ease-in-out forwards;
            }
            
            @keyframes vacancyExperience {
                to {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
            
            @keyframes vacancyBg {
                33% {
                    transform: translate(0, 0);
                }
                90% {
                    transform: translate(0, 0);
                }
                100% {
                    border-color: #008cff;
                    transform: translate(0, 0);
                }
            }
            
            .banner-block {
                z-index: 10;
                overflow: hidden;
                background: transparent;
                background: transparent;
            }
            
            .banner-block:before {
                transform: translateY(100%);
                content: "";
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100vw;
                z-index: 2;
                background: #008cff;
                transition: 0.5s;
                animation-delay: 0.5s !important;
            }
            
            .banner-block .ofice-block {
                position: relative;
                z-index: 9;
            }
            
            .banner-block .ofice-block h2 {
                animation-delay: 1s !important;
            }
            
            .banner-block .ofice-text p {
                opacity: 0;
                transform: translateY(20px);
                margin-bottom: 20px;
            }
            
            .banner-block .ofice-text p:last-child {
                margin-bottom: 0;
            }
            
            .banner-block .ofice-text p:nth-child(1) {
                animation-delay: 1.2s !important;
            }
            
            .banner-block .ofice-text p:nth-child(2) {
                animation-delay: 1.4s !important;
            }
            
            .banner-block .ofice-text p:nth-child(3) {
                animation-delay: 1.6s !important;
            }
            
            .banner-block .ofice-text p:nth-child(4) {
                animation-delay: 1.8s !important;
            }
            
            .banner-block.show-animate:before {
                animation: bannerBlock 0.5s ease-in-out forwards;
            }
            
            .banner-block.show-animate .ofice-text p {
                animation: lineText 0.5s forwards;
            }
            
            @keyframes bannerBlock {
                to {
                    transform: translateY(0);
                }
            }
            
            .white-con .title h2 {
                animation-delay: 1s !important;
            }
            
            .ofice-in p, .white-con .col-xl-6 p {
                opacity: 0;
                transform: translateY(20px);
                margin-bottom: 20px;
            }
            
            .ofice-in p:last-child, .white-con .col-xl-6 p:last-child {
                margin-bottom: 0;
            }
            
            .white-con .ofice-in p:nth-child(1) {
                animation-delay: 1.2s !important;
            }
            
            .white-con  .col-xl-6:nth-child(1) p {
                animation-delay: 1.2s !important;
            }
            
            .white-con .ofice-in p:nth-child(2) {
                animation-delay: 1.4s !important;
            }

            .white-con  .col-xl-6:nth-child(2) p {
                animation-delay: 1.4s !important;
            }
            
            .white-con .ofice-in p:nth-child(3) {
                animation-delay: 1.6s !important;
            }

            .white-con  .col-xl-6:nth-child(3) p {
                animation-delay: 1.6s !important;
            }
            
            .white-con .ofice-in p:nth-child(4) {
                animation-delay: 1.8s !important;
            }

            .white-con  .col-xl-6:nth-child(4) p {
                animation-delay: 1.8s !important;
            }
            
            .white-con .ofice-in p:nth-child(5) {
                animation-delay: 2s !important;
            }
            
            .white-con .ofice-in p:nth-child(6) {
                animation-delay: 2.2s !important;
            }
            
            .white-con.show-animate .ofice-in p {
                animation: lineText 0.5s forwards;
            }

            .white-con.show-animate .col-xl-6 p {
                animation: lineText 0.5s forwards;
            }
            
            .career-work a {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .career-work a:nth-child(1) {
                animation-delay: 0.5s !important;
            }
            
            .career-work.show-animate a {
                animation: btnAnimate 0.5s forwards;
            }
            
            .blue-con {
                position: relative;
                overflow: hidden;
                background: transparent;
            }
            
            .blue-con::before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1;
                transform: translateY(-100%);
            }
            
            .blue-con .title {
                z-index: 9;
                position: relative;
            }
            
            .blue-con .title h2 {
                animation-delay: 1s !important;
            }
            
            .blue-con .ofice-in {
                position: relative;
                z-index: 9;
            }
            
            .blue-con .ofice-in p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .blue-con .ofice-in p:nth-child(1) {
                animation-delay: 1.2s !important;
            }
            
            .blue-con .ofice-in p:nth-child(2) {
                animation-delay: 1.4s !important;
            }
            
            .blue-con .ofice-in p:nth-child(3) {
                animation-delay: 1.6s !important;
            }
            
            .blue-con .ofice-in p:nth-child(4) {
                animation-delay: 1.8s !important;
            }
            
            .blue-con .ofice-in p:nth-child(5) {
                animation-delay: 2s !important;
            }
            
            .blue-con .ofice-in p:nth-child(6) {
                animation-delay: 2.2s !important;
            }
            
            .blue-con .ofice-in p:nth-child(7) {
                animation-delay: 2.4s !important;
            }
            
            .blue-con .ofice-in p:nth-child(8) {
                animation-delay: 2.6s !important;
            }
            
            .blue-con .ofice-in p:nth-child(9) {
                animation-delay: 2.8s !important;
            }
            
            .blue-con .ofice-in p:nth-child(10) {
                animation-delay: 3s !important;
            }
            
            .blue-con .ofice-in p:nth-child(11) {
                animation-delay: 3.2s !important;
            }
            
            .blue-con .ofice-in p:nth-child(12) {
                animation-delay: 3.4s !important;
            }
            
            .blue-con .ofice-in p:nth-child(13) {
                animation-delay: 3.6s !important;
            }
            
            .blue-con .ofice-in p:nth-child(14) {
                animation-delay: 3.8s !important;
            }
            
            .blue-con .ofice-in p:nth-child(15) {
                animation-delay: 4s !important;
            }
            
            .blue-con .ofice-in p:nth-child(16) {
                animation-delay: 4.2s !important;
            }
            
            .blue-con .ofice-in p:nth-child(17) {
                animation-delay: 4.4s !important;
            }
            
            .blue-con .ofice-in p:nth-child(18) {
                animation-delay: 4.6s !important;
            }
            
            .blue-con .ofice-in p:nth-child(19) {
                animation-delay: 4.8s !important;
            }
            
            .blue-con .ofice-in p:nth-child(20) {
                animation-delay: 5s !important;
            }
            
            .blue-con .ofice-in p:nth-child(21) {
                animation-delay: 5.2s !important;
            }
            
            .blue-con.show-animate:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .blue-con.show-animate .ofice-in p {
                animation: lineText 0.5s forwards;
            }
            
            .example-text {
                position: relative;
                overflow: hidden;
                background: transparent;
            }
            
            .example-text::before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1;
                transform: translateY(-100%);
            }
            
            .example-text .title {
                z-index: 9;
                position: relative;
            }
            
            .example-text .title h2 {
                animation-delay: 1s !important;
            }
            
            .example-text .example-text-in {
                position: relative;
                z-index: 9;
            }
            
            .example-text .example-text-in p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .example-text .example-text-in p:nth-child(1) {
                animation-delay: 1.2s !important;
            }
            
            .example-text .example-text-in p:nth-child(2) {
                animation-delay: 1.4s !important;
            }
            
            .example-text .example-text-in p:nth-child(3) {
                animation-delay: 1.6s !important;
            }
            
            .example-text .example-text-in p:nth-child(4) {
                animation-delay: 1.8s !important;
            }
            
            .example-text .example-text-in p:nth-child(5) {
                animation-delay: 2s !important;
            }
            
            .example-text .example-text-in p:nth-child(6) {
                animation-delay: 2.2s !important;
            }
            
            .example-text .example-text-in p:nth-child(7) {
                animation-delay: 2.4s !important;
            }
            
            .example-text.show-animate:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .example-text.show-animate .example-text-in p {
                animation: lineText 0.5s forwards;
            }
            
            .img-con {
                overflow: hidden;
                position: relative;
            }
            @media screen and (min-width: 1280px) {
                .wo-anim-pc::before {
                    opacity: unset !important;
                    transform: unset !important;
                    animation: none !important;
                    animation-delay: unset !important;
                }
            }
            @media screen and (max-width: 1279px) {
                .img-con.wo-anim:before {
                    display: none;
                }
                .img-con.wo-anim {
                    animation: unset;
                    animation-delay: unset !important;
                }

                .wo-anim,
                .wo-anim::before,
                .wo-anim p,
                .wo-anim p::before,
                .wo-anim span,
                .wo-anim span::before,
                .wo-anim ul,
                .wo-anim li,
                .wo-anim div {
                    opacity: unset !important;
                    transform: unset !important;
                    animation: none !important;
                    animation-delay: unset !important;
                }
            }
            
            
            .img-con .container {
                z-index: 10;
            }
            
            .img-con:before {
                content: "";
                width: 100%;
                height: 200%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
                z-index: 10;
            }
            
            .img-con .people-bg {
                z-index: 9;
            }
            
            .img-con .title {
                position: relative;
                z-index: 10;
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1.5s !important;
            }
            
            .img-con.show-animate:before {
                animation: upTodown 2s ease-in-out forwards;
            }
            
            .img-con.show-animate .title {
                animation: lineText 0.5s forwards;
            }
            
            .ofice-cols {
                position: relative;
                z-index: 11;
            }
            
            .ofice-cols .ofice-item {
                overflow: hidden;
                position: relative;
                background: transparent;
            }
            
            .ofice-cols .ofice-item span {
                position: relative;
                z-index: 9;
                display: block;
                margin-bottom: 10px;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .ofice-cols .ofice-item .ofice-item-text {
                position: relative;
                z-index: 9;
            }
            
            .ofice-cols .ofice-item:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
                transform: translateX(100%) translateY(100%);
                z-index: 1;
            }
            
            .ofice-cols .col-lg-4:nth-child(1) .ofice-item:before {
                animation-delay: 1s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(1) .ofice-item span {
                animation-delay: 1.2s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(1) .ofice-item .ofice-item-text p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .ofice-cols .col-lg-4:nth-child(1) .ofice-item .ofice-item-text p:nth-child(1) {
                animation-delay: 1.4s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(1) .ofice-item .ofice-item-text p:nth-child(2) {
                animation-delay: 1.6s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(1) .ofice-item .ofice-item-text p:nth-child(3) {
                animation-delay: 1.8s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(1) .ofice-item .ofice-item-text p:nth-child(4) {
                animation-delay: 2s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(2) .ofice-item:before {
                animation-delay: 1.3s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(2) .ofice-item span {
                animation-delay: 1.5s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(2) .ofice-item .ofice-item-text p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .ofice-cols .col-lg-4:nth-child(2) .ofice-item .ofice-item-text p:nth-child(1) {
                animation-delay: 1.7s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(2) .ofice-item .ofice-item-text p:nth-child(2) {
                animation-delay: 1.9s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(2) .ofice-item .ofice-item-text p:nth-child(3) {
                animation-delay: 2.1s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(2) .ofice-item .ofice-item-text p:nth-child(4) {
                animation-delay: 2.3s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(3) .ofice-item:before {
                animation-delay: 1.6s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(3) .ofice-item span {
                animation-delay: 1.8s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(3) .ofice-item .ofice-item-text p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .ofice-cols .col-lg-4:nth-child(3) .ofice-item .ofice-item-text p:nth-child(1) {
                animation-delay: 2s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(3) .ofice-item .ofice-item-text p:nth-child(2) {
                animation-delay: 2.2s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(3) .ofice-item .ofice-item-text p:nth-child(3) {
                animation-delay: 2.4s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(3) .ofice-item .ofice-item-text p:nth-child(4) {
                animation-delay: 2.6s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(4) .ofice-item:before {
                animation-delay: 1.6s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(4) .ofice-item span {
                animation-delay: 1.8s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(4) .ofice-item .ofice-item-text p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .ofice-cols .col-lg-4:nth-child(4) .ofice-item .ofice-item-text p:nth-child(1) {
                animation-delay: 2s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(4) .ofice-item .ofice-item-text p:nth-child(2) {
                animation-delay: 2.2s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(4) .ofice-item .ofice-item-text p:nth-child(3) {
                animation-delay: 2.4s !important;
            }
            
            .ofice-cols .col-lg-4:nth-child(4) .ofice-item .ofice-item-text p:nth-child(4) {
                animation-delay: 2.6s !important;
            }
            
            .ofice-cols.show-animate .ofice-item span {
                animation: lineText 0.5s forwards;
            }
            
            .ofice-cols.show-animate .ofice-item .ofice-item-text p {
                animation: lineText 0.5s forwards;
            }
            
            .ofice-cols.show-animate .ofice-item:before {
                animation: office 0.5s ease-in-out forwards;
            }
            
            @keyframes office {
                to {
                    transform: translate(0, 0);
                }
            }
            
            .history-sec h2 {
                animation-delay: 1s !important;
            }
            
            .ofice-vacancies .ofice-vacancy {
                position: relative;
                overflow: hidden;
                background: transparent;
            }
            
            .ofice-vacancies .ofice-vacancy span {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .ofice-vacancies .ofice-vacancy p {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .ofice-vacancies .ofice-vacancy:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
                transform: translateX(100%) translateY(100%);
                z-index: 1;
            }
            
            .ofice-vacancies .col-lg-4:nth-child(1) .ofice-vacancy span {
                animation-delay: 0.75s !important;
            }
            
            .ofice-vacancies .col-lg-4:nth-child(1) .ofice-vacancy p {
                animation-delay: 1s !important;
            }
            
            .ofice-vacancies .col-lg-4:nth-child(1) .ofice-vacancy:before {
                animation-delay: 0.5s !important;
            }
            
            .ofice-vacancies .col-lg-4:nth-child(2) .ofice-vacancy span {
                animation-delay: 1s !important;
            }
            
            .ofice-vacancies .col-lg-4:nth-child(2) .ofice-vacancy p {
                animation-delay: 1.25s !important;
            }
            
            .ofice-vacancies .col-lg-4:nth-child(2) .ofice-vacancy:before {
                animation-delay: 0.75s !important;
            }
            
            .ofice-vacancies .col-lg-4:nth-child(3) .ofice-vacancy span {
                animation-delay: 1.25s !important;
            }
            
            .ofice-vacancies .col-lg-4:nth-child(3) .ofice-vacancy p {
                animation-delay: 1.5s !important;
            }
            
            .ofice-vacancies .col-lg-4:nth-child(3) .ofice-vacancy:before {
                animation-delay: 1s !important;
            }
            
            .ofice-vacancies.show-animate .ofice-vacancy span,
            .ofice-vacancies.show-animate .ofice-vacancy p {
                animation: lineText 0.5s forwards;
            }
            
            .ofice-vacancies.show-animate .ofice-vacancy:before {
                animation: officevacancy 0.5s ease-in-out forwards;
            }
            
            @keyframes officevacancy {
                to {
                    transform: translate(0, 0);
                }
            }
            
            .vacancy-count a {
                animation-delay: 1.25s !important;
                opacity: 0;
                transform: scale(0.7);
            }
            
            .vacancy-count.show-animate a {
                animation: btnAnimate 0.5s forwards;
            }
            
            .mini-form .blue-bg {
                animation-delay: 0.2s !important;
            }
            
            .mini-form .row .col-lg-4 {
                opacity: 0;
                transform: translateY(-20px);
            }
            
            .mini-form .row:nth-child(1) .col-lg-4:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .mini-form .row:nth-child(1) .col-lg-4:nth-child(2) {
                animation-delay: 1.25s !important;
            }
            
            .mini-form .row:nth-child(1) .col-lg-4:nth-child(3) {
                animation-delay: 1.5s !important;
            }
            
            .mini-form .row:nth-child(2) .col-lg-4:nth-child(1),
            .mini-form .row:nth-child(2) .col-lg-8:nth-child(1) {
                opacity: 0;
                transform: translateY(-20px);
                animation-delay: 1.75s !important;
            }
            
            .mini-form .row:nth-child(2) .col-lg-4 .check-control,
            .mini-form .row:nth-child(2) .col-lg-8 .check-control {
                opacity: 0;
                transform: translateY(-20px);
                animation-delay: 2s !important;
            }
            
            .mini-form .row:nth-child(2) .col-lg-4 .check-text p,
            .mini-form .row:nth-child(2) .col-lg-8 .check-text p {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 2.1s !important;
            }
            
            .mini-form .row:nth-child(2) .col-lg-4 .check-text a,
            .mini-form .row:nth-child(2) .col-lg-8 .check-text a {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 2.2s !important;
            }
            
            .mini-form .row:nth-child(2) .col-lg-4 .form-btn,
            .mini-form .row:nth-child(2) .col-lg-8 .form-btn {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 2.25s !important;
            }
            
            .mini-form .row .form-checkbox {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 1.75s !important;
            }
            
            .mini-form.show-animate .col-lg-4,
            .mini-form.show-animate .form-checkbox {
                animation: lineTextinvert 0.5s forwards;
            }
            
            .mini-form.show-animate .check-control {
                animation: lineTextinvert 0.5s forwards;
            }
            
            .mini-form.show-animate .check-text p {
                animation: lineText 0.5s forwards;
            }
            
            .mini-form.show-animate .check-text a {
                animation: lineText 0.5s forwards;
            }
            
            .mini-form.show-animate .form-btn {
                animation: btnAnimate 0.5s forwards;
            }
            
            .mini-form .check-text {
                display: block;
            }
            
            .banner-sec--inner .banner-bg:after {
                display: none !important;
            }
            
            .example-box {
                padding-bottom: 80px;
            }
            
            .example-block .example-left {
                background: transparent;
                overflow: hidden;
                position: relative;
            }
            
            .example-block .example-left .example-item {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .example-block .example-left .example-item:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .example-block .example-left .example-item:nth-child(2) {
                animation-delay: 1.2s !important;
            }
            
            .example-block .example-left:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                top: 0;
                left: 0;
                transform: translateY(-100%);
            }
            
            .example-block .example-right p {
                transform: translateX(-30px);
                opacity: 0;
                animation-delay: 1.5s !important;
            }
            
            .example-block .example-numbers span {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .example-block .example-numbers span:nth-child(1) {
                animation-delay: 1.7s !important;
            }
            
            .example-block .example-numbers span:nth-child(2) {
                animation-delay: 1.9s !important;
            }
            
            .example-block .example-numbers span:nth-child(3) {
                animation-delay: 2.1s !important;
            }
            
            .example-block .example-numbers span:nth-child(4) {
                animation-delay: 2.3s !important;
            }
            
            .example-block .example-numbers span:nth-child(5) {
                animation-delay: 2.5s !important;
            }
            
            .example-block .example-numbers span:nth-child(6) {
                animation-delay: 2.7s !important;
            }
            
            .example-block .example-numbers span:nth-child(7) {
                animation-delay: 2.9s !important;
            }
            
            .example-block.show-animate .example-left:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .example-block.show-animate .example-left .example-item {
                animation: lineText 0.5s forwards;
            }
            
            .example-block.show-animate .example-right p {
                animation: exampleTitle 0.5s ease-in-out forwards;
            }
            
            .example-block.show-animate .example-numbers span {
                animation: lineText 0.5s forwards;
            }

            .example-text-in p {
                opacity: 0;
                transform: translateY(20px);
            }

            .example-text-in.show-animate p {
                animation: lineText 0.5s forwards;
                animation-delay: 3s;
            }
            
            @keyframes exampleTitle {
                to {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
            
            @keyframes btnAnimate {
                to {
                    opacity: 1;
                    transform: scale(1);
                }
            }
            
            @keyframes showScale {
                to {
                    opacity: 1;
                }
            }
            
            @keyframes upTodown {
                to {
                    transform: translateY(100%);
                }
            }
            
            @keyframes downToUp {
                to {
                    transform: translateY(-100%);
                }
            }
            
            @keyframes verticalAnimate {
                to {
                    transform: translateY(0%);
                }
            }
            
            @keyframes lineText {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            
            @keyframes lineTextinvert {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            /* 03.12.2024  */
            
            .wrapper {
                position: relative;
                overflow-y: hidden;
                background-color: #f6f6f6;
                /*max-width: 1920px;*/
                margin: 0 auto; 
         
            }
            body{
                background-color: #f6f6f6;
            }
            .block-absolute--otrasli {
                min-height: 130px;
                top: -7em;
                padding: 5.625em 7.5em;
            }
            
            .otrasli-info {
                width: 100%;
            }
            
            .otrasli-info .otrasli-text-block {
                width: calc(42% - 5px);
                flex: 0 0 calc(42% - 5px);
            }
            
            .otrasli-info .block-right {
                width: 30%;
                flex: 0 0 30%;
                padding-top: 6.625em;
                align-items: flex-start;
            }
            
            .otrasli-info .block-right:nth-child(2) p {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 3s !important;
            }
            
            .otrasli-info .block-right:nth-child(2) span {
                opacity: 0;
                transform: translateY(20px);
                font-size: 60px;
            }
            
            .otrasli-info .block-right:nth-child(2) span:nth-child(1) {
                animation-delay: 2.2s !important;
            }
            
            .otrasli-info .block-right:nth-child(2) span:nth-child(2) {
                animation-delay: 2.4s !important;
            }
            
            .otrasli-info .block-right:nth-child(2) span:nth-child(3) {
                animation-delay: 2.6s !important;
            }
            
            .otrasli-info .block-right:nth-child(2) span:nth-child(4) {
                animation-delay: 2.8s !important;
            }
            
            .otrasli-info .block-right:nth-child(3) p {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 4.2s !important;
            }
            
            .otrasli-info .block-right:nth-child(3) span {
                opacity: 0;
                transform: translateY(20px);
                font-size: 60px;
            }
            
            .otrasli-info .block-right:nth-child(3) span:nth-child(1) {
                animation-delay: 3s !important;
            }
            
            .otrasli-info .block-right:nth-child(3) span:nth-child(2) {
                animation-delay: 3.2s !important;
            }
            
            .otrasli-info .block-right:nth-child(3) span:nth-child(3) {
                animation-delay: 3.4s !important;
            }
            
            .otrasli-info .block-right:nth-child(3) span:nth-child(4) {
                animation-delay: 3.6s !important;
            }
            
            .otrasli-info .block-right:nth-child(3) span:nth-child(5) {
                animation-delay: 3.8s !important;
            }
            
            .otrasli-info .block-right:nth-child(3) span:nth-child(6) {
                animation-delay: 4s !important;
            }
            
            .otrasli-info.show-animate span,
            .otrasli-info.show-animate p {
                animation: lineText 0.5s forwards;
            }
            
            .otrasli-text-block {
                display: flex;
                padding: calc(8.65em + 20px) 7.5em 2em 7.5em;
                min-height: 22em;
                position: relative;
                overflow: hidden;
                align-items: flex-start;
            }
            
            .otrasli-text-block:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1;
                transform: translateY(-100%);
            }
            
            .otrasli-text-block.show-animate:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .otrasli-text-block.show-animate .otrasli-text p,
            .otrasli-text-block.show-animate .otrasli-text span {
                animation: lineText 0.5s forwards;
            }
            
            .otrasli-text {
                width: 50%;
                position: relative;
                z-index: 9;
            }
            
            .otrasli-text p {
                color: #fff;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .otrasli-text:nth-child(1) p {
                animation-delay: 2s !important;
            }
            
            .otrasli-text:nth-child(1) span {
                opacity: 0;
                transform: translateY(20px);
                font-family: "TT Mussels";
                font-size: 60px;
                color: #fff;
                font-weight: 600;
            }
            
            .otrasli-text:nth-child(1) span:nth-child(1) {
                animation-delay: 1.4s !important;
            }
            
            .otrasli-text:nth-child(1) span:nth-child(2) {
                animation-delay: 1.6s !important;
            }
            
            .otrasli-text:nth-child(1) span:nth-child(3) {
                animation-delay: 1.8s !important;
            }
            
            .otrasli-text:nth-child(2) p {
                animation-delay: 2.8s !important;
            }
            
            .otrasli-text:nth-child(2) span {
                opacity: 0;
                transform: translateY(20px);
                font-family: "TT Mussels";
                font-size: 60px;
                color: #fff;
                font-weight: 600;
            }
            
            .otrasli-text:nth-child(2) span:nth-child(1) {
                animation-delay: 2s !important;
            }
            
            .otrasli-text:nth-child(2) span:nth-child(2) {
                animation-delay: 2.2s !important;
            }
            
            .otrasli-text:nth-child(2) span:nth-child(3) {
                animation-delay: 2.4s !important;
            }
            
            .otrasli-text:nth-child(2) span:nth-child(4) {
                animation-delay: 2.6s !important;
            }
            
            .otrasli-text__content {
                display: flex;
            }
            
            .btn-block {
                padding-top: 50px;
            }
            
            .btn-white {
                display: inline-flex;
                align-items: center;
                height: 3.4375em;
                padding-left: 2.5em;
                padding-right: 2.5em;
                border-color: #fff;
                color: #fff;
                font-size: 1em;
                border-radius: 0;
                border: 2px solid #fff;
                transition: 0.5s;
            }
            
            .btn-white:hover {
                border-color: #d0dae1;
                color: #d0dae1;
            }
            
            .btn-blue {
                display: inline-flex;
                align-items: center;
                height: 3.4375em;
                padding-left: 2.5em;
                padding-right: 2.5em;
                border-color: #008cff;
                color: #008cff;
                font-size: 1em;
                border-radius: 0;
                border: 2px solid #008cff;
                transition: 0.5s;
            }
            
            .btn-blue:hover {
                border-color: #d0dae1;
                color: #d0dae1;
            }
            
            .mission-text {
                min-height: 205px;
                height: 100%;
            }
            
            .complex-text span img {
                display: block;
                width: 26px;
                height: 26px;
            }
            
            .blue-con {
                display: flex;
            }
            
            .blue-con__content {
                position: relative;
                z-index: 9;
                display: flex;
                justify-content: space-between;
            }
            
            .blue-con__main {
                width: calc(65% - 200px);
            }
            
            .blue-con__right {
                width: 35%;
            }
            
            .blue-con__text {
                display: flex;
                font-family: "TT Mussels";
                font-size: 60px;
                color: #fff;
                font-weight: 600;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(2) .mission-text:before {
                animation-delay: 1s !important;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(2) .mission-text span {
                animation-delay: 1.4s !important;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(2) .mission-text p {
                animation-delay: 1.6s !important;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(3) .mission-text:before {
                animation-delay: 1.2s !important;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(3) .mission-text span {
                animation-delay: 1.6s !important;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(3) .mission-text p {
                animation-delay: 1.8s !important;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(4) .mission-text:before {
                animation-delay: 1.4s !important;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(4) .mission-text span {
                animation-delay: 1.8s !important;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(4) .mission-text p {
                animation-delay: 2s !important;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(5) .mission-text:before {
                animation-delay: 1.6s !important;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(5) .mission-text span {
                animation-delay: 2s !important;
            }
            
            .mission-rov-animate:nth-child(1) .col-xl-3:nth-child(5) .mission-text p {
                animation-delay: 2.2s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(1) .mission-text:before {
                animation-delay: 1.8s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(1) .mission-text span {
                animation-delay: 2.2s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(1) .mission-text p {
                animation-delay: 2.4s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(2) .mission-text:before {
                animation-delay: 2s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(2) .mission-text span {
                animation-delay: 2.4s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(2) .mission-text p {
                animation-delay: 2.6s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(3) .mission-text:before {
                animation-delay: 2.2s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(3) .mission-text span {
                animation-delay: 2.6s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(3) .mission-text p {
                animation-delay: 2.8s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(4) .mission-text:before {
                animation-delay: 2.4s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(4) .mission-text span {
                animation-delay: 2.8s !important;
            }
            
            .mission-rov-animate:nth-child(2):nth-child(4) .mission-text p {
                animation-delay: 3s !important;
            }
            
            .blue-con__right--animate .blue-con__text span {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .blue-con__right--animate .blue-con__text span:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .blue-con__right--animate .blue-con__text span:nth-child(2) {
                animation-delay: 1.2s !important;
            }
            
            .blue-con__right--animate .blue-con__text span:nth-child(3) {
                animation-delay: 1.4s !important;
            }
            
            .blue-con__right--animate .blue-con__text span:nth-child(4) {
                animation-delay: 1.6s !important;
            }
            
            .blue-con__right--animate .blue-con__text span:nth-child(5) {
                font-size: 40px;
                animation-delay: 1.8s !important;
            }
            
            .blue-con__right--animate .blue-con__text span:nth-child(6) {
                animation-delay: 2s !important;
            }
            
            .blue-con__right--animate p {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 2.2s !important;
            }
            
            .blue-con__right--animate.show-animate span,
            .blue-con__right--animate.show-animate p {
                animation: lineText 0.5s forwards;
            }
            /*# sourceMappingURL=new-styles.css.map */

            .img-sec .text-block p,
            .slider-sec .text-block p,
            .slider-sport-sec .text-block p {
                opacity: 0;
                transform: translateY(20px);
            }

            .img-sec.show-animate .text-block p,
            .slider-sec.show-animate .text-block p,
            .slider-sport-sec.show-animate .text-block p {
                animation: lineText 0.5s ease-in-out forwards;
            }

            .img-sec.show-animate .text-block .first-col p,
            .slider-sec.show-animate .text-block .first-col p,
            .slider-sport-sec.show-animate .text-block .first-col p {
                animation-delay: 0.7s;
            }

            .img-sec.show-animate .text-block .second-col p,
            .slider-sec.show-animate .text-block .second-col p,
            .slider-sport-sec.show-animate .text-block .second-col p {
                animation-delay: 0.9s;
            }
            
            .block-main {
                position: relative;
                overflow: hidden;
                z-index: 12;
                background: transparent !important;
            }
            
            .block-main:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(101%);
                animation-delay: 0.5s !important;
            }
            
            .block-main.show-animate:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .block-main span {
                position: relative;
                z-index: 12;
                display: block;
                animation-delay: 1.25s !important;
                transform: translateY(20px);
                opacity: 0;
            }
            
            .block-main p {
                animation-delay: 1.5s !important;
                z-index: 12;
                transform: translateY(20px);
                opacity: 0;
            }
            
            .block-main.show-animate span,
            .block-main.show-animate p {
                animation: lineText 0.5s forwards;
            }
            
            .block-left-text p {
                z-index: 12;
                transform: translateY(20px);
                opacity: 0;
            }
            
            .block-left-text p:nth-child(1) {
                animation-delay: 0.5s !important;
            }
            
            .block-left-text p:nth-child(2) {
                animation-delay: 0.6s !important;
            }
            
            .block-left-text p:nth-child(3) {
                animation-delay: 0.7s !important;
            }
            
            .block-left-text p:nth-child(4) {
                animation-delay: 0.8s !important;
            }
            
            .block-left-text p:nth-child(5) {
                animation-delay: 0.9s !important;
            }
            
            .block-left-text p:nth-child(6) {
                animation-delay: 1s !important;
            }
            
            .block-left-text p:nth-child(7) {
                animation-delay: 1.1s !important;
            }
            
            .block-left-text p:nth-child(8) {
                animation-delay: 1.2s !important;
            }
            
            .block-left-text.show-animate p {
                animation: lineText 0.5s forwards;
            }
            
            .complex-sec .text p {
                z-index: 12;
                transform: translateY(20px);
                opacity: 0;
                margin-bottom: 20px;
            }
            
            .complex-sec .text p:last-child {
                margin-bottom: 0;
            }
            
            .complex-sec .text p:nth-child(1) {
                animation-delay: 0.5s !important;
            }
            
            .complex-sec .text p:nth-child(2) {
                animation-delay: 0.7s !important;
            }
            
            .complex-sec .text p:nth-child(3) {
                animation-delay: 0.9s !important;
            }
            
            .complex-sec .text p:nth-child(4) {
                animation-delay: 1.1s !important;
            }
            
            .complex-sec .text p:nth-child(5) {
                animation-delay: 1.3s !important;
            }
            
            .complex-sec .text p:nth-child(6) {
                animation-delay: 1.5s !important;
            }
            
            .complex-sec .text p:nth-child(7) {
                animation-delay: 1.7s !important;
            }
            
            .complex-sec .text p:nth-child(8) {
                animation-delay: 1.9s !important;
            }
            
            .complex-sec .text p:nth-child(9) {
                animation-delay: 2.1s !important;
            }
            
            .complex-sec .text p:nth-child(10) {
                animation-delay: 2.3s !important;
            }
            
            .complex-sec .text p:nth-child(11) {
                animation-delay: 2.5s !important;
            }
            
            .complex-sec .text p:nth-child(12) {
                animation-delay: 2.7s !important;
            }
            
            .complex-sec .text p:nth-child(13) {
                animation-delay: 2.9s !important;
            }
            
            .complex-sec .text p:nth-child(14) {
                animation-delay: 3.1s !important;
            }
            
            .complex-sec .text p:nth-child(15) {
                animation-delay: 3.3s !important;
            }
            
            .complex-sec .text p:nth-child(16) {
                animation-delay: 3.5s !important;
            }
            
            .complex-sec .text p:nth-child(17) {
                animation-delay: 3.7s !important;
            }
            
            .complex-sec .text p:nth-child(18) {
                animation-delay: 3.9s !important;
            }
            
            .complex-sec .text p:nth-child(19) {
                animation-delay: 4.1s !important;
            }
            
            .complex-sec .text p:nth-child(20) {
                animation-delay: 4.3s !important;
            }
            
            .complex-sec .text p:nth-child(21) {
                animation-delay: 4.5s !important;
            }
            
            .complex-sec .text p:nth-child(22) {
                animation-delay: 4.7s !important;
            }
            
            .complex-sec .text p:nth-child(23) {
                animation-delay: 4.9s !important;
            }
            
            .complex-sec .text p:nth-child(24) {
                animation-delay: 5.1s !important;
            }
            
            .complex-sec .text p:nth-child(25) {
                animation-delay: 5.3s !important;
            }
            
            .complex-sec.show-animate .text p {
                animation: lineText 0.5s forwards;
            }
            
            .text-blocks .text-block:nth-child(1) p {
                animation-delay: 0.5s !important;
            }
            
            .text-blocks .text-block:nth-child(2) p {
                animation-delay: 0.7s !important;
            }
            
            .text-blocks .text-block:nth-child(3) p {
                animation-delay: 0.9s !important;
            }
            
            .text-blocks .text-block:nth-child(4) p {
                animation-delay: 1.1s !important;
            }
            
            .text-blocks .text-block:nth-child(5) p {
                animation-delay: 1.3s !important;
            }
            
            .complex-sec h2 {
                animation-delay: 0.7s !important;
            }
            
            .complex-sec p {
                margin-bottom: 20px;
            }
            
            .complex-sec p:last-child {
                margin-bottom: 0;
            }
            
            .complex-sec p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .complex-sec p:nth-child(1) {
                animation-delay: 0.5s !important;
            }
            
            .complex-sec p:nth-child(2) {
                animation-delay: 0.7s !important;
            }
            
            .complex-sec p:nth-child(3) {
                animation-delay: 0.9s !important;
            }
            
            .complex-sec.show-animate p {
                animation: lineText 0.5s forwards;
            }
            
            .text-sec__content .title h2 {
                animation-delay: 1.5s !important;
            }
            
            .text-sec__content .text p {
                transform: translateY(20px);
                opacity: 0;
                animation-delay: 1.3s !important;
            }
            
            .text-sec__content.show-animate .title h2,
            .text-sec__content.show-animate .text p {
                animation: lineText 0.5s forwards;
            }
            
            .text-sec.show-animate .title h2 {
                animation: lineText 0.5s forwards;
            }
            /* .service-advan-content .col-xl-3:nth-child(1){
  animation-delay: 1s !important;
}
.service-advan-content .col-xl-3:nth-child(2){
  animation-delay: 1.2s !important;
}
.service-advan-content .col-xl-3:nth-child(3){
  animation-delay: 1.4s !important;
}
.service-advan-content .col-xl-3:nth-child(4){
  animation-delay: 1.6s !important;
} */
            
            .service-advan-content .service-advan-item {
                position: relative;
                overflow: hidden;
                background: transparent;
            }
            
            .service-advan-content .service-advan-item p {
                position: relative;
                z-index: 9;
                transform: translateY(20px);
                opacity: 0;
            }
            
            .service-advan-content .col-xl-3:nth-child(1) .service-advan-item p {
                animation-delay: 1.25s !important;
            }
            
            .service-advan-content .col-xl-3:nth-child(2) .service-advan-item p {
                animation-delay: 1.45s !important;
            }
            
            .service-advan-content .col-xl-3:nth-child(3) .service-advan-item p {
                animation-delay: 1.65s !important;
            }
            
            .service-advan-content .col-xl-3:nth-child(4) .service-advan-item p {
                animation-delay: 1.85s !important;
            }
            
            .service-advan-content .col-xl-3:nth-child(1) .service-advan-item:before {
                animation-delay: 1s !important;
            }
            
            .service-advan-content .col-xl-3:nth-child(2) .service-advan-item:before {
                animation-delay: 1.2s !important;
            }
            
            .service-advan-content .col-xl-3:nth-child(3) .service-advan-item:before {
                animation-delay: 1.4s !important;
            }
            
            .service-advan-content .col-xl-3:nth-child(4) .service-advan-item:before {
                animation-delay: 1.6s !important;
            }
            
            .service-advan-content .service-advan-item:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
                transform: translateX(100%) translateY(100%);
                z-index: 1;
                animation-delay: 0.5s !important;
            }
            
            .service-advan-content.show-animate .service-advan-item:before {
                animation: missionText 0.5s forwards;
            }
            
            .service-advan-content.show-animate .service-advan-item p {
                animation: lineText 0.5s forwards;
            }
            
            .audit-section {
                position: relative;
                background: transparent;
                overflow: hidden;
            }
            
            .audit-section h2 {
                position: relative;
                z-index: 9;
                animation-delay: 0.5s !important;
            }
            
            .audit-section:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(-101%);
            }
            
            .audit-section.show-animate:before {
                animation: verticalAnimate ease-in-out 0.5s forwards;
            }
            
            .audit-content {
                position: relative;
                z-index: 9;
            }
            
            .audit-item {
                opacity: 0;
                transform: translateY(30px);
            }
            
            .audit-item:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .audit-item:nth-child(2) {
                animation-delay: 1.25s !important;
            }
            
            .audit-item:nth-child(3) {
                animation-delay: 1.5s !important;
            }
            
            .audit-section.show-animate .audit-item,
            .service-advan-rov.show-animate .audit-item {
                animation: lineText 0.5s forwards;
            }
            
            .service-advan-rov .col-xl-4:nth-child(1) .service-advan-item:before {
                animation-delay: 0.5s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(2) .service-advan-item:before {
                animation-delay: 0.7s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(3) .service-advan-item:before {
                animation-delay: 0.9s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(4) .service-advan-item:before {
                animation-delay: 1.1s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(5) .service-advan-item:before {
                animation-delay: 1.3s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(6) .service-advan-item:before {
                animation-delay: 1.5s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(1) .service-advan-item p:nth-child(1) {
                animation-delay: 0.7s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(1) .service-advan-item p:nth-child(2) {
                animation-delay: 0.8s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(1) .service-advan-item p:nth-child(3) {
                animation-delay: 0.9s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(1) .service-advan-item p:nth-child(4) {
                animation-delay: 1s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(2) .service-advan-item p:nth-child(1) {
                animation-delay: 0.9s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(2) .service-advan-item p:nth-child(2) {
                animation-delay: 1s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(2) .service-advan-item p:nth-child(3) {
                animation-delay: 1.1s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(2) .service-advan-item p:nth-child(4) {
                animation-delay: 1.2s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(3) .service-advan-item p:nth-child(1) {
                animation-delay: 1.1s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(3) .service-advan-item p:nth-child(2) {
                animation-delay: 1.2s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(3) .service-advan-item p:nth-child(3) {
                animation-delay: 1.3s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(3) .service-advan-item p:nth-child(4) {
                animation-delay: 1.4s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(4) .service-advan-item p:nth-child(1) {
                animation-delay: 1.3s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(4) .service-advan-item p:nth-child(2) {
                animation-delay: 1.4s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(4) .service-advan-item p:nth-child(3) {
                animation-delay: 1.5s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(4) .service-advan-item p:nth-child(4) {
                animation-delay: 1.6s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(4) .service-advan-item p:nth-child(5) {
                animation-delay: 1.7s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(5) .service-advan-item p:nth-child(1) {
                animation-delay: 1.8s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(5) .service-advan-item p:nth-child(2) {
                animation-delay: 1.9s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(5) .service-advan-item p:nth-child(3) {
                animation-delay: 2s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(5) .service-advan-item p:nth-child(4) {
                animation-delay: 2.1s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(6) .service-advan-item p:nth-child(1) {
                animation-delay: 2.2s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(7) .service-advan-item p:nth-child(2) {
                animation-delay: 2.3s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(8) .service-advan-item p:nth-child(3) {
                animation-delay: 2.4s !important;
            }
            
            .service-advan-rov .col-xl-4:nth-child(9) .service-advan-item p:nth-child(4) {
                animation-delay: 2.5s !important;
            }
            
            .service-advan-item:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
                transform: translateX(100%) translateY(100%);
                z-index: 1;
            }
            
            .service-advan-item {
                position: relative;
                overflow: hidden;
                background: transparent;
            }
            
            .service-advan-item p {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .service-advan-item.show-animate:before {
                animation: missionText 0.5s forwards;
            }
            
            .service-advan-item.show-animate p {
                animation: lineText 0.5s forwards;
            }
            
            .block-main h2 {
                position: relative;
                z-index: 9;
                animation-delay: 1s !important;
            }
            
            .digitalization-sec .block-left p {
                animation-delay: 0.5s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .digitalization-sec.show-animate .block-left p {
                animation: lineText 0.5s forwards;
            }
            
            .digitalization-text p:nth-child(1) {
                animation-delay: 0.5s !important;
            }
            
            .digitalization-text p:nth-child(2) {
                animation-delay: 0.6s !important;
            }
            
            .digitalization-text p:nth-child(3) {
                animation-delay: 0.7s !important;
            }
            
            .digitalization-text p:nth-child(4) {
                animation-delay: 0.8s !important;
            }
            
            .digitalization-text p:nth-child(5) {
                animation-delay: 0.9s !important;
            }
            
            .digitalization-text p:nth-child(6) {
                animation-delay: 1s !important;
            }
            
            .digitalization-text p:nth-child(7) {
                animation-delay: 1.1s !important;
            }
            
            .digitalization-text p:nth-child(8) {
                animation-delay: 1.2s !important;
            }
            
            .digitalization-text p:nth-child(9) {
                animation-delay: 1.3s !important;
            }
            
            .digitalization-text p:nth-child(10) {
                animation-delay: 1.4s !important;
            }
            
            .digitalization-text p:nth-child(11) {
                animation-delay: 1.5s !important;
            }
            
            .digitalization-text p:nth-child(12) {
                animation-delay: 1.6s !important;
            }
            
            .digitalization-text p:nth-child(13) {
                animation-delay: 1.7s !important;
            }
            
            .digitalization-text p:nth-child(14) {
                animation-delay: 1.8s !important;
            }
            
            .digitalization-text p:nth-child(15) {
                animation-delay: 1.9s !important;
            }
            
            .digitalization-text p:nth-child(16) {
                animation-delay: 2.0s !important;
            }
            
            .digitalization-text p:nth-child(17) {
                animation-delay: 2.1s !important;
            }
            
            .digitalization-text p:nth-child(18) {
                animation-delay: 2.2s !important;
            }
            
            .digitalization-text p:nth-child(19) {
                animation-delay: 2.3s !important;
            }
            
            .digitalization-text p:nth-child(20) {
                animation-delay: 2.4s !important;
            }
            
            .digitalization-text p:nth-child(21) {
                animation-delay: 2.5s !important;
            }
            
            .digitalization-text p:nth-child(22) {
                animation-delay: 2.6s !important;
            }
            
            .digitalization-text p:nth-child(23) {
                animation-delay: 2.7s !important;
            }
            
            .digitalization-text p:nth-child(24) {
                animation-delay: 2.8s !important;
            }
            
            .digitalization-text p:nth-child(25) {
                animation-delay: 2.9s !important;
            }
            
            .digitalization-text p:nth-child(26) {
                animation-delay: 3s !important;
            }
            
            .cards .card {
                background: transparent !important;
                overflow: hidden;
                position: relative;
                border: 0;
            }
            
            .cards .card:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
                transform: translateX(100%) translateY(100%);
                z-index: 1;
            }
            
            .cards .card:nth-child(1):before {
                animation-delay: 0.5s !important;
            }
            
            .cards .card:nth-child(2):before {
                animation-delay: 0.7s !important;
            }
            
            .cards .card:nth-child(3):before {
                animation-delay: 0.9s !important;
            }
            
            .cards .card:nth-child(4):before {
                animation-delay: 1.1s !important;
            }
            
            .cards .card:nth-child(5):before {
                animation-delay: 1.3s !important;
            }
            
            .cards .card:nth-child(6):before {
                animation-delay: 1.5s !important;
            }
            
            .cards .card.is_active:before {
                background: #008cff;
            }
            
            .cards .card div {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .cards .card:nth-child(1) div:nth-child(1) {
                animation-delay: 0.5s !important;
            }
            
            .cards .card:nth-child(1) div:nth-child(2) {
                animation-delay: 0.7s !important;
            }
            
            .cards .card:nth-child(2) div:nth-child(1) {
                animation-delay: 0.9s !important;
            }
            
            .cards .card:nth-child(2) div:nth-child(2) {
                animation-delay: 1.1s !important;
            }
            
            .cards .card:nth-child(3) div:nth-child(1) {
                animation-delay: 1.3s !important;
            }
            
            .cards .card:nth-child(3) div:nth-child(2) {
                animation-delay: 1.5s !important;
            }
            
            .cards .card:nth-child(4) div:nth-child(1) {
                animation-delay: 1.7s !important;
            }
            
            .cards .card:nth-child(4) div:nth-child(2) {
                animation-delay: 1.9s !important;
            }
            
            .cards .card:nth-child(5) div:nth-child(1) {
                animation-delay: 2.1s !important;
            }
            
            .cards .card:nth-child(5) div:nth-child(2) {
                animation-delay: 2.3s !important;
            }
            
            .cards .card:nth-child(6) div:nth-child(1) {
                animation-delay: 2.5s !important;
            }
            
            .cards .card:nth-child(6) div:nth-child(2) {
                animation-delay: 2.7s !important;
            }
            
            .cards .card.show-animate div {
                animation: lineText 0.5s forwards;
            }
            
            .cards .card.show-animate:before {
                animation: missionText 0.5s forwards;
            }
            
            .title {
                position: relative;
                z-index: 9;
            }
            
            .phone-app {
                opacity: 0;
                transform: scale(0);
                animation-delay: 2.9s !important;
            }
            
            .phone-app.show-animate {
                animation: btnAnimate 0.5s ease-in-out forwards;
            }
            
            .block-left--blue {
                position: relative;
                overflow: hidden;
                background: transparent;
            }
            
            .block-left--blue h2 {
                color: #fff;
                margin-bottom: 20px;
            }
            
            .block-left--blue:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(-101%);
            }
            
            .block-left--blue div {
                position: relative;
                z-index: 9;
            }
            
            .block-left--blue.show-animate:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .block-left--white {
                position: relative;
                overflow: hidden;
                background: transparent;
            }
            
            .block-left--white h2 {
                color: #000;
                margin-bottom: 20px;
            }
            
            .block-left--white:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(-101%);
            }
            
            .block-left--white div {
                position: relative;
                z-index: 9;
            }
            
            .block-left--white.show-animate:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .block-right--empty {
                position: relative;
                overflow: hidden;
                background: transparent;
            }
            
            .block-right--empty h2 {
                color: #000;
                margin-bottom: 20px;
            }
            
            .block-right--empty p {
                position: relative;
                z-index: 9;
                animation-delay: 1s !important;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .block-right--empty.show-animate p {
                animation: lineText 0.5s forwards;
            }
            
            .text-sec--blue {
                position: relative;
                overflow: hidden;
                background: transparent;
            }
            
            .text-sec--blue:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(-101%);
            }
            
            .text-sec--blue p {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
                margin-bottom: 20px;
            }
            
            .text-sec--blue p:last-child {
                margin-bottom: 0px;
            }
            
            .text-sec--blue p:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .text-sec--blue p:nth-child(2) {
                animation-delay: 1.2s !important;
            }
            
            .text-sec--blue p:nth-child(3) {
                animation-delay: 1.4s !important;
            }
            
            .text-sec--blue p:nth-child(4) {
                animation-delay: 1.6s !important;
            }
            
            .text-sec--blue p:nth-child(5) {
                animation-delay: 1.8s !important;
            }
            
            .text-sec--blue p:nth-child(6) {
                animation-delay: 2s !important;
            }
            
            .text-sec--blue p:nth-child(7) {
                animation-delay: 2.2s !important;
            }
            
            .text-sec--blue p:nth-child(8) {
                animation-delay: 2.4s !important;
            }
            
            .text-sec--blue p:nth-child(9) {
                animation-delay: 2.6s !important;
            }
            
            .text-sec--blue p:nth-child(10) {
                animation-delay: 2.8s !important;
            }
            
            .text-sec--blue p:nth-child(11) {
                animation-delay: 3s !important;
            }
            
            .text-sec--blue p:nth-child(12) {
                animation-delay: 3.2s !important;
            }
            
            .text-sec--blue p:nth-child(13) {
                animation-delay: 3.4s !important;
            }
            
            .text-sec--blue p:nth-child(14) {
                animation-delay: 3.6s !important;
            }
            
            .text-sec--blue p:nth-child(15) {
                animation-delay: 3.8s !important;
            }
            
            .text-sec--blue p:nth-child(16) {
                animation-delay: 4s !important;
            }
            
            .complex-sec .title {
                margin-bottom: 2em;
            }
            
            .block-left--blue.show-animate:before {
                animation: verticalAnimate 1s forwards;
            }
            
            .block-right-text p,
            .block-right-text__content span {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .block-right-text p:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .block-right-text p:nth-child(2) {
                animation-delay: 1.1s !important;
            }
            
            .block-right-text p:nth-child(3) {
                animation-delay: 1.2s !important;
            }
            
            .block-right-text p:nth-child(4) {
                animation-delay: 1.3s !important;
            }
            
            .block-right-text p:nth-child(5) {
                animation-delay: 1.4s !important;
            }
            
            .block-right-text p:nth-child(6) {
                animation-delay: 1.5s !important;
            }
            
            .block-right-text p:nth-child(7) {
                animation-delay: 1.6s !important;
            }
            
            .block-right-text p:nth-child(8) {
                animation-delay: 1.7s !important;
            }
            
            .block-right-text.show-animate p,
            .block-right-text.show-animate span {
                animation: lineText 0.5s forwards;
            }
            
            .block-left-text p,
            .block-left-text__content span {
                position: relative;
                z-index: 9;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .block-left-text span:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .block-left-text span:nth-child(2) {
                animation-delay: 1.2s !important;
            }
            
            .block-left-text span:nth-child(3) {
                animation-delay: 1.4s !important;
            }
            
            .block-left-text span:nth-child(4) {
                animation-delay: 1.6s !important;
            }
            
            .block-left-text.show-animate p,
            .block-left-text.show-animate span {
                animation: lineText 0.5s forwards;
            }
            
            .block-left-text__content {
                display: flex;
            }
            
            .text-sec--blue .container {
                z-index: 9;
            }
            
            .block-right-text__content span:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .block-right-text__content span:nth-child(2) {
                animation-delay: 1.2s !important;
            }
            
            .block-right-text__content span:nth-child(3) {
                animation-delay: 1.4s !important;
            }
            
            .block-right-text__content span:nth-child(4) {
                animation-delay: 1.6s !important;
            }
            
            .block-right-text__content span:nth-child(5) {
                animation-delay: 1.8s !important;
            }
            
            .block-right-text__content span:nth-child(6) {
                animation-delay: 2s !important;
            }
            
            .block-right-text__content span:nth-child(7) {
                animation-delay: 2.2s !important;
            }
            
            .block-right-text__content span:nth-child(8) {
                animation-delay: 2.4s !important;
            }
            
            .block-right-text__content span:nth-child(9) {
                animation-delay: 2.6s !important;
            }
            
            .block-right-text__content span:nth-child(10) {
                animation-delay: 2.8s !important;
            }
            
            .block-text h2 {
                padding-right: 30px;
            }
            
            .btn-group,
            .btn {
                opacity: 0;
                transform: scale(0.7);
            }
            
            .btn-block .btn-group:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .btn-block .btn-group:nth-child(2) {
                animation-delay: 1.25s !important;
            }
            
            .btn-group.show-animate,
            .btn.show-animate {
                animation: btnAnimate 0.5s ease-in-out forwards;
            }
            
            .service-advan-items--hover .service-advan-item:hover:before {
                background: #008cff;
                transition: 0.5s;
            }
            
            .service-advan-items--hover .service-advan-item:hover p {
                color: #fff;
            }
            
            .audit-item {
                position: relative;
                z-index: 9;
            }
            
            .block-main--invert {}
            
            .block-main--invert.show-animate:before {
                animation: downToUp 1s ease-in-out forwards;
            }
            
            .contact-right {}
            
            .contact-right.show-animate {
                animation: contact 1s ease-in-out forwards;
            }
            
            @keyframes contact {
                to {}
            }
            
            .map {
                opacity: 0;
                transform: scale(1.5);
                animation-delay: 1s !important;
            }
            
            .map.show-animate {
                animation: contactmap 1s ease-in-out forwards;
            }
            
            @keyframes contactmap {
                from {}
                to {
                    transform: scale(1);
                    opacity: 1;
                }
            }
            
            .sec-3d .img-wrapper {
                transform: translateX(-100%);
            }
            
            .sec-3d .img-wrapper.show-animate {
                animation: img3d 1s ease-in-out forwards;
            }
            
            @keyframes img3d {
                to {
                    transform: translateX(0);
                }
            }
            
            .getblock, .icon-logo, .phone-app, .example-img {
                position: relative;
                overflow: hidden;
                animation-delay: 1s !important;
            }
            
            .getblock:before, .icon-logo:before, .phone-app:before, .example-img:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1;
                transform: translateY(-100%);
            }
            
            .getblock.show-animate:before, .icon-logo.show-animate:before, .phone-app.show-animate:before, .example-img.show-animate:before {
                animation: upTodown 1.5s ease-in-out forwards;
            }
            
            @keyframes exampleTitle {
                to {
                    opacity: 1;
                    transform: translateX(0);
                }
            }
            
            @keyframes btnAnimate {
                to {
                    opacity: 1;
                    transform: scale(1);
                }
            }
            
            @keyframes showScale {
                to {
                    opacity: 1;
                }
            }
            
            @keyframes upTodown {
                to {
                    transform: translateY(100%);
                }
            }
            
            @keyframes downToUp {
                to {
                    transform: translateY(-100%);
                }
            }
            
            @keyframes verticalAnimate {
                to {
                    transform: translateY(0%);
                }
            }
            
            @keyframes lineText {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            
            @keyframes lineTextinvert {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
            
            @keyframes missionText {
                to {
                    transform: translateX(0%) translateY(0%);
                }
            }
            /* .header .container {
  max-width: 1960px;
  margin: 0 auto;
  } */
            
            .unical-links__img {
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                opacity: 0;
                /* transform: scale(1.3); */
                /* animation-delay: .1s !important; */
                transition: .5s;
                width: 100%;
                height: 100%;
            }
            
            .unical-links:hover .unical-links__img img {
                display: block;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                transition: .5s;
                opacity: 1;
            }
            
            .unical-links.show-animate {
                z-index: 9;
            }
            
            .unical-links.show-animate:hover .unical-links__img {
                /* transform: scale(1); */
                opacity: 1;
            }
            
            /* @keyframes unicalImg {
                to {
                    transform: scale(1);
                    opacity: 1;
                }
            } */
            
            .unical-sec .container,
            .unical-sec .show-more {
                position: relative;
                z-index: 101 !important;
                position: relative;
            }
            
            header.sticky {
                z-index: 111;
            }
            
            .unical-sec {
                padding: 0;
            }
            
            .unical-sec .show-more {
                padding-bottom: 7.5em;
            }
            
            .unical-sec .container {
                padding-top: 7.5em;
                padding-bottom: 3em;
            }
            
            .unical-sec .container .title {
                margin-bottom: 0;
            }
            
            .director .about-icon {
                top: -5px !important;
                left: calc(40% + 7.5em) !important;
            }
            
            .about-director.director {
                margin-top: -65px;
                padding-left: 26px;
            }
            
            .about-director.director .slide-img {
                flex: 0 0 0%;
                max-width: auto;
                width: 100%;
                overflow: hidden;
                position: relative;
                padding-bottom: 0%;
            }
            
            .employee-rov .employee-block {
                opacity: 0;
                transform: translateY(30px);
            }
            
            .employee-rov .employee-block:nth-child(1) {
                animation-delay: 0.2s !important;
            }
            
            .employee-rov .employee-block:nth-child(2) {
                animation-delay: 0.4s !important;
            }
            
            .employee-rov .employee-block:nth-child(3) {
                animation-delay: 0.6s !important;
            }
            
            .employee-rov .employee-block:nth-child(4) {
                animation-delay: 0.8s !important;
            }
            
            .employee-rov .employee-block:nth-child(5) {
                animation-delay: 1s !important;
            }
            
            .employee-rov .employee-block:nth-child(6) {
                animation-delay: 1.2s !important;
            }
            
            .employee-rov .employee-block:nth-child(7) {
                animation-delay: 1.4s !important;
            }
            
            .employee-rov .employee-block:nth-child(8) {
                animation-delay: 1.6s !important;
            }
            
            .employee-rov .employee-block:nth-child(9) {
                animation-delay: 1.8s !important;
            }
            
            .employee-rov .employee-block:nth-child(10) {
                animation-delay: 2s !important;
            }
            
            .employee-rov .employee-block:nth-child(11) {
                animation-delay: 2.2s !important;
            }
            
            .employee-rov .employee-block:nth-child(12) {
                animation-delay: 2.4s !important;
            }
            
            .employee-rov .employee-block:nth-child(13) {
                animation-delay: 2.6s !important;
            }
            
            .employee-rov .employee-block:nth-child(14) {
                animation-delay: 2.8s !important;
            }
            
            .employee-rov .employee-block:nth-child(15) {
                animation-delay: 3s !important;
            }
            
            .employee-rov.show-animate .employee-block {
                animation: lineText 0.5s forwards;
            }
            /* .company-sec--about .company-item{
                    width: 25% !important;
                } */
            
            .complex-img--big {
                position: relative;
                overflow: hidden;
            }
            
            .complex-img--big img {
                transform: scale(1) !important;
                opacity: 1;
            }
            
            .complex-img--big:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1;
                transform: translateY(0%);
            }
            
            .complex-img--big.show-animate:before {
                animation: upTodown 1s ease-in-out forwards;
            }
            
            .slide-bg {
                position: relative;
                height: 11.25em;
                background: transparent !important;
                width: 2000px;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                margin-left: auto;
            }
            
            .slide-bg:before {
                content: "";
                position: absolute;
                right: auto;
                left: 0;
                top: 0;
                width: 2000px;
                height: 11.25em;
                /* margin-left: auto; */
                background-color: #fff;
                z-index: 2;
                transform: translateX(2000px);
                animation-delay: 1s !important;
            }
            
            .slide-bg.show-animate:before {
                animation: slideBg 1s ease-in-out forwards;
            }
            
            @keyframes slideBg {
                to {
                    transform: translateX(0);
                }
            }
            
            .media-sec .block-text {
                padding-top: 60px;
            }
            
            .text-sec__content {
                padding-top: 60px;
            }
            
            .block-main-img {
                position: relative;
                overflow: hidden;
            }
            
            .block-main-img:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
                animation-delay: 0.5s !important;
            }
            
            .block-main-img.show-animate:before {
                animation: upTodown 1s forwards !important
            }
            
            .media {
                position: relative;
                overflow: hidden;
            }
            
            /* .media:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
            } */
            
            .project-sec.show-animate .media:before {
                animation: downToUp 1s forwards !important;
            }
            
            .news-page-slide {
                position: relative;
                overflow: hidden;
            }
            
            .news-page-slide:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
            }
            
            .news-page-slide.show-animate:before {
                animation: upTodown 1s forwards !important
            }
            
            .job-list li {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .job-list li.show-animate {
                animation: lineText 0.5s ease-in-out forwards;
            }
            
            .job-list li:nth-child(1) {
                animation-delay: 0.5s !important;
            }
            
            .job-list li:nth-child(2) {
                animation-delay: 0.7s !important;
            }
            
            .job-list li:nth-child(3) {
                animation-delay: 0.9s !important;
            }
            
            .job-list li:nth-child(4) {
                animation-delay: 1.1s !important;
            }
            
            .career-map-left p {
                opacity: 0;
                transform: translateY(20px);
                animation-delay: 0.7s !important;
            }
            
            .career-map-left .blue-btn {
                animation-delay: 1.2s !important;
                opacity: 0;
                transform: scale(0.7);
            }
            
            .career-map-left.show-animate p {
                animation: lineText 0.5s ease-in-out forwards;
            }
            
            .career-map-left.show-animate .blue-btn {
                animation: btnAnimate 0.5s forwards;
            }
            
            .map-block {
                position: relative;
                overflow: hidden;
            }
            
            .map-block:before {
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
                animation-delay: 1s !important;
            }
            
            .map-block.show-animate:before {
                animation: upTodown 1s forwards !important
            }
            
            .job-top-link__title {
                display: block;
                font-size: 1.875em;
                line-height: 1.16;
                font-weight: 500;
                color: #3a3a3a;
                opacity: 0;
                transform: translateY(20px);
            }
            
            .job-texts {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .job-top .col-xl-6 .job-top-link.show-animate .job-top-link__title {
                animation: lineText 0.5s ease-in-out forwards;
            }
            
            .job-top .col-xl-6:nth-child(1) .job-top-link .job-top-link__title {
                animation-delay: .75s !important;
            }
            
            .job-top .col-xl-6:nth-child(2) .job-top-link .job-top-link__title {
                animation-delay: 1s !important;
            }
            
            .job-top .col-xl-6 .job-top-link.show-animate .job-texts {
                animation: lineText 0.5s ease-in-out forwards;
            }
            
            .job-top .col-xl-6:nth-child(1) .job-top-link .job-texts {
                animation-delay: .9s !important;
            }
            
            .job-top .col-xl-6:nth-child(2) .job-top-link .job-texts {
                animation-delay: 1.2s !important;
            }
            
            .job-top-link .icon {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .job-top .col-xl-6 .job-top-link.show-animate .icon {
                animation: lineText 0.5s ease-in-out forwards;
            }
            
            .job-top .col-xl-6:nth-child(1) .job-top-link .icon {
                animation-delay: .9s !important;
            }
            
            .job-top .col-xl-6:nth-child(2) .job-top-link .icon {
                animation-delay: 1.4s !important;
            }
            
            .contact-right .contact-right-in {
                position: relative;
                overflow: hidden;
            }
            
            .contact-right {
                background: transparent;
            }
            
            .contact-right.show-animate {
                animation: none;
            }
            
            .contact-right .contact-right-in:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(-100%);
                animation-delay: 0.5s !important;
            }
            
            .contact-right.show-animate .contact-right-in:before {
                animation: verticalAnimate 1s ease-in-out forwards;
            }
            
            .contact-address .contact-address-item span,
            .contact-address .contact-address-item p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .contact-address .contact-address-item:nth-child(1) span {
                animation-delay: 1s !important;
            }
            
            .contact-address .contact-address-item:nth-child(2) span {
                animation-delay: 1.4s !important;
            }
            
            .contact-address .contact-address-item:nth-child(1) p {
                animation-delay: 1.2s !important;
            }
            
            .contact-address .contact-address-item:nth-child(2) p {
                animation-delay: 1.6s !important;
            }
            
            .contact-right.show-animate .contact-address .contact-address-item span,
            .contact-right.show-animate .contact-address .contact-address-item p {
                animation: lineText 0.5s ease-in-out forwards;
            }
            
            .contact-tel .contact-tel-item span,
            .contact-tel .contact-tel-item p,
            .contact-tel .contact-tel-item a {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .contact-tel .contact-tel-item:nth-child(1) span {
                animation-delay: 1.8s !important;
            }
            
            .contact-tel .contact-tel-item:nth-child(2) span {
                animation-delay: 2.4s !important;
            }
            
            .contact-tel .contact-tel-item:nth-child(1) a {
                animation-delay: 2s !important;
            }
            
            .contact-tel .contact-tel-item:nth-child(2) a {
                animation-delay: 2.6s !important;
            }
            
            .contact-tel .contact-tel-item:nth-child(1) p {
                animation-delay: 2.2s !important;
            }
            
            .contact-tel .contact-tel-item:nth-child(2) p {
                animation-delay: 2.8s !important;
            }
            
            .contact-right.show-animate .contact-tel .contact-tel-item span,
            .contact-right.show-animate .contact-tel .contact-tel-item p,
            .contact-right.show-animate .contact-tel .contact-tel-item a {
                animation: lineText 0.5s ease-in-out forwards;
            }
            
            .contact-right .contact-social {
                animation-delay: 3s !important;
            }
            
            .contact-map {
                position: relative;
            }
            
            .contact-map__bg {
                position: absolute;
                top: 189px;
                left: 0;
                width: 41%;
                height: calc(100% - 192px);
            }
            
            .contact-map__bg:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 3;
                transform: translateY(-100%);
                animation-delay: 1s !important;
            }
            
            .contact-sec.show-animate .contact-map__bg:before {
                animation: verticalAnimate 1s ease-in-out forwards;
            }
            
            .filters,
            .contact-flex {
                position: relative;
                z-index: 10;
            }
            
            .filters .city {
                opacity: 0;
                transform: scale(0.7);
            }
            
            .filters .city:nth-child(1) {
                animation-delay: 1s !important;
            }
            
            .filters .city:nth-child(2) {
                animation-delay: 1.2s !important;
            }
            
            .filters .city:nth-child(3) {
                animation-delay: 1.4s !important;
            }
            
            .filters .city:nth-child(4) {
                animation-delay: 1.6s !important;
            }
            
            .contact-right.show-animate .filters .city {
                animation: btnAnimate 0.5s ease-in-out forwards;
            }
            
            .contact-address .contact-training-item span,
            .contact-address .contact-training-item a,
            .contact-address .contact-training-item p {
                opacity: 0;
                transform: translateY(20px);
            }
            
            .contact-address .contact-training-item:nth-child(1) span {
                animation-delay: 2s !important;
            }
            
            .contact-address .contact-training-item:nth-child(2) span {
                animation-delay: 2s !important;
            }
            
            .contact-address .contact-training-item:nth-child(3) span {
                animation-delay: 2s !important;
            }
            
            .contact-address .contact-training-item:nth-child(4) span {
                animation-delay: 2s !important;
            }
            
            .contact-address .contact-training-item:nth-child(5) span {
                animation-delay: 2.2s !important;
            }
            
            .contact-address .contact-training-item:nth-child(6) span {
                animation-delay: 2.4s !important;
            }
            
            .contact-address .contact-training-item:nth-child(7) span {
                animation-delay: 2.6s !important;
            }
            
            .contact-address .contact-training-item:nth-child(7) a {
                animation-delay: 2.8s !important;
            }
            
            .contact-address .contact-training-item:nth-child(7) p {
                animation-delay: 3s !important;
            }
            
            .contact-address .contact-training-item:nth-child(8) span {
                animation-delay: 3.2s !important;
            }
            
            .contact-address .contact-training-item:nth-child(9) a {
                animation-delay: 3.4s !important;
            }
            
            .contact-address .contact-training-item:nth-child(9) a {
                animation-delay: 3.6s !important;
            }
            
            .contact-right.show-animate .contact-address .contact-training-item span,
            .contact-right.show-animate .contact-address .contact-training-item a,
            .contact-right.show-animate .contact-address .contact-training-item p {
                animation: lineText 0.5s ease-in-out forwards;
            }
            
            .contact-right .blue-btn {
                opacity: 0;
                transform: scale(0.7);
                animation-delay: 3.8s !important;
            }
            
            .contact-right.show-animate .blue-btn {
                animation: btnAnimate 0.5s ease-in-out forwards;
            }
            
            .block-text p {
                opacity: 0;
                transform: translateY(20px);
                margin-bottom: 20px;
            }
            
            .block-text p:nth-child(1) {
                animation-delay: 0.7s !important;
            }
            
            .block-text p:nth-child(2) {
                animation-delay: 0.9s !important;
            }
            
            .block-text p:nth-child(3) {
                animation-delay: 1.1s !important;
            }
            
            .block-text p:nth-child(4) {
                animation-delay: 1.3s !important;
            }
            
            .block-text p:nth-child(5) {
                animation-delay: 1.5s !important;
            }
            
            .block-text p:nth-child(6) {
                animation-delay: 1.7s !important;
            }
            
            .block-text p:nth-child(7) {
                animation-delay: 1.9s !important;
            }
            
            .block-text p:nth-child(8) {
                animation-delay: 2.1s !important;
            }
            
            .block-text.show-animate p {
                animation: lineText 0.5s ease forwards;
            }
            
            .container {
                width: 100%;
                max-width: 1740px;
                margin: 0 auto;
                padding: 0 30px !important;
            }
            
            .contact-section {
                position: relative;
            }
            
            .contact-section::before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                background: #fff;
                height: 112px;
            }
            
            .header .white-header-bg{
                background: transparent !important;
            }
            .header{
                background: #fff;
                height: 97px;
              
            }
            /* .header:before{
                content: "";
                width: 100%;
                height: 210px;
                position: absolute;
                top: 0;
                left: 0;
                  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(41, 41, 41, 0.2) 50%);  
                background: linear-gradient(180deg, rgba(41, 41, 41, 0.9) 0%, rgba(41, 41, 41, 0) 100%);
        
                transition: 0.5s;
                opacity: 1;
            }
            .header.sticky:before{
                opacity: 0;
            } */

            /* .header .logo {
                background-image: url(../img/polati_white.svg);
            }
            .header.sticky .logo {
                background-image: url(../img/polati_main.svg) !important;
            } */
            .logo-wrapper{
                position: relative;
                height: 7em !important;
            }
            .header .logo {
                background: transparent;
                position: absolute;
                top: 0;
                left: 0;
                height: 7em;
                width: 12.5em;
                display: flex;
                align-items: center;
                justify-content: center;
                display: none;
                /* right: -3.125em; */
            }
            .header .logo-sticky{
                position: absolute;
                top: 0;
                left: -16px;
                height: 7em;
                width: 12.5em;
                margin-top: -15px;
                display: flex;
                align-items: center;
                justify-content: center;
               
            }
            .header .logo-sticky img{
                opacity: 1;
                transition: 0.5s;
                height: auto;
                width: 180px;
                object-fit: contain;
            }
            .header .logo img{
                height: auto;
                width: 150px;
                object-fit: contain;
                display: block;
                transition: 0.5s;
            }
            .header.sticky .logo img{
                opacity: 0;
            }
            .header.sticky .logo-sticky img{
                opacity: 1;
            }
            @media (min-width: 3440px) {
                .header .logo-sticky{
                    left: -10px;

                   
                }
            }
            @media (max-width: 1920px) {
                .header .logo-sticky{
                    left: -10px;
                   
                }
            }
            @media (min-width: 1556px) {
                .navbar-collapse{
                    padding-bottom: 15px;
                }
            }
            .header .phone{
                padding-bottom: 15px;
            }

            .team-slider .swiper-slide{
                opacity: 0;
                transform: translateY(30px);
            }
            .team-slider .swiper-slide:nth-child(1){animation-delay: 0s !important;}
            .team-slider .swiper-slide:nth-child(2){animation-delay: 0.3s !important;}
            .team-slider .swiper-slide:nth-child(3){animation-delay: 0.6s !important;}
            .team-slider .swiper-slide:nth-child(4){animation-delay: 0.9s !important;}
            .team-slider .swiper-slide:nth-child(5){animation-delay: 1.2s !important;}
            .team-slider .swiper-slide:nth-child(6){animation-delay: 1.5s !important;}

            .team-slider.show-animate .swiper-slide{
                animation: lineText 0.5s ease-in-out forwards; 
            }

            .team-slider-double .swiper-slide{
                opacity: 0;
                transform: translateY(30px);
            }
            .team-slider-double .swiper-slide:nth-child(1){animation-delay: 0s !important;}
            .team-slider-double .swiper-slide:nth-child(2){animation-delay: 0.2s !important;}
            .team-slider-double .swiper-slide:nth-child(3){animation-delay: 0.4s !important;}
            .team-slider-double .swiper-slide:nth-child(4){animation-delay: 0.6s !important;}
            .team-slider-double .swiper-slide:nth-child(5){animation-delay: 0.8s !important;}
            
            .team-slider-double .swiper-slide:nth-child(6){animation-delay:0.7s !important;}
            .team-slider-double .swiper-slide:nth-child(7){animation-delay: 0.9s !important;}
            .team-slider-double .swiper-slide:nth-child(8){animation-delay: 1.1s !important;}
            .team-slider-double .swiper-slide:nth-child(9){animation-delay: 1.3s !important;}
            .team-slider-double .swiper-slide:nth-child(10){animation-delay: 1.5s !important;}

            .team-slider-double .swiper-slide:nth-child(11){animation-delay: 1s !important;}
            .team-slider-double .swiper-slide:nth-child(12){animation-delay: 1.2s !important;}
            .team-slider-double .swiper-slide:nth-child(13){animation-delay: 1.4s !important;}
            .team-slider-double .swiper-slide:nth-child(14){animation-delay: 1.6s !important;}
            .team-slider-double .swiper-slide:nth-child(15){animation-delay: 1.8s !important;}

            .team-slider-double .swiper-slide:nth-child(16){animation-delay: 1.7s !important;}
            .team-slider-double .swiper-slide:nth-child(17){animation-delay: 1.9s !important;}
            .team-slider-double .swiper-slide:nth-child(18){animation-delay: 2.1s !important;}
            .team-slider-double .swiper-slide:nth-child(19){animation-delay: 2.3s !important;}
            .team-slider-double .swiper-slide:nth-child(20){animation-delay: 2.5s !important;}

            .team-slider-double .swiper-slide:nth-child(21){animation-delay: 2s !important;}
            .team-slider-double .swiper-slide:nth-child(22){animation-delay: 2.2s !important;}
            .team-slider-double .swiper-slide:nth-child(23){animation-delay: 2.4s !important;}
            .team-slider-double .swiper-slide:nth-child(24){animation-delay: 2.6s !important;}
            .team-slider-double .swiper-slide:nth-child(25){animation-delay:2.8s !important;}

            .team-slider-double .swiper-slide:nth-child(26){animation-delay: 2.7s !important;}
            .team-slider-double .swiper-slide:nth-child(27){animation-delay: 2.9s !important;}
            .team-slider-double .swiper-slide:nth-child(28){animation-delay: 3.1s !important;}
            .team-slider-double .swiper-slide:nth-child(29){animation-delay: 3.3s !important;}
            .team-slider-double .swiper-slide:nth-child(30){animation-delay: 3.5s !important;}





            .team-slider-double.show-animate .swiper-slide{
                animation: lineText 0.5s ease-in-out forwards; 
            }




            .title-animate {
                position: relative;
                z-index: 9;
                margin-bottom: 3em;
            }
            .title-animate h2{
                font-size: 1.875em;
                line-height: 1.1666666667;
                opacity: 0;
                transform: translateY(20px);
            }
            .title-animate.show-animate h2 {    animation: lineText 0.5s forwards;}


            .header .container{
                padding: 0 30px;
                max-width: 1740px;
            }
            /* .project-slide-btn-container .container{
                position: relative;
                width: 100%;
                padding-top: 10px;
            }
            .navbar-nav{
                margin-right: -0.825em;
            }
            .project-slide-btn-container__content{

                display: flex;
                justify-content: flex-end;
            } */

        
            .block-left-text{
                max-width: 100% !important;
                padding: 0 30px 0 120px;
            }
            .project-head {
                height: 10em;
                padding: 1.875em 3em 1.875em 3em;
                background-color: #fff;
                display: flex ;
                align-items: center;
                justify-content: space-between;
            }
            .project-text p {
                /* display: -webkit-box !important;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;  
                overflow: hidden; */
                font-size: 14px;
                color: #9c9c9c;
                line-height: 1;
                /* text-overflow: ellipsis;  */
          
            }
            .text-sec2{
                background: #008cff;
                padding: 0 0 100px 0;
            }
            .text-sec3{
                background: #008cff;
                padding: 0 0 0px 0;
                margin-bottom: 100px;
            }
            .media-content{
                width: 100%;
                overflow: hidden;
                position: relative;
            }
            .media-content .media{
                object-fit: cover;
            }
            .media-content:before{
                content: "";
                width: 100%;
                height: 300%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
            }
            
            .media-content.show-animate:before {
                animation: downToUp 1s forwards !important;
            }
            
      


            @media (max-width: 1920px) {
                .block-absolute--bottom{
                    top: -255px !important;
                }
                .about-director.director{
                    margin-top: -85px;
                    padding-left: 26px;
                }
                .block-text {
                    position: relative;
                    bottom: -50px;
                }
                .block-text2 {
                 
                    bottom: -50px;
                }
            }
            
            .block-text2 {
                position: relative;
            }
            .fire-protection.show-animate h2, .fire-protection.show-animate p, .fire-protection.show-animate strong, .fire-protection.show-animate span {
                animation: lineText 0.5s forwards;
                opacity: 0;
                transform: translateY(20px);
              }
              .fire-protection.show-animate .fire-protection__right:before {
                animation: verticalAnimate 0.5s ease-in-out forwards;
              }
              .fire-protection__container {
                display: flex;
                justify-content: space-between;
              }
              .fire-protection__left {
                width: 40%;
                padding: 50px 50px 50px 112px;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                text-align: left;
                justify-content: center;
                background: rgb(246, 246, 246);
              }
              .fire-protection__left h2 {
                font-size: 31px;
                color: black;
                color: #3a3a3a;
                font-weight: 500;
                margin-bottom: 25px;
              }
              .fire-protection__left p {
                font-size: 16px;
                line-height: 20px;
              }
              .fire-protection__right {
                width: 60%;
                padding: 50px 50px 50px 45px;
                display: flex;
                flex-direction: column;
                align-items: center;
                position: relative;
                overflow: hidden;
              }
              .fire-protection__right:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                position: absolute;
                top: 0;
                left: 0;
                transform: translateY(-100%);
              }
              .fire-protection__top-text {
                display: block;
                font-size: 18px;
                color: #fff;
                margin-bottom: 42px;
                text-align: left;
                width: 100%;
                position: relative;
                z-index: 10;
              }
              .fire-protection__content {
                display: flex;
                position: relative;
                z-index: 10;
              }
              .fire-protection__temperature {
                width: 314px;
                min-width: 314px;
                margin-right: 36px;
              }
              .fire-protection__temperature-top {
                font-size: 16px;
                color: #fff;
                line-height: 20px;
                display: block;
              }
              .fire-protection__temperature-main {
                display: flex;
                align-items: flex-start;
                position: relative;
                top: -15px;
              }
              .fire-protection__temperature-main strong {
                font-family: "TT Mussels";
                font-size: 108px;
                font-weight: 600;
                color: #fff;
              }
              .fire-protection__temperature-main strong small {
                font-size: 40px;
                position: relative;
                top: -50px;
              }
              .fire-protection__text {
                width: 100%;
              }
              .fire-protection__text p {
                font-size: 16px;
                color: #fff;
                line-height: 20px;
              }/*# sourceMappingURL=new-styles.css.map */


              .company-right p{
                font-weight: 400;
              }
              .unical-links{
                padding-left: 30px;
                padding-right: 30px;
              }

              .british-standart .text p:nth-child(1){animation-delay:    0.7s  !important;}
              .british-standart .text p:nth-child(2){animation-delay: 0.9s  !important;}
              .british-standart .text p:nth-child(3){animation-delay: 1.1s !important;}
              .british-standart .text p:nth-child(4){animation-delay: 1.3s  !important;}

              .main-wrap, .about-block .about-absolute{
                padding-top: 4.625em;
              }

              .media-content--top-banner{
                height: 28vw;
                max-height: 60em;
                min-height: 710px;
              }
              /* .complex-text{
                height: auto;
              } */
              .project-item-bg{
                background: #fff;
                height: 100%;
              }

              .other-img{
                position: relative;
                overflow: hidden;
              }
              .other-img:before{
                content: "";
                width: 100%;
                height: 100%;
                background: #008cff;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 9;
                transform: translateY(0%);
              }
              .other-img img{
                width: 100%;
              }

              .other-img.show-animate:before{
                animation: upTodown 1s forwards !important;
              }
            
        .before-none:before{
            display: none !important;
        }


        .swiper-btns{
            z-index: 12 !important;
        }
        .company-rov--main .company-item:first-child .company-text{
           margin-left: 0;
        }

        .history-slider{
            height: 400px;

        }
        .history-slider img{
            object-fit: cover;
            display: block;
            object-position: 50% 50%;
        }
        .inner-text{
            padding: 0;
        }

        .otrasli-links .otrasli-item a{
            position: relative;
overflow: hidden;
        }
        .otrasli-links .otrasli-item a:before{
            content: "";
            width: 70%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(90deg, #060606 -17.11%, rgba(11, 11, 11, 0) 98.79%);
            z-index: 5;
        }
        .otrasli-links .otrasli-item span{
            z-index: 9;
        }
        .otrasli-links .otrasli-item a .otrasli-link-bg {
            z-index: 4;
        }
        .about-block {
            position: relative;
            padding: 200px 0 100px 0;
        }
      .about-block .about-absolute{
            top: -169px !important;
         
        } 
        .block-absolute{
            height: 269px;
        }

        
.director-main-section {
    padding: 200px 0 100px;
    margin-top: -368px; /* old 450px */
    position: relative;
    z-index: 13;
  }
  
  .director-main__top {
    display: flex;
    position: relative;
    justify-content: flex-end;
  }
  .director-main__top.show-animate .director-main__info:before, .director-main__top.show-animate .director-main__top-side:before {
    animation: verticalAnimate 1s ease-in-out forwards;
  }
  .director-main__top.show-animate .director-main__col-text p {
    animation: lineText 0.5s forwards;
  }
  .director-main__container {
    display: flex;
  }
  @media (max-width: 768px) {
    .director-main__container {
      flex-direction: column;
    }
  }
  .director-main__container.show-animate .director-main__image:before {
    animation: upTodown 1s ease-in-out forwards;
  }
  .director-main__container.show-animate .director-main__quote p {
    animation: lineText 0.5s forwards;
  }
  .director-main__container.show-animate .director-main__name, .director-main__container.show-animate .director-main__position {
    animation: lineText 0.5s forwards;
  }
  .director-main__container.show-animate .director-main__content:before {
    animation: showScale 0.5s ease-in-out forwards;
  }
  .director-main__image {
    overflow: hidden;
    width: 500px;
    height: 500px;
    min-width: 500px;
    position: relative;
  }
  .director-main__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #008cff;
  }
  @media (max-width: 1440px) {
    .director-main__image {
      width: 350px;
      height: 350px;
      min-width: 350px;
    }
  }
  @media (max-width: 768px) {
    .director-main__image {
      width: 100%;
      min-width: 100%;
      height: auto;
    }
  }
  .director-main__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .director-main__content {
    position: relative;
    width: calc(100% - 500px);
    display: flex;
    align-items: center;
  }
  @media (max-width: 1440px) {
    .director-main__content {
      width: calc(100% - 350px);
    }
  }
  @media (max-width: 768px) {
    .director-main__content {
      width: 100%;
    }
  }
  .director-main__content:before {
    content: "";
    width: 95px;
    height: 60px;
    background: url(../img/comment-icon.svg) 0 0 no-repeat;
    background-size: 95px auto;
    position: absolute;
    top: -30px;
    left: 120px;
    z-index: 13;
    transform: scale(0.7);
    opacity: 0;
    animation-delay: 1s !important;
    transition: 0.5s !important;
  }
  @media (max-width: 1440px) {
    .director-main__content:before {
      left: 60px;
    }
  }
  @media (max-width: 1440px) {
    .director-main__content:before {
      width: 60px;
      height: 40px;
      background-size: 60px auto;
      top: -20px;
    }
  }
  .director-main__content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    color: #3a3a3a;
    text-decoration: none;
    opacity: 0;
    transform: translateY(20px);
    animation-delay: 1.2s !important;
    margin-bottom: 20px;
  }
  @media (max-width: 1440px) {
    .director-main__content p {
      font-size: 16px;
    }
  }
  .director-main__top-side {
    min-width: 100vw;
    height: 100%;
    position: absolute;
    right: -100vw;
    overflow: hidden;
  }
  .director-main__top-side:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: translateY(100%);
  }
  @media (max-width: 992px) {
    .director-main__top-side {
      display: none;
    }
  }
  .director-main__info {
    padding: 78px 120px;     /* old 100px 120px; */
    width: calc(100% - 500px);
    min-width: calc(100% - 500px);
    position: relative;
    overflow: hidden;
  }
  @media (max-width: 1440px) {
    .director-main__info {
      padding: 100px 60px;
    }
  }
  @media (max-width: 1440px) {
    .director-main__info {
      width: calc(100% - 350px);
      padding: 50px 60px;
    }
  }
  @media (max-width: 992px) {
    .director-main__info {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .director-main__info {
      padding: 30px;
    }
  }
  .director-main__info:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: translateY(100%);
  }
  .director-main__info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    color: #3a3a3a;
    text-decoration: none;
  }
  @media (max-width: 1440px) {
    .director-main__info p {
      font-size: 16px;
    }
  }
  .director-main__row {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 12;
  }
  @media (max-width: 919px) {
    .director-main__row {
      flex-direction: column;
    }
  }
  .director-main__col-title {
    margin-right: 50px;
  }
  .director-main__col-title h2 {
    animation-delay: 1.2s !important;
  }
  @media (max-width: 919px) {
    .director-main__col-title {
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
  .director-main__col-text p {
    opacity: 0;
    transform: translateY(20px);
    animation-delay: 1.4s !important;
  }
  .director-main__quote {
    padding: 50px 120px;
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 1440px) {
    .director-main__quote {
      padding: 50px 60px;
    }
  }
  @media (max-width: 768px) {
    .director-main__quote {
      padding: 30px;
    }
  }
  .director-main__name {
    color: #3a3a3a;
    font-weight: 500;
    font-size: 18px;
    display: block;
    animation-delay: 1.4s !important;
    opacity: 0;
    transform: translateY(20px);
  }
  .director-main__position {
    display: block;
    color: #9c9c9c;
    font-weight: 500;
    font-size: 15px;
    animation-delay: 1.6s !important;
    opacity: 0;
    transform: translateY(20px);
  }
  
  @keyframes showScale {
    to {
      opacity: 1;
      transform: scale(1);
    }
  }


  body{
    overflow-x: hidden;
    max-width: 100%;
  }
  html{
    max-width: 100%;
  }
  .wrapper{
    background: transparent;
  }

  .map-sec .title{
        display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(50% - 40px);
  }
.director-main {
    padding-left: 53px; /* old 80px */
}
 


.iti__country-container {
    z-index: 15;
}
.form-sec .col-xl-6:nth-child(1) div:nth-child(4){
    z-index: 15;
}
.form-group{
    position: relative;
}
.col-xl-6:first-child{
    z-index: 20;
    position: relative;
}
.form-sec .col-xl-6:nth-child(2) .select-div{
   position: relative;
   z-index: 19;
}

@media (max-width: 1200px) {
    .col-xl-6:first-child{
      margin-bottom: 20px;
    }
  }

  