.galery-chapter {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #131313;
    z-index: 9999999;
}
.galery-chapter.hidden {
    display: none!important;
}
.galery-chapter > img {
    margin: 36px auto 75px;;
    width: 176px;
    height: 34px;
    display: block;
}
.galery-chapter > button {
    position: absolute;
    top: 26px;
    right: 26px;
    background-color: #252525;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    cursor: pointer;
}
.galery-chapter > button > img {
    width: 18px;
    height: 18px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-splide {
    width: 888px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-splide .splide__arrow--prev {
    background: unset;
    width: 40px;
    height: 40px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-splide .splide__arrow--next {
    background: unset;
    width: 40px;
    height: 40px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-splide .splide__arrow--prev svg {
    rotate: 90deg;
    width: 40px;
    height: 40px;
    fill: #fff;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-splide .splide__arrow--next svg {
    rotate: 270deg;
    width: 40px;
    height: 40px;
    fill: #fff;
}
.galery-chapter > .galery-chapter-container {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info {
    width: 442px;
    height: 480px;
    padding: 20px;
    background-color: #252525;
    border-radius: 8px;
    overflow-y: auto;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info::-webkit-scrollbar {
    width: 10px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info > div {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info > div > span {
    background-color: #131313;
    border-radius: 4px;
    color: #fff;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 20px;
    line-height: 22px;
    padding: 5px 12px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info > div > span > b {
    font-family: "Ubuntu-Bold", sans-serif;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info > div > button {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #131313;
    border-radius: 4px;
    cursor: pointer;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info > div > button > img {
    width: 18px;
    height: 18px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info > h2 {
    font-family: "Ubuntu-Bold", sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info > span {
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 16px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-info > p {
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.galery-chapter-splide figure {
    width: 888px;
    height: 480px;
}
.galery-chapter-splide figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 30px 30px #0000004D;
    border-radius: 8px;
}
.galery-chapter-btn {
    border: 1px solid #0373BE;
    border-radius: 6px;
    width: 100%;
    padding: 12px 0;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #0373BE;
    cursor: pointer;
    margin-bottom: 20px;
}
.galery-chapter-btn > b {
    font-family: "Ubuntu-Bold", sans-serif;
}
.info-chapter-inlinegalery {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 10;
}
.info-chapter-inlinegalery > span {
    background-color: #131313;
    border-radius: 4px;
    color: #fff;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 20px;
    line-height: 22px;
    padding: 5px 12px;
}
.info-chapter-inlinegalery > span > b {
    font-family: "Ubuntu-Bold", sans-serif;
}
.info-chapter-inlinegalery > button {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #131313;
    border-radius: 4px;
    cursor: pointer;
}
.info-chapter-inlinegalery > button > img {
    width: 18px;
    height: 18px;
    border-radius: unset;
}

.galery-chapter > .galery-chapter-container > .galery-chapter-mobile-btns {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-mobile-btns > span {
    background-color: #252525;
    border-radius: 4px;
    color: #fff;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 6px;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-mobile-btns > span > b {
    font-family: "Ubuntu-Bold", sans-serif;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-mobile-btns > button {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #252525;
    border-radius: 4px;
    cursor: pointer;
}
.galery-chapter > .galery-chapter-container > .galery-chapter-mobile-btns > button > img {
    width: 12px;
    height: 12px;
}
@media screen and (max-width: 768px) {
    .galery-chapter-btn {
        width: calc(100% - 40px);
        margin: 50px auto 20px;
        display: block;
    }
    .galery-chapter > img {
        margin: 25px auto 65px;;
        width: 124px;
        height: 24px;
    }
    .galery-chapter > button {
        top: 20px;
        right: 20px;
        width: 34px;
        height: 34px;
    }
    .galery-chapter > button > img {
        width: 11px;
        height: 11px;
    }
    .galery-chapter > .galery-chapter-container > .galery-chapter-splide {
        width: 100%;
    }
    .galery-chapter-splide figure {
        width: 100%;
        height: 220px;
    }
    .galery-chapter > .galery-chapter-container {
        flex-direction: column;
        gap: 20px;
    }
    .galery-chapter > .galery-chapter-container > .galery-chapter-info {
        width: 100%;
        height: 50vh;
        padding: unset;
        background-color: unset;
        padding: 0 20px;
    }
    .galery-chapter > .galery-chapter-container > .galery-chapter-info > div {
        display: none;
    }
    .galery-chapter > .galery-chapter-container > .galery-chapter-mobile-btns {
        display: flex;
        padding: 0 20px;
    }
    .mw-galeria.chapter-galery {
        padding: unset!important;
    }
    .galery-chapter > .galery-chapter-container > .galery-chapter-splide .splide__slide {
        min-width: 85%;
        border-radius: 6px;
        overflow: hidden;
    }
    .galery-chapter > .galery-chapter-container > .galery-chapter-info > h2 {
        font-size: 22px;
    }
    .galery-chapter > .galery-chapter-container > .galery-chapter-info > p {
        font-size: 16px;
    }
    .info-chapter-inlinegalery {
        justify-content: space-between;
        top: -94px;
        left: 20px;
        right: 20px;
    }
    .info-chapter-inlinegalery > span {
        background-color: #131313;
        border-radius: 4px;
        color: #fff;
        font-family: "Ubuntu-Regular", sans-serif;
        font-size: 14px;
        line-height: 14px;
        padding: 3px 6px;
    }
    .info-chapter-inlinegalery > button {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #131313;
        border-radius: 4px;
        cursor: pointer;
    }
    .info-chapter-inlinegalery > button > img {
        width: 12px;
        height: 12px;
    }
    .mw-galeria-img {
        overflow: visible!important;
    }
}