.full-story-section {
    height: 324px;
    padding-top: 86px;
    background-image: url(/images/bg/decor.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.article-info {
    margin-bottom: 0 !important;
}

.full-story-section::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, #dca5a5, #9b00c6d9);
    z-index: 0;
    opacity: 0.97;
}

.full-story-section .container {
    position: relative;
}

.full-storyh1 {
    color: white;
}

.view-article #sp-header::before {
    box-shadow: 0 1px 29px 9px #00000078;
}

.full-storyh2 {
    color: white;
    font-size: 23px;
}

.article-info > dd {
    color: #fff !important;
}

.hits span {
    font-size: 0;
    width: 18px;
    height: 18px;
    margin-right: 9px;
    background: url(/images/icons/eye-hits.svg);
    background-size: 100%;
    filter: invert(1);
}

.hits {
    display: flex !important;
    align-items: center;
    font-size: 16px;
}

.seria-text-choose {
    width: 711px;
    position: relative;
    padding: 41px 25px 30px 36px;
    border: 1px solid #c900c3;
    border-radius: 10px;
    box-shadow: 0px 0px 18px -10px #00000096;
    margin-bottom: 16px;
    background-color: white;
}

.seria-text-choose h2 {
    margin: 0;
    background: linear-gradient(45deg, #af3ece, #af3ecc);
    border-bottom: 2px solid #6d3a7b;
    box-shadow: 0px 4px 6px -3px #b7b7b7;
    border-radius: 120px;
    padding: 4px 26px;
    font-size: 21px;
    height: 45px;
    display: flex;
    align-items: center;
    color: white;
    position: absolute;
    top: -25px;
    min-width: 301px;
    left: 47px;
}

.final-ul {
    margin-bottom: 75px;
    position: relative;
    list-style: none;
    border-left: 2px solid #af3ecc;
    padding-left: 21px;
    margin-left: 45px;
    color: #5e5e5e;
    font-weight: 500;
}

.seria-text-choose li {
    line-height: 30px;
    margin-bottom: 8px;
}

.ready-story-guide .breadcrumb {
    margin-bottom: 0;
    width: 100%;
    background-color: white;
}

.ready-story-guide {
    position: relative;
    padding-bottom: 40px;
    padding-top: 28px;
    transition: 0s;
    background-repeat: no-repeat;
    overflow: hidden;
}

.jopa {
    background-position-y: 13% !important;
    background-attachment: fixed;
    transition: 0s;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.seria-text-choose ul {
    font-weight: 300;
    text-shadow: 0 0 #000000bf;
}

.entry-header {
    display: flex;
    margin: 0;
    justify-content: space-between;
}

.nav-seasons a:hover {
    color: white;
    border-bottom: 1px solid white;
}

.nav-seasons a {
    color: white;
    margin: 0 22px 0 6px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-seasons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1;
}

li.toclink.active {
    color: #f8f6f8;
    border-left: 2px solid #ffe6ae;
    padding-left: 4px;
}

.breadcrumb a {
    color: black;
}

.breadcrumb li:nth-child(2)::before {
    display: none;
}

.navigation-block {
    height: 46px;
    margin-bottom: 60px;
    border-radius: 100px;
    padding-right: 14px;
    align-items: center;
    margin-top: 22px;
}

.soc-likes a {
    opacity: 0.4;
    transition: 0.3s;
}

.bottom-info {
    padding-bottom: 95px;
}

.a-body {
    position: relative;
}

.premium::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: white;
    border-radius: 10px;
}

.almaxes {
    position: relative;
    margin-top: 20px;
}

.diamond-add {
    border-radius: 100px;
    border: 1px solid;
    padding: 12px 41px;
    margin-top: 20px;
    display: block;
    width: 180px;
    color: #af3ecc;
    cursor: pointer;
    text-align: center;
}

#sp-component {
    background: #f2f4f7;
}

#lightgalery {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 11px;
    margin-bottom: 38px;
}

#lightgalery > li {
    display: block;
    height: 228px;
    max-width: 385px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    flex: 1;
    flex-basis: 16%;
    border-radius: 10px;
    position: relative;
}

#lightgalery > li img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bottom-info {
    padding-bottom: 43px !important;
}

.ready-story-guide {
    margin-bottom: 0 !important;
}

.gall-label {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 0 50px;
    font-weight: 400;
}

.banner-warning {
    font-weight: 500;
    padding: 10px 30px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 35px;
}

@media (min-width: 320px) and (max-width: 910px) {
    .nav-seasons a {
        font-size: 13px;
        margin-right: 16px;
    }

    .ready-story-guide .breadcrumb {
        margin-top: 0;
        margin-bottom: 0;
    }

    .ready-story-guide::before {
        height: 800px;
    }

    .alot-of-links {
        height: unset;
    }

    .alot-of-links .nav-seasons {
        flex-wrap: wrap;
        justify-content: center;
        height: 47px;
        margin-bottom: -15px;
    }

    #lightgalery > li {
        height: 141px;
        flex-basis: 33%;
        max-width: 100%;
    }

    .full-story-section {
        height: unset !important;
    }

    .navigation-block {
        padding: 0 10px !important;
    }

    .bottom-info {
        padding-bottom: 16px !important;
    }
}