.news-single {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
    padding: 40px 20px 100px;
}

.news-single-body {
    overflow: visible;
}

.article__content_image {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}
.news-single__header {
    margin-top: 40px;
    padding-left: 52px;
    max-width: 911px;
}

.news-single__title {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 48px;
    line-height: 115%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
    text-align: left;
}

.news-single__date {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #fff;
}

.news-single__content-container {
    margin-top: 40px;
    position: relative;
    padding: 52px;
}

.news-single__content-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.news-single__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    max-width: 746px;

    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #2e0262;

    h2 {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 18px;
        line-height: 139%;
        color: #7c3dc7;
    }

    ul {
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    ul li {
        list-style-type: disc;
    }

    ol {
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    ol li {
        list-style-type: numeric;
    }
}

/*.news-single__content p {*/
/*    font-family: var(--font-family);*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    line-height: 171%;*/
/*    color: #2e0262;*/
/*}*/

/**/
.news-single__related {
    margin-top: 80px;
    padding: 0 20px;
}

.news-single__related-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 115%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 53px;
    padding-left: 32px;
}

.news-single__slider {
    width: 100%;
    overflow: hidden;
}

.news-card--slide {
    align-self: stretch;
    display: flex;
    flex-shrink: 0;
    height: auto;
}

.news-single-bunny-bg {
    position: absolute;
    top: 200px;
    right: -10%;
    z-index: -2;
    width: 100%;
    height: 100%;
}

.news-single-pixels-1 {
    top: 4%;
    left: 30%;
    z-index: -1;
}
.news-single-pixels-2 {
    right: 15%;
    top: 5%;
    z-index: -1;
}
.news-single-pixels-3 {
    right: 20%;
    top: 10%;
    z-index: -1;
}
.news-single-pixels-4 {
    z-index: -1;
    right: 5%;
    top: 12%;
}

@media (max-width: 768px) {
    .news-single-pixels-1,
    .news-single-pixels-2,
    .news-single-pixels-3,
    .news-single-pixels-4 {
        display: none;
    }
}

@media (max-width: 980px) {
    .news-single__content-container {
        background-color: white;
        border-radius: 20px;
    }
    .news-single__content-bg {
        display: none;
    }
}

@media (max-width: 768px) {
    .news-single {
        padding: 0px 3px 50px;
    }

    .news-single-bunny-bg {
        display: none;
    }

    .news-single__header {
        padding-left: 31px;
    }

    .news-single__title {
        width: 100%;
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 28px;
        line-height: 121%;
        text-transform: uppercase;
        color: #fff;
    }
    .news-single__date {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 12px;
        line-height: 133%;
        letter-spacing: 0.02em;
        color: #fff;
    }
    .news-single__related {
        padding: 0;
    }

    .news-single__content-container {
        padding: 24px;
    }
}
