.header:not(.header.scrolled) {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.footer {
    background-color: #fff;
}

.footer * {
    color: #000;
}

.brand-top {
    position: relative;
    height: 100vh;
}

.brand-top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-top__content {
    position: absolute;
    z-index: 3;
    bottom: 12rem;
    left: 16rem;
    width: 95rem;
    padding: 3rem 0;
}

.brand-top__title {
    font-size: 5.4rem;
    line-height: 5.4rem;
    font-family: PingFang-SC-Light;
    font-weight: 300;
    color: #fff;
}

.brand-top__text {
    font-size: 1.8rem;
    color: #d0cfd9;
    margin-top: 4rem;
    line-height: 2rem;
}

.dot-left {
    position: absolute;
    width: .6rem;
    height: 100%;
    left: 0;
    top: 0;
}

.dot-right {
    position: absolute;
    width: .6rem;
    height: 100%;
    right: 0;
    top: 0;
}

.dot-right:before {
    content: "";
    position: absolute;
    left: 0;
    width: .6rem;
    height: .6rem;
    top: 0;
}

.dot-right.dot-right--white:before {
    background-color: #fff;
}

.dot-right.dot-right--black:before {
    background-color: #000;
}

.dot-right:after {
    content: "";
    position: absolute;
    left: 0;
    width: .6rem;
    height: .6rem;
    bottom: 0;
}

.dot-right.dot-right--white:after {
    background-color: #fff;
}

.dot-right.dot-right--black:after {
    background-color: #000;
}

.dot-left:before {
    content: "";
    position: absolute;
    left: 0;
    width: .6rem;
    height: .6rem;
    top: 0;
}

.dot-left.dot-left--white:before {
    background-color: #fff;
}

.dot-left.dot-left--black:before {
    background-color: #000;
}

.dot-left:after {
    content: "";
    position: absolute;
    left: 0;
    width: .6rem;
    height: .6rem;
    bottom: 0;
}

.dot-left.dot-left--white:after {
    background-color: #fff;
}

.dot-left.dot-left--black:after {
    background-color: #000;
}

.pioneering {
    background: #fff;
    height: 100%;
    padding: 20rem 16rem 0;
}

.pioneering__title {
    font-size: 5.4rem;
    line-height: 5.7rem;
    font-family: PingFang-SC-Light;
    font-weight: 300;
    color: #141223;
}

.pioneering__text {
    font-size: 1.8rem;
    color: #49465c;
    margin-top: 2rem;
    line-height: 2rem;
    opacity: .8;
    margin-bottom: 6rem;
}

.pioneering-grid {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    grid-gap: 1rem;
}

.pioneering-item {
    height: 70rem;
    position: relative;
    width: calc(33.333% - 1rem);
    transition: width .3s
}

.pioneering-item .dots {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    transition: transform .6s ease;
    transition-delay: .4s;
}

.pioneering-item .dots .dot {
    width: .6rem;
    height: .6rem;
    background: rgb(255, 255, 255);
    position: absolute;
    right: 0;
    bottom: 0;
    transition: transform .6s ease;
    transition-delay: 0s;
}

.pioneering-item .dots .dot.active {
    transition-delay: 1s;
}

.pioneering-item .dots .dot.active:nth-child(1) {
    transform: translate(12rem, -10rem);
}

.pioneering-item .dots .dot.active:nth-child(2) {
    transform: translate(-12rem, -10rem);
}

.pioneering-item .dots .dot.active:nth-child(3) {
    transform: translate(12rem, 10rem);
}

.pioneering-item .dots .dot.active:nth-child(4) {
    transform: translate(-12rem, 10rem);
}

.pioneering-item:hover .dots.active {
    transition: transform .6s ease;
    transition-delay: .4s;
    transform: translate(-20rem, -40rem) !important;
}

.pioneering-item picture {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    box-sizing: initial;
    transition: all .3s ease;
}

.pioneering-item picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pioneering-content {
    position: absolute;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(2rem);
    right: 2rem;
    left: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
    padding: 2rem 2rem 6rem;
    transition: all .3s ease-out;
}

.pioneering-item:hover .pioneering-content {
    width: calc(100% - 4rem);
    transition: all .1s ease-in;
}

.pioneering-content__name {
    font-size: 1rem;
    font-family: PingFang-SC-Light;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .5rem;
}

.pioneering-content__title {
    font-size: 2.7rem;
    line-height: 2.7rem;
    font-family: PingFang-SC-Light;
    color: #fff;
    margin-bottom: 1rem;
}

.pioneering-content__text {
    font-size: 1.4rem;
    font-family: PingFang-SC-Light;
    color: #fff;
    opacity: 0;
    transform: translateY(50%);
    width: 40rem;
    transition: opacity .6s ease-out, transform .3s ease-out, all .3s ease-out;
    max-height: 5rem;
    overflow: hidden;

}

.pioneering-item:hover .pioneering-content__text {
    opacity: 1;
    transform: translateY(0);
    max-height: 30rem;
    transition: opacity .6s ease-in, transform .3s ease-in, all .3s ease-in;

}

.intelligence {
    background: #fff;
    height: 100%;
    padding: 20rem 16rem;
}

.intelligence__title {
    font-size: 5.4rem;
    line-height: 5.7rem;
    font-family: PingFang-SC-Light;
    font-weight: 300;
    color: #141223;
}

.intelligence__text {
    font-size: 1.8rem;
    color: #49465c;
    margin-top: 2rem;
    line-height: 2rem;
    opacity: .8;
    margin-bottom: 6rem;
}

.intelligence__video {
    margin-bottom: 2rem;
}

.intelligence-grid {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    grid-gap: 2rem;
}

.intelligence-item {
    height: 52rem;
    position: relative;
    width: calc(33.333% - 2rem);
    transition: width .3s;
}

.intelligence-animated {
    transform: translate(0, 150px); /* Сначала чуть ниже */
    opacity: 0; /* Скрыт */
    transition: transform 1.2s ease, opacity 1.2s ease;
}

.intelligence-animated:nth-child(1) {
    transform: translate(0, 150px);
}

.intelligence-animated:nth-child(2) {
    transform: translate(0, 450px);
}

.intelligence-animated:nth-child(3) {
    transform: translate(0, 750px);
}

.intelligence-animated.visible {
    transform: translate(0, 0); /* Перемещается в нужное положение */
    opacity: 1; /* Становится видимым */
}

.intelligence-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.intelligence-content {
    position: absolute;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(2rem);
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2rem 2rem 6rem;
    transition: all .3s ease-out;
}

.intelligence-content__title {
    font-size: 2.7rem;
    font-family: PingFang-SC-Light;
    color: #fff;
    position: relative;
    margin-bottom: 1rem;
}

.intelligence-content__title:before {
    content: "";
    position: absolute;
    left: 0;
    width: .6rem;
    height: .6rem;
    background-color: #fff;
    top: -.6rem;
}

.intelligence-content__text {
    font-size: 1.4rem;
    font-family: PingFang-SC-Light;
    color: #fff;
}

.bottom-video {
    padding: 16rem 16rem;
    background-color: #fff;
}

.screen-quote {
    position: relative;
}

.screen-quote__item {
    position: absolute;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(2rem);
    display: flex;
    flex-direction: column;
    bottom: 12rem;
    left: 16rem;
    width: 70rem;
    height: 36rem;
    padding: 5.2rem 4rem 7.4rem;
}

.screen-quote__symbol {
    margin-bottom: 3rem;
}

.screen-quote__symbol img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}

.screen-quote__text {
    font-size: 1.8rem;
    font-family: PingFang-SC-Light;
    color: #fff;
    margin-bottom: 3rem;
}

.screen-quote__signature {
    font-size: 1.8rem;
    font-family: PingFang-SC-Light;
    color: #fff;
    text-align: right;
}

.screen-quote-bottom {
    position: relative;
}

.screen-quote-bottom__item {
    position: absolute;
    background: rgba(0, 0, 0, .05);
    backdrop-filter: blur(6rem);
    display: flex;
    flex-direction: column;
    top: 8rem;
    left: 16rem;
    width: 88rem;
    height: 30rem;
    padding: 5.2rem 4rem 7.4rem;
}

.screen-quote-bottom__symbol {
    margin-bottom: 3rem;
}

.screen-quote-bottom__symbol img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
}

.screen-quote-bottom__text {
    font-size: 1.8rem;
    font-family: PingFang-SC-Light;
    color: #fff;
    margin-bottom: 3rem;
}

.screen-quote-bottom__signature {
    font-size: 1.8rem;
    font-family: PingFang-SC-Light;
    color: #fff;
    text-align: right;
}

.enabling {
    padding: 20rem 16rem 0;
    background-color: #fff;
}

.enabling__inner {
    position: relative;
}

.enabling-content {
    position: absolute;
    padding: 3rem 0;
    top: 9rem;
    left: 9rem;
    z-index: 1;
    display: inline-block;
    transform: translate(0, 150px); /* Сначала чуть ниже */
    opacity: 0; /* Скрыт */
    transition: transform 1.2s ease, opacity 1.2s ease;
}

.enabling-content.visible {
    transform: translate(0, 0); /* Перемещается в нужное положение */
    opacity: 1;
}

.enabling__title {
    font-size: 4.2rem;
    line-height: 4.4rem;
    font-family: PingFang-SC-Light;
    color: #000;
    position: relative;
    margin-bottom: 1rem;
}

.enabling__text {
    font-size: 1.8rem;
    font-family: PingFang-SC-Light;
    color: #000;
}

.screen-ept {
    background-color: #fff;
}

.ept {
    padding: 20rem 16rem 0;
    background-color: #fff;
}

.ept__title {
    font-size: 5.4rem;
    line-height: 5.7rem;
    margin-bottom: 2rem;
    font-family: PingFang-SC-Light;
    color: #000;
    position: relative;
}

.ept__text {
    font-size: 1.8rem;
    font-family: PingFang-SC-Light;
    color: #000;
}

.ept-notes {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    flex-wrap: nowrap;
    background-color: #fff;

}

.ept-notes .note-item__inner {
    transition: transform 0.3s ease;
}

.ept-notes .note-item {
    width: 36.8rem;
    height: 60rem;
    margin-right: 2rem;
    display: flex;
    flex-direction: column-reverse;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ept-notes .note-content {
    width: 100%;
    height: 22rem;
    padding: 2.4rem 2rem;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(4rem);
    -webkit-backdrop-filter: blur(4rem);
}

.ept-notes .note-user {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: .83rem;
}

.ept-notes .note-user-profile {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
}

.ept-notes .note-user-name {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.4rem;
    color: #fff;
}

.ept-notes .note-detail {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
}

@media (max-width: 767px) {
    .brand-top {
        background: linear-gradient(180deg, rgba(20, 18, 35, 0), rgba(20, 18, 35, .81) 29.57%, #141223 43.02%);
    }

    .brand-top__title {
        font-size: 3.12rem;
        line-height: 3.12rem;
    }

    .brand-top__content {
        left: 3rem;
        right: 3rem;
        width: auto;
        z-index: 5;
        bottom: 3rem;
    }

    .dot-left:before {
        width: .416rem;
        height: .416rem;
    }

    .dot-left:after {
        width: .416rem;
        height: .416rem;
    }

    .dot-right:before {
        width: .416rem;
        height: .416rem;
    }

    .dot-right:after {
        width: .416rem;
        height: .416rem;
    }

    .brand-top video {
        height: 65rem;
    }

    .brand-top__text {
        font-size: 1.6rem;
    }

    .brand-top .bottom-shadow {
        display: none;
    }

    .brand-top {
        position: relative;
    }

    .brand-top:before {
        content: '';
        height: 22.71rem;
        width: 100vw;
        background: linear-gradient(180deg, #141223 40.24%, rgba(20, 18, 35, .6) 61.59%, rgba(20, 18, 35, 0) 92.02%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4;
    }

    .brand-top:after {
        content: '';
        width: 100vw;
        height: 37.29rem;
        background: linear-gradient(180deg, rgba(20, 18, 35, 0), rgba(20, 18, 35, .81) 29.57%, #141223 43.02%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 4;
    }

    .pioneering {
        padding: 11.5rem 2.7rem 4.5rem;
    }

    .pioneering__title {
        font-size: 3.4rem;
        line-height: 4.2rem;
    }

    .pioneering__text {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .intelligence {
        padding: 11.5rem 2.7rem 4.5rem;
    }

    .intelligence__title {
        font-size: 3.5rem;
        line-height: 4.2rem;
    }

    .intelligence__text {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .intelligence-grid {
        flex-direction: column;
    }

    .intelligence-item {
        width: 100%;
        height: 37.4rem;
    }

    .enabling {
        padding: 11.5rem 2.7rem 4.5rem;
    }

    .enabling__title {
        font-size: 2.5rem;
        line-height: 3.2rem;
    }

    .enabling__title br {
        display: none;
    }

    .enabling__text {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .ept {
        padding: 11.5rem 2.7rem 4.5rem;
    }

    .ept__title {
        font-size: 3.5rem;
        line-height: 4.2rem;
    }

    .ept__text {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .pioneering-item {
        position: relative;
        height: 55.1rem;
        width: 100%;
        transition: width .3s;
    }

    .pioneering-grid {
        width: 100%;
        touch-action: pan-y;
    }
    .pioneering-grid .owl-stage-outer .owl-item {
        width: 100% !important;
        opacity: .6;
    }
    .pioneering-grid .owl-stage-outer .owl-item:last-child {
        margin-right: 0 !important;
    }
    .pioneering-grid .owl-stage-outer .owl-item.active {
        opacity: 1;
    }
    .pioneering-grid .owl-nav.disabled {
        display: none;
    }
    .pioneering-grid .owl-stage-outer {
        display: block;
        width: 100%;
        height: 100%;
    }
    .pioneering-grid .owl-stage-outer .owl-stage {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .pioneering-item .dots {
        display: none;
    }

    .pioneering-content__text {
        opacity: 1;
        width: 100%;
        font-size: 1.2rem;
        max-height: unset;
        transform: unset;
    }

    .pioneering-content {
        padding: 1.5rem;
        min-height: 25rem;
    }

    .intelligence__video {
        margin: 0 -3rem 2rem;
    }

    .intelligence-content {
        padding: 3rem;
    }

    .intelligence-content__title {
        font-size: 2.2rem;
    }

    .intelligence-content__title:before {
        top: -1.2rem;
    }

    .screen-quote__item {
        left: 3rem;
        right: 3rem;
        bottom: unset;
        top: 0;
        width: calc(100% - 6rem);
        height: 30rem;
        padding: 2.5rem 1.67rem 4.17rem;
        background-color: rgba(0, 0, 0, .05);
    }

    .screen-quote__symbol img {
        width: 2.7rem;
        height: 2.7rem;
    }

    .screen-quote__text {
        font-size: 1.324rem;
        margin-bottom: 3rem;
    }

    .screen-quote__signature {
        font-size: 1.324rem;
    }

    .enabling-content {
        top: 3rem;
        left: 2rem;
        right: 2rem;
    }

    .bottom-video {
        padding: 0 3rem 4.5rem;
    }

    .screen-quote-bottom__item {
        left: 3rem;
        right: 3rem;
        bottom: unset;
        top: 0;
        width: calc(100% - 6rem);
        height: 30rem;
        padding: 2.5rem 1.67rem 4.17rem;
        background-color: rgba(0, 0, 0, .05);
    }

    .screen-quote-bottom__symbol img {
        width: 2.7rem;
        height: 2.7rem;
    }

    .screen-quote-bottom__text {
        font-size: 1.324rem;
        margin-bottom: 3rem;
    }

    .screen-quote-bottom__signature {
        font-size: 1.324rem;
    }

    .pioneering-grid .owl-dots {
        position: absolute;
        bottom: 2rem;
        width: 100%;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pioneering-grid .owl-dots button{
        border: 0;
        background: #b4b1c1;
        width: 4rem;
        height: 1px;
        margin-right: 1.1rem;
        padding: 0;
    }
    .pioneering-grid .owl-dots button.active{
        background: #141223;
    }
}



.footer-soc__item svg circle {
    fill: rgba(0,0,0,.5);
}
.footer-soc__item:hover svg circle {
    fill:#824dfc;
}

