.single-news-page {
    background: #0b0b0b;
    color: #fff;
}

.single-news-page .header .container,
.single-news-page .footer .container {
    max-width: calc(100% - 20rem);
}

.single-news-page .contacts-section.container {
    max-width: 100%;
}

.single-news-container {
    width: calc(100% - 20rem);
    max-width: 100rem;
    margin-right: auto;
    margin-left: auto;
}

.single-news-main {
    padding-top: 5rem;
    overflow: hidden;
    background:
        radial-gradient(ellipse 58% 47% at 67% 17%, rgba(75, 81, 85, 0.24), transparent 74%),
        radial-gradient(ellipse 54% 34% at 24% 58%, rgba(57, 62, 65, 0.13), transparent 78%),
        #0b0b0b;
}

.single-news-hero {
    height: 22.5rem;
    overflow: hidden;
}

.single-news-hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-news-breadcrumbs {
    min-height: 4.5rem;
    padding-top: 1.25rem;
}

.single-news-breadcrumbs--without-image {
    padding-top: 2rem;
}

.single-news-breadcrumbs .breadcrums {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    font-family: Gilroy, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.single-news-breadcrumbs .breadcrums__wrap {
    gap: 0.625rem;
}

.single-news-breadcrumbs .breadcrums__item:last-child {
    min-width: 0;
    max-width: 18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-news-article {
    display: grid;
    grid-template-columns: 20.125rem minmax(0, 1fr);
    align-items: start;
    padding-top: 1.9rem;
    padding-bottom: 7.5rem;
}

.single-news-date {
    margin-left: 6.7rem;
    padding-top: 0.25rem;
    color: rgba(255, 255, 255, 0.64);
    font-family: Gilroy, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    white-space: nowrap;
}

.single-news-content {
    width: 100%;
    max-width: 66.45rem;
}

.single-news-content h1 {
    margin: 0;
    color: #fff;
    font-family: "Monument Extended", Arial Black, sans-serif;
    font-size: 3em;
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.single-news-body {
    margin-top: 3.45rem;
    color: rgba(255, 255, 255, 0.68);
    font-family: Gilroy, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.single-news-body__block + .single-news-body__block {
    margin-top: 1.5rem;
}

.single-news-body p,
.single-news-body ul,
.single-news-body ol,
.single-news-body h2,
.single-news-body h3,
.single-news-body h4,
.single-news-body blockquote {
    margin: 0 0 1.5rem;
}

.single-news-body p:last-child,
.single-news-body ul:last-child,
.single-news-body ol:last-child,
.single-news-body blockquote:last-child {
    margin-bottom: 0;
}

.single-news-body h2,
.single-news-body h3,
.single-news-body h4,
.single-news-body strong,
.single-news-body b {
    color: rgba(255, 255, 255, 0.84);
    font-family: "Monument Extended", Arial Black, sans-serif;
    font-weight: 400;
}

.single-news-body h2 {
    font-size: 1.35em;
    line-height: 1.2;
}

.single-news-body h3,
.single-news-body h4 {
    font-size: 1.1em;
    line-height: 1.25;
}

.single-news-body ul,
.single-news-body ol {
    padding-left: 1.5em;
}

.single-news-body ul {
    list-style: disc;
}

.single-news-body ol {
    list-style: decimal;
}

.single-news-body li + li {
    margin-top: 0.7rem;
}

.single-news-body a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.single-news-body img,
.single-news-body video,
.single-news-body iframe {
    max-width: 100%;
    margin: auto;
}

.related-news {
    padding: 0 0 7.5rem;
}

.related-news__frame {
    position: relative;
    padding-top: 2.5rem;
}

.related-news__frame::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 20rem);
    max-width: 100rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.13);
    content: "";
    transform: translateX(-50%);
}

.related-news__swiper {
    overflow: hidden;
}

.related-news .news-teaser-new {
    min-width: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
    margin-left: 0;
}

.related-news .news-teaser-new .overlay-link {
    inset: 0;
}

.related-news .news-teaser-new .news-img {
    height: auto;
    aspect-ratio: 385 / 380;
}

.related-news__arrow {
    position: absolute;
    z-index: 4;
    top: 12.75rem;
    display: grid;
    place-items: center;
    width: 3.875rem;
    height: 3.3125rem;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.related-news__arrow:hover {
    background: rgba(255, 255, 255, 0.32);
}

.related-news__arrow--prev {
    left: 4.3125rem;
}

.related-news__arrow--next {
    right: 4.3125rem;
}

.related-news__arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.single-news-page .contacts-section {
    position: relative;
    z-index: 1;
    padding-top: 6em;
    min-height: auto;
}

@media (max-width: 1200px) {
    .single-news-container,
    .single-news-page .header .container,
    .single-news-page .footer .container {
        width: calc(100% - 4rem);
        max-width: calc(100% - 4rem);
    }

    .related-news__frame::before {
        width: calc(100% - 4rem);
        max-width: calc(100% - 4rem);
    }

    .single-news-article {
        grid-template-columns: 14rem minmax(0, 1fr);
    }

    .single-news-date {
        margin-left: 0;
    }

    .related-news__arrow--prev {
        left: 0.25rem;
    }

    .related-news__arrow--next {
        right: 0.25rem;
    }
}

@media (max-width: 1000px) {
    .single-news-container,
    .single-news-page .header .container,
    .single-news-page .footer .container {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
    }

    .related-news__frame::before {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
    }

    .single-news-main {
        padding-top: 40px;
        background:
            radial-gradient(ellipse 110% 30% at 65% 13%, rgba(75, 81, 85, 0.2), transparent 74%),
            #0b0b0b;
    }

    .single-news-hero {
        width: 100%;
        max-width: none;
        height: clamp(200px, 58vw, 352px);
    }

    .single-news-breadcrumbs {
        min-height: 64px;
        padding-top: 16px;
    }

    .single-news-breadcrumbs .breadcrums {
        font-size: 12px;
    }

    .single-news-breadcrumbs .breadcrums__item:last-child {
        max-width: 192px;
    }

    .single-news-article {
        display: block;
        padding-top: 24px;
        padding-bottom: 72px;
    }

    .single-news-date {
        display: block;
        margin: 0 0 20px;
        padding: 0;
        font-size: 10px;
        letter-spacing: 2%;
    }

    .single-news-content {
        max-width: none;
    }

    .single-news-content h1 {
        font-size: clamp(26px, 7.2vw, 43px);
        line-height: 1.03;
    }

    .single-news-body {
        margin-top: 32px;
        font-size: 16px;
        line-height: 1.38;
    }

    .single-news-body__block + .single-news-body__block,
    .single-news-body p,
    .single-news-body ul,
    .single-news-body ol,
    .single-news-body h2,
    .single-news-body h3,
    .single-news-body h4,
    .single-news-body blockquote {
        margin-bottom: 20px;
    }

    .single-news-body__block + .single-news-body__block {
        margin-top: 24px;
    }

    .related-news {
        padding-bottom: 72px;
    }

    .related-news__frame {
        padding-top: 24px;
    }

    .related-news__swiper {
        overflow: visible;
    }

    .related-news__arrow {
        display: none;
    }

    .single-news-page .contacts-section {
        padding-top: 48px;
    }
}

@media (max-width: 585px) {
    .single-news-main {
        position: relative;
    }

    .single-news-hero {
        height: auto;
        aspect-ratio: 5 / 4;
    }

    .single-news-breadcrumbs:not(.single-news-breadcrumbs--without-image) {
        position: absolute;
        z-index: 2;
        top: 55px;
        left: 12px;
        width: calc(100% - 24px);
        min-height: 0;
        margin: 0;
        padding: 0;
    }

    .single-news-breadcrumbs .breadcrums__wrap {
        flex-wrap: nowrap;
        gap: 8px;
        overflow: hidden;
    }

    .single-news-breadcrumbs .breadcrums__item {
        flex: 0 0 auto;
    }

    .single-news-breadcrumbs .breadcrums__item:last-child {
        flex: 0 1 auto;
        max-width: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .single-news-article {
        width: calc(100% - 48px);
        max-width: calc(100% - 48px);
        padding-top: 20px;
        padding-bottom: 48px;
    }

    .single-news-content h1 {
        font-size: 16px;
        line-height: 1.1;
    }

    .single-news-body {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.3;
    }

    .single-news-body p,
    .single-news-body ul,
    .single-news-body ol,
    .single-news-body h2,
    .single-news-body h3,
    .single-news-body h4,
    .single-news-body blockquote {
        margin-bottom: 18px;
    }

    .single-news-body__block + .single-news-body__block {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .single-news-body img,
    .single-news-body video,
    .single-news-body iframe {
        display: block;
        width: 100%;
    }

    .related-news__swiper {
        width: calc(100% - 24px);
        max-width: none;
        margin-right: 0;
        margin-left: 24px;
    }

    .related-news .news-teaser-new .news-img {
        height: auto;
        max-height: none;
        aspect-ratio: 124 / 140;
    }

    .news-teaser-new .news-img .news-description {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .single-news-page *,
    .single-news-page *::before,
    .single-news-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
