.header-nav-wrap {
    width: 100%;
}

.navigation-menu .menu > li.menu-item-sp {
    border-left: 2px solid rgb(71 85 105/var(--tw-text-opacity));
    margin-left: 5px;
    padding-left: 5px;
    display: none;
}

@media (min-width: 1220px) {
    .navigation-menu .menu > li.menu-item-sp {
        display: flex;
    }
}

.navigation-menu .menu > li.menu-item-sp .menu-item-sp-svg {
    margin-top: -5px;
}

.projects-block-mobile,
.projects-content-block-mobile {
    display: flex;
}

.projects-block-mobile,
.projects-block-desktop,
.projects-content-block-mobile {
    color: #fff !important;
    background: #000;
    padding: 35px 20px;

    align-items: center;
    justify-content: center;
}

.projects-block-mobile:hover,
.projects-block-desktop:hover,
.projects-content-block-mobile:hover {
    color: #fff;
}

.projects-block-desktop {
    display: none;
}

@media (min-width: 1220px) {
    .projects-block-desktop {
        display: flex;
    }

    .projects-block-mobile,
    .projects-content-block-mobile {
        display: none;
    }
}

.header-banners {
    height: auto;
}

.wp-editor ul,
.entry-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.wp-editor ol,
.entry-content ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.wp-editor ul ul,
.wp-editor ol ul,
.entry-content ul ul,
.entry-content ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

.wp-editor ol ol,
.wp-editor ul ol,
.entry-content ol ol,
.entry-content ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

.mce-content-body a,
.singular .type-page .entry-content a,
.singular.page.site-wrapper .site-main .main-content.container #generic-content-1.content-block a,
.singular .post-container .entry-content a {
    font-weight: bold;
    color: #3366ff;
    text-decoration: underline;
}

.site-front-page .entry-thumbnail img {
    transform: none;
}

.rutube-embed-wrapper,
.vkontakte-embed-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    overflow: hidden;
    margin: 0 auto;
}

.rutube-embed-wrapper iframe,
.vkontakte-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 1219px) {
    .site-front-page #fifty-fifty-1 .block-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .site-front-page #fifty-fifty-1 .aside-right .wrap-data .top5-card:nth-child(n+4) {
        display: none;
    }

    .site-front-page #fifty-fifty-1 .aside-right .wrap-data .top5-card .entry-content {
        display: none;
    }
}

@media (min-width: 920px) and (max-width: 1219px) {
    .site-front-page #fifty-fifty-1 .block-wrap .aside-right {
        margin-top: 30px;
    }
}

.genre-wrap .mod1 .entry-info {
    background: #fff;
}

.front-page-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

    margin-bottom: 10px;
}

.front-page-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    gap: 5px;
}

.front-page-story .mod9 {
    padding-top: 10px;
}

.genre-wrap {
    margin-bottom: 10px;
}

.genre-wrap .mod1 .entry-thumbnail {
    height: 100%;
}

@media (max-width: 1219px) {
    .genre-wrap {
        grid-template-columns: 1fr;
    }
}

.genre-wrap .entry-thumbnail img {
    object-fit: cover;
    object-position: center;
}
