/*!
Theme Name: artplus
*/

/* NOTE begin 9999px */

:root {
    --font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    --font-display: 'Oswald', 'Arial Narrow', sans-serif;
    --max-width: 1240px;
    --color-1: #c7ff38;
    --color-2-text: #f6f7fb;
    --color-3-link: #8fb0ff;
    --color-4: #080b1a;
    --color-5: #11162d;
    --color-6: #2257ff;
    --color-7: #1b2140;
    --color-8: #a9b0c7;
    --color-9: #ffffff;
    --radius-large: 34px;
    --radius-medium: 20px;
    --radius-small: 12px;
}

body:not(.wp-admin),
body .editor-styles-wrapper {
    font-family: var(--font-family);
    color: var(--color-2-text);
    font-size: 17px;
    line-height: 1.65;
}

body:not(.wp-admin) {
    background:
        radial-gradient(circle at 10% 10%, rgba(34, 87, 255, 0.18), transparent 34rem),
        var(--color-4);
}

body a {
    color: var(--color-3-link);
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

body a:hover {
    color: var(--color-1);
}

body a:focus-visible,
body button:focus-visible,
body input:focus-visible,
body textarea:focus-visible,
body select:focus-visible,
.button_open_dialog:focus-visible {
    outline: 3px solid var(--color-1) !important;
    outline-offset: 4px;
}

h1,
h2,
h3,
h4,
.page-title,
.article__title {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.01em;
}

.wrap-content__inner,
.u-max-width {
    max-width: var(--max-width);
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.wrap-content__inner {
    display: flex;
    justify-content: space-between;
}

.content-inner-max-width,
.right-content,
.single_opisanie {
    width: 100%;
    max-width: 100%;
}

.left-block {
    display: none;
}

.header {
    position: sticky;
    z-index: 80;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 11, 26, 0.86);
    backdrop-filter: blur(18px);
}

.header__inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.logo__header-box,
.logo__footer-box {
    flex: 0 0 auto;
    line-height: 1;
}

.logo__inner {
    display: flex;
    align-items: center;
    gap: 11px;
}

.logo__inner-img,
.logo__inner-img img {
    width: 42px;
    height: 42px;
    display: block;
}

.logo__inner-text {
    color: var(--color-9);
    font-family: var(--font-display);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.menu_wrap {
    min-width: 0;
    flex: 1 1 auto;
}

.menu_top.general_menu .level_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.menu_top>.level_1>div>div>a,
.menu_top .sub-menu div a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    background: transparent;
    color: var(--color-2-text);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.menu_top>.level_1>div>div>a:hover,
.menu_top>.level_1>div.current-menu-item>div>a:not([href*='#']),
.menu_top>.level_1>div.current-menu-ancestor>div>a,
.menu_top .sub-menu div a:hover,
.menu_top .sub-menu div.current-menu-item>a {
    background-color: var(--color-7);
    color: var(--color-1);
}

.header-actions,
.header-socials,
.footer-socials,
.contact-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-actions {
    flex: 0 0 auto;
}

.social-link,
.header-socials a,
.footer-socials a,
.contact-socials a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.social-link:hover,
.header-socials a:hover,
.footer-socials a:hover,
.contact-socials a:hover {
    transform: translateY(-2px);
}



.button-link a,
.article__more-details a,
.content-form__submit-inner {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid var(--color-1);
    border-radius: 999px;
    background: var(--color-1);
    color: #080b1a;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.button-link a:hover,
.article__more-details a:hover,
.content-form__submit-inner:hover {
    border-color: var(--color-9);
    background: var(--color-9);
    color: #080b1a;
    transform: translateY(-2px);
}

.header-ad-contact {
    display: grid;
    gap: 3px;
    text-align: left;
}

.header-ad-contact p {
    margin: 0;
}

.header-ad-label {
    color: var(--color-8);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.header-ad-email a {
    color: var(--color-9);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.header-ad-email a:hover {
    color: var(--color-1);
}

.breadcrumb-wrap {
    margin-top: 22px !important;
    padding-top: 10px;
    padding-bottom: 12px;
    color: var(--color-8);
    font-size: 14px;
}

.olefm-hero {
    position: relative;
    overflow: hidden;
    min-height: 680px;
    padding: 90px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(90deg, rgba(6, 9, 27, 0.98) 0%, rgba(6, 9, 27, 0.9) 47%, rgba(6, 9, 27, 0.48) 78%, rgba(6, 9, 27, 0.3) 100%),
        url('/wp-content/uploads/olefm-hero-broadcast.webp') center 48% / cover no-repeat;
}

.olefm-hero::before {
    content: '';
    position: absolute;
    inset: auto auto 5% -8%;
    width: 26rem;
    height: 26rem;
    border-radius: 50%;
    background: rgba(34, 87, 255, 0.22);
    filter: blur(100px);
    pointer-events: none;
}

.olefm-hero__inner {
    position: relative;
    width: 100%;
}

.olefm-hero__copy {
    z-index: 1;
    max-width: 760px;
}

.eyebrow {
    margin-bottom: 18px;
    color: var(--color-1);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.olefm-hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: var(--color-9);
    font-size: clamp(3.7rem, 7vw, 5.1rem);
    text-transform: uppercase;
}

.olefm-hero__lead {
    max-width: 650px;
    margin-bottom: 27px;
    color: #d7dbee;
    font-size: 20px;
    line-height: 1.55;
}

.radio-player-shell {
    width: 100%;
    max-width: 640px;
    min-width: 0;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid rgba(76, 112, 220, 0.42);
    border-radius: var(--radius-medium);
    background: rgba(10, 18, 43, 0.94);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.radio-status {
    margin: 0 0 12px;
    padding: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.radio-status::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-1);
    box-shadow: 0 0 0 6px rgba(199, 255, 56, 0.11);
    animation: olefm-pulse 1.8s ease-in-out infinite;
}

.radio-player-shell,
.radio-player-shell #my_player {
    width: 100% !important;
    min-width: 0;
    max-width: 100% !important;
    box-sizing: border-box;
}

.radio-player-shell #my_player {
    display: block !important;
}

.radio-player-shell .my_player_adaptive {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
    height: auto !important;
    min-height: 72px;
    overflow: visible;
    border: 1px solid rgba(87, 125, 232, 0.42) !important;
    border-radius: 16px;
    background: #162652 !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24) !important;
}

.radio-player-shell .my_player_adaptive .my_player_body {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    box-sizing: border-box;
    min-height: 72px;
    padding: 9px 11px !important;
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 11px;
}

.radio-player-shell .my_player_adaptive .my_cover {
    display: none !important;
}

.radio-player-shell .my_player_adaptive .my_play {
    position: relative;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-1) !important;
    background-image: none !important;
    opacity: 1 !important;
    box-shadow: 0 7px 18px rgba(199, 255, 56, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.radio-player-shell .my_player_adaptive .my_play::before {
    content: '';
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid var(--color-6);
}

.radio-player-shell .my_player_adaptive .my_play:hover {
    background-color: #fff !important;
    opacity: 1 !important;
    transform: translateY(-2px);
}

.radio-player-shell .my_player_adaptive .my_playing {
    background: var(--color-1) !important;
    background-image: none !important;
}

.radio-player-shell .my_player_adaptive .my_playing::before {
    width: 15px;
    height: 19px;
    margin-left: 0;
    border: 0;
    background: linear-gradient(90deg, var(--color-6) 0 5px, transparent 5px 10px, var(--color-6) 10px 15px);
}

.radio-player-shell .my_player_adaptive .my_timer {
    display: none !important;
}

.radio-player-shell .my_player_adaptive .my_songinfo {
    width: auto !important;
    min-width: 0;
    min-height: 54px;
    padding: 7px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(4, 10, 34, 0.48);
    color: #fff;
    font-family: var(--font-family);
    font-size: 16px;
}

.radio-player-shell .my_player_adaptive .my_artist {
    margin-top: 0 !important;
    color: var(--color-1) !important;
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.01em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.radio-player-shell .my_player_adaptive .my_songtitle {
    margin-top: 4px;
    color: #fff !important;
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.radio-player-shell .my_player_adaptive .my_rewind {
    display: none !important;
}

.radio-player-shell .my_player_adaptive .my_rewind_on {
    border-radius: inherit;
    background: var(--color-1);
}

.radio-player-shell .my_player_adaptive .my_playlist,
.radio-player-shell .my_player_adaptive .my_share {
    display: none !important;
}

.radio-player-shell .my_player_adaptive .my_volumeplayer {
    position: relative;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.14) !important;
    background-image: none !important;
    opacity: 1 !important;
}

.radio-player-shell .my_player_adaptive .my_volumeplayer::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 11px;
    width: 12px;
    height: 14px;
    background: #fff;
    clip-path: polygon(0 33%, 36% 33%, 100% 0, 100% 100%, 36% 67%, 0 67%);
}

.radio-player-shell .my_player_adaptive .my_volumeplayer::after {
    content: '';
    position: absolute;
    top: 11px;
    right: 9px;
    width: 10px;
    height: 20px;
    border-right: 2px solid #fff;
    border-radius: 0 50% 50% 0;
}

.radio-player-shell .my_player_adaptive .my_volumeplayer.my_muted::after {
    top: 20px;
    right: 8px;
    width: 18px;
    height: 2px;
    border: 0;
    border-radius: 999px;
    background: var(--color-1);
    transform: rotate(-45deg);
}

.radio-player-shell .my_player_adaptive .my_volumeplayer:hover {
    border-color: var(--color-1);
    opacity: 1;
}

.radio-player-shell .my_player_adaptive .my_volumediv {
    bottom: calc(100% - 1px) !important;
    margin-bottom: 0 !important;
    border: 1px solid rgba(69, 101, 198, 0.36) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24) !important;
    pointer-events: auto;
}

.radio-player-shell .my_player_adaptive .my_volumediv::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 8px;
}

.radio-player-shell .my_player_adaptive .my_volumebody {
    background: #e6eaf5 !important;
}

.radio-player-shell .my_player_adaptive .my_volume {
    background: #2257ff !important;
}

@keyframes olefm-pulse {
    50% {
        box-shadow: 0 0 0 11px rgba(199, 255, 56, 0);
    }
}

.section-shell {
    padding-top: 92px;
    padding-bottom: 92px;
}

.section-shell--light {
    background: #f4f5f0;
    color: #10142a;
}

.section-heading {
    margin-bottom: 38px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.section-kicker {
    margin-bottom: 10px;
    color: var(--color-6);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section-heading h2,
.page-title {
    color: inherit;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    text-transform: uppercase;
}

.section-heading__text {
    max-width: 540px;
    color: #586079;
}

.live-chat-grid,
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 36px;
    align-items: start;
}

.live-chat-copy h2,
.contact-copy h2 {
    margin-bottom: 20px;
    color: var(--color-9);
    font-size: clamp(2.5rem, 4vw, 4rem);
    text-transform: uppercase;
}

.live-chat-copy p,
.contact-copy p {
    color: var(--color-8);
}

.chat-card,
.contact-form-card {
    min-width: 0;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-large);
    background: linear-gradient(145deg, rgba(34, 87, 255, 0.2), rgba(17, 22, 45, 0.92) 58%);
}

#my_chat {
    min-height: 250px;
}

.podcast-shell {
    overflow: hidden;
    border-radius: var(--radius-large);
    box-shadow: 0 25px 70px rgba(18, 28, 56, 0.15);
}

.podcast-shell iframe {
    width: 100%;
    max-width: 100%;
    display: block;
    border: 0;
    border-radius: var(--radius-large);
    background: var(--color-9);
}

.home-feed {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    gap: 38px;
}

.feed-panel {
    min-width: 0;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-large);
    background: var(--color-5);
}

.feed-panel__top {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.feed-panel__top h2 {
    font-size: 36px;
    text-transform: uppercase;
}

.feed-panel__top a {
    font-size: 14px;
    font-weight: 700;
}

.wrap-posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.wrap-posts article {
    min-width: 0;
    width: auto;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-medium);
    background: var(--color-5);
}

.blog-feed .wrap-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-feed .article__title {
    min-height: 2.4em;
    line-height: 1.2;
}

.blog-feed .theme-cycle-posts.has-custom-layout .theme-cycle-posts-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.blog-feed .theme-cycle-posts.has-custom-layout .theme-cycle-posts-item {
    width: auto;
    flex: none;
}

.news-feed .wrap-posts {
    grid-template-columns: 1fr;
    gap: 12px;
}

.news-feed .wrap-posts article {
    padding: 18px 0;
    border-width: 0 0 1px;
    border-radius: 0;
    background: transparent;
}

.news-feed .wrap-posts article:last-child {
    border-bottom: 0;
}

.article__title {
    margin-bottom: 14px;
    font-size: 27px;
}

.article__title a {
    color: var(--color-9);
}

.article__title a:hover {
    color: var(--color-1);
}

.article__date,
.single-post-date {
    margin: -4px 0 16px;
    display: block;
    color: var(--color-1);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.single-post-date {
    margin: -18px 0 30px;
}

.article__img-details {
    overflow: hidden;
    margin: 0 0 18px;
    display: block;
    border-radius: var(--radius-small);
}

.article__img-details:empty,
.news-feed .article__img-details {
    display: none;
}

.article__img-details img {
    width: 100%;
    aspect-ratio: 3 / 2;
    display: block;
    object-fit: cover;
    transition: transform 400ms ease;
}

.article__img-details:hover img {
    transform: scale(1.035);
}

.article__the-content-teaser {
    margin-bottom: 18px;
    color: var(--color-8);
}

.article__more-details a {
    min-height: 40px;
    padding: 0 16px;
}

.news-feed .article__more-details {
    display: none;
}

.partners-section {
    padding: 88px 0 96px;
    background: #f4f6fb;
}

.partners-title {
    margin: 0 0 46px;
    color: var(--color-6);
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: 0.95;
    text-align: center;
    text-transform: uppercase;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.partner-card {
    min-width: 0;
    min-height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe4f0;
    border-radius: var(--radius-medium);
    background: #fff;
    box-shadow: 0 16px 38px rgba(12, 24, 67, 0.08);
}

.partner-card__image,
.partner-card__image img {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
}

.partner-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-card__image img {
    max-width: 210px;
    max-height: 130px;
    object-fit: contain;
}

.partners-commercial {
    margin: 28px 0 0;
    color: var(--color-6);
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.partners-commercial a {
    color: #2257ff;
    font-weight: 800;
}

.partners-commercial a:hover {
    color: var(--color-6);
}

.footer {
    padding: 48px 0 30px;
    background: #050711;
}

.footer-inner {
    display: grid;
    grid-template-columns: 0.9fr 1.2fr 0.9fr;
    align-items: start;
    gap: 32px;
}

@media screen and (min-width: 1001px) {
    .footer-inner {
        grid-template-columns: minmax(0, 1fr) 380px minmax(0, 1fr);
    }

    .footer-brand {
        grid-column: 1;
    }

    .footer-menu {
        grid-column: 2;
        width: 380px;
        place-self: start center;
    }

    .footer-side {
        grid-column: 3;
    }
}

.footer-copy {
    margin-top: 18px;
    color: var(--color-8);
    font-size: 14px;
}

.footer-menu .level_1 {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 10px 20px;
    justify-content: space-between;
    justify-items: start;
    text-align: left;
}

.footer-menu {
    width: min(100%, 380px);
    justify-self: center;
}

.footer-menu a {
    color: #d7dbee;
    font-size: 15px;
}

.footer-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
}

.footer-email {
    color: var(--color-9);
    font-weight: 700;
}

.footer-legal {
    grid-column: 1 / -1;
    padding-top: 26px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--color-8);
    font-size: 13px;
}

.footer-legal p {
    margin: 0;
}

.inner-page-shell {
    padding-bottom: 96px;
}

.partners-commercial a:hover {
    text-decoration: underline;
}

.inner-page-intro {
    max-width: 880px;
    margin-bottom: 54px;
}

.inner-page-intro>p,
.archive-description {
    max-width: 760px;
    margin-top: 22px;
    color: var(--color-8);
    font-size: 19px;
}

.team-section {
    margin-top: 70px;
    padding: 46px;
    border-radius: var(--radius-large);
    background: linear-gradient(145deg, #111a3c, #0b1027);
    color: var(--color-9);
}

.team-section__heading,
.about-features-section__heading {
    max-width: 850px;
    margin-bottom: 34px;
}

.team-section__heading h2,
.about-features-section__heading h2 {
    margin-bottom: 14px;
    color: var(--color-9);
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1;
    text-transform: uppercase;
}

.team-section__heading>p:last-child,
.about-features-section__heading>p:last-child {
    max-width: 760px;
    color: var(--color-8);
    font-size: 18px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.team-member {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-medium);
    background: rgba(255, 255, 255, 0.055);
}

.team-member__image,
.team-member__image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0;
    display: block;
}

.team-member__image img {
    object-fit: cover;
}

.team-member__body {
    padding: 20px 20px 22px;
}

.team-member h3 {
    margin-bottom: 6px;
    color: var(--color-9);
    font-size: 25px;
}

.team-member__role {
    margin: 0;
    color: var(--color-1);
    font-weight: 700;
}

.about-features-section {
    margin-top: 30px;
    padding: 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-large);
    background: var(--color-5);
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.about-feature {
    min-width: 0;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-medium);
    background: rgba(255, 255, 255, 0.04);
}

.about-feature__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 26px;
    color: var(--color-1);
}

.about-feature__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
}

.about-feature h3 {
    min-height: 2.4em;
    margin-bottom: 12px;
    color: var(--color-9);
    font-size: 27px;
    line-height: 1.2;
}

.about-feature p {
    color: var(--color-8);
}

.contact-copy .contact-email {
    margin: 24px 0;
    font-family: var(--font-display);
    font-size: 34px;
}

.contact-copy .contact-email a {
    color: var(--color-1);
}

.contact-socials {
    margin-top: 24px;
}

.contact-socials a {
    width: 50px;
    height: 50px;
}

.contact-form-card h2 {
    margin-bottom: 8px;
    font-size: 36px;
    text-transform: uppercase;
}

.contact-form-card>p {
    margin-bottom: 24px;
    color: var(--color-8);
}

.wrap-form {
    width: 100%;
}

.content-form__item {
    margin-bottom: 12px;
}

.content-form__item input,
.content-form__item textarea,
.content-form__item select {
    width: 100%;
    min-height: 54px;
    box-sizing: border-box;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: var(--radius-small);
    background: rgba(255, 255, 255, 0.06) !important;
    color: var(--color-9) !important;
    font-family: var(--font-family);
    font-size: 16px;
}

.content-form__item textarea {
    min-height: 138px;
}

.content-form__item select option {
    color: #080b1a;
}

.content-form__item input::placeholder,
.content-form__item textarea::placeholder {
    color: #a9b0c7;
}

.wrap-form .content-form__field.has-error input,
.wrap-form .content-form__field.has-error textarea,
.wrap-form .content-form__field.has-error select,
.wrap-form .content-form__field input.is-invalid,
.wrap-form .content-form__field textarea.is-invalid,
.wrap-form .content-form__field select.is-invalid {
    border-color: #ff4d61 !important;
    background: rgba(255, 77, 97, 0.09) !important;
    box-shadow: 0 0 0 2px rgba(255, 77, 97, 0.18), 0 0 18px rgba(255, 77, 97, 0.12);
}

.content-form__item.agree label {
    color: var(--color-8);
    font-size: 14px;
    line-height: 1.45;
}

.content-form__item.agree label::before {
    border-color: rgba(255, 255, 255, 0.34);
    background: var(--color-5);
}

.content-form__item-submit-btn .content-form__submit-inner {
    width: auto;
    min-width: 190px;
    height: 50px;
    padding: 0 24px;
    border-radius: 999px;
}

.form-response,
.form-response-title,
.content-form__notice-line {
    font-family: var(--font-family);
}

.dialog-cf .fancybox__content,
.dialog-cf .dialog_content,
.dialog-cf .title-vivesti__insert {
    border-radius: var(--radius-medium);
    background: var(--color-5) !important;
    color: var(--color-2-text) !important;
}

.dialog-cf .title-vivesti__insert {
    font-family: var(--font-display);
    font-size: 30px;
}

.popup-window.general-pop-up.spasibo {
    width: min(400px, calc(100vw - 32px));
    max-width: 400px;
    padding: 38px 32px 30px;
    overflow: visible;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: var(--color-5);
    color: var(--color-2-text);
    text-align: center;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.popup-window.general-pop-up.spasibo .popup-box {
    padding: 0;
}

.popup-window.general-pop-up.spasibo .popup-img {
    width: 64px;
    height: 64px;
    border: 6px solid rgba(199, 255, 56, 0.14);
    border-radius: 50%;
    background: var(--color-1);
    color: var(--color-6);
    box-shadow: 0 12px 32px rgba(199, 255, 56, 0.2);
}

.popup-window.general-pop-up.spasibo .popup-img::before {
    width: 18px;
    height: 32px;
    margin-top: -7px;
    border-right-width: 6px;
    border-bottom-width: 6px;
}

.popup-window.general-pop-up.spasibo .popup-title {
    padding-top: 22px;
    color: var(--color-9);
    font-family: var(--font-display);
    font-size: clamp(29px, 6vw, 34px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.popup-window.general-pop-up.spasibo .form-response-title {
    padding: 0;
    color: inherit;
    font: inherit;
}

.popup-window.general-pop-up.spasibo .popup-subtitle {
    max-width: 320px;
    margin: 0 auto;
    padding: 18px 0 28px;
    color: var(--color-8);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.55;
}

.popup-window.general-pop-up.spasibo .form-response {
    max-width: none;
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
}

.popup-window.general-pop-up.spasibo .popup-fancybox-close {
    width: auto;
    min-width: 190px;
    height: 48px;
    padding: 0 24px;
    box-sizing: border-box;
    border: 1px solid var(--color-1);
    border-radius: 999px;
    background: var(--color-1);
    color: #080b1a;
    font-size: 14px;
    font-weight: 800;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.popup-window.general-pop-up.spasibo .popup-fancybox-close:hover {
    border-color: var(--color-9);
    background: var(--color-9);
    color: #080b1a;
    opacity: 1;
    transform: translateY(-2px);
}

.popup-window.general-pop-up.spasibo .popup-fancybox-close:focus-visible {
    outline: 3px solid var(--color-1);
    outline-offset: 4px;
}

.popup-window.general-pop-up.spasibo.close-button .f-button.is-close-btn {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.popup-window.general-pop-up.spasibo.close-button .f-button.is-close-btn:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
}

.popup-window.general-pop-up.spasibo.close-button .f-button.is-close-btn svg {
    width: 20px;
    height: 20px;
    stroke: var(--color-9);
    stroke-width: 2.5px;
}

.archive .wrap-content__inner,
.single-post .wrap-content__inner,
.page:not(.home) .wrap-content__inner {
    padding-top: 42px;
    padding-bottom: 94px;
}

.archive .wrap-content__inner,
.single-post .wrap-content__inner {
    width: calc(100% - 48px);
    max-width: var(--max-width);
}

.archive .page-title,
.single-post .page-title,
.page:not(.home) .page-title {
    margin-bottom: 22px;
}

.archive-description {
    margin-bottom: 38px;
}

.archive-subkategory {
    margin-bottom: 42px;
}

.wrap-subkategory {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.wrap-subkategory__item {
    width: auto;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-medium);
    background: var(--color-5);
}

.wrap-subkategory__item-title a {
    color: var(--color-9);
    font-family: var(--font-display);
    font-size: 30px;
}

.page-img {
    overflow: hidden;
    margin-bottom: 34px;
    border-radius: var(--radius-large);
}

.page-img img {
    width: 100%;
    max-height: 680px;
    display: block;
    object-fit: cover;
}

.single-post .single_opisanie {
    max-width: 860px;
}

.single-post .single_opisanie p,
.single-post .single_opisanie ul,
.single-post .single_opisanie ol {
    margin: 0 0 22px;
}

.single-post .single_opisanie h2 {
    margin: 46px 0 18px;
    color: var(--color-9);
    font-size: 36px;
}

.cookie-wrap {
    position: fixed;
    z-index: 300;
    right: 22px;
    bottom: 22px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-medium);
    background: rgba(17, 22, 45, 0.97);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.42);
}

.cookie-wrap_inner {
    display: flex;
    align-items: center;
    gap: 18px;
}

.cookie-wrap_inner-text {
    color: #d7dbee;
    font-size: 14px;
}

.cookie-wrap_inner-accept {
    flex: 0 0 auto;
    width: auto;
}

.cookie-wrap_inner-accept-btn {
    min-height: 40px;
    min-width: 112px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid var(--color-1);
    border-radius: 999px;
    background: var(--color-1);
    color: #080b1a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 8px 24px rgba(199, 255, 56, 0.16);
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.cookie-wrap_inner-accept-btn:hover {
    border-color: var(--color-9);
    background: var(--color-9);
    opacity: 1;
    transform: translateY(-1px);
}

.jakor svg {
    stroke: var(--color-6);
}

/* NOTE end 9999px */

/* NOTE begin 1200px */

@media screen and (max-width: 1200px) {


    .u-max-width {
        padding-left: 24px;
        padding-right: 24px;
    }

    .header__inner {
        gap: 14px;
    }

    .menu_wrap {
        margin-left: auto;
        flex: 0 0 auto;
    }

    .menu_wrap>.menu_top {
        display: none;
    }

    .wrap_open_dialog.right.menu {
        display: block;
    }

    .menu .button_open_dialog {
        min-height: 46px;
        padding: 0 14px;
        gap: 12px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 999px;
        background: var(--color-5);
        color: var(--color-9);
    }

    .menu .button_open_dialog:hover {
        border-color: var(--color-1);
        color: var(--color-1);
    }

    .menu .button_open_dialog .gamburger .item {
        height: 2px;
        background: currentColor;
    }

    .menu_top>.level_1>div>div>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }

    .header-socials {
        display: none;
    }
}

/* NOTE end 1200px */

/* NOTE begin 1000px */

@media screen and (max-width: 1000px) {

    .header-ad-contact {
        display: none;
    }

    .wrap_open_dialog.right .overley {
        width: min(88%, 430px);
        background: var(--color-5);
    }

    .menu_top_adapt div a {
        min-height: 48px;
        color: var(--color-2-text);
        font-size: 18px;
    }

    .menu_top_adapt div a:hover {
        color: var(--color-1);
    }

    .dialog_close {
        color: var(--color-9);
    }

    .box_menu .logo__inner {
        flex-direction: row;
        justify-content: flex-start;
    }

    .box_menu .header-socials {
        margin-top: 24px;
        display: flex;
    }

    .home-feed {
        grid-template-columns: 1fr;
    }

    .wrap-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* NOTE end 1000px */

/* NOTE begin 800px */

@media screen and (max-width: 800px) {

    .live-chat-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .olefm-hero h1 {
        font-size: clamp(3.3rem, 15vw, 5.6rem);
    }

    .section-shell {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .footer-side {
        align-items: flex-start;
    }

    .footer-legal {
        flex-direction: column;
    }

    .team-grid,
    .about-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* NOTE end 800px */

/* NOTE begin 600px */

@media screen and (max-width: 600px) {

    body:not(.wp-admin),
    body .editor-styles-wrapper {
        font-size: 16px;
    }


    .u-max-width {
        padding-left: 16px;
        padding-right: 16px;
    }

    .archive .wrap-content__inner,
    .single-post .wrap-content__inner {
        width: calc(100% - 32px);
    }

    .header__inner {
        min-height: 72px;
    }

    .logo__inner-img,
    .logo__inner-img img {
        width: 36px;
        height: 36px;
    }

    .logo__inner-text {
        font-size: 22px;
    }

    .text_open_menu {
        display: none;
    }

    .olefm-hero h1 {
        font-size: clamp(3rem, 17vw, 4.4rem);
    }

    .olefm-hero {
        min-height: 620px;
        padding: 64px 0;
        background-position: 62% center;
        background-image:
            linear-gradient(90deg, rgba(6, 9, 27, 0.97) 0%, rgba(6, 9, 27, 0.86) 72%, rgba(6, 9, 27, 0.62) 100%),
            url('/wp-content/uploads/olefm-hero-broadcast.webp');
    }

    .olefm-hero__lead {
        font-size: 17px;
    }

    .olefm-hero__copy {
        width: 100%;
        min-width: 0;
    }

    .radio-player-shell {
        padding: 12px;
    }

    .radio-status {
        margin-bottom: 9px;
        padding-bottom: 8px;
    }

    .radio-player-shell .my_player_adaptive,
    .radio-player-shell .my_player_adaptive .my_player_body {
        min-height: 0;
    }

    .radio-player-shell .my_player_adaptive .my_player_body {
        padding: 7px !important;
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 8px;
    }

    .radio-player-shell .my_player_adaptive .my_play {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px;
    }

    .radio-player-shell .my_player_adaptive .my_songinfo {
        min-height: 46px;
        padding: 6px 9px;
    }

    .radio-player-shell .my_player_adaptive .my_artist {
        font-size: 1rem;
    }

    .radio-player-shell .my_player_adaptive .my_songtitle {
        margin-top: 5px;
        font-size: 13px;
    }

    .radio-player-shell .my_player_adaptive .my_volumeplayer {
        width: 100% !important;
        height: 18px !important;
        min-width: 0;
        display: block !important;
        grid-column: 1 / -1;
        border: 0;
        border-radius: 0;
        background: transparent !important;
        cursor: pointer;
    }

    .radio-player-shell .my_player_adaptive .my_volumeplayer::before {
        top: 2px;
        left: 0;
        width: 14px;
        height: 14px;
    }

    .radio-player-shell .my_player_adaptive .my_volumeplayer::after {
        top: 1px;
        right: auto;
        left: 13px;
        width: 8px;
        height: 16px;
    }

    .radio-player-shell .my_player_adaptive .my_volumeplayer.my_muted::after {
        top: 8px;
        right: auto;
        left: 4px;
        width: 20px;
    }

    .radio-player-shell .my_player_adaptive .my_volumediv,
    .radio-player-shell .my_player_adaptive .my_volumeplayer:hover .my_volumediv {
        position: absolute !important;
        top: 5px !important;
        right: 0 !important;
        bottom: auto !important;
        left: 30px !important;
        width: auto !important;
        height: 8px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .radio-player-shell .my_player_adaptive .my_volumediv::after {
        display: none;
    }

    .radio-player-shell .my_player_adaptive .my_volumebody {
        width: 100% !important;
        height: 8px !important;
        border-radius: 999px !important;
        cursor: pointer;
    }

    .radio-player-shell .my_player_adaptive .my_volume {
        top: 0 !important;
        bottom: auto !important;
        height: 100% !important;
        border-radius: 999px !important;
    }

    .chat-card,
    .contact-form-card,
    .feed-panel,
    .about-value {
        padding: 20px;
        border-radius: var(--radius-medium);
    }

    .section-shell {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .section-heading h2,
    .page-title {
        font-size: clamp(2.35rem, 13vw, 3.3rem);
    }

    .podcast-shell iframe {
        min-height: 620px;
    }

    .blog-feed .wrap-posts,
    .wrap-posts,
    .wrap-subkategory {
        grid-template-columns: 1fr;
    }

    .blog-feed .theme-cycle-posts.has-custom-layout .theme-cycle-posts-list {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

    .partners-section {
        padding: 58px 0 64px;
    }

    .partners-title {
        margin-bottom: 30px;
    }

    .partners-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .partner-card {
        min-height: 150px;
    }

    .team-section,
    .about-features-section {
        padding: 28px 22px;
    }

    .team-grid,
    .about-features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-feature h3 {
        min-height: 0;
    }

    .footer-menu .level_1 {
        grid-template-columns: 1fr;
    }

    .cookie-wrap {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: none;
    }

    .cookie-wrap_inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* NOTE end 600px */
