.full-story-section {
    height: 254px;
    padding-top: 76px;
    background-image: url("/images/bg/decor.jpg");
    background-size: cover;
    background-position: 50% 37%;
    position: relative;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.article-body p strong {
    font-weight: 500;
    font-size: 23px;
}

.article-body p {
    text-shadow: 0 0 #000000bf;
}

.article-body a {
    color: #b51fde;
}

.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.8;
}

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

.full-storyh1 {
    color: white;
    margin-bottom: -7px;
}

.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-svg.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: 0 0 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;
    background-color: white;
}

.ready-story-guide {
    background-position-x: 100%;
    background-position-y: 0;
    position: relative;
    background-size: 100%;
    padding-bottom: 40px;
    padding-top: 10px;
    transition: 0s;
}

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

.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 {
    width: max-content;
    height: 46px;
    margin-bottom: 32px;
    border-radius: 100px;
    padding-right: 14px;
    align-items: center;
    margin-top: 22px;
}

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

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

.pager a {
    color: black;
    display: flex !important;
    align-items: center;
    width: 113px;
    margin: 0 auto;
    position: relative;
}

.pager a .icon-chevron-right {
    position: absolute;
    right: 10px;
    font-size: 9px;
}

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

article > .container {
    width: 100%;
    max-width: 1275px;
}

.subttler {
    color: white;
    margin-top: 15px;
}

.image-art-container {
    max-width: 898px;
    height: 447px;
    overflow: hidden;
    border-radius: 6px 6px 10px 10px;
    position: relative;
    margin-bottom: -14px !important;
    width: 100%;
    background-color: white;
}

.image-art-container::before {
    content: '';
    width: 100%;
    height: 276px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .02) 5.79%, rgba(0, 0, 0, .07) 10.88%, rgba(0, 0, 0, .13) 15.63%, rgba(0, 0, 0, .21) 20.37%, rgba(0, 0, 0, .29) 25.46%, rgba(0, 0, 0, .37) 31.25%, rgba(0, 0, 0, .45) 38.08%, rgba(0, 0, 0, .53) 46.3%, rgba(0, 0, 0, .6) 56.25%, rgba(0, 0, 0, .65) 68.29%, rgba(0, 0, 0, .68) 82.75%, rgba(0, 0, 0, .7));
    bottom: 0;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
}

.image-art-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-art-container::after {
    content: '';
    background: linear-gradient(180deg, #ffffffd1 -70%, #9725b000 100%);
    position: absolute;
    top: 0;
    height: 144px;
    width: 100%;
}

.ttlers {
    z-index: 7;
    color: white;
    position: absolute;
    bottom: 87px;
    left: 42px;
    font-size: 44px;
    width: 80%;
    line-height: 41px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.article-body {
    clear: left;
    font-size: 20px;
    line-height: 1.5;
    box-shadow: 0 0 45px -36px #0000008c;
    border: 1px solid #00000012;
    border-radius: 10px;
    width: 85%;
    padding: 44px 48px 60px 41px;
    margin-bottom: -8px;
    background-color: white;
}

.article-body p b {
    font-weight: 500;
}

.article-body__box-banner {
    margin-top: 40px;
    background-color: #f2f4f7 !important;
}

.news-article {
    background-color: #f2f4f7;
}

@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;
    }

    .ttlers {
        left: 0;
        width: 100%;
        padding: 0 22px;
        font-size: 28px;
        line-height: 1;
        bottom: 29px;
    }

    .image-art-container img {
        margin-top: 0;
        height: 100%;
        object-fit: cover;
    }

    .image-art-container {
        height: 270px;
    }

    ul.social {
        width: 100% !important;
        max-width: 264px;
    }

    .navigation-block {
        padding: 0 20px;
        margin-bottom: 23px;
        flex-wrap: wrap;
        justify-content: center !important;
        width: 100%;
        display: none !important;
    }

    .article-body {
        width: 100%;
        font-size: 17px;
        margin-bottom: 36px;
        padding: 30px 0 0 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .full-story-section {
        height: 120px;
        margin-bottom: -55px;
    }

    .article-body p strong {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.4;
        display: block;
    }

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