@media screen and (min-width: 1001px) {
    .mobile-menu.active {
        display: none !important;
    }
}

/* ---- Home page redesign ---- */
body.home-page {
    background-color: #ffffff !important;
    background-image: none !important;
}

body.home-page header {
    display: none !important;
}

body.home-page footer {
    background: #d90912;
}

body:not(.home-page) footer {
    margin-left: 10%;
    margin-right: 10%;
}

body:not(.home-page) footer .container {
    max-width: 100%;
}

.home-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 10%;
    box-sizing: border-box;
}

/* Card base */
.home-card {
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Card 1 — red */
.home-card--red {
    background-image: url(/public/img/background_section_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 700px;
    padding: 40px;
}

.home-card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.home-card-header .header-left-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.home-card-header .header-left-side .logo {
    width: 44px;
    height: 78px;
    flex-shrink: 0;
}

.home-card-header .header-left-side .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-card-header .menu {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    margin-left: 30px;
}

header .menu {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    margin-left: 30px;
}

header .menu .nav-card-wrap {
    display: flex;
}

header .menu .nav-card {
    max-width: 102px;
    padding: 11px 15px;
    white-space: normal;
    line-height: 1.2;
    position: relative;
}

header .menu .nav-card a::after {
    content: "";
    position: absolute;
    inset: 0;
}

header .menu .nav-card a {
    white-space: normal;
    line-height: 140%;
    text-transform: none;
    text-align: left;
}

header {
    margin: 1% 10%;
    overflow: visible;
    height: auto;
}

header > div.container {
    max-width: 100%;
}

header .profile,
header .header-left-side {
    align-self: flex-start;
}

.home-card-header .menu .nav-card-wrap {
    display: flex;
}

.home-card-header .menu .nav-card {
    max-width: 102px;
    padding: 11px 15px;
    flex: 1;
    text-transform: none;
    line-height: 1.2;
    position: relative;
}

.home-card-header .menu .nav-card a::after {
    content: "";
    position: absolute;
    inset: 0;
}

.home-card-header .menu .nav-card a {
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    font-size: 14px;
    font-family: "Pragmatica Extended";
    font-weight: 700;
    white-space: normal;
    line-height: 140%;
    text-transform: none;
    text-align: left;
}

.home-card-header .menu .nav-card .nav-subtitle {
    font-size: 12px;
    line-height: 1.2;
}

.home-card-header .profile {
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
}

.home-card-header .profile .logout {
    display: none;
}

.home-card-header .profile a.profile-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.home-card-header .profile a.profile-img img {
    height: 4.25em;
    width: auto;
    display: block;
}

.home-card-header .burger {
    display: none;
}

/* Подпроекты dropdown (shown at ≤1370px instead of 6 nav cards) */
.nav-projects-dropdown {
    display: none;
    position: relative;
    align-items: stretch;
}

.nav-projects-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    padding: 8px 0;
    min-width: 210px;
    z-index: 200;
}

.nav-projects-menu a {
    display: block;
    padding: 10px 16px;
    color: #1a1a1a !important;
    text-decoration: none;
    font-family: "Pragmatica Extended", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none !important;
    white-space: nowrap;
    line-height: 140%;
}

.nav-projects-menu a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.nav-projects-dropdown.open .nav-projects-menu {
    display: block;
}

.home-card-header .profile a.login-combined {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    gap: 12px;
    background: white;
    color: #d90912;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 20px;
    white-space: nowrap;
    text-transform: none;
    text-decoration: none;
}

.home-card-header .profile a.login-combined img {
    height: 20px;
    width: auto;
}

.home-card-hero {
    margin-top: 48px;
    width: 66%;
    display: flex;
    flex-direction: column;
}

.home-hero-title {
    color: white;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.15;
    max-width: 700px;
}

.home-hero-text {
    color: white;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 20px 0 0;
}

.home-hero-btn {
    margin-top: 20px;
    align-self: flex-start;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    background: white;
    color: #d90912;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 20px;
    white-space: nowrap;
    text-transform: none;
    text-decoration: none;
}

.home-hero-btn img {
    height: 20px;
    width: auto;
}

.home-hero-icons {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 80px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 40px;
}

.home-hero-icon-left {
    height: 127px;
    width: auto;
}

.home-hero-icon-right {
    height: 127px;
    width: auto;
}

@media screen and (max-width: 1300px) {
    .home-hero-icon-left {
        height: 107px;
        width: auto;
    }
    .home-hero-icon-right {
        height: 109px;
        width: auto;
    }
}

@media screen and (max-width: 1100px) {
    .home-hero-icons {
        padding: 0;
    }
}

/* Card 2 — blue */
.home-card--blue {
    background-image: url(/public/img/background_section_2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.home-card2-top {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex: 1;
}

.home-card2-left {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-card2-logo {
    height: 134px;
    width: auto;
}

.home-card2-dates {
    margin: 90px 0 0;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: white;
    line-height: 1.2;
}

.home-card2-title {
    margin: 20px 0 0;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: white;
    line-height: 1.2;
}

.home-card2-desc {
    margin: 15px 0 0;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: white;
    line-height: 150%;
}

.home-card2-btns {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.home-card2-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 20px;
    text-decoration: none;
    white-space: nowrap;
    text-transform: none;
}

.home-card2-btn--red {
    background-color: #d90912;
    color: white;
}

.home-card2-btn--white {
    background-color: white;
    color: #1f315d;
}

.home-card2-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-card2-right img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Card 2 — subprojects panel */
.home-card2-subprojects {
    margin: 0 40px 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}

.home-card3-disciplines {
    margin: 40px 0 40px;
}

.home-card3-sub-cards {
    grid-template-columns: repeat(5, 1fr) !important;
}

@media (max-width: 1380px) {
    .home-card3-sub-cards {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 1024px) {
    .home-card3-disciplines {
        margin: 40px 0 0 !important;
    }
    .home-card3-sub-cards {
        grid-template-columns: 1fr !important;
    }
}

.home-card2-sub-title {
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    margin: 0;
}

.home-card2-sub-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 15px;
}

@media (max-width: 1380px) {
    .home-card2-sub-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

.home-card2-sub-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100px;
    background: rgba(237, 251, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    gap: 20px;
    box-sizing: border-box;
}

.home-card2-sub-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    padding: 13px;
    box-sizing: border-box;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-card2-sub-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(31%) sepia(98%) saturate(500%) hue-rotate(187deg) brightness(95%);
}

.home-card3-disciplines .home-card2-sub-icon img {
    filter: none;
}

.home-card2-sub-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    min-width: 0;
}

.home-card2-sub-name {
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}

.home-card2-sub-type {
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
}

/* Card 3 — purple */
.home-card--purple {
    background-image: url(/public/img/background_section_3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    padding: 0 40px 100px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

@media screen and (min-width: 1025px) {
    .home-card3-content {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .home-card3-bg {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 40%;
        height: auto;
        pointer-events: none;
    }

    .home-card3-icon,
    .home-card3-dates,
    .home-card3-title-img,
    .home-card3-desc,
    .home-card3-btns {
        max-width: 55% !important;
    }
}

.home-card3-icon {
    margin-top: 60px;
    height: 134px;
    width: auto;
}

.home-card3-dates {
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    margin-top: 87px;
    margin-bottom: 0;
}

.home-card3-title-img {
    width: 406px;
    height: auto;
    margin-top: 20px;
}

.home-card3-desc {
    font-family: "Pragmatica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.5;
    max-width: 620px;
    width: 100%;
}

.home-card3-btns {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    .home-cards {
        padding: 0;
        gap: 10px;
    }

    .home-card {
        border-radius: 20px;
    }

    .home-card--red {
        background-image: url(/public/img/background_section_1_mob.png);
        padding: 16px 20px 32px;
        min-height: 700px;
    }

    .home-card-header {
        height: auto;
        gap: 12px;
    }

    /* Mobile header in the first (red) card — match design */
    body.home-page .home-card-header {
        align-items: flex-start;
    }

    body.home-page .home-card-header .header-left-side .logo {
        height: 78px;
        width: 44px;
    }

    body.home-page .home-card-header .header-left-side .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    body.home-page .home-card-header .profile {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    body.home-page .home-card-header .profile .logout {
        display: none;
    }

    body.home-page .home-card-header .profile a.login-combined,
    body.home-page .home-card-header .profile a.profile-img {
        width: 44px;
        height: 44px;
        padding: 0;
        border-radius: 50%;
        background: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        text-decoration: none;
        gap: 0;
    }

    body.home-page .home-card-header .profile a.login-combined span {
        display: none;
    }

    body.home-page .home-card-header .profile a.login-combined img,
    body.home-page .home-card-header .profile a.profile-img img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        display: block;
        filter: none;
    }

    .home-card-header .profile a.login-combined {
        font-size: 14px;
    }

    .home-card-hero {
        width: 100%;
        margin-top: 16px;
    }

    .home-hero-title {
        font-size: 24px;
    }

    .home-hero-text {
        font-size: 14px;
    }

    .home-hero-btn {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
        white-space: normal;
        text-align: center;
    }

    .home-hero-icons {
        padding: 0;
        gap: 40px;
    }

    .home-hero-icon-left {
        height: 70px;
    }

    .home-hero-icon-right {
        height: 78px;
    }

    .home-card-header .menu {
        display: none;
    }

    .home-card-header .burger {
        display: block;
    }

    body.home-page .home-card-header .burger {
        width: 44px;
        height: 44px;
        border: none;
        border-radius: 50%;
        background: #ffffff;
        cursor: pointer;
        flex: 0 0 auto;
    }

    body.home-page .home-card-header .burger span {
        position: relative;
        width: 18px;
        height: 14px;
        display: block;
    }

    body.home-page .home-card-header .burger span::before,
    body.home-page .home-card-header .burger span::after,
    body.home-page .home-card-header .burger span {
        background: transparent;
    }

    body.home-page .home-card-header .burger span::before,
    body.home-page .home-card-header .burger span::after {
        content: "";
        position: absolute;
        height: 2px;
        background: #d90912;
        border-radius: 2px;
        transition:
            transform 0.18s ease,
            top 0.18s ease,
            opacity 0.18s ease;
    }

    body.home-page .home-card-header .burger span::before {
        top: 3px;
    }

    body.home-page .home-card-header .burger span::after {
        top: 9px;
    }

    /* Turn burger into X when menu is open */
    body.home-page #home-burger.active span::before,
    body.firsts-call-page #firsts-call-burger.active span::before {
        top: 6px;
        transform: rotate(45deg);
    }

    body.home-page #home-burger.active span::after,
    body.firsts-call-page #firsts-call-burger.active span::after {
        top: 6px;
        transform: rotate(-45deg);
    }

    /* Home page mobile menu as a blue modal */
    body.home-page #home-mobile-menu,
    body.firsts-call-page #firsts-call-mobile-menu {
        position: fixed;
        inset: 0;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        z-index: 10000;
        display: none;
        align-items: flex-start;
        justify-content: center;
        overflow: auto;
        color: #ffffff;
        padding: 10px !important;
    }

    body.home-page #home-mobile-menu.active,
    body.firsts-call-page #firsts-call-mobile-menu.active {
        display: flex;
    }

    body.home-page .home-mobile-modal,
    body.firsts-call-page .home-mobile-modal {
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-radius: 28px;
        padding: 22px 18px 18px;
        box-sizing: border-box;
        background: linear-gradient(180deg, #0f6fb2 0%, #0b5e9a 52%, #0a568e 100%);
        box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
    }

    body.home-page .home-mobile-modal-header,
    body.firsts-call-page .home-mobile-modal-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        padding-bottom: 14px;
    }

    body.home-page .home-mobile-brand,
    body.firsts-call-page .home-mobile-brand {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    body.home-page .home-mobile-brand > span,
    body.firsts-call-page .home-mobile-brand > span {
        font-family: "Pragmatica Extended", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.92);
    }

    body.home-page .home-mobile-brand > img,
    body.firsts-call-page .home-mobile-brand > img {
        width: 44px;
        height: 78px;
        object-fit: contain;
        display: block;
        filter: brightness(0) invert(1);
    }

    body.home-page .home-mobile-actions,
    body.firsts-call-page .home-mobile-actions {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    body.home-page .home-mobile-action-btn,
    body.firsts-call-page .home-mobile-action-btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #ffffff;
        border: none;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        cursor: pointer;
        text-decoration: none;
        flex: 0 0 auto;
    }

    body.home-page .home-mobile-action-btn img,
    body.firsts-call-page .home-mobile-action-btn img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        display: block;
        filter: none;
    }

    body.home-page .home-mobile-action-btn--close .home-mobile-close-x,
    body.firsts-call-page .home-mobile-action-btn--close .home-mobile-close-x {
        position: relative;
        width: 18px;
        height: 18px;
        display: block;
    }

    body.home-page .home-mobile-action-btn--close .home-mobile-close-x::before,
    body.home-page .home-mobile-action-btn--close .home-mobile-close-x::after,
    body.firsts-call-page .home-mobile-action-btn--close .home-mobile-close-x::before,
    body.firsts-call-page .home-mobile-action-btn--close .home-mobile-close-x::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 18px;
        height: 2px;
        background: #d90912;
        border-radius: 2px;
        transform-origin: center;
    }

    body.home-page .home-mobile-action-btn--close .home-mobile-close-x::before,
    body.firsts-call-page .home-mobile-action-btn--close .home-mobile-close-x::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    body.home-page .home-mobile-action-btn--close .home-mobile-close-x::after,
    body.firsts-call-page .home-mobile-action-btn--close .home-mobile-close-x::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    body.home-page .home-mobile-grid,
    body.firsts-call-page .home-mobile-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    body.home-page .home-mobile-card,
    body.firsts-call-page .home-mobile-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        min-height: 92px;
        padding: 14px 16px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.12);
        text-decoration: none;
        color: inherit;
        box-sizing: border-box;
    }

    body.home-page .home-mobile-card__title,
    body.firsts-call-page .home-mobile-card__title {
        font-family: "Pragmatica Extended", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.15;
        letter-spacing: 0;
    }

    body.home-page .home-mobile-card__subtitle,
    body.firsts-call-page .home-mobile-card__subtitle {
        font-family: "Pragmatica Extended", sans-serif;
        font-weight: 400;
        font-size: 12px;
        opacity: 0.7;
        line-height: 1.2;
    }

    body.home-page .home-mobile-links,
    body.firsts-call-page .home-mobile-links {
        margin-top: 18px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: center;
        text-align: center;
    }

    body.home-page .home-mobile-links a,
    body.firsts-call-page .home-mobile-links a {
        color: rgba(255, 255, 255, 0.92);
        text-decoration: none;
        font-size: 14px;
        line-height: 1.3;
        white-space: normal;
        max-width: 100%;
    }

    body.home-page .home-mobile-social,
    body.firsts-call-page .home-mobile-social {
        margin-top: 18px;
        display: flex;
        justify-content: center;
        gap: 14px;
    }

    body.home-page .home-mobile-social a,
    body.firsts-call-page .home-mobile-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    body.home-page .home-mobile-social img,
    body.firsts-call-page .home-mobile-social img {
        width: 44px;
        height: 44px;
        object-fit: contain;
    }

    body.home-page .home-mobile-auth,
    body.firsts-call-page .home-mobile-auth {
        margin-top: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    body.home-page .home-mobile-auth a,
    body.firsts-call-page .home-mobile-auth a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 14px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        background: rgba(255, 255, 255, 0.08);
    }

    /* Firsts Call — mobile top bar (hide global header to avoid duplicate menus) */
    body.firsts-call-page header {
        display: none !important;
    }

    /* body.firsts-call-page .app-breadcrumbs {
        display: none !important;
    } */

    body.firsts-call-page .firsts-call-mobile-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 14px 16px;
        box-sizing: border-box;
        position: sticky;
        top: 0;
        z-index: 500;
        background: rgba(15, 111, 178, 0.35);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    body.firsts-call-page .firsts-call-mobile-bar__logo {
        width: 25px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        background: transparent;
        text-decoration: none;
    }

    body.firsts-call-page .firsts-call-mobile-bar__logo img {
        width: 25px;
        height: 44px;
        object-fit: contain;
        display: block;
    }

    body.firsts-call-page .firsts-call-mobile-bar__actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    body.firsts-call-page .firsts-call-mobile-bar .profile {
        display: flex;
        align-items: center;
    }

    body.firsts-call-page .firsts-call-mobile-bar .profile .logout {
        display: none;
    }

    body.firsts-call-page .firsts-call-mobile-bar .profile a.login-combined,
    body.firsts-call-page .firsts-call-mobile-bar .profile a.profile-img {
        width: 44px;
        height: 44px;
        padding: 0;
        border-radius: 50%;
        background: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        text-decoration: none;
        gap: 0;
    }

    body.firsts-call-page .firsts-call-mobile-bar .profile a.login-combined span {
        display: none;
    }

    body.firsts-call-page .firsts-call-mobile-bar .profile a.login-combined img,
    body.firsts-call-page .firsts-call-mobile-bar .profile a.profile-img img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        display: block;
        filter: none;
    }

    body.firsts-call-page .firsts-call-mobile-bar .burger {
        width: 44px;
        height: 44px;
        border: none;
        box-sizing: border-box;
        border-radius: 50%;
        background: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex: 0 0 auto;
    }

    body.firsts-call-page .firsts-call-mobile-bar .burger span {
        position: relative;
        width: 18px;
        height: 14px;
        display: block;
    }

    body.firsts-call-page .firsts-call-mobile-bar .burger span::before,
    body.firsts-call-page .firsts-call-mobile-bar .burger span::after,
    body.firsts-call-page .firsts-call-mobile-bar .burger span {
        background: transparent;
    }

    body.firsts-call-page .firsts-call-mobile-bar .burger span::before,
    body.firsts-call-page .firsts-call-mobile-bar .burger span::after {
        content: "";
        position: absolute;
        /* left: 0;
        right: 0; */
        height: 2px;
        background: #d90912;
        border-radius: 2px;
        transition:
            transform 0.18s ease,
            top 0.18s ease,
            opacity 0.18s ease;
    }

    body.firsts-call-page .firsts-call-mobile-bar .burger span::before {
        top: 3px;
    }

    body.firsts-call-page .firsts-call-mobile-bar .burger span::after {
        top: 9px;
    }

    body.firsts-call-page .firsts-call-hero {
        margin-top: 0;
        padding-top: 110px;
    }

    /* Документы: отступ под липкую шапку как на firsts-call */
    body.docs-page.firsts-call-page .firsts-call-mobile-bar + .round-container {
        margin-top: 80px;
    }

    body.contacts-page.firsts-call-page .firsts-call-mobile-bar + .round-container {
        margin-top: 80px;
    }

    /* Card 2: stack on mobile */
    .home-card2-top {
        flex-direction: column;
    }

    .home-card2-left,
    .home-card2-right {
        width: 100%;
    }

    .home-card2-left {
        padding: 20px;
    }

    .home-card2-right {
        padding: 0 20px 20px;
        box-sizing: border-box;
    }

    .home-card2-right img {
        width: 100%;
        height: auto;
        max-height: 320px;
    }

    .home-card2-dates {
        margin-top: 20px;
        font-size: 16px;
    }

    .home-card2-title {
        font-size: 28px;
    }

    .home-card2-desc {
        font-size: 14px;
    }

    .home-card2-btns {
        gap: 12px;
        justify-content: center;
    }

    .home-card2-btn {
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .home-card2-subprojects {
        margin: 0 20px 20px;
        padding: 16px;
    }

    .home-card2-sub-title {
        font-size: 18px;
    }

    .home-card2-sub-cards {
        grid-template-columns: 1fr;
    }

    .home-card2-sub-card {
        height: auto;
        padding: 12px;
        gap: 12px;
    }

    .home-card2-sub-icon {
        width: 54px;
        height: 54px;
        padding: 10px;
    }

    .home-card2-sub-name {
        font-size: 15px;
    }

    .home-card2-sub-type {
        font-size: 13px;
    }

    /* Card 3 */
    .home-card--purple {
        padding: 20px 16px 40px;
        align-items: center;
    }

    .home-card3-icon {
        margin-top: 20px;
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .home-card3-dates {
        margin-top: 20px;
        font-size: 16px;
        text-align: center;
    }

    .home-card3-title-img {
        width: 260px;
        max-width: 100%;
    }

    .home-card3-desc {
        font-size: 14px;
        text-align: center;
        max-width: 100%;
    }

    .home-card3-btns {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-projects-dropdown {
        display: none;
    }
}

@media screen and (max-width: 1720px) {
    .home-card-header .profile a.login-combined span,
    header .profile a.login-combined span {
        display: none;
    }
    .home-card-header .profile a.login-combined,
    header .profile a.login-combined {
        gap: 0;
    }
}

@media screen and (max-width: 1370px) {
    /* Collapse 6 nav cards into Подпроекты dropdown */
    .home-card-header .menu .nav-card-wrap,
    header .menu .nav-card-wrap {
        display: none;
    }

    .nav-projects-dropdown {
        display: flex;
        align-items: flex-start;
    }

    /* Restore login button text (was hidden at ≤1700px to save space, now menu is compact) */
    .home-card-header .profile a.login-combined span,
    header .profile a.login-combined span {
        display: inline;
    }

    .home-card-header .profile a.login-combined,
    header .profile a.login-combined {
        gap: 12px;
    }
}

@media screen and (max-width: 900px) {
    header .menu,
    header .nav-projects-dropdown {
        display: none !important;
    }

    header .burger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 750px) {
    .home-card-header .profile a.login-combined span,
    header .profile a.login-combined span {
        display: none;
    }

    .home-card-header .profile a.login-combined,
    header .profile a.login-combined {
        gap: 0;
    }
}

@media screen and (max-width: 500px) {
    .home-card-header .profile a.login-combined {
        padding: 6px 8px;
    }

    .home-card--red {
        padding: 14px 16px 28px;
    }

    .home-hero-title {
        font-size: 20px;
    }

    .home-card2-left {
        padding: 16px;
    }

    .home-card2-right {
        padding: 0 16px 16px;
    }

    .home-card2-subprojects {
        margin: 0 16px 16px;
    }

    .home-card--purple {
        padding: 16px 16px 32px;
        align-items: center;
    }
}

body.home-page .home-cards {
    padding-top: 0 !important;
}

@media screen and (max-width: 1024px) {
    footer a.enter {
        display: none;
    }

    body.home-page footer .social {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 700px) {
    footer .footer--links > a:last-child {
        text-align: center;
    }

    .footer-info {
        text-align: center;
    }

    .footer-info-address {
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    /* Flatten left column so we can reorder trophy above dates */
    .home-card2-left {
        display: contents;
    }

    .home-card2-logo  { order: 1; width: 100%; padding: 20px 20px 0; box-sizing: border-box; }
    .home-card2-right { order: 2; }
    .home-card2-dates { order: 3; width: 100%; padding: 0 20px; margin-top: 16px; box-sizing: border-box; }
    .home-card2-title { order: 4; width: 100%; padding: 0 20px; margin-top: 16px; box-sizing: border-box; }
    .home-card2-desc  { order: 5; width: 100%; padding: 0 20px; margin-top: 10px; box-sizing: border-box; }
    .home-card2-btns  {
        order: 6;
        width: 100%;
        padding: 0 20px 20px;
        margin-top: 20px;
        justify-content: center;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
    .home-card--red {
        min-height: 600px !important;
    }

    .home-card-hero {
        margin-top: 30px !important;
    }

    .home-hero-text {
        margin-top: 12px;
    }

    .home-hero-btn {
        margin-top: 12px;
    }


}

@media screen and (max-width: 480px) {
    .home-card--red {
        min-height: 600px !important;
    }

    .home-card-hero {
        margin-top: 30px !important;
    }

    .home-hero-text {
        margin-top: 10px;
    }

    .home-hero-btn {
        margin-top: 10px;
    }

}

/* ---- End home page redesign ---- */

/* Главная: превью календаря «Вызов Первых» (карточка с синим градиентом) */
.home-firsts-calendar {
    margin: 0 40px 28px;
    padding: 24px 28px 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.home-firsts-calendar__title {
    margin: 0 0 6px;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
}

.home-firsts-calendar__subtitle {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.85);
}

.home-firsts-calendar .firsts-call-s5-cards {
    margin-top: 0;
}

.home-firsts-calendar .firsts-call-s5-card {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.home-firsts-calendar__footer {
    margin-top: 16px;
    text-align: right;
}

.home-firsts-calendar__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-firsts-calendar__link:hover {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1024px) {
    html {
        overflow-x: hidden;
    }

    .home-firsts-calendar {
        margin: 0 20px 20px;
        padding: 18px 16px 14px;
    }

    .home-firsts-calendar__title {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .home-firsts-calendar {
        margin: 0 16px 16px;
        padding: 14px 12px 12px;
    }
}

/* ---- Firsts Call page ---- */
.firsts-call-mobile-bar {
    display: none;
}

.firsts-call-hero {
    background-image: url(/public/img/bg_section_1.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    margin-top: -150px;
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.firsts-call-logo {
    height: 200px;
    width: auto;
    display: block;
    margin-top: 80px;
}

.firsts-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    background: #d90912;
    color: white;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 19px 60px;
    border-radius: 30px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

.firsts-call-btn img {
    height: 18px;
    width: auto;
}

.firsts-call-cards {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.firsts-call-card {
    width: 250px;
    flex-shrink: 0;
    background-image: url(/public/img/section_card_1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.firsts-call-card-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: #29abe2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    box-sizing: border-box;
}

.firsts-call-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.firsts-call-card-title {
    color: white;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 20px 0 0;
    text-align: left;
}

.firsts-call-card-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 4px 0 0;
    text-align: left;
}

.firsts-call-intro {
    width: 750px;
    max-width: 100%;
    margin: 40px 0 0;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}
.firsts-call-section2 {
    position: relative;
    z-index: 1;
    margin-top: -20px;
    border-radius: 30px 30px 0 0;
    background-color: #1f315d;
    background-image: url(/public/img/site_background.svg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 120px 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.firsts-call-section-heading {
    margin: 16px 0 0;
    text-align: center;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
}

.firsts-call-section-heading--white {
    color: white;
}

.firsts-call-section-heading--cyan {
    color: #22bbe9;
}

.firsts-call-section-desc {
    margin: 16px 0 0 0 !important;
    padding: 0;
    text-align: center;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.firsts-call-section-label {
    color: #22bbe9;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    letter-spacing: 0.05em;
}

.firsts-call-age-cards {
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background-size: 100% 99%;
}

.firsts-call-age-card {
    width: 424px;
    flex-shrink: 0;
    background-image: url(/public/img/section_card_2.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 30px;
    box-sizing: border-box;
}

.firsts-call-age-card-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.firsts-call-age-card-icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firsts-call-age-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.firsts-call-age-badge {
    background: #22bbe9;
    color: white;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 6px 18px;
    border-radius: 100px;
    white-space: nowrap;
}

.firsts-call-age-card-title {
    color: white;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 25px 0 0;
}

.firsts-call-age-card-desc {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin: 12px 0 0;
}

.firsts-call-section3 {
    position: relative;
    z-index: 2;
    margin-top: -20px;
    border-radius: 30px 30px 0 0;
    background-image: url(/public/img/bg_section_2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 120px 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.firsts-call-roadmap-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    max-width: 1310px;
}

.firsts-call-roadmap-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 645px;
    flex-shrink: 0;
    background-image: url(/public/img/section_card_3.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px;
    box-sizing: border-box;
}

.firsts-call-roadmap-card-icon {
    width: 130px;
    height: 130px;
    min-width: 130px;
    border-radius: 10px;
    background-color: #22bbe9;
    padding: 20px;
    box-sizing: border-box;
}

.firsts-call-roadmap-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.firsts-call-roadmap-card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
}

.firsts-call-roadmap-card-title {
    color: #ffffff;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 12px;
}

.firsts-call-roadmap-card-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.firsts-call-roadmap-tag {
    display: inline-block;
    background-color: #1671b5;
    color: #ffffff;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border-radius: 100px;
    padding: 6px 12px;
}

.firsts-call-roadmap-tag--status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #f4f4f4;
}

.firsts-call-roadmap-tag--open {
    color: #d90912;
}

.firsts-call-roadmap-tag--closed {
    color: #1f315d;
}

.firsts-call-section4 {
    position: relative;
    z-index: 3;
    margin-top: -20px;
    border-radius: 30px 30px 0 0;
    background-color: #1f315d;
    background-image: url(/public/img/site_background.svg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 120px 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.firsts-call-s4-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 60px;
}

.firsts-call-s4-pill {
    background: #36466E;
    border: 1.5px solid #36466E;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    padding: 8px 20px;
    font-family: "Pragmatica Extended", sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition:
        border-color 0.2s,
        color 0.2s,
        background 0.2s;
}

.firsts-call-s4-pill:hover {
    border-color: rgba(34, 187, 233, 0.6);
    color: rgba(255, 255, 255, 0.9);
    background: rgba(34, 187, 233, 0.12);
}

.firsts-call-s4-pill--active {
    background: #22bbe9;
    border-color: #22bbe9;
    color: #fff;
}

.firsts-call-s4-pill--active:hover {
    background: #22bbe9;
    border-color: #22bbe9;
    color: #fff;
}

.firsts-call-s4-card-img--svg img,
.firsts-call-s4-card-img img {
    filter: brightness(0) invert(1);
}

.firsts-call-s4-empty {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 16px 0;
}

.firsts-call-s4-team-note {
    margin: 30px 0 0;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: white;
    text-align: center;
}

.firsts-call-s4-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    max-width: calc(424px * 3 + 20px * 2);
}

.firsts-call-s4-card {
    width: 424px;
    flex-shrink: 0;
    background-image: url(/public/img/backgroundDisp.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.firsts-call-s4-card-img {
    width: 137px;
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firsts-call-s4-card-img img {
    width: 137px;
    height: 137px;
    object-fit: contain;
}

.firsts-call-s4-card-title {
    margin: 10px 0 0;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: white;
    text-align: center;
}

.firsts-call-s4-all-btn,
.firsts-call-s6-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
    background: transparent;
    border: 1px solid #22bbe9;
    border-radius: 30px;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #22bbe9;
    text-decoration: none;
    transition: background 0.2s;
}

.firsts-call-s4-all-btn:hover,
.firsts-call-s6-all-btn:hover {
    background: rgba(34, 187, 233, 0.1);
}

.firsts-call-s4-all-btn {
    margin-top: 40px;
}

.firsts-call-s4-all-btn-arrow {
    flex-shrink: 0;
}

.firsts-call-section-heading--navy {
    color: #1f315d;
}

.firsts-call-section5 {
    position: relative;
    z-index: 4;
    margin-top: -20px;
    border-radius: 30px 30px 0 0;
    background-color: #f4f4f4;
    background-image: url(/public/img/bg_section_3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 120px 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.firsts-call-s5-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 55px;
}

.firsts-call-s5-filter-select {
    width: 424px;
    height: 56px;
    background-color: #ffffff;
    border: 1.5px solid rgba(31, 49, 93, 0.2);
    border-radius: 30px;
    padding: 0 48px 0 20px;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #1f315d;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 7 7-7' stroke='%2322BBE9' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
    box-sizing: border-box;
}

.firsts-call-s5-filter-select:focus {
    outline: none;
    border-color: #22bbe9;
}

.firsts-call-s5-filter-select.is-placeholder {
    color: rgba(31, 49, 93, 0.5);
}

.firsts-call-s5-empty {
    color: #1f315d;
    font-family: "Pragmatica Extended", sans-serif;
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
    opacity: 0.6;
}

.firsts-call-s5-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1310px;
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {
    .firsts-call-s5-cards {
        grid-template-columns: 1fr;
    }
}

.firsts-call-s5-card {
    height: 467px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.firsts-call-s5-card-header {
    background: linear-gradient(to right, #22bbe9, #1f315d);
    padding: 25px;
    flex-shrink: 0;
}

.firsts-call-s5-card-header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.firsts-call-s5-card-title,
.firsts-call-s5-card-dates {
    color: #ffffff;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
}

.firsts-call-s5-card-pills {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.firsts-call-s5-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    padding: 9px 12px;
    color: #ffffff;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
}

.firsts-call-s5-pill--blue {
    background-color: #1671b5;
}

.firsts-call-s5-pill--cyan {
    background-color: #22bbe9;
}

.firsts-call-s5-pill-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    flex-shrink: 0;
}

.firsts-call-s5-card-content {
    padding: 25px;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.firsts-call-s5-card-info-row {
    line-height: 1.5;
}

.firsts-call-s5-info-icon {
    display: inline;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.firsts-call-s5-addr-icon {
    margin-left: 12px;
}

.firsts-call-s5-info-text {
    display: inline;
    vertical-align: middle;
    color: #000000;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-left: 4px;
}

.firsts-call-s5-divider {
    height: 1px;
    background-color: rgba(31, 49, 93, 0.1);
    margin-top: 20px;
    flex-shrink: 0;
}

.firsts-call-s5-disciplines-title {
    color: #000000;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0 0;
    flex-shrink: 0;
}

.firsts-call-s5-disciplines {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    align-content: flex-start;
}

.firsts-call-s5-discipline {
    background-color: #f1f5f9;
    border-radius: 10px;
    padding: 12px 16px;
}

.firsts-call-s5-discipline-name {
    color: #000000;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.firsts-call-s5-discipline-date {
    color: #22bbe9;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin: 12px 0 0;
}

.firsts-call-s5-pager-wrap {
    margin-top: 37px;
    width: 100%;
}

.firsts-call-s5-pager-wrap #pager {
    margin: 0 !important;
}

.firsts-call-page .firsts-call-s5-pager-wrap #pager.controls-buttons-white {
    gap: 2.6em;
}

.firsts-call-page .firsts-call-s5-pager-wrap #pager.controls-buttons-white > a.arrow {
    width: 44px;
    height: 44px;
    border: 2px solid #22bbe9;
    color: #22bbe9;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    box-sizing: border-box;
}

.firsts-call-page .firsts-call-s5-pager-wrap #pager.controls-buttons-white > a.arrow.disabled {
    opacity: 0.45 !important;
    border-color: rgba(34, 187, 233, 0.45);
    color: rgba(34, 187, 233, 0.45);
}

.firsts-call-page .firsts-call-s5-pager-wrap #pager.controls-buttons-white > a.arrow > .arrow-icon {
    height: 17px;
    width: 17px;
}

.firsts-call-page .firsts-call-s5-pager-wrap #pager.controls-buttons-white > div {
    gap: 1.45em;
}

.firsts-call-page .firsts-call-s5-pager-wrap #pager.controls-buttons-white > div > a {
    width: 44px;
    height: 44px;
    border-width: 2px;
    border-color: #22bbe9;
    background: transparent;
}

.firsts-call-page .firsts-call-s5-pager-wrap #pager.controls-buttons-white > div > a > span {
    color: #22bbe9;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.firsts-call-page .firsts-call-s5-pager-wrap #pager.controls-buttons-white > div > a.active {
    background: #22bbe9;
    border-color: #22bbe9;
}

.firsts-call-page .firsts-call-s5-pager-wrap #pager.controls-buttons-white > div > a.active > span {
    color: #ffffff;
}

.firsts-call-section6 {
    position: relative;
    z-index: 5;
    margin-top: -20px;
    border-radius: 30px 30px 0 0;
    background-color: #1f315d;
    background-image: url(/public/img/site_background.svg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 120px 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.firsts-call-section6-trophy {
    position: absolute;
    bottom: 50px;
    right: 60px;
    max-width: 450px;
    pointer-events: none;
    z-index: 0;
}

@media screen and (max-width: 900px) {
    .firsts-call-section6-trophy {
        max-width: 300px;
    }
}

.firsts-call-s6-rating {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.firsts-call-s6-tabs-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.firsts-call-page .firsts-call-s6-rating .rating-tabs {
    display: flex;
    align-items: center;
    gap: 0.6em;
    flex-wrap: wrap;
}

.firsts-call-page .firsts-call-s6-rating .rating-tabs-disciplines {
    gap: 0.8em;
}

.firsts-call-page .firsts-call-s6-rating .rating-tabs-stage {
    gap: 0.2em;
    padding: 0.25em;
    border-radius: 999px;
    background: rgba(126, 141, 186, 0.35);
    flex-wrap: nowrap;
}

.firsts-call-page .firsts-call-s6-rating .rating-tabs-disciplines .rating-tab {
    border: none;
    border-radius: 999px;
    background: rgba(95, 114, 166, 0.45);
    color: rgba(255, 255, 255, 0.8);
    font-family: "Pragmatica Extended", sans-serif;
    font-size: 0.76em;
    font-weight: 700;
    line-height: 1;
    min-width: 11.2em;
    min-height: 2.95em;
    padding: 0.9em 1.5em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.firsts-call-page .firsts-call-s6-rating .rating-tabs-disciplines .rating-tab:hover {
    background: rgba(111, 130, 183, 0.62);
    color: #fff;
}

.firsts-call-page .firsts-call-s6-rating .rating-tabs-disciplines .rating-tab.active {
    color: #fff;
    background: linear-gradient(60deg, #1eb8e5 0%, #2ad4f3 100%);
    box-shadow: 0 2px 8px rgba(30, 184, 229, 0.33);
}

.firsts-call-page .firsts-call-s6-rating .rating-tabs-stage .rating-tab {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-family: "Pragmatica Extended", sans-serif;
    font-size: 0.78em;
    font-weight: 700;
    min-width: 15.8em;
    padding: 0.9em 1.55em;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.firsts-call-page .firsts-call-s6-rating .rating-tabs-stage .rating-tab:hover {
    background: rgba(255, 255, 255, 0.08);
}

.firsts-call-page .firsts-call-s6-rating .rating-tabs-stage .rating-tab.active {
    color: #ffffff;
    background: #22bbe9;
    box-shadow: 0 1px 4px rgba(34, 187, 233, 0.4);
}

.firsts-call-s6-filters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    width: 100%;
    margin-bottom: 20px;
    background: transparent;
    border: none;
    padding: 0;
}

.firsts-call-page .firsts-call-s6-filter-input,
.firsts-call-page .firsts-call-s6-filter-select {
    width: 100%;
    height: 48px;
    background-color: #3b5591;
    border: 1px solid #22bbe9;
    border-radius: 30px;
    padding: 0 20px;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #e9f4ff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s;
}

.firsts-call-page .firsts-call-s6-filter-input {
    background-image: url("/public/img/search_magnifier.svg");
    background-repeat: no-repeat;
    background-position: center right 0.95em;
    background-size: 0.85em;
    color: #8f98ae;
}

.firsts-call-page .firsts-call-s6-filter-input::placeholder {
    color: #c9def0;
    font-size: 1em;
    opacity: 1;
}

.firsts-call-page .firsts-call-s6-filter-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 7 7-7' stroke='%2322BBE9' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.firsts-call-page .firsts-call-s6-filter-select option {
    color: #1f315d;
    background: #fff;
}

.firsts-call-page .firsts-call-s6-filter-select:disabled {
    color: #9bb3c8;
    background-color: #344b80;
    cursor: not-allowed;
}

.firsts-call-page .firsts-call-s6-filter-input:focus,
.firsts-call-page .firsts-call-s6-filter-select:focus {
    border-color: #22bbe9;
    box-shadow: 0 0 0 2px rgba(34, 187, 233, 0.22);
}

.firsts-call-s6-table-wrap {
    width: 100%;
    margin-top: 0;
}

.firsts-call-page .firsts-call-s6-rating .teams-rating-page-table-scroller {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) #1f315d;
    border-radius: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    box-shadow: none;
    margin-top: 0;
}

.firsts-call-page .firsts-call-s6-rating .rating-table {
    border: none !important;
    background-color: transparent !important;
}

.firsts-call-page .firsts-call-s6-rating .rating-table td,
.firsts-call-page .firsts-call-s6-rating .rating-table th {
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    vertical-align: middle;
}

.firsts-call-page .firsts-call-s6-rating .teams-rating-table td,
.firsts-call-page .firsts-call-s6-rating .teams-rating-table th {
    height: 64px;
    background: transparent !important;
}

.firsts-call-page .firsts-call-s6-rating .teams-rating-table tr:first-child th {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.firsts-call-page .firsts-call-s6-rating .teams-rating-table tr:last-child td {
    border-bottom: none !important;
}

.firsts-call-page .firsts-call-s6-rating .teams-rating-table tr[data-href]:hover td {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.firsts-call-page .firsts-call-s6-rating .rating-table th {
    color: rgba(255, 255, 255, 0.5);
    text-transform: none;
    font-family: Pragmatica;
    font-weight: 400;
    font-size: 16px;
}

.firsts-call-page .firsts-call-s6-rating .rating-table th > span {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
    font-family: Pragmatica;
    font-weight: 400;
    font-size: 16px;
}

.firsts-call-page .firsts-call-s6-rating .rating-table td span,
.firsts-call-page .firsts-call-s6-rating .rating-table td a {
    color: #fff;
}

.firsts-call-page .firsts-call-s6-rating .rating-table--points {
    color: #22bbe9 !important;
}

.firsts-call-page .firsts-call-s6-rating .hoverable-tooltip .expanding-table--header--tags--expand,
.firsts-call-page .firsts-call-s6-rating .hoverable-tooltip .expanding-table--header--details-button--content {
    display: none !important;
}

.firsts-call-s6-all-btn {
    margin-top: 50px;
}

.firsts-call-section7 {
    position: relative;
    z-index: 6;
    margin-top: -20px;
    border-radius: 30px 30px 0 0;
    background-color: #f4f4f4;
    padding: 120px 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

/* Section 7 — switches */
.firsts-call-s7-switches {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
    width: 100%;
}

.firsts-call-s7-switch {
    display: flex;
    align-items: center;
    width: 320px;
    min-height: 100px;
    padding: 14px;
    margin: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url("/public/img/subproject.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    gap: 20px;
    box-sizing: border-box;
}

.firsts-call-s7-switch:focus,
.firsts-call-s7-switch:focus-visible {
    outline: none;
}

.firsts-call-s7-switch.active {
    background-image: url("/public/img/subproject_active_switch.svg");
}

.firsts-call-s7-switch-box {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    padding: 13px;
    box-sizing: border-box;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firsts-call-s7-switch.active .firsts-call-s7-switch-box {
    background: #ffffff;
}

.firsts-call-s7-switch-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.firsts-call-s7-switch-label {
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #22bbe9;
    white-space: nowrap;
}

.firsts-call-s7-switch.active .firsts-call-s7-switch-label {
    color: #ffffff;
}

/* Section 7 — content panels */
.firsts-call-s7-panels {
    margin-top: 30px;
    width: 100%;
    max-width: calc(4 * 320px + 3 * 10px);
}

.firsts-call-s7-panel {
    display: none;
    width: 100%;
    background-image: url("/public/img/subproject_active.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 60px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
}

.firsts-call-s7-panel.active {
    display: flex;
}

.firsts-call-s7-panel-img {
    flex-shrink: 0;
    width: 290px;
    height: auto;
}

.firsts-call-s7-panel-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.firsts-call-s7-panel-title {
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    margin: 0;
    text-align: left;
}

.firsts-call-s7-panel-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.firsts-call-s7-pill {
    background-color: #1671b5;
    border-radius: 100px;
    padding: 6px 12px;
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    white-space: normal;
}

.firsts-call-s7-panel-desc {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.firsts-call-s7-panel-desc p {
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    text-align: left;
    line-height: 1.6;
}

.firsts-call-s7-panel-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.firsts-call-s7-panel-footer .firsts-call-btn {
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .firsts-call-s7-panel.active {
        background-image: none !important;
        background: linear-gradient(85.31deg, #22bbe9 0%, #1f315d 100%) !important;
        border-radius: 20px;
        padding: 16px !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .firsts-call-s7-panel-img {
        width: 100%;
        max-width: 260px;
    }

    .firsts-call-s7-panel-body {
        width: 100%;
    }

    .firsts-call-s7-panel-footer {
        width: auto;
    }
}

/* ---- End Firsts Call page ---- */

.docs-page #pager.controls-buttons-white > a.arrow {
    width: 44px;
    height: 44px;
}

.docs-page #pager.controls-buttons-white > a.arrow > .arrow-icon {
    width: 17px;
    height: 17px;
}

.docs-page #pager.controls-buttons-white > div > a {
    width: 44px;
    height: 44px;
}

.docs-page #pager.controls-buttons-white > div > a > span {
    font-family: "Pragmatica", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.lk-page-subtitle {
    font-family: "Pragmatica", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #22bbe9;
    text-transform: uppercase;
    text-align: center;
    margin: 80px 0 0;
}

.lk-page-title {
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    margin: 10px 0 35px !important;
    text-transform: none;
}

.tabs-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
}

.tabs-control > div {
    background-color: #36466e;
    border-radius: 100px;
    padding: 11.5px 22.5px;
    border: none;
}

.tabs-control > div > span {
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff !important;
    text-transform: none;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
}

.tabs-control > div.active {
    background-color: #22bbe9;
}

.lk-control .lk-control--logout {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 10px;
    width: fit-content;
    align-self: center;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    background: transparent;
    border: 1px solid #22bbe9;
    border-radius: 100px;
    padding: 10.5px 36.5px;
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #22bbe9;
    text-transform: none;
}
.lk-control .lk-control--logout img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
#tabs {
    margin-top: 40px;
}
.lk-profile-card {
    position: relative;
    padding: 25px;
}
.lk-profile-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}
.lk-profile-card-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lk-profile-card-title {
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}
.lk-profile-card-source {
    font-family: "Pragmatica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}
.lk-profile-card-source a {
    color: #22bbe9;
    text-decoration: underline;
}
.lk-profile-card-form {
    position: relative;
    margin-top: 20px;
}
.lk-extra-section {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 40px;
}
.lk-extra-section > .lk-profile-card-header--secondary {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
    align-self: center;
}
.lk-extra-section > .lk-extra-actions {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
}
.lk-extra-section > .lk-extra-form {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 20px;
}
.lk-profile-card-header--secondary {
    margin-top: 40px;
}
.lk-sports-card {
    padding: 35px;
    display: grid;
    grid-template-areas:
        "header actions"
        "content content";
    grid-template-columns: 1fr auto;
}
.lk-sports-card > .lk-profile-card-header {
    grid-area: header;
    align-self: center;
}
.lk-sports-card > .lk-extra-actions {
    grid-area: actions;
    align-self: center;
}
.lk-sports-card > .lk-sports-content {
    grid-area: content;
}
.lk-sports-edit-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lk-sports-content {
    position: relative;
    margin-top: 20px;
}
.lk-sports-empty {
    color: #ffffff;
    font-family: "Pragmatica", sans-serif;
    font-size: 16px;
    opacity: 0.6;
}
.lk-sport-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media (max-width: 1280px) {
    .lk-sport-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .lk-sport-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .lk-sport-list {
        display: flex;
        flex-wrap: wrap;
    }
    .lk-sport-card {
        width: 300px;
        flex-shrink: 0;
    }
}

.lk-sport-card {
    display: flex;
    align-items: center;
    min-height: 100px;
    border-radius: 12px;
    background: linear-gradient(to right, #22bbe9, #1f315d);
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s;
}
.lk-sport-card__img {
    height: 80px;
    width: auto;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
    transition: filter 0.2s;
}
.lk-sport-card__name {
    margin-left: 20px;
    font-family: "Pragmatica", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    transition: color 0.2s;
}
.lk-sport-card--unselected {
    background: rgba(255, 255, 255, 0.1);
}
.lk-sport-card--unselected:hover .lk-sport-card__img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(50%) saturate(600%) hue-rotate(159deg) brightness(98%);
}
.lk-sport-card--unselected:hover .lk-sport-card__name {
    color: #22bbe9;
}
.lk-profile-card-edit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid #22bbe9;
    border-radius: 100px;
    padding: 14px 20px;
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #22bbe9;
    cursor: pointer;
}
.js-extra-cancel-btn,
.js-sports-cancel-btn {
    padding-left: 44px;
    padding-right: 44px;
}
.lk-multi-select {
    position: relative;
    width: 100%;
    min-width: 0;
}

.lk-multi-select-trigger {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px;
    padding: 12.5px 44px 12.5px 20px;
    font-family: "Pragmatica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5L8 11L14 5' stroke='rgba(255,255,255,0.5)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 16px center;
    user-select: none;
    box-sizing: border-box;
    width: 100%;
}

.lk-multi-select-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.lk-multi-select-dropdown {
    position: absolute;
    z-index: 1000;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.lk-multi-select-search {
    display: block;
    width: 100%;
    padding: 10px 16px;
    border: none;
    border-bottom: 1px solid #eee;
    font-family: "Pragmatica", sans-serif;
    font-size: 14px;
    color: #222;
    outline: none;
    box-sizing: border-box;
    background: #fff !important;
    max-width: 100% !important;
}

.lk-multi-select-list {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    max-height: 220px;
    overflow-y: auto;
}
.lk-multi-select-list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0 12px 12px 0;
}

.lk-multi-select-list li {
    padding: 0;
}

.lk-multi-select-list label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    font-family: "Pragmatica", sans-serif;
    font-size: 14px;
    color: #222;
    cursor: pointer;
}
.lk-multi-select-list label input[type="checkbox"] {
    align-self: center;
}

.lk-multi-select-list label:hover {
    background: #f0f0f0;
}

.lk-multi-select-list input[type="checkbox"] {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    accent-color: #22bbe9;
    cursor: pointer;
}

.lk-extra-form--view .lk-multi-select-trigger {
    pointer-events: none;
    opacity: 0.6;
}

.lk-extra-actions {
    display: flex;
    align-items: center;
}

.lk-extra-edit-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    gap: 10px;
}

.lk-extra-form--view .lk-extra-select,
.lk-extra-form--view .lk-extra-input,
.lk-extra-form--view .lk-edu-combobox-btn,
.lk-extra-form--view .lk-cselect-trigger {
    pointer-events: none;
    opacity: 0.6;
}
.lk-extra-form--view .lk-extra-select,
.lk-extra-form--view .lk-extra-input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lk-extra-form--view .lk-edu-combobox-btn {
    display: none;
}

.lk-extra-form {
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lk-extra-row {
    display: flex;
    gap: 20px;
}
.lk-extra-field {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.lk-extra-field > span {
    font-family: "Pragmatica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}
.lk-extra-select,
.lk-extra-input {
    font-family: "Pragmatica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: none;
    border-radius: 20px;
    padding: 12.5px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    max-width: 100% !important;
}
.lk-extra-input::placeholder {
    color: #ffffff;
    font-family: "Pragmatica", sans-serif;
    font-weight: 400;
    opacity: 1;
}
.lk-extra-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M2 5L8 11L14 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 16px 16px;
    padding-right: 44px;
}
.lk-extra-select option {
    color: #000000;
    background: #ffffff;
}
.lk-cselect {
    position: relative;
    width: 100%;
}
.lk-cselect .lk-extra-select {
    display: none;
}
.lk-cselect-trigger {
    display: block;
    font-family: "Pragmatica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 20px;
    padding: 12.5px 20px;
    padding-right: 44px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M2 5L8 11L14 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 16px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select: none;
}
.lk-cselect-dropdown {
    position: absolute;
    z-index: 1000;
    background: #fff;
    border-radius: 12px;
    overflow-y: auto;
    max-height: 220px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.lk-cselect-dropdown::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0 12px 12px 0;
}
.lk-cselect-list {
    list-style: none;
    margin: 0;
    padding: 4px 0;
}
.lk-cselect-list li {
    padding: 8px 16px;
    font-family: "Pragmatica", sans-serif;
    font-size: 14px;
    color: #222;
    cursor: pointer;
}
.lk-cselect-list li:hover {
    background: #f0f0f0;
}
.lk-cselect-list li.lk-cselect-selected {
    color: #22bbe9;
    font-weight: 600;
}
.lk-cselect-list li.lk-cselect-prompt {
    color: #999;
}
.lk-doc-tag-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lk-doc-tag-delete {
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0.7;
}

.lk-doc-tag-delete:hover {
    opacity: 1;
}

.lk-extra-subtitle {
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin: 20px 0 0;
}
.lk-extra-doc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 51px;
    align-content: flex-start;
}
.lk-extra-doc-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid #22bbe9;
    border-radius: 100px;
    padding: 14px 20px;
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #22bbe9;
}

.lk-edu-combobox {
    position: relative;
}

.lk-edu-combobox .lk-extra-input {
    padding-right: 44px;
}

.lk-edu-combobox-btn {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5L8 11L14 5' stroke='rgba(255,255,255,0.5)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.lk-edu-addr-suggestions {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 100;
    list-style: none;
    margin: 0;
    padding: 4px 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    max-height: 220px;
    overflow-y: auto;
}
.lk-edu-addr-suggestions::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0 12px 12px 0;
}

.lk-edu-addr-suggestions li {
    padding: 10px 20px;
    font-family: "Pragmatica", sans-serif;
    font-size: 14px;
    color: #222;
    cursor: pointer;
}

.lk-edu-addr-suggestions li:hover {
    background: #f0f0f0;
}

.lk-edu-addr-suggestions li.lk-edu-addr-empty {
    color: #aaa;
    cursor: default;
    font-style: italic;
}

.lk-profile-card-form.lk-profile-info > div > * > span:nth-child(1) {
    font-family: "Pragmatica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

.lk-profile-card-form.lk-profile-info > div > * > span:not(:nth-child(1)),
.lk-profile-card-form.lk-profile-info > div > * > a span:first-child {
    font-family: "Pragmatica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 12.5px 20px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lk-profile-card-form.lk-profile-info > div > * {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.lk-profile-card-form.lk-profile-info > div > *:last-child {
    margin-bottom: 0;
}

.lk-profile-card-form.lk-profile-info {
    gap: 20px;
}

.lk-info-tooltip {
    position: fixed;
    z-index: 9999;
    background: #1f315d;
    border: 1px solid rgba(34, 187, 233, 0.4);
    border-radius: 12px;
    padding: 10px 16px;
    font-family: "Pragmatica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    white-space: normal;
    word-break: break-word;
    max-width: 320px;
    pointer-events: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.d-none {
    display: none;
}

.jq-toast-wrap {
    z-index: 10000000 !important;
    width: 300px;
}

.jq-toast-wrap .jq-toast-single {
    font-size: 0.85em;
    border: 1px solid #fff;
}

.close-jq-toast-single {
    top: 5px;
    right: 9px;
    font-size: 24px;
}

.p-t-0 {
    padding-top: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}
/* Schedule placeholder */
.lk-schedule-empty-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.lk-schedule-empty-card {
    position: relative;
    width: 624px;
    max-width: 100%;
    min-height: 200px;
    padding: 30px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lk-schedule-empty-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    object-fit: cover;
}

.lk-schedule-empty-icon-box {
    position: relative;
    z-index: 1;
    width: 90px;
    height: 90px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #22bbe9, #1f315d);
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lk-schedule-empty-icon-box img {
    width: 74px;
    height: 74px;
}

.lk-schedule-empty-text {
    position: relative;
    z-index: 1;
    margin: 30px 0 0 0;
    color: #ffffff;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
}

/* Schedule blocks */
.lk-schedule-blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.lk-schedule-block {
    position: relative;
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
}

.lk-schedule-block-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    border-radius: inherit;
}

.lk-schedule-block-header {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 20px;
    row-gap: 16px;
    align-items: start;
}

.lk-schedule-block-logo      { grid-column: 1; grid-row: 1 / 3; }
.lk-schedule-block-center    { grid-column: 2; grid-row: 1; }
.lk-schedule-block-tags      { grid-column: 3; grid-row: 1 / 3; }
.lk-schedule-block-info-tags { grid-column: 2; grid-row: 2; }

@media screen and (max-width: 1200px) {
    .lk-schedule-block-tags      { grid-row: 1; }
    .lk-schedule-block-info-tags { grid-column: 2 / 4; grid-row: 2; }
}

.lk-schedule-block-logo {
    flex-shrink: 0;
    width: 290px;
    height: 128px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #22bbe9, #1f315d);
    padding: 22px 26px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk-schedule-block-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lk-schedule-block-logo-text {
    color: #ffffff;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}

.lk-schedule-block-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.lk-schedule-block-header-text {
    margin: 0;
    color: #ffffff;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

.lk-schedule-block-info-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.lk-schedule-block-tags {
    flex-shrink: 0;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.lk-schedule-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    padding: 6px 12px;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

.lk-schedule-tag--address {
    padding: 12px 30px;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
    max-width: 100%;
}

.lk-schedule-tag--status {
    background: #ffffff;
    font-size: 18px;
    color: #d90912;
}

.lk-schedule-tag-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.lk-schedule-tag--date {
    background: #1671b5;
    font-size: 16px;
    color: #ffffff;
}

.lk-schedule-table {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.lk-schedule-table-header,
.lk-schedule-table-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lk-schedule-table-row:last-child {
    border-bottom: none;
}

.lk-schedule-th {
    padding: 14px 20px;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lk-schedule-td {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    border-right: none;
    min-width: 0;
}

.lk-schedule-td--datetime {
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

.lk-schedule-td--sport {
    gap: 12px;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    padding-right: 40px;
}

.lk-schedule-td--sport span {
    min-width: 0;
    word-break: break-all;
}

.lk-schedule-sport-icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
    filter: invert(63%) sepia(72%) saturate(435%) hue-rotate(158deg) brightness(95%) contrast(93%);
}

.lk-schedule-td--status {
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.lk-schedule-td--protocol {
    font-family: "Pragmatica Extended", sans-serif;
}

.lk-schedule-td--planned {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.lk-schedule-protocol-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 1px solid #22bbe9;
    border-radius: 30px;
    padding: 14px 12px;
    cursor: pointer;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #22bbe9;
}

.lk-schedule-protocol-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    filter: invert(63%) sepia(72%) saturate(435%) hue-rotate(158deg) brightness(95%) contrast(93%);
}

.lk-schedule-pager {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.6em;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.lk-schedule-pager > a.arrow {
    width: 44px;
    height: 44px;
    border: 2px solid #22bbe9;
    color: #22bbe9;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    box-sizing: border-box;
    cursor: pointer;
    flex-shrink: 0;
}

.lk-schedule-pager > a.arrow.disabled {
    opacity: 0.45;
    border-color: rgba(34, 187, 233, 0.45);
    color: rgba(34, 187, 233, 0.45);
    cursor: default;
}

.lk-schedule-pager > a.arrow > .arrow-icon {
    display: block;
    width: 17px;
    height: 17px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.lk-schedule-pager > a.arrow > .arrow-icon-left {
    -webkit-mask-image: url("/public/img/ArrowPaginationLeft.svg");
    mask-image: url("/public/img/ArrowPaginationLeft.svg");
}

.lk-schedule-pager > a.arrow > .arrow-icon-right {
    -webkit-mask-image: url("/public/img/ArrowPaginationRight.svg");
    mask-image: url("/public/img/ArrowPaginationRight.svg");
}

.lk-schedule-pager > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.45em;
}

.lk-schedule-pager > div > a {
    width: 44px;
    height: 44px;
    border: 2px solid #22bbe9;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    background: transparent;
    text-decoration: none;
}

.lk-schedule-pager > div > a > span {
    color: #22bbe9;
    font-family: "Pragmatica Extended", sans-serif;
    font-size: 16px;
    font-weight: 700;
    -webkit-text-fill-color: currentColor;
}

.lk-schedule-pager > div > a.active {
    background: #22bbe9;
    border-color: #22bbe9;
}

.lk-schedule-pager > div > a.active > span {
    color: #ffffff;
}

/* Protocol modal */
.lk-proto-modal {
    padding-bottom: 30px;
}
.lk-proto-modal .reg-modal {
    width: 1000px;
}

.lk-proto-modal .popup-types-header {
    background: linear-gradient(to right, #22bbe9, #1f315d);
    border-radius: 30px 30px 0 0;
    padding: 30px;
    padding-right: 74px;
    min-height: unset;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.lk-proto-modal .popup-types-header::before {
    content: none;
}

.lk-proto-modal .popup-types-header > div {
    flex: 1;
    display: flex;
    justify-content: center;
    width: 100%;
}

.lk-proto-modal .popup-types-header > div > h2 {
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: none;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    margin: 0;
    text-align: center;
    line-height: 1.3;
}

.lk-proto-modal .popup-types-header > .cross {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    filter: brightness(10);
}
.lk-proto-modal .popup-types-header.lk-proto-header--title-below {
    flex-direction: column;
    align-items: center;
    padding-top: 52px;
    padding-right: 30px;
}
.lk-proto-modal .popup-types-header.lk-proto-header--title-below > div {
    width: 100%;
    justify-content: center;
}
.lk-proto-modal .popup-types-header.lk-proto-header--title-below > div > h2 {
    text-align: center;
    white-space: normal;
}
.lk-proto-modal .popup-types-header.lk-proto-header--title-below > .cross {
    top: 20px;
    transform: none;
}

.lk-proto-body {
    padding: 0 40px 40px;
}

.lk-proto-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding-top: 40px;
}

.lk-proto-table-wrap {
    overflow-y: auto;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 40px;
}

.lk-proto-table-header,
.lk-proto-row {
    display: grid;
    grid-template-columns: 100px 1fr 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lk-proto-row:last-child {
    border-bottom: none;
}

.lk-proto-th {
    padding: 14px 20px;
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
}

.lk-proto-td {
    padding: 0 20px;
    height: 72px;
    display: flex;
    align-items: center;
    font-family: "Pragmatica Extended", sans-serif;
    color: #ffffff;
    box-sizing: border-box;
}

.lk-proto-td--place {
    font-weight: 700;
    font-size: 16px;
    justify-content: center;
}

.lk-proto-place-img {
    height: 40px;
    width: auto;
    flex-shrink: 0;
}

.lk-proto-td--team {
    font-weight: 400;
    font-size: 16px;
}

.lk-proto-td--points {
    font-weight: 700;
    font-size: 16px;
    color: #22bbe9;
}

.lk-invite-link-body {
    padding: 40px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lk-invite-link-label {
    font-family: "Pragmatica", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #22bbe9;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 20px 0;
    text-align: center;
}

.lk-invite-link-pill {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 14px 28px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 40px;
}

.lk-invite-link-text {
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-decoration: underline;
    word-break: break-all;
}

.lk-invite-copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid #22bbe9;
    border-radius: 100px;
    padding: 20px;
    color: #22bbe9;
    font-family: "Pragmatica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: opacity 0.15s;
}

.lk-invite-copy-btn:hover {
    opacity: 0.8;
}

.lk-invite-accept-modal {
    max-width: 1000px;
}

.lk-invite-accept-body {
    padding: 40px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.lk-invite-error-label {
    font-family: "Pragmatica", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #22bbe9;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
}

.lk-invite-status-label {
    font-family: "Pragmatica Extended", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #22bbe9;
    text-transform: uppercase;
    margin: 0;
}

.lk-invite-status-label--error {
    color: #d90912;
}

.lk-invite-accept-desc {
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.lk-invite-team-id {
    font-family: "Pragmatica", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #22bbe9;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px 0;
}

.lk-invite-team-name {
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.lk-invite-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.lk-invite-tag {
    display: inline-block;
    background: #1671b5;
    border-radius: 100px;
    padding: 6px 12px;
    color: #fff;
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.lk-invite-tag--cyan {
    background: linear-gradient(to right, #22bbe9, #1f315d);
    border-radius: 100px;
    padding: 10px 20px;
    color: #fff;
    border: none;
}

.lk-invite-team-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid #22bbe9;
    border-radius: 30px;
    padding: 10px 30px;
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #22bbe9;
    text-decoration: none;
    margin-bottom: 40px;
    transition: opacity 0.15s;
}

.lk-invite-team-link:hover {
    opacity: 0.85;
    text-decoration: none;
}

.lk-invite-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.lk-invite-info-label {
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.lk-invite-mentor-note {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Pragmatica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 30px 0 0 0;
    line-height: 1.5;
}

.lk-invite-accept-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.lk-invite-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    border: 1px solid #22bbe9;
    border-radius: 30px;
    padding: 10px 30px;
    font-family: "Pragmatica", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #22bbe9;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.15s;
}

.lk-invite-btn:hover {
    opacity: 0.85;
}

/* removed empty modifiers */

.contact-card-phones {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    min-width: 0;
}

.contact-card-phone-link {
    display: block;
    text-decoration: none;
}

.contact-card-phone-link:hover {
    text-decoration: underline;
}

.contact-card {
    height: auto;
    min-height: 100px;
}

.contact-cards {
    align-items: stretch;
}

.contact-card-icon {
    width: 60px;
    height: 60px;
    align-self: center;
    aspect-ratio: unset;
    flex-shrink: 0;
}

.contact-card-text {
    justify-content: center;
    gap: 6px;
}

@media screen and (max-width: 1024px) {
    .home-card--blue {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-card--purple {
        padding: 20px 20px 40px;
        align-items: center;
        background-image: url(/public/img/bg_min_copter.png);
    }

    .home-card3-icon {
        margin-top: 20px;
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .home-card3-dates {
        margin-top: 20px;
        font-size: 16px;
        text-align: left;
        align-self: flex-start;
    }

    .home-card3-title-img {
        width: 260px;
        max-width: 100%;
        align-self: flex-start;
    }

    .home-card3-desc {
        font-size: 14px;
        text-align: left;
        max-width: 100%;
        align-self: flex-start;
    }

    .home-card3-btns {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-card3-bg {
        display: block;
        width: 260px;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
    .lk-schedule-block {
        padding: 20px;
    }
    .lk-schedule-block-header {
        flex-direction: column;
    }
    .lk-schedule-block-logo {
        width: 100%;
        height: auto;
        max-width: 180px;
        justify-content: flex-start;
    }
    .lk-schedule-block-logo img {
        max-height: 70px;
    }
    .lk-schedule-block-tags {
        width: auto;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .lk-schedule-container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    /* Schedule block: stack everything in a single column */
    .lk-schedule-block-header {
        grid-template-columns: 1fr;
    }
    .lk-schedule-block-logo      { grid-column: 1; grid-row: 1; width: 100%; height: 90px; }
    .lk-schedule-block-tags      { grid-column: 1; grid-row: 2; width: auto; align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
    .lk-schedule-block-center    { grid-column: 1; grid-row: 3; width: 100%; min-width: 0; }
    .lk-schedule-block-info-tags { grid-column: 1; grid-row: 4; width: 100%; min-width: 0; }
    .lk-schedule-block-header-text {
        font-size: 18px;
        word-break: break-word;
    }
    .lk-schedule-tag {
        white-space: normal;
        overflow-wrap: anywhere;
        max-width: 100%;
        min-width: 0;
    }
    .lk-schedule-tag--date,
    .lk-schedule-tag--address {
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        max-width: 100%;
        min-width: 0;
    }
    .lk-schedule-table {
        overflow-x: auto;
    }
    .lk-schedule-table-header,
    .lk-schedule-table-row {
        min-width: 900px;
    }
}

@media screen and (max-width: 900px) {
    footer .social {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .lk-profile-page {
        padding-top: 120px;
    }

    content.lk-profile-page {
        min-height: 0;
    }

    .lk-profile-page .tabs-container > div.background-red-blue {
        min-height: 0;
        padding-bottom: 40px;
    }

    .lk-profile-page .page-title-container {
        padding-top: 0;
    }

    .lk-profile-page .tabs-container {
        margin-top: -40px !important;
    }    

    .lk-profile-page .tabs-container > div {
        padding-top: 0;
        margin-top: 0;
    }

    .lk-page-subtitle {
        margin-top: 40px;
    }
    .lk-page-title {
        font-size: 26px;
    }
    .lk-control {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 6px;
        gap: 0;
    }
    .lk-control::-webkit-scrollbar {
        display: none;
    }
    .tabs-control {
        display: inline-flex;
        flex-wrap: nowrap;
        flex-shrink: 0;
        width: auto;
        min-width: max-content;
        gap: 10px;
        align-items: center;
    }
    .lk-control .lk-control--logout {
        flex-shrink: 0;
        margin-left: 10px;
    }
    .lk-profile-page .app-breadcrumbs {
        padding: 0 16px !important;
        margin: 0 !important;
    }
    .lk-profile-page .app-breadcrumbs__list {
        justify-content: center;
    }

    /* LK profile card — full-bleed, no horizontal gap from viewport, reduced padding */
    .lk-profile-card {
        margin-left: -1em;
        margin-right: -1em;
        padding: 16px;
    }

    /* LK sports card — reduced padding, flex column so buttons land at bottom */
    .lk-sports-card {
        padding: 16px;
        display: flex;
        flex-direction: column;
    }
    .lk-sports-card > .lk-profile-card-header,
    .lk-sports-card > .lk-extra-actions {
        align-self: stretch;
    }
    .lk-sports-card > .lk-extra-actions {
        margin-top: 20px;
        justify-content: flex-start;
    }

    /* LK profile card — hide source attribution */
    .lk-profile-card-source {
        display: none;
    }

    /* LK profile card — buttons move to bottom */
    .lk-extra-section {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .lk-extra-section > .lk-profile-card-header--secondary {
        order: 1;
    }
    .lk-extra-section > .lk-extra-form {
        order: 2;
        margin-top: 16px;
    }
    .lk-extra-section > .lk-extra-actions {
        order: 3;
        margin-top: 20px;
        justify-content: flex-end;
        align-self: stretch;
    }
    .lk-extra-row {
        flex-direction: column;
    }


    /* Modal blue gradient headers — small screen fixes */
    .popup-types-header {
        min-height: 66px;
        align-items: center;
    }
    .popup-types-header > div {
        flex: 1;
        min-width: 0;
        width: auto;
    }
    .popup-types-header > div > h2 {
        font-size: 20px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .popup-types-header .cross {
        width: 36px !important;
        height: 36px !important;
        flex-shrink: 0;
    }

    .lk-proto-modal .popup-types-header {
        min-height: 66px;
    }
    .lk-proto-modal .popup-types-header > div {
        justify-content: flex-start;
        min-width: 0;
    }
    .lk-proto-modal .popup-types-header > div > h2 {
        font-size: 20px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .lk-proto-modal .popup-types-header > .cross {
        width: 36px;
        height: 36px;
    }

    /* Invite accept modal */
    .lk-invite-accept-modal {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
    }
    .lk-invite-accept-body {
        padding: 24px 16px;
    }
    .lk-invite-btn {
        width: 100%;
        box-sizing: border-box;
    }
    .lk-invite-accept-actions {
        width: 100%;
    }

}

@media screen and (max-width: 700px) {
    body content > *:not(.js-app-content):first-child,
    body content > *.js-app-content:first-child > *:first-child {
        padding-top: 0px;
    }
    body {
        margin: 0px !important;
    }
    .home-cards {
        gap: 10px !important;
    }
    .home-card--red {
        width: 96vw !important;
        left: 2.5vw;
        position: relative;
        overflow: hidden;
        border-radius: 20px !important;
        margin-top: 10px;
        min-height: 780px;
        display: flex !important;
        flex-direction: column !important;
        align-content: center !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        .home-card-hero {
            margin-top: 0px !important;
        }
        .home-hero-title {
            font-family: Pragmatica Extended;
            font-weight: 700;
            font-style: Bold;
            font-size: 26px;
            line-height: 120%;
            letter-spacing: 0%;
            text-transform: uppercase;
        }
        .home-hero-text {
            font-family: Pragmatica;
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            line-height: 140%;
            letter-spacing: 0%;
        }
        .home-hero-icons {
            flex-direction: column !important;
            align-items: center !important;
            justify-content: flex-start !important;
            gap: 40px;
        }
    }
    .home-card--blue {
        width: 96vw !important;
        left: 2.5vw;
        position: relative;
        overflow: hidden;
        border-radius: 20px !important;
    }
    .home-card--purple {
        width: 96vw !important;
        left: 2.5vw;
        position: relative;
        overflow: hidden;
        border-radius: 20px !important;
        margin-bottom: 10px !important;

        background-image: url(/public/img/bg_min_copter.png) !important;
        /* bg_min_copter.png */
        /* helicopter.png */
        .home-card3-bg {
            display: block !important;
            width: 260px;
            max-width: 100%;
            margin: 0 auto;
        }
    }

    .footer-info {
        display: flex;
        flex-direction: column !important;
        gap: 25px !important;
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px !important;
        margin-top: 30px;
        width: 100% !important;
        align-items: center !important;
    }

    .firsts-call-logo {
        width: 100%;
    }

    body.firsts-call-page .firsts-call-mobile-bar .burger {
        display: block !important;
    }

    body.firsts-call-page .firsts-call-mobile-bar {
        position: absolute;
        width: 95%;
        background: #ffffff1a;
        left: 2.5%;
        top: 15px;
        border-radius: 20px;
        height: 76px;
        padding: 10px !important;
    }

    body.firsts-call-page .firsts-call-mobile-bar__logo img {
        width: 25px !important;
        height: 44px !important;
    }

    body.docs-page.firsts-call-page .firsts-call-mobile-bar + .round-container {
        margin-top: 104px;
    }

    body.contacts-page.firsts-call-page .firsts-call-mobile-bar + .round-container {
        margin-top: 104px;
    }

    body.home-page #home-mobile-menu,
    body.firsts-call-page #firsts-call-mobile-menu,
    body.docs-page #firsts-call-mobile-menu,
    body.contacts-page #firsts-call-mobile-menu {
        max-width: 100vw;
    }

    .firsts-call-age-card {
        max-width: 97vw;
    }

    .firsts-call-age-card-title {
        margin: 10px 0 0;
    }

    .firsts-call-roadmap-cards {
        max-width: 100vw;
        width: 95vw;
        flex-shrink: 0;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 30px;
        box-sizing: border-box;
        justify-content: center;
        align-content: flex-start;
    }

    .firsts-call-roadmap-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 95vw;
        background-image: url(/public/img/rectMobRoadMap.png) !important;
    }
    .firsts-call-roadmap-card-info {
        margin-top: 10px !important;
    }
    .firsts-call-s4-cards {
        max-width: 100vw;
    }
    .firsts-call-s4-card {
        width: 95vw;
    }
    .firsts-call-s5-filters {
        max-width: 95vw;
    }
    .firsts-call-s5-results {
        max-width: 100vw;
    }
    .firsts-call-s5-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .firsts-call-s5-card {
        width: 95vw;
        left: 2.5vw;
        height: auto;
    }
    .firsts-call-s6-filters {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        max-width: 95vw;
    }
    .firsts-call-page .firsts-call-s6-rating .rating-tabs-disciplines .rating-tab {
        min-width: 18.2em !important;
        min-height: 3.95em !important;
    }
    .firsts-call-page .firsts-call-s6-rating .rating-tabs-stage .rating-tab {
        min-width: 18.2em !important;
        min-height: 3.95em !important;
    }
    .firsts-call-section6-trophy {
        display: none !important;
    }
    .firsts-call-s7-panel.active {
        background-image: none !important;
        background: linear-gradient(85.31deg, #22bbe9 0%, #1f315d 100%) !important;
        border-radius: 20px;
        padding: 16px !important;
    }
    .firsts-call-s7-panel.active {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .firsts-call-s7-panel-footer {
        width: auto;
        align-self: center;
    }
    .firsts-call-s7-panel-body {
        width: 100%;
    }
    .firsts-call-s7-pill {
        white-space: break-spaces;
    }
    .docs-page {
        padding-top: 50px;
    }
    .app-breadcrumbs {
        width: 100%;
        padding-left: 17px !important;
        margin: 0%;
    }
    .page-title-container.small-page-title {
        min-height: 40px;
        margin: 0px;
    }
    .docs-page .rating-tabs-row {
        gap: 2.6em;
    }
    .docs-page .docs-search-form .search-input {
        width: 95vw;
    }
    .contacts-page__offset {
        padding-top: 100px;
    }
    .contact-section-bg {
        display: none;
    }
    .contacts-sections {
        align-items: center;
    }
    .contact-section {
        background: #ffffff1a;
        width: 90vw;
        border-radius: 20px;
        padding: 16px;
    }
    body {
        margin: 0px !important;
        max-width: 100vw;
        width: 100vw;
    }


    .lk-profile-page {
        padding-top: 120px;
    }

    .lk-page-subtitle {
        margin-top: 20px;
    }
    .lk-page-title {
        font-size: 26px;
    }
    .lk-control {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 6px;
        gap: 0;
    }
    .lk-control::-webkit-scrollbar {
        display: none;
    }
    .tabs-control {
        display: inline-flex;
        flex-wrap: nowrap;
        flex-shrink: 0;
        width: auto;
        min-width: max-content;
        gap: 10px;
        align-items: center;
    }
    .lk-control .lk-control--logout {
        flex-shrink: 0;
        margin-left: 10px;
    }
    .lk-profile-page .app-breadcrumbs {
        padding: 0 16px !important;
        margin: 0 !important;
    }
    .lk-profile-page .app-breadcrumbs__list {
        justify-content: center;
    }


    .lk-schedule-block {
        padding: 20px;
    }
    .lk-schedule-block-header {
        flex-direction: column;
    }
    .lk-schedule-block-logo {
        width: 100%;
        height: auto;
        max-width: 180px;
        justify-content: flex-start;
    }
    .lk-schedule-block-logo img {
        max-height: 70px;
    }
    .lk-schedule-block-tags {
        width: auto;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }


    /* LK profile card — full-bleed, no horizontal gap from viewport, reduced padding */
    .lk-profile-card {
        margin-left: -1em;
        margin-right: -1em;
        padding: 16px;
    }

    /* LK sports card — reduced padding, flex column so buttons land at bottom */
    .lk-sports-card {
        padding: 16px;
        display: flex;
        flex-direction: column;
    }
    .lk-sports-card > .lk-profile-card-header,
    .lk-sports-card > .lk-extra-actions {
        align-self: stretch;
    }
    .lk-sports-card > .lk-extra-actions {
        margin-top: 20px;
        justify-content: flex-start;
    }

    /* LK profile card — hide source attribution */
    .lk-profile-card-source {
        display: none;
    }

    /* LK profile card — buttons move to bottom */
    .lk-extra-section {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .lk-extra-section > .lk-profile-card-header--secondary {
        order: 1;
    }
    .lk-extra-section > .lk-extra-form {
        order: 2;
        margin-top: 16px;
    }
    .lk-extra-section > .lk-extra-actions {
        order: 3;
        margin-top: 20px;
        justify-content: flex-end;
        align-self: stretch;
    }
    .lk-extra-row {
        flex-direction: column;
    }

    .lk-schedule-container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    /* Modal blue gradient headers — small screen fixes */
    .popup-types-header {
        min-height: 66px;
        align-items: center;
    }
    .popup-types-header > div {
        flex: 1;
        min-width: 0;
        width: auto;
    }
    .popup-types-header > div > h2 {
        font-size: 20px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .popup-types-header .cross {
        width: 36px !important;
        height: 36px !important;
        flex-shrink: 0;
    }

    .lk-proto-modal .popup-types-header {
        min-height: 66px;
    }
    .lk-proto-modal .popup-types-header > div {
        justify-content: flex-start;
        min-width: 0;
    }
    .lk-proto-modal .popup-types-header > div > h2 {
        font-size: 20px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .lk-proto-modal .popup-types-header > .cross {
        width: 36px;
        height: 36px;
    }

    /* Invite accept modal */
    .lk-invite-accept-modal {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
    }
    .lk-invite-accept-body {
        padding: 24px 16px;
    }
    .lk-invite-btn {
        width: 100%;
        box-sizing: border-box;
    }
    .lk-invite-accept-actions {
        width: 100%;
    }

    /* Schedule block: stack vertically, tags come right after logo */
    .lk-schedule-block-header {
        flex-direction: column;
    }
    .lk-schedule-block-logo {
        order: 1;
        width: 100%;
        height: 90px;
    }
    .lk-schedule-block-tags {
        order: 2;
        width: auto;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .lk-schedule-block-center {
        order: 3;
    }

    /* Header text: allow wrapping */
    .lk-schedule-block-header-text {
        font-size: 18px;
        word-break: break-word;
    }

    /* Info tags: allow text to wrap inside each tag */
    .lk-schedule-tag {
        white-space: normal;
        word-break: break-word;
    }

    /* Schedule table: horizontal scroll instead of shrinking */
    .lk-schedule-table {
        overflow-x: auto;
    }
    .lk-schedule-table-header,
    .lk-schedule-table-row {
        min-width: 900px;
    }

}

@media screen and (max-width: 900px) {
    body.firsts-call-page .firsts-call-mobile-bar {
        position: absolute;
        width: 95%;
        background: #ffffff1a;
        left: 2.5%;
        top: 15px;
        border-radius: 20px;
        height: 76px;
        padding: 10px !important;
    }

    body.firsts-call-page .firsts-call-mobile-bar__logo {
        background: transparent !important;
    }

    body.firsts-call-page .firsts-call-mobile-bar__logo img {
        width: 24px !important;
        height: 44px !important;
    }

    body.firsts-call-page .firsts-call-mobile-bar .burger {
        display: block !important;
    }

    body.docs-page.firsts-call-page .firsts-call-mobile-bar + .round-container {
        margin-top: 104px;
    }

    body.contacts-page.firsts-call-page .firsts-call-mobile-bar + .round-container {
        margin-top: 104px;

    }
    @media screen and (max-width: 640px) {
        .home-card--red .home-card-hero {
            margin-top: 30px !important;
        }
    }
}
