section a {
    color: var(--color-3);
    display: inline-block;
}

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-top: 38px;
    border-radius: 55px;
    background-color: #fff;
    padding: 20px 14px;
    box-shadow: 0 0 1px 4px #ffc13c29;
}

    .pager p {
        margin: 0;
        position: relative;
        z-index: 3;
    }

    .pager span::before {
        content: '';
        position: absolute;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: var(--color-3);
    }

    .pager span::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        opacity: .4;
        background-color: var(--color-3);
    }

    .pager a:hover::before {
        transform: scale(1);
        transition-delay: .3s;
    }

    .pager a:hover::after {
        transform: scale(1);
        transition-delay: .1s;
    }

    .pager a::before {
        content: '';
        position: absolute;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: var(--color-3);
        transition: 0.8s cubic-bezier(.3, 1.6, .3, 1);
        transform: scale(0);
    }

    .pager a::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        opacity: .4;
        background-color: var(--color-3);
        transition: 0.8s cubic-bezier(.3, 1.6, .3, 1);
        transform: scale(0);
    }

    .pager a,
    .pager span {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 16px;
        font-family: 'pathMe';
        color: var(--color-text-default);
        font-size: 15px;
    }

        .pager span p {
            color: #fff;
        }

    .pager a {
    }

        .pager a.spec {
        }

            .pager a.spec:first-child {
            }

            .pager a.spec:last-child {
            }



.p-album-link {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 19px 0 #3333335c;
    height: 344px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .p-album-link .img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .p-album-link:hover .img img {
        transform: scale(1.05);
    }

    .p-album-link .img img {
        transition: all linear .5s;
    }

    .p-album-link .content-container .decor {
        position: absolute;
        background-color: #fff;
    }

        .p-album-link .content-container .decor:nth-child(1) {
            top: 0;
            width: 100%;
            height: 14%;
        }

    .p-album-link:hover .content-container .decor:nth-child(1)::before {
    }

    .p-album-link:hover .content-container .decor:nth-child(1)::after {
    }

    .p-album-link .content-container .decor:nth-child(2) {
        left: 0;
        width: 14%;
        height: 100%;
    }

    .p-album-link .content-container .decor:nth-child(3) {
        right: 0;
        width: 14%;
        height: 100%;
    }

    .p-album-link .content-container .decor:nth-child(4) {
        bottom: 0;
        height: 14%;
        width: 100%;
    }

    .p-album-link .content-container {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p-album-link .content {
        width: 90%;
        height: 90%;
        z-index: 2;
        position: absolute;
        border-radius: 10px;
        overflow: hidden;
    }


    .p-album-link .content-decor {
        width: 72%;
        height: 73%;
        position: relative;
        display: flex;
    }

    .p-album-link .content-decor-item {
        position: relative;
        width: calc(100% / 35);
        pointer-events: none;
    }

        .p-album-link .content-decor-item::before {
            content: '';
            position: absolute;
            width: 100%;
            background-color: #fff;
            top: 0;
            left: 0;
            transition: 0.8s cubic-bezier(.3,2.2,.3,1);
        }

        .p-album-link .content-decor-item::after {
            content: '';
            position: absolute;
            width: 100%;
            background-color: #fff;
            bottom: 0;
            left: 0;
            transition: 0.6s cubic-bezier(.3,2.4,.3,1);
        }

        .p-album-link .content-decor-item:nth-child(1) {
        }

            .p-album-link .content-decor-item:nth-child(1)::before {
                height: 30%;
            }


    .p-album-link:hover .content-decor-item:nth-child(1)::before {
        height: 26%;
    }

    .p-album-link:hover .content-decor-item:nth-child(1)::after {
        height: 26%;
    }

    .p-album-link .content-decor-item:nth-child(1)::after {
        height: 30%;
    }

    .p-album-link .content-decor-item:nth-child(2) {
        width: calc(70% / 40);
    }

        .p-album-link .content-decor-item:nth-child(2)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(2)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(3) {
    }

        .p-album-link .content-decor-item:nth-child(3)::before {
            height: 22%;
        }

        .p-album-link .content-decor-item:nth-child(3)::after {
            height: 17%;
        }

    .p-album-link:hover .content-decor-item:nth-child(3)::before {
        height: 18%;
    }

    .p-album-link:hover .content-decor-item:nth-child(3)::after {
        height: 13%;
    }

    .p-album-link .content-decor-item:nth-child(4) {
        width: calc(60% / 40);
    }

        .p-album-link .content-decor-item:nth-child(4)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(4)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(5) {
    }

        .p-album-link .content-decor-item:nth-child(5)::before {
            height: 17%;
        }

        .p-album-link .content-decor-item:nth-child(5)::after {
            height: 11%;
        }

    .p-album-link:hover .content-decor-item:nth-child(5)::before {
        height: 13%;
    }

    .p-album-link:hover .content-decor-item:nth-child(5)::after {
        height: 7%;
    }

    .p-album-link .content-decor-item:nth-child(6) {
        width: calc(45% / 35);
    }

        .p-album-link .content-decor-item:nth-child(6)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(6)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(7) {
        width: calc(66% / 35);
    }

        .p-album-link .content-decor-item:nth-child(7)::before {
            height: 12%;
        }

        .p-album-link .content-decor-item:nth-child(7)::after {
            height: 8%;
        }

    .p-album-link:hover .content-decor-item:nth-child(7)::before {
        height: 8%;
    }

    .p-album-link:hover .content-decor-item:nth-child(7)::after {
        height: 4%;
    }

    .p-album-link .content-decor-item:nth-child(8) {
        width: calc(43% / 35);
    }

        .p-album-link .content-decor-item:nth-child(8)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(8)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(9) {
        width: calc(127% / 35);
    }

        .p-album-link .content-decor-item:nth-child(9)::before {
            height: 12%;
        }

        .p-album-link .content-decor-item:nth-child(9)::after {
            height: 8%;
        }

    .p-album-link:hover .content-decor-item:nth-child(9)::before {
        height: 8%;
    }

    .p-album-link:hover .content-decor-item:nth-child(9)::after {
        height: 4%;
    }

    .p-album-link .content-decor-item:nth-child(10) {
    }

        .p-album-link .content-decor-item:nth-child(10)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(10)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(11) {
    }

        .p-album-link .content-decor-item:nth-child(11)::before {
            height: 7%;
        }

        .p-album-link .content-decor-item:nth-child(11)::after {
            height: 5%;
        }

    .p-album-link:hover .content-decor-item:nth-child(11)::before {
        height: 3%;
    }

    .p-album-link:hover .content-decor-item:nth-child(11)::after {
        height: 1%;
    }

    .p-album-link .content-decor-item:nth-child(12) {
        width: calc(71% / 35);
    }

        .p-album-link .content-decor-item:nth-child(12)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(12)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(13) {
    }

        .p-album-link .content-decor-item:nth-child(13)::before {
            height: 4%;
        }



        .p-album-link .content-decor-item:nth-child(13)::after {
            height: 2%;
        }

    .p-album-link:hover .content-decor-item:nth-child(13)::before {
        height: 0%;
    }

    .p-album-link:hover .content-decor-item:nth-child(13)::after {
        height: 0%;
    }

    .p-album-link .content-decor-item:nth-child(14) {
        width: calc(45% / 35);
    }

        .p-album-link .content-decor-item:nth-child(14)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(14)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(15) {
        flex: 1;
        width: unset;
    }

        .p-album-link .content-decor-item:nth-child(15)::before {
        }

        .p-album-link .content-decor-item:nth-child(15)::after {
        }

    .p-album-link:hover .content-decor-item:nth-child(15)::before {
        /* height: 8%; */
    }

    .p-album-link:hover .content-decor-item:nth-child(15)::after {
        /* height: 4%; */
    }

    .p-album-link .content-decor-item:nth-child(16) {
        width: calc(60% / 35);
    }

        .p-album-link .content-decor-item:nth-child(16)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(16)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(17) {
    }

        .p-album-link .content-decor-item:nth-child(17)::before {
            height: 6%;
        }

        .p-album-link .content-decor-item:nth-child(17)::after {
            height: 0%;
        }

    .p-album-link:hover .content-decor-item:nth-child(17)::before {
        height: 10%;
    }

    .p-album-link:hover .content-decor-item:nth-child(17)::after {
        height: 8%;
    }

    .p-album-link .content-decor-item:nth-child(18) {
        width: calc(39% / 35);
    }

        .p-album-link .content-decor-item:nth-child(18)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(18)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(19) {
        width: calc(146% / 35);
    }

        .p-album-link .content-decor-item:nth-child(19)::before {
        }

        .p-album-link .content-decor-item:nth-child(19)::after {
        }

    .p-album-link .content-decor-item:nth-child(20) {
        width: calc(44% / 35);
    }

        .p-album-link .content-decor-item:nth-child(20)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(20)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(21) {
    }

        .p-album-link .content-decor-item:nth-child(21)::before {
            height: 14%;
        }

        .p-album-link .content-decor-item:nth-child(21)::after {
            height: 3%;
        }

    .p-album-link:hover .content-decor-item:nth-child(21)::before {
        height: 10%;
    }

    .p-album-link:hover .content-decor-item:nth-child(21)::after {
        height: 0%;
    }

    .p-album-link .content-decor-item:nth-child(22) {
        width: calc(87% / 35);
    }

        .p-album-link .content-decor-item:nth-child(22)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(22)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(23) {
    }

        .p-album-link .content-decor-item:nth-child(23)::before {
            height: 10%;
        }

        .p-album-link .content-decor-item:nth-child(23)::after {
            height: 3px;
        }

    .p-album-link:hover .content-decor-item:nth-child(23)::before {
        height: 6%;
    }

    .p-album-link:hover .content-decor-item:nth-child(23)::after {
        height: 0;
    }

    .p-album-link .content-decor-item:nth-child(24) {
        width: calc(48% / 35);
    }

        .p-album-link .content-decor-item:nth-child(24)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(24)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(25) {
    }

        .p-album-link .content-decor-item:nth-child(25)::before {
            height: 17%;
        }

        .p-album-link .content-decor-item:nth-child(25)::after {
            height: 7%;
        }

    .p-album-link:hover .content-decor-item:nth-child(25)::before {
        height: 13%;
    }

    .p-album-link:hover .content-decor-item:nth-child(25)::after {
        height: 3%;
    }

    .p-album-link .content-decor-item:nth-child(26) {
        width: calc(67% / 35);
    }

        .p-album-link .content-decor-item:nth-child(26)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(26)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(27) {
    }

        .p-album-link .content-decor-item:nth-child(27)::before {
            height: 13%;
        }

        .p-album-link .content-decor-item:nth-child(27)::after {
            height: 5%;
        }

    .p-album-link:hover .content-decor-item:nth-child(27)::before {
        height: 9%;
    }

    .p-album-link:hover .content-decor-item:nth-child(27)::after {
        height: 1%;
    }

    .p-album-link .content-decor-item:nth-child(28) {
        width: calc(62% / 35);
    }

        .p-album-link .content-decor-item:nth-child(28)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(28)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(29) {
    }

        .p-album-link .content-decor-item:nth-child(29)::before {
            height: 18%;
        }

        .p-album-link .content-decor-item:nth-child(29)::after {
            height: 3%;
        }

    .p-album-link:hover .content-decor-item:nth-child(29)::before {
        height: 14%;
    }

    .p-album-link:hover .content-decor-item:nth-child(29)::after {
        height: 0%;
    }

    .p-album-link .content-decor-item:nth-child(30) {
        width: calc(51% / 35);
    }

        .p-album-link .content-decor-item:nth-child(30)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(30)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(31) {
        width: calc(120% / 35);
    }

        .p-album-link .content-decor-item:nth-child(31)::before {
            height: 24%;
        }

        .p-album-link .content-decor-item:nth-child(31)::after {
            height: 7%;
        }

    .p-album-link:hover .content-decor-item:nth-child(31)::before {
        height: 20%;
    }

    .p-album-link:hover .content-decor-item:nth-child(31)::after {
        height: 3%;
    }

    .p-album-link .content-decor-item:nth-child(32) {
        width: calc(55% / 35);
    }

        .p-album-link .content-decor-item:nth-child(32)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(32)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(33) {
    }

        .p-album-link .content-decor-item:nth-child(33)::before {
            height: 33%;
        }

        .p-album-link .content-decor-item:nth-child(33)::after {
            height: 13%;
        }

    .p-album-link:hover .content-decor-item:nth-child(33)::before {
        height: 29%;
    }

    .p-album-link:hover .content-decor-item:nth-child(33)::after {
        height: 9%;
    }

    .p-album-link .content-decor-item:nth-child(34) {
        width: calc(47% / 35);
    }

        .p-album-link .content-decor-item:nth-child(34)::before {
            height: 50%;
        }

        .p-album-link .content-decor-item:nth-child(34)::after {
            height: 50%;
        }

    .p-album-link .content-decor-item:nth-child(35) {
    }

        .p-album-link .content-decor-item:nth-child(35)::before {
            height: 44%;
        }

        .p-album-link .content-decor-item:nth-child(35)::after {
            height: 20%;
        }

    .p-album-link:hover .content-decor-item:nth-child(35)::before {
        height: 40%;
    }

    .p-album-link:hover .content-decor-item:nth-child(35)::after {
        height: 16%;
    }


    .p-album-link:hover .content .title {
        color: var(--color-3);
    }

.p-album-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.p-album-link .content .title {
    position: absolute;
    bottom: 7px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: var(--color-7);
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    z-index: 2;
    font-family: 'pathSB';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .3s;
}


.p-fix-button {
    position: fixed;
    bottom: 0;
    z-index: 99;
    right: 0;
    padding: 22px;
}

    .p-fix-button .button-item:first-child {
        margin-top: 0;
    }

    .p-fix-button .button-item:last-child {
        margin-bottom: 0;
    }

    .p-fix-button .button-item {
        transition: all .3s;
        cursor: pointer;
        width: fit-content;
        margin: 16px 0;
    }

        .p-fix-button .button-item img {
            width: 42px;
        }

.base-container.rs .p-fix-button {
    display: none;
}

.p-fix-button .button-item.back-to-top {
    border-radius: 50%;
    background-color: var(--color-3);
    z-index: 9;
    width: 45px;
    height: 45px;
    color: var(--color-4);
    opacity: 0;
    pointer-events: none;
    font-size: 18px;
    box-shadow: 0 0 10px #fff;
}

.p-fix-button .button-item.button-hl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--color-8);
    color: #fff;
    font-size: 19px;
}
.p-fix-button .button-item.button-hl i {
    animation: phone-vibrate 1s ease-in-out infinite;
}

.p-fix-button .button-item.button-fb {
}

.p-fix-button .button-item.button-zl {
    background-color: #fff;
    border-radius: 9px;
}

    .p-fix-button .button-item.button-zl img {
        width: 42px;
    }

.p-fix-button .button-item.back-to-top:hover {
    background-color: var(--color-4);
    color: #fff;
}

.p-fix-button .button-item.back-to-top.show {
    opacity: 1;
    pointer-events: all;
}

@keyframes phone-vibrate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    75% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
