.one-scroll-page{
    width: 100%;
    height: calc(100vh - 8rem);
}
.one-scroll-page .page-slide{
    height: calc(100vh - 8rem);
}
.one-scroll-page .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.one-scroll-page .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet  {
    margin-bottom: 4.8rem;
}
.one-scroll-page .swiper-pagination-bullet {
    background: inherit;
    color: #b0b0b0;
    font-size: 2rem;
}
.one-scroll-page .sec-pag-light .swiper-pagination-bullet {
    color: #0077C8;
}
.one-scroll-page .swiper-pagination.swiper-pagination-page{
    width: 5.8rem;
    color: #292D2F;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    position: absolute;
    left: auto;
    right: 10rem;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    transition: color 0.3s;
}


.one-scroll-page>.section__pagination,
.section__pagination {
    width: 5.8rem;
    color: #292D2F;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    position: absolute;
    left: auto;
    right: 4rem;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
@media screen and (max-width: 1100px) {

    .one-scroll-page>.section__pagination,
    .section__pagination {
        right: 1rem;
    }
}
@media screen and (max-width: 990.9px) {
    .one-scroll-page{
        height: inherit;
    }
}

.one-scroll-page>.section__pagination .section__pagination-item,
.section__pagination .section__pagination-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
    margin: 0;
    opacity: 1;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

.one-scroll-page>.section__pagination .section__pagination-item.swiper-pagination-bullet-active .section__pagination-progress,
.one-scroll-page>.section__pagination .section__pagination-item.active .section__pagination-progress,
.section__pagination .section__pagination-item.swiper-pagination-bullet-active .section__pagination-progress,
.section__pagination .section__pagination-item.active .section__pagination-progress {
    width: 3rem;
}

.one-scroll-page>.section__pagination .section__pagination-item.swiper-pagination-bullet-active .section__pagination-progress span,
.one-scroll-page>.section__pagination .section__pagination-item.active .section__pagination-progress span,
.section__pagination .section__pagination-item.swiper-pagination-bullet-active .section__pagination-progress span,
.section__pagination .section__pagination-item.active .section__pagination-progress span {
    -webkit-animation: width 20s linear 300ms;
    animation: width 20s linear 300ms;
}

.one-scroll-page>.section__pagination .section__pagination-item:not(:last-child),
.section__pagination .section__pagination-item:not(:last-child) {
    margin-bottom: 4.8rem;
}

.one-scroll-page>.section__pagination .section__pagination-progress,
.section__pagination .section__pagination-progress {
    width: 1rem;
    height: .2rem;
    margin-right: 1rem;
    background: rgba(255, 255, 255, 0.3);
    mix-blend-mode: normal;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    position: relative;
}
.one-scroll-page>.section__pagination.sec-pag-light .section__pagination-progress,
.section__pagination.sec-pag-light .section__pagination-progress {
    background: rgba(0, 119, 200, 0.3);
}

.one-scroll-page>.section__pagination .section__pagination-progress span,
.section__pagination .section__pagination-progress span {
    background: #0077C8;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.one-scroll-page>.section__pagination.sec-pag-light .section__pagination-progress span,
.section__pagination.sec-pag-light .section__pagination-progress span {
    background: #0077C8;
}
.one-scroll-page>.section__pagination.sec-pag-dark .section__pagination-progress span,
.section__pagination.sec-pag-dark .section__pagination-progress span
{
    background: #ffffff;
}

.section__wrap {
    padding: 14rem 0 7.4rem;
    height: 100%;
}

@-webkit-keyframes width {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes width {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@media screen and (max-width: 990.9px) {
    .one-scroll-page .page-slide{
        height: inherit;
    }
}
