.page-research .s_hero-screen {
    height: 800px;
    position: relative;
    padding-top: 156px;
    padding-bottom: 64px;
    background-color: #141928;
    overflow: hidden;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
}

.page-research .hero-screen__content {
    height: 100%;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

/* ромб */
.page-research .s_hero-screen {
    height: 800px;
    position: relative;
    padding-top: 156px;
    padding-bottom: 64px;
    background-color: #141928;
    overflow: hidden;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
}

.page-research .hero-screen__content {
    height: 100%;
    color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

/* ромб */
.page-research .hero-screen__media {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.page-research .hero-screen__media picture {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    height: 100%;
    width: 100%;
}

.page-research .hero-screen__media img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

@media (min-width: 2200px) {
    .page-research .hero-screen__media {
        right: calc((100vw - 1440px) / 2);
        width: 720px;
    }

    .page-research .hero-screen__media img {
        transform: translateX(90px);
    }
}

@media (min-width: 1920px) {
    .page-research .hero-screen__media img {
        transform: translateX(90px);
    }
}

@media (min-width: 1440px) {
    .page-research .hero-screen__media {
        right: calc((100vw - 1440px) / 2);
        width: 720px; /* половина контейнера */
    }

    .page-research .hero-screen__media img {
        transform: translateX(350px);
    }
}

.page-research .hero-screen__title {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#00E3E3), to(#A87DFF));
    background: linear-gradient(90deg, #00E3E3 0%, #A87DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 32px;
}

.page-research .hero-screen__descr {
    max-width: 592px;
}

.page-research .hero-screen__descr span.gradient {
    background: -webkit-gradient(linear, left top, right top, from(#00E3E3), to(#A87DFF));
    background: linear-gradient(90deg, #00E3E3 0%, #A87DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-research .hero-screen__descr p {
    font-size: 18px;
    line-height: 130%;
}

.page-research .hero-screen__descr p.muted {
    color: #878EA8;
}

.page-research .hero-screen__descr p:not(:last-child) {
    margin-bottom: 32px;
}


.page-research .section-articles,
.page-research .section-contact,
.page-research .section-faq,
.page-research-article .article-content {
    padding-top: 96px;
    padding-bottom: 96px;
}

.page-research .section-blog {
    padding-top: 58px;
    padding-bottom: 64px;
}

.page-research-article .section-articles {
    padding-bottom: 96px;
}

.article-content .n_container > * {
    max-width: 820px;
}

.page-research .section-contact {
    padding-bottom: 0;
}

.page-research .section-blog {
    background-color: #F3F6F8;
}

.page-research .articles__header {
    display: flex;
    gap: 32px;
    margin-bottom: 64px;
    align-items: stretch;
}

.page-research .articles__header > * {
    flex: 1;
}

.page-research .articles__title {
    font-size: 60px;
    line-height: 115%;
    font-weight: 600;
    margin-bottom: 32px;
}

.page-research .articles__text p:not(:last-child) {
    margin-bottom: 32px;
}

.page-research .articles__media {
    flex: 1;
    display: flex;
    overflow: hidden;
    border-radius: 32px;
    min-height: 0;
}

.page-research .articles__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-research .articles__list-title,
.page-research-article .articles__list-title {
    font-size: 40px;
    line-height: 115%;
    font-weight: 600;
    margin-bottom: 32px;
}

.page-research .articles__grid,
.page-research-article .articles__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.page-research .articles__grid > *,
.page-research-article .articles__grid > *{
    flex: 1;
}

.page-research .article-card,
.page-research-article .article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #F3F6F8;
    padding: 32px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-research .article-card:hover,
.page-research-article .article-card:hover {
    box-shadow:
            inset 0 -8px 24px rgba(119, 51, 255, 0.35),
            inset 0 8px 24px rgba(0, 227, 227, 0.35);
}

.page-research .article-card::before,
.page-research-article .article-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(180deg, #05B3B6 0%, #7733FF 100%);
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.page-research .article-card__meta,
.page-research-article .article-card__meta {
    margin-top: auto;
}

.page-research .article-card__title,
.page-research-article .article-card__title {
    font-size: 28px;
    line-height: 115%;
    font-weight: 600;
    color: #141928;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 32px;
}

.page-research .article-card__date,
.page-research-article .article-card__date {
    margin-bottom: 4px;
}

.page-research .article-card__authors,
.page-research-article .article-card__authors {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-research .article-card__date,
.page-research .article-card__authors,
.page-research-article .article-card__date,
.page-research-article .article-card__authors {
    color: #878EA8;
    font-size: 16px;
    font-weight: 500;
}

.page-research .articles__more-wrapper,
.page-research .blog__actions,
.page-research-article .articles__more-wrapper,
.page-research-article .blog__actions {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.page-research .articles__more,
.page-research-article .articles__more {
    min-width: 180px;
}

.page-research .articles__more,
.page-research .blog__button,
.page-research .faq-cta__button,
.page-research-article .articles__more
{
    display: flex;
    align-items: center;
    border: none;
    border-radius: 16px;
    opacity: 1;
    padding: 20px 40px;
    background: #F3F6F8;
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    color: #141928;
    cursor: pointer;
    transition: all 0.3s ease;
    height: auto;
}

.page-research .faq-cta {
    align-items: stretch;
}

.page-research .faq-cta__button {
    display: inline-block;
}

.page-research .articles__more:hover,
.page-research-article .articles__more:hover,
.page-research .faq-cta__button:hover {
    background: #DADEE3;
}

.page-research .article-card,
.page-research-article .article-card,
.page-research .blog-card{
    border-bottom: none;
}

.page-research .blog__header {
    text-align: center;
    width: 714px;
    margin: 0 auto 64px;
}

.page-research .blog__title {
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 32px;
}

.page-research .blog__text {
    font-size: 18px;
    line-height: 130%;
}

.page-research .blog__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.page-research .blog-card,
.page-research .embla__slide{
    position: relative;
    background-color: #fff;
    border-radius: 32px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.page-research .blog-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;

    box-shadow:
            0px 0px 20px 0px #5C637A1C,
            0px 4px 16px 0px #00E3E34D inset,
            0px -4px 16px 0px #7733FF4D inset;
}

.page-research .blog-card:hover::after{
    opacity: 1;
}

.page-research .blog-card__content {
    padding: 32px;
}

.page-research .blog-card__media img {
    width: 100%;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.page-research .blog-card__desc {
    color: #141928;
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 12px;
}

.page-research .blog-card__footer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-research .blog-card__date {
    color: #878EA8;
    font-size: 16px;
    line-height: 115%;
    font-weight: 500;
}

.page-research .blog-card__type {
    font-size: 16px;
    line-height: 115%;
    font-weight: 500;
    color: #5C637A;
    background-color: #F3F6F8;
    border-radius: 60px;
    padding: 7px 12px;
}

.page-research .blog__button {
    width: 211px;
    background-color: #fff;
}

.page-research .blog__button:hover {
    background-color: #DADEE3;
}

.page-research .embla__dot {
    width: 8px;
    height: 8px;
    background-color: #DADEE3;
    cursor: pointer;
    -webkit-mask: url(https://os.kaspersky.ru.dev.co-dd.dev/wp-content/themes/os_theme_new_new-child/img/icon/slider-dot.svg) no-repeat center / contain;
    mask: url(https://os.kaspersky.ru.dev.co-dd.dev/wp-content/themes/os_theme_new_new-child/img/icon/slider-dot.svg) no-repeat center / contain;
    -webkit-transition: background-color .25s
    ease, -webkit-transform .25s
    ease;
    transition: background-color .25s
    ease, -webkit-transform .25s
    ease;
    transition: background-color .25s
    ease, transform .25s
    ease;
    transition: background-color .25s
    ease, transform .25s
    ease, -webkit-transform .25s
    ease;
    border: none;
    outline: none;
}

.page-research .embla__dot.is-selected {
    background-color: #00E3E3;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.page-research .blog__slider {
    display: none;
}

.page-research .embla__dots{
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 8px;
}

.page-research .contact-cta__inner {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: 64px 0;
}

.page-research .contact-cta__inner > * {
    display: flex;
    justify-content: center;
    width: 724px;
    margin: 0 auto;
    text-align: center;
}

.page-research .contact-cta__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
            linear-gradient(to right,
            rgba(0, 227, 227, 0.3),
            rgba(0, 227, 227, 0) 30%
            ),
            linear-gradient(to left,
            rgba(119, 51, 255, 0.3),
            rgba(119, 51, 255, 0) 30%
            );
}

.page-research .contact-cta__title {
    margin-bottom: 12px;
    font-weight: 600;
}

.page-research .contact-cta__text {
    font-size: 24px;
    line-height: 125%;
    font-weight: 500;
    margin-bottom: 32px;
    color: #5C637A;
}

.page-research .contact-cta__button {
    padding: 20px 40px;
    background-color: #fff;
    color: #141928;
    font-size: 18px;
    font-weight: 500;
}

.page-research .faq-cta {
    display: flex;
    gap: 24px;
}

.page-research .faq-cta__title {
    font-size: 40px;
    line-height: 115%;
    font-weight: 600;
    margin-bottom: 32px;
    letter-spacing: -2px;
}

.page-research .faq-cta__title .gradient {
    display: inline;
    background: linear-gradient(90deg, #05B3B6 0%, #7733FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.page-research .faq-cta__content,
.page-research .faq-cta__media {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.page-research .faq-cta__media {
    display: flex;
    overflow: hidden;
    border-radius: 32px;
}

.page-research .faq-cta__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.page-research-article .article-hero {
    position: relative;
    overflow: hidden;
    background: #F3F6F8;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding: 64px 0;
    height: 638px;
}

.page-research-article .article-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* flex-end */
    position: relative;
    z-index: 2;
    height: 100%;
}

.page-research-article .article-hero__media {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.page-research-article .article-hero__descr {
    width: 820px;
}

.page-research-article .article-hero__media img {
    max-height: 100%;
    width: auto;
    display: block;
}

.page-research-article .article-hero__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #141928;
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 65px;
    width: fit-content;
    transition: all 0.3s ease;
    margin-top: 100px;
}

.page-research-article .article-hero__back svg,
.page-research-article .article-hero__back svg path{
    fill: #141928;
    transition: all 0.3s ease;
}

.page-research-article .article-hero__back:hover {
    color: #00E3E3;
}

.page-research-article .article-hero__back:hover svg,
.page-research-article .article-hero__back:hover svg path {
    fill: #00E3E3;
}

.page-research-article .article-hero__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 115%;
    margin-bottom: 32px;
}

.page-research-article .article-hero__authors {
    font-size: 18px;
    line-height: 130%;
    color: #5C637A;
    margin-bottom: 32px;
}

.page-research-article .article-hero__button {
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.page-research-article .article-hero__button:hover {
    background: #DADEE3;
}

.page-research-article .article-hero__link {
    display: flex;
    align-items: center;
    background: transparent;
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    transition: all 0.3s ease;
}

.page-research-article .article-hero__link:hover {
    background: #DADEE3;
}

.page-research-article .article-hero__actions {
    display: flex;
    gap: 8px;
}

.page-research-article .article-hero__back,
.page-research-article .n_h_sect_btn {
    border-bottom: none;
}

.page-research-article .article-content__bibliography-header {
    display: flex;
    margin-bottom: 32px;
}

.page-research-article .article-content__subtitle {
    margin-right: 32px;
    font-weight: 600;
}

.page-research-article .article-content__copy {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    cursor: pointer;
    color: #141928;
    transition: all 0.3s ease;
}

.page-research-article .article-content__copy:hover svg path {
    transition: all 0.3s ease;
}

.page-research-article .article-content__copy span {
    margin-top: 2px;
}

.page-research-article .article-content__copy:hover {
    color: #00E3E3;
}

.page-research-article .article-content__copy:hover svg {
    color: #00E3E3;
}

.page-research-article .article-content__bibliography {
    margin-bottom: 64px;
}

.page-research-article .article-content__annotation .article-content__subtitle {
    font-weight: 600;
    font-size: 40px;
    line-height: 115%;
    margin-bottom: 32px;
}

.page-research-article .wp-element-caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 115%;
    color: #878EA8;
}

.page-research-article .article-content__subtitle {
    font-weight: 600;
    font-size: 40px;
    line-height: 115%;
    color: #141928;
}

.page-research-article .wp-block-image {
    margin-top: 32px;
}

.article-content__bibliography-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-cta__button {
    border-bottom: none;
}

#bibliography-btn:disabled {
    opacity: 1;
    color: inherit;
    cursor: default;
}

.page-research .blog-card__media img {
    height: 200px;
}

.page-research .blog-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-research .blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-research .blog-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.page-research .blog-card__footer {
    margin-top: auto;
}

.page-research-article .article-content {
    padding-bottom: 96px;
}

.page-research-article .section-articles {
    padding-top: 0;
}

.page-research-article .articles__list-title {
    margin-top: 0;
}

.page-research-article .article-content > .container > *:last-child {
    margin-bottom: 0;
}

.page-research-article .wp-block-image figcaption {
    margin-bottom: 0;
    margin-top: 12px;
}

.page-research-article .article-content {
    color: #141928;
}

.n_btn_footer {
    display: flex;
    justify-content: center;
}


@media (max-width: 1440px){

    .page-research .hero-screen__content {
        height: 100%;
    }
    .page-research .hero-screen__descr {
        max-width: 585px;
    }


}

@media (max-width: 1170px) {
    .page-research .hero-screen__descr {
        max-width: 470px;
    }
}

@media (max-width: 1024px){

    .page-research .hero-screen__descr {
        max-width: 385px;
    }

    .page-research .section-contact {
        padding-bottom: 0;
    }

    .page-research .blog__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-research .blog__grid .blog-card:last-child{
        display: none;
    }

    .page-research .contact-cta__inner > * {
        width: 80%;
    }

    .page-research-article .article-hero {
        height: 590px;
    }

    .page-research .blog-card::after {
        height: 367px;
    }

}

@media (max-width: 1023px) {

    .page-research .section-articles,
    .page-research .section-blog,
    .page-research .section-faq,
    .page-research .section-contact
    {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .page-research-article .section-articles {
        padding-bottom: 64px;
    }

    .page-research .hero-screen__descr p {
        line-height: 120%;
    }

    .page-research .section-contact {
        padding-bottom: 0;
    }

    .page-research-article .article-content {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .page-research .container,
    .page-research-article .container {
        padding: 0 16px;
    }

    .page-research .s_hero-screen{
        height: auto;
        padding-top: 0;
        padding-bottom: 48px;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .page-research .hero-screen__media{
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        z-index: 1;
        justify-content: center;
        align-items: stretch;
    }

    .page-research .hero-screen__media picture,
    .page-research .hero-screen__media img{
        display: block;
        width: 100%;
    }

    .page-research .hero-screen__media img{
        height: auto;
        max-height: none;
        object-fit: cover;
    }

    .page-research .hero-screen__content{
        height: auto;
        justify-content: flex-start;
        padding-top: 24px;
    }

    .page-research .hero-screen__title {
        font-size: 48px;
        margin-bottom: 24px;
        padding-top: 24px;
    }

    .page-research .hero-screen__descr{
        max-width: 100%;
    }

    .page-research .hero-screen__descr p:not(:last-child) {
        margin-bottom: 24px;
    }

    .page-research .articles__header {
        flex-direction: column;
        margin-bottom: 48px;
    }

    .page-research .articles__title {
        font-size: 48px;
        margin-bottom: 24px;
    }

    .page-research .articles__text p:not(:last-child) {
        margin-bottom: 24px;
    }

    .page-research .articles__list-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .page-research .articles__grid,
    .page-research-article .articles__grid {
        display: flex;
        gap: 8px;
        flex-direction: column;
    }

    .page-research .article-card,
    .page-research-article .article-card {
        padding: 24px;
    }

    .page-research .article-card__title,
    .page-research-article .article-card__title {
        font-size: 24px;
    }

    .page-research .article-card__date,
    .page-research .article-card__authors,
    .page-research-article .article-card__date,
    .page-research-article .article-card__authors {
        font-size: 14px;
    }

    .page-research .articles__more,
    .page-research .blog__button {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .blog__actions {
        margin-top: 24px;
    }

    .page-research .section-articles, .page-research .section-blog {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .page-research .blog__header {
        text-align: left;
        width: auto;
        margin-bottom: 48px;
    }

    .page-research .blog-card__content {
        padding: 24px;
    }

    .page-research .blog-card__desc {
        font-size: 16px;
    }

    .page-research .blog-card__date {
        font-size: 14px;
    }

    .page-research .blog-card__type {
        font-size: 14px;
    }

    .page-research .blog__title {
        font-size: 48px;
        margin-bottom: 24px;
    }

    .page-research .blog__text {
        font-size: 16px;
    }

    .page-research .blog__grid{ display: none; }
    .page-research .blog__slider{ display: block; }

    .page-research .blog__slider{
        margin-left: -16px;
        margin-right: -16px;
    }

    .page-research .blog__slider .embla__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .page-research .embla__viewport{
        position: relative;
        overflow: hidden;
    }

    .page-research .embla__viewport::after{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 16px;
        height: 100%;
        background: transparent;
        opacity: 0;
        transition: opacity .25s ease;
        pointer-events: none;
    }

    .page-research .blog__slider.is-end .embla__viewport::after{
        opacity: 1;
    }

    .page-research .embla__container{
        display: flex;
        gap: 16px;
        padding: 0 16px;
    }

    .page-research .embla__slide{
        flex: 0 0 320px;
    }

    .page-research .contact-cta__title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .page-research .contact-cta__text {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .page-research .contact-cta__button {
        padding: 20px 28px;
        font-size: 16px;
    }

    .page-research .faq-cta__title {
        font-size: 28px;
    }

    .page-research .faq-cta__button {
        display: flex;
        justify-content: center;
    }

    .page-research .faq-cta__media {
        height: auto;
        overflow: hidden;
        border-radius: 24px;
    }

    .page-research .faq-cta__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .page-research-article .article-hero {
        height: 686px;
    }

    .page-research-article .article-hero__back {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 40px;
    }

    .page-research-article .article-hero__title {
        font-size: 28px;
    }

    .page-research-article .article-hero__authors {
        font-size: 16px;
    }

    .page-research-article .article-hero__content {
        justify-content: space-between;
    }

    .page-research-article .article-hero__descr {
        width: auto;
    }

    .page-research-article .article-hero__actions > * {
        display: flex;
        justify-content: center;
        flex: 1;
    }

    .page-research-article .article-hero__link {
        background-color: #F3F6F8;
    }

    .page-research-article .article-hero__media {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .page-research-article .article-hero__media picture,
    .page-research-article .article-hero__media img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .page-research-article .article-hero__media img {
        object-fit: contain;
        object-position: center 15%;
        max-height: none;
    }

    .page-research-article .article-content__subtitle {
        font-size: 28px;
    }

    .page-research-article .article-content__copy {
        font-size: 16px;
    }

    .page-research-article .article-content__bibliography {
        margin-bottom: 48px;
    }

    .page-research-article .article-content__annotation .article-content__subtitle {
        font-size: 28px;
    }

    .page-research-article .article-content__annotation .article-content__subtitle {
        margin-bottom: 24px;
    }

    .article-content .container > * {
        max-width: none;
    }

    .wp-block-image img {
        width: 100%;
    }

    .page-research-article .wp-element-caption {
        font-size: 14px;
    }

    .page-research-article .articles__list-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .page-research-article .articles__more {
        width: 100%;
        font-size: 16px;
    }

    .page-research-article .article-hero {
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .page-research-article .wp-block-image {
        margin-top: 24px;
    }

    .article-content__bibliography-text {
        gap: 0;
    }
}

@media (max-width: 768px) {
    .page-research .container {
        padding: 0 16px;
    }

    .page-research .hero-screen__content {
        margin-top: 64px;
    }

    .page-research .hero-screen__descr p {
        font-size: 16px;
    }

    .page-research .hero-screen__media {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        z-index: 1;
        justify-content: center;
        align-items: stretch;
    }

    .page-research .hero-screen__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 35%;
        transform-origin: center;
        transform: scale(1.15);
        margin-top: 24px;
    }

    .page-research .embla__container {
        margin-bottom: 0;
    }

    .blog__actions {
        margin-top: 24px;
    }

    .page-research .contact-cta__inner {
        padding: 32px 0;
    }

    .page-research-article .wp-block-image figcaption {
        margin-top: 8px;
    }

}

@media (max-width: 565px) {
    .page-research .faq-cta {
        flex-direction: column;
        align-items: initial;
    }

    .page-research .faq-cta__media img {
        height: 222px;
        width: 100%;
        object-fit: initial;
    }

    .page-research .hero-screen__media img{
        transform: scale(1.15);
        margin-top: 26px;
    }
}

@media (max-width: 480px) {

    .page-research .articles__header {
        gap: 24px;
    }

    .page-research .hero-screen__media{
        height: auto;
    }

    .page-research .hero-screen__media img{
        transform: scale(1);
        margin-top: 0;
    }

    .page-research .container {
        padding: 0 16px;

    }

    .page-research .hero-screen__content {
        margin-top: 0;
    }

    .page-research .hero-screen__title {
        font-size: 40px;
    }

    .page-research .articles__title {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .page-research .articles__more-wrapper {
        margin-top: 24px;
    }

    .page-research .blog__title {
        font-size: 40px;
    }

    .page-research .embla__slide {
        flex: 0 0 285px;
    }

    .page-research .contact-cta__inner > * {
        width: 90%;
    }

    .page-research .faq-cta {
        flex-direction: column;
    }

    .page-research .faq-cta__title {
        margin-bottom: 24px;
    }

    article .article-hero__title {
        margin-bottom: 24px;
    }

    .page-research-article .article-hero {
        height: 731px;
    }

    .page-research-article .article-hero__authors {
        margin-bottom: 24px;
    }

    .page-research-article .article-hero__actions {
        flex-direction: column;
    }

    .page-research-article .article-hero__link {
        padding: 20px 0;
    }

    .page-research-article .article-hero__media img {
        object-position: center 15.5%;
    }

    .page-research-article .article-content__copy span {
        display: none;
    }

    .page-research .faq-cta{
        flex-direction: column;
        align-items: initial;
    }

    .page-research .faq-cta__media{
        height: auto;
        padding: 0;
    }

    .page-research .faq-cta__media img{
        height: 222px;
        width: 100%;
        object-fit: initial;
    }
}

@media (max-width: 340px) {
    .page-research .faq-cta__media img {
        height: 160px;
    }
}


@media (hover: none), (pointer: coarse) {
    .page-research .article-card:hover,
    .page-research-article .article-card:hover {
        box-shadow: none;
    }

    .page-research .blog-card:hover::after {
        opacity: 0;
    }

    .page-research .articles__more:hover,
    .page-research-article .articles__more:hover,
    .page-research .faq-cta__button:hover {
        background: #F3F6F8;
    }

    .page-research .blog__button:hover {
        background-color: #fff;
    }

    .page-research-article .article-hero__button:hover {
        background: #fff;
    }

    .page-research-article .article-hero__link:hover {
        background: transparent;
    }

    .page-research .article-card:active,
    .page-research-article .article-card:active {
        box-shadow:
                inset 0 -8px 24px rgba(119, 51, 255, 0.35),
                inset 0 8px 24px rgba(0, 227, 227, 0.35);
    }

    .page-research .blog-card:active::after {
        opacity: 1;
    }

    .page-research .articles__more:active,
    .page-research-article .articles__more:active,
    .page-research .faq-cta__button:active,
    .page-research .blog__button:active,
    .page-research-article .article-hero__button:active,
    .page-research-article .article-hero__link:active {
        background: #F3F6F8;
    }
}

@media (hover: none), (pointer: coarse) {
    .page-research .blog__slider .blog-card:hover::after,
    .page-research .blog__slider .blog-card:focus::after,
    .page-research .blog__slider .blog-card:focus-visible::after {
        opacity: 1;
    }

    .page-research .blog__slider .blog-card:active::after,
    .page-research .blog__slider .blog-card:focus:active::after {
        opacity: 0;
    }

    .page-research-article .article-hero__back:hover {
        color: #141928;
    }

    .page-research-article .article-hero__back:hover svg,
    .page-research-article .article-hero__back:hover svg path {
        fill: #141928;
    }
}