.site-header {
    position: relative;
    z-index: 50;
    background: #0f172a;
    border-bottom: 1px solid #1f2937;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .18);
}

.site-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1120px;
    min-height: 58px;
    margin: 0 auto;
    padding: 0 16px;
}

.site-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.site-header__brand img {
    display: block;
    width: 92px;
    height: 44px;
    padding: 6px 8px;
    background: #ffffff;
    border-radius: 6px;
    object-fit: contain;
}

.site-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex: 1;
}

.site-header__nav a {
    padding: 8px 10px;
    color: #dbeafe !important;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.site-header__nav a:hover {
    background: rgba(255, 255, 255, .1);
    color: #ffffff !important;
}

.site-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-height: 38px;
    padding: 0 15px !important;
    color: #0f172a !important;
    background: #facc15;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 8px 16px rgba(250, 204, 21, .18);
}

.site-header__ticker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 30px;
    padding: 5px 14px;
    color: #d1d5db;
    background: #020617;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
}

.site-header__ticker b {
    color: #7dd3fc;
}

.legacy-header-hidden {
    display: none !important;
}

.main-menu-item a {
    color: #111 !important;
    text-decoration: none !important;
}

.project-slide-desktop {
    min-height: 210px;
    background-position: center top;
    background-size: cover;
}

.menu {
    display: none !important;
}

.c-si-pages {
    background: #e9e9e9 !important;
}

.c-si-main {
    background: #fff !important;
}

.c-main {
    color: #111 !important;
}

.content__text,
.com-txt,
.main__title,
.big-txt {
    color: #111;
}

.content__text.dialogue-line {
    position: relative;
    margin: 14px 0;
    padding: 14px 16px 14px 18px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.55 !important;
}

.content__text.dialogue-line b:first-child {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: .01em;
}

.dialogue-line--host {
    background: #f2f6fb;
    border-left: 4px solid #0f66c2;
}

.dialogue-line--host b:first-child {
    color: #0f4f94;
}

.dialogue-line--guest {
    background: #fffaf0;
    border-left: 4px solid #d89b18;
}

.dialogue-line--guest b:first-child {
    color: #8a5b00;
}

.dialogue-line--expert {
    background: #f3fbf7;
    border-left: 4px solid #16845b;
}

.dialogue-line--expert b:first-child {
    color: #0f6b49;
}

.red-txt,
.main__title .red-txt,
.main__title b[style*="red"] {
    color: #d00000 !important;
}

.img__main img,
.img__comment img {
    display: block !important;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.c-post-footer {
    margin: 0 !important;
    padding: 0 !important;
    background: #1f1f1f !important;
    color: #d7d7d7 !important;
}

.landing-footer {
    width: min(100% - 32px, 920px);
    margin: 0 auto;
    padding: 30px 0 28px;
    text-align: center;
    font-family: "PT Sans", Arial, sans-serif;
}

.landing-footer__brand {
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.landing-footer__text {
    max-width: 760px;
    margin: 0 auto 16px;
    color: #c9c9c9;
    font-size: 14px;
    line-height: 1.45;
}

.landing-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    margin-bottom: 14px;
}

.landing-footer__links a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.landing-footer__links a:hover {
    color: #ffdddd;
}

.landing-footer__copy {
    color: #8f8f8f;
    font-size: 13px;
}

.course-order {
    max-width: 760px;
    margin: 28px auto 34px;
    padding: 0 10px;
    font-family: "PT Sans", Arial, sans-serif;
}

.course-order__inner {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
    align-items: center;
    padding: 24px;
    background: linear-gradient(180deg, #fff 0%, #fff7f7 100%);
    border: 4px solid #d00000;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

.course-order__media {
    text-align: center;
}

.course-order__badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    color: #fff;
    background: #d00000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.course-order__product {
    max-width: 230px;
    width: 100%;
    margin: 0 auto 12px;
}

.course-order__price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 12px;
}

.course-order__old {
    color: #777;
    font-size: 20px;
    text-decoration: line-through;
}

.course-order__new {
    color: #d00000;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.course-order__content h2 {
    margin: 0 0 10px;
    color: #111;
    font-size: 30px;
    line-height: 1.1;
    text-align: left;
}

.course-order__content p {
    margin: 0 0 16px;
    color: #333;
    font-size: 18px;
    line-height: 1.35;
}

.course-order__promo {
    margin: 0 0 16px;
    padding: 14px 16px;
    background: #fff2b8;
    border: 2px solid #111;
    box-shadow: inset 0 0 0 3px rgba(208, 0, 0, .08);
}

.course-order__promo-title {
    margin-bottom: 8px;
    color: #d00000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.course-order__promo p {
    margin: 0;
    color: #111;
    font-size: 17px;
    line-height: 1.38;
    text-align: left;
}

.course-order__promo-note {
    margin-top: 8px;
    color: #d00000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.course-order__label {
    display: block;
    margin: 12px 0 6px;
    color: #111;
    font-size: 16px;
    font-weight: 700;
}

.course-order__input {
    width: 100%;
    height: 52px;
    padding: 0 14px;
    border: 2px solid #d8d8d8;
    border-radius: 4px;
    background: #fff;
    color: #111;
    font-size: 17px;
    box-sizing: border-box;
}

.course-order__input:focus {
    border-color: #d00000;
}

.course-order__button {
    width: 100%;
    min-height: 58px;
    margin-top: 16px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: #d00000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 5px 0 #920000;
}

.course-order__button:hover {
    background: #b60000;
}

.course-order__button:disabled {
    opacity: .7;
    cursor: wait;
}

.main-order-form--sending input {
    background: #f3f6fa;
    color: #64748b;
}

.form-submit-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    color: #0f4f94;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.form-submit-status span {
    width: 16px;
    height: 16px;
    border: 2px solid #bdd7f2;
    border-top-color: #0f66c2;
    border-radius: 50%;
    animation: submitSpin .7s linear infinite;
}

.course-order__note {
    margin-top: 10px;
    color: #777;
    font-size: 14px;
    text-align: center;
}

.smart-order-push {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    width: 300px;
    max-width: calc(100vw - 36px);
    display: flex;
    gap: 9px;
    align-items: flex-start;
    padding: 10px 32px 10px 10px;
    color: #111;
    background: #fff;
    border: 1px solid #d8eadf;
    border-left: 4px solid #159447;
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
    font-family: "PT Sans", Arial, sans-serif;
    animation: smartPushIn .35s ease-out;
}

.smart-order-push--hide {
    animation: smartPushOut .35s ease-in forwards;
}

.smart-order-push__icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #159447;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
}

.smart-order-push__title {
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
}

.smart-order-push__text {
    margin-top: 2px;
    color: #333;
    font-size: 13px;
    line-height: 1.22;
}

.smart-order-push__time {
    margin-top: 2px;
    color: #777;
    font-size: 11px;
}

.smart-order-push__close {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 20px;
    height: 20px;
    padding: 0;
    color: #777;
    background: transparent;
    border: 0;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

@keyframes smartPushIn {
    from {
        opacity: 0;
        transform: translateX(-24px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes smartPushOut {
    to {
        opacity: 0;
        transform: translateX(-24px);
    }
}

@keyframes submitSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 720px) {
    .site-header__top {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px 10px;
        min-height: auto;
        padding: 8px 10px 7px;
    }

    .site-header__brand {
        min-width: 0;
        font-size: 15px;
    }

    .site-header__brand img {
        width: 76px;
        height: 38px;
        padding: 4px 6px;
    }

    .site-header__cta {
        grid-column: 2;
        grid-row: 1;
        min-height: 34px;
        padding: 0 11px !important;
        font-size: 13px;
        align-self: center;
        justify-self: end;
    }

    .site-header__nav {
        grid-column: 1 / -1;
        justify-content: flex-start;
        gap: 5px;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .site-header__nav::-webkit-scrollbar {
        display: none;
    }

    .site-header__nav a {
        flex: 0 0 auto;
        padding: 7px 9px;
        color: #e5e7eb !important;
        background: rgba(255, 255, 255, .08);
        font-size: 13px;
    }

    .site-header__ticker {
        flex-wrap: nowrap;
        gap: 6px 10px;
        justify-content: flex-start;
        overflow: hidden;
        padding: 6px 10px;
        font-size: 12px;
        white-space: nowrap;
    }

    .content__text.dialogue-line {
        margin: 12px 0;
        padding: 12px 12px 12px 14px;
        font-size: 16px;
    }

    .content__text.dialogue-line b:first-child {
        font-size: 14px;
    }

    .course-order {
        margin: 22px auto 28px;
    }

    .course-order__inner {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .course-order__content h2 {
        font-size: 25px;
        text-align: center;
    }

    .course-order__content p {
        text-align: center;
    }

    .course-order__promo p {
        text-align: left;
    }

    .smart-order-push {
        right: 10px;
        bottom: 10px;
        left: auto;
        width: 280px;
        max-width: calc(100vw - 20px);
    }
}
