@font-face {
    font-family: "Inter Tight";
    src: url("./assets/fonts/InterTight-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.k24-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

:root {
    /* Тёмные слайдеры / детальная акция — картинка из Figma */
    --k24-bg-dark-image: url("./assets/bg_dark.png");
    /* Остальные тёмные карточки / подвал / УТП */
    --k24-bg-dark-gradient: linear-gradient(
        135deg,
        #15191d 0%,
        #303a43 27%,
        #262f37 51%,
        #303a43 78%,
        #1c2227 98%
    );
    /* Светлые карточки / светлые слайдеры акций */
    --k24-bg-light-gradient: linear-gradient(
        135deg,
        #f4f4f4 0%,
        #f9f9f9 27%,
        #f3f3f3 51%,
        #fefefe 78%,
        #f0f0f0 98%
    );
}

@font-face {
    font-family: "Inter Tight";
    src: url("./assets/fonts/InterTight-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("./assets/fonts/InterTight-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("./assets/fonts/InterTight-MediumItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("./assets/fonts/InterTight-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("./assets/fonts/InterTight-SemiBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("./assets/fonts/InterTight-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("./assets/fonts/InterTight-BoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("./assets/fonts/InterTight-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("./assets/fonts/InterTight-ExtraBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 800;
    font-display: swap;
}

body.k24-body {
    margin: 0;
    background: #ffffff;
    color: #1f2937;
}

.k24-layout,
.k24-layout button,
.k24-layout input,
.k24-layout select,
.k24-layout textarea,
.k24-layout summary,
.k24-layout option {
    font-family: "Inter Tight", Arial, sans-serif;
    font-optical-sizing: auto;
}

.k24-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.k24-container {
    width: min(1290px, calc(100% - 32px));
    margin: 0 auto;
}

.k24-header {
    background: #ffffff;
    color: #000000;
}

.k24-footer {
    padding: 32px 0 18px;
    color: #ffffff;
}

.k24-footer__card {
    position: relative;
    overflow: hidden;
    padding: 70px 54px 24px 100px;
    border-radius: 20px;
    background: var(--k24-bg-dark-gradient);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
}

.k24-footer__card::before {
    content: none;
}

.k24-footer__grid,
.k24-footer__bottom {
    position: relative;
    z-index: 1;
}

.k24-footer__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
}

.k24-footer__group {
    min-width: 0;
}

.k24-footer__heading {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
}

.k24-footer__heading--app {
    max-width: 220px;
    margin-bottom: 0;
}

.k24-footer__links,
.k24-footer__contacts {
    display: grid;
    gap: 12px;
}

.k24-footer__link,
.k24-footer__contact-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
}

.k24-footer__submenu-title {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
}

.k24-footer__submenu-title:first-child {
    margin-top: 0;
}

.k24-footer__contact-link--muted {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
}

.k24-footer__link:hover,
.k24-footer__contact-link:hover {
    color: #ffda57;
}

.k24-footer__group--app {
    display: grid;
    justify-items: start;
    align-content: start;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

.k24-footer__qr {
    display: inline-flex;
    text-decoration: none;
    line-height: 0;
}

.k24-footer__qr-image {
    display: block;
    width: 126px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.k24-footer__qr--store,
.k24-footer__qr-image--store {
    aspect-ratio: auto;
}

.k24-footer__qr-image--store {
    width: auto;
    max-width: 160px;
    max-height: 48px;
    height: auto;
}

.k24-footer__registry,
.k24-footer__legal-meta {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.35;
}
.k24-footer__bottom-text,
.k24-footer__legal-meta {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.35;
}

.k24-footer__registry {
    max-width: 220px;
}

.k24-footer__divider {
    position: relative;
    z-index: 1;
    height: 1px;
    margin: 18px 0 20px;
    background: rgba(255, 255, 255, 0.14);
}

.k24-footer__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.35fr) minmax(0, 0.9fr);
    gap: 26px;
}

.k24-footer__bottom-cell {
    min-width: 0;
}

.k24-footer__legal-name {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}

.k24-footer__brand {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.k24-footer__brand-image {
    display: block;
    width: auto;
    height: 44px;
}

.k24-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #163a70;
    flex: 0 0 auto;
}

.k24-logo__picture {
    display: block;
    line-height: 0;
}

.k24-logo__image {
    display: block;
    width: auto;
    height: 44px;
}

.k24-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px 32px;
    padding: 18px 0 14px;
}

.k24-header__identity {
    display: flex;
    align-items: center;
    gap: 22px;
    min-width: 0;
    flex: 1 1 420px;
}

.k24-header__aside {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    flex: 0 0 auto;
}

.k24-header__phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
}

.k24-header__phone-link {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-header__phone-note {
    font-size: 12px;
    line-height: 1.2;
    color: #9aa3b0;
}

.k24-header__action-text--short,
.k24-header__shop-text--short,
.k24-header__select-note--short,
.k24-header__actions-mobile,
.k24-header__burger {
    display: none;
}

.k24-header__actions {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.k24-header__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid #d7dde8;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.k24-header__action--accent {
    border: none;
    background: linear-gradient(90deg, #2f65f5 0%, #7c3aed 100%);
    color: #ffffff;
}

.k24-header__quick {
    position: relative;
}

.k24-header__quick-summary {
    list-style: none;
    cursor: pointer;
}

.k24-header__quick-summary::-webkit-details-marker {
    display: none;
}

.k24-header__quick .k24-header__dropdown--quick {
    left: auto;
    right: 0;
    width: max-content;
    min-width: 260px;
    max-width: min(320px, calc(100vw - 32px));
    max-height: none;
    overflow: visible;
}

.k24-header__quick .k24-header__dropdown-link {
    white-space: normal;
}

.k24-header__action-brand-image {
    display: block;
    width: auto;
    height: 22px;
    flex: 0 0 auto;
}

.k24-header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px 28px;
    padding: 14px 0 16px;
    border-top: 1px solid #eef2f7;
}

.k24-header__shop-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #b8c6da;
    border-radius: 14px;
    background: #ffffff;
    color: #083B78;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.k24-header__shop-text--full {
    display: inline-flex;
    align-items: center;
}

.k24-header__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 14px 28px;
}

.k24-header__nav-link,
.k24-header__menu-summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.k24-header__nav-link:hover,
.k24-header__menu-summary:hover,
.k24-header__nav-link.is-active,
.k24-header__menu.is-active > .k24-header__menu-summary {
    color: #163a70;
}

.k24-header__select,
.k24-header__menu {
    position: relative;
}

.k24-header__select-summary,
.k24-header__menu-summary {
    position: relative;
    list-style: none;
    cursor: pointer;
}

.k24-header__select-summary::-webkit-details-marker,
.k24-header__menu-summary::-webkit-details-marker {
    display: none;
}

.k24-header__select-summary {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.k24-header__menu-summary {
    padding-right: 18px;
}

.k24-header__menu-summary::after,
.k24-header__select-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.75;
}

.k24-header__select[open] .k24-header__select-title::after,
.k24-header__menu[open] > .k24-header__menu-summary::after {
    margin-top: -1px;
    transform: rotate(-135deg);
}

.k24-header__select-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding-right: 18px;
    color: #083B78;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-header__select-note {
    color: #9aa3b0;
    font-size: 12px;
    line-height: 1.2;
}

.k24-header__city-static {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.k24-header__dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    z-index: 20;
    min-width: 220px;
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.k24-header__dropdown--city {
    min-width: 260px;
}

.k24-header__select--city.is-confirm .k24-header__dropdown--city {
    min-width: 280px;
}

.k24-header__city-confirm {
    display: grid;
    gap: 14px;
    padding: 6px 4px 4px;
}

.k24-header__city-confirm-title {
    color: #121821;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.k24-header__city-confirm-actions {
    display: grid;
    gap: 8px;
}

.k24-header__city-confirm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: #121821;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.k24-header__city-confirm-btn--primary {
    background: #083b78;
    border-color: #083b78;
    color: #ffffff;
}

.k24-header__city-confirm-btn--primary:hover {
    background: #0a4d98;
    border-color: #0a4d98;
}

.k24-header__city-confirm-btn--secondary {
    background: #ffffff;
    border-color: #121821;
    color: #121821;
}

.k24-header__city-confirm-btn--secondary:hover {
    background: #f4f6f8;
}

.k24-header__city-list {
    display: grid;
    gap: 4px;
}

.k24-header__city-confirm[hidden],
.k24-header__city-list[hidden] {
    display: none !important;
}

.k24-header__dropdown--menu {
    left: 50%;
    transform: translateX(-50%);
}

.k24-header__dropdown-link {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
}

.k24-header__dropdown-link:hover,
.k24-header__dropdown-link.is-active {
    background: #f3f6fb;
    color: #163a70;
}

.k24-header__burger {
    position: relative;
    flex: 0 0 auto;
}

.k24-header__burger-summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    list-style: none;
    cursor: pointer;
    color: #202833;
}

.k24-header__burger-summary::-webkit-details-marker {
    display: none;
}

.k24-header__burger-icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.k24-header__burger-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 30;
    min-width: 260px;
    display: grid;
    gap: 14px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.k24-header__burger-group {
    display: grid;
    gap: 4px;
}

.k24-header__burger-title {
    padding: 0 12px 4px;
    color: #9aa3b0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.k24-header__burger-subtitle {
    padding: 10px 12px 2px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-header__action-icon-image,
.k24-header__shop-icon-image {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.k24-main {
    flex: 1 0 auto;
    padding: 32px 0 48px;
}

.k24-breadcrumbs {
    margin-bottom: 20px;
}

.k24-breadcrumbs__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
}

.k24-breadcrumbs__item:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
}

.k24-breadcrumbs a {
    color: #475569;
    text-decoration: none;
}

.k24-city-switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    padding-bottom: 16px;
    color: #cbd5e1;
}

.k24-city-switcher__label {
    font-size: 14px;
    color: #94a3b8;
}

.k24-city-switcher__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.k24-city-switcher__item {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(203, 213, 225, 0.25);
    color: #e2e8f0;
    text-decoration: none;
    font-size: 13px;
}

.k24-city-switcher__item.is-active {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(96, 165, 250, 0.45);
}

.k24-page-intro,
.k24-card,
.k24-section {
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.k24-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.k24-kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 20px 0;
}

.k24-kpi {
    background: #e2e8f0;
    border-radius: 14px;
    padding: 16px;
}

.k24-title {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.2;
}

.k24-subtitle {
    margin: 0 0 16px;
    color: #475569;
    font-size: 18px;
}

.k24-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 700;
}

.k24-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.k24-button {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 10px;
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.k24-button--secondary {
    background: #e2e8f0;
    color: #0f172a;
}

.k24-section__eyebrow {
    margin: 0 0 12px;
    color: #888888;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.k24-home-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(280px, 1fr);
    align-items: center;
    min-height: 600px;
    margin-bottom: 80px;
    padding: 80px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(94deg, #f4f4f4 2%, #f9f9f9 28%, #f3f3f3 52%, #fefefe 78%, #f0f0f0 97%);
}

.k24-home-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.k24-home-hero__price {
    margin: 0;
    color: #083b78;
    font-size: clamp(64px, 7vw, 100px);
    line-height: 0.8;
    font-weight: 500;
    text-transform: uppercase;
}

.k24-home-hero__title {
    max-width: 720px;
    margin: 0;
    color: #1e1e1e;
    font-size: clamp(34px, 3.2vw, 46px);
    line-height: 1.1;
    font-weight: 500;
}

.k24-home-hero__title span {
    color: #083b78;
}

.k24-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 42px;
}

.k24-home-hero__button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 20px;
    background: #083b78;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    text-decoration: none;
}

.k24-home-hero__button--accent {
    background: linear-gradient(90deg, #2c6cfd 0%, #963ddb 100%);
}

.k24-home-hero__visual {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    opacity: 0.9;
}

.k24-home-hero__visual img {
    width: min(420px, 100%);
    height: auto;
    transform: rotate(-10deg);
    filter: drop-shadow(0 34px 50px rgba(8, 59, 120, 0.16));
}

.k24-home-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 80px;
}

.k24-home-stats h2 {
    max-width: 752px;
    margin: 0;
    color: #000000;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.k24-home-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
}

.k24-home-stat {
    display: flex;
    min-height: 228px;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border-radius: 20px;
    background: #f7f7f7;
}

.k24-home-stat strong {
    color: #083b78;
    font-size: clamp(54px, 5.5vw, 80px);
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.k24-home-stat strong span {
    font-size: 22px;
    font-weight: 500;
}

.k24-home-stat p {
    margin: 0;
    color: #242424;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}

.k24-promotion-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(280px, 1fr);
    align-items: center;
    min-height: 600px;
    margin-bottom: 80px;
    padding: 80px;
    overflow: hidden;
    border-radius: 20px;
    background: var(--k24-bg-light-gradient);
    box-sizing: border-box;
}

.k24-promotion-hero-slider {
    position: relative;
    margin-bottom: 80px;
}

.k24-promotion-hero-slider .k24-promotion-hero {
    margin-bottom: 0;
}

.k24-promotion-hero__slide[hidden] {
    display: none !important;
}

.k24-promotion-hero-slider__controls {
    position: absolute;
    right: 32px;
    bottom: 32px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(10px);
}

.k24-promotion-hero-slider__arrow,
.k24-promotion-hero-slider__dot {
    padding: 0;
    border: 0;
    cursor: pointer;
}

.k24-promotion-hero-slider__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #083b78;
    color: #ffffff;
    font: inherit;
    font-size: 16px;
    line-height: 1;
}

.k24-promotion-hero-slider__dots {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.k24-promotion-hero-slider__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(8, 59, 120, 0.3);
}

.k24-promotion-hero-slider__dot.is-active {
    width: 22px;
    border-radius: 999px;
    background: #083b78;
}

.k24-promotion-hero--dark {
    background: #15191d var(--k24-bg-dark-image) center / cover no-repeat;
}

.k24-promotion-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 720px;
}

.k24-promotion-hero__title {
    margin: 0 0 16px;
    color: #083b78;
    font-size: clamp(64px, 7vw, 100px);
    line-height: 0.8;
    font-weight: 500;
}

.k24-promotion-hero__subtitle {
    margin: 0;
    color: #1e1e1e;
    font-size: clamp(34px, 3.2vw, 46px);
    line-height: 1.1;
    font-weight: 500;
}

.k24-promotion-hero__subtitle span {
    color: #083b78;
}

.k24-promotion-hero--dark .k24-promotion-hero__title,
.k24-promotion-hero--dark .k24-promotion-hero__subtitle span {
    color: #ffdd00;
}

.k24-promotion-hero--dark .k24-promotion-hero__subtitle {
    color: #ffffff;
    font-weight: 700;
}

.k24-promotion-hero__description {
    max-width: 520px;
    margin: 18px 0 0;
    color: rgba(30, 30, 30, 0.7);
    font-size: 18px;
    line-height: 1.25;
}

.k24-promotion-hero--dark .k24-promotion-hero__description {
    color: rgba(255, 255, 255, 0.6);
}

.k24-promotion-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 58px;
}

.k24-promotion-hero__button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    border-radius: 20px;
    background: #083b78;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.14);
}

.k24-promotion-hero--dark .k24-promotion-hero__button {
    background: #ffffff;
    color: #222121;
}

.k24-promotion-hero__button--max {
    background: linear-gradient(90deg, #2c6cfd 0%, #963ddb 100%);
}

.k24-promotion-hero--dark .k24-promotion-hero__button--max {
    background: linear-gradient(90deg, #2c6cfd 0%, #963ddb 100%);
    color: #ffffff;
}

.k24-promotion-hero__visual {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    width: 44%;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
}

.k24-promotion-hero__visual img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 34px 50px rgba(8, 59, 120, 0.14));
    transform: translate(4%, 5%) scale(1.05);
    transform-origin: right bottom;
}

.k24-promotion-hero--no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.k24-promotion-hero--no-image .k24-promotion-hero__content {
    max-width: 760px;
    align-items: center;
}

.k24-promotion-hero--no-image .k24-promotion-hero__description {
    margin-right: auto;
    margin-left: auto;
}

.k24-promotion-hero--no-image .k24-promotion-hero__actions {
    justify-content: center;
}

.k24-urgent-acceptance {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 80px;
}

.k24-urgent-acceptance h2 {
    max-width: 752px;
    margin: 0;
    color: #000000;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.k24-urgent-acceptance__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
}

.k24-urgent-acceptance__card {
    display: flex;
    height: 228px;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border-radius: 20px;
    background: #f7f7f7;
    box-sizing: border-box;
}

.k24-urgent-acceptance__top,
.k24-urgent-acceptance__bottom {
    margin: 0;
    color: #242424;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}

.k24-urgent-acceptance__value {
    margin: 0;
    color: #083b78;
    font-size: clamp(54px, 5.5vw, 80px);
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.k24-urgent-acceptance__value span {
    font-size: 22px;
    font-weight: 500;
}

.k24-urgent-acceptance__under {
    width: 100%;
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    box-sizing: border-box;
}

.k24-urgent-acceptance__under p {
    margin: 0 0 0.6em;
}

.k24-urgent-acceptance__under p:last-child {
    margin-bottom: 0;
}

.k24-calc-metal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 0 0 80px;
}

.k24-calc-metal__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(666px, 100%);
    text-align: center;
}

.k24-calc-metal__eyebrow {
    margin: 0 0 12px;
    color: #888888;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-calc-metal__title {
    margin: 0;
    color: #000000;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-calc-metal__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 625px;
    align-items: stretch;
    width: 100%;
    overflow: visible;
    border-radius: 20px;
    background: #f7f7f7;
}

.k24-calc-metal__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    width: 651px;
    padding: 50px;
    box-sizing: border-box;
}

.k24-calc-metal__fields,
.k24-calc-metal__request {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.k24-calc-metal__fields {
    gap: 16px;
    width: 100%;
}

.k24-calc-metal__field[hidden],
.k24-calc-metal__field-group[hidden],
.k24-calc-metal__result[hidden],
.k24-calc-metal .js-k24-calc-metal-details[hidden] {
    display: none !important;
}

.k24-calc-metal__request {
    gap: 12px;
    width: 340px;
}

.k24-calc-metal__lead,
.k24-calc-tech__lead {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.k24-calc-metal__lead-body,
.k24-calc-tech__lead-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.k24-calc-metal__lead-body[hidden],
.k24-calc-tech__lead-body[hidden],
.k24-calc-metal__messenger[hidden],
.k24-calc-tech__messenger[hidden],
.k24-calc-metal__call-row[hidden],
.k24-calc-tech__call-row[hidden] {
    display: none !important;
}

.k24-calc-metal__field--office,
.k24-calc-tech__field--office {
    position: relative;
    width: min(50%, 340px);
    max-width: 100%;
}

.k24-custom-select,
.k24-office-select {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

.k24-custom-select__trigger,
.k24-office-select__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 14px 44px 14px 16px;
    border: 1px solid #083b78;
    border-radius: 16px;
    background-color: #f1f1f1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23083B78' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
    color: #121821;
    font: inherit;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.k24-custom-select__trigger:hover,
.k24-office-select__trigger:hover {
    background-color: #ffffff;
}

.k24-custom-select.is-open .k24-custom-select__trigger,
.k24-office-select.is-open .k24-office-select__trigger {
    background-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(8, 59, 120, 0.12);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 6.5L6 1.5L11 6.5' stroke='%23083B78' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.k24-custom-select__value,
.k24-office-select__value {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k24-custom-select:not(.is-selected) .k24-custom-select__value,
.k24-office-select:not(.is-selected) .k24-office-select__value {
    color: #6b7280;
}

.k24-custom-select__dropdown,
.k24-office-select__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 40;
    display: grid;
    gap: 4px;
    max-height: min(320px, 50vh);
    overflow: auto;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    box-sizing: border-box;
}

.k24-custom-select__dropdown[hidden],
.k24-office-select__dropdown[hidden] {
    display: none !important;
}

.k24-custom-select__option,
.k24-office-select__option {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #374151;
    font: inherit;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}

.k24-custom-select__option:hover,
.k24-custom-select__option:focus-visible,
.k24-office-select__option:hover,
.k24-office-select__option:focus-visible {
    background: #f3f6fb;
    color: #163a70;
    outline: none;
}

.k24-custom-select__option.is-active,
.k24-office-select__option.is-active {
    background: #e8eef8;
    color: #083b78;
}

.k24-calc-metal__field--office .k24-calc-metal__input,
.k24-calc-tech__field--office .k24-calc-tech__input {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 44px;
    background-color: #f1f1f1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23083B78' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
    cursor: pointer;
}

.k24-calc-metal__field--office .k24-calc-metal__input:focus,
.k24-calc-tech__field--office .k24-calc-tech__input:focus {
    outline: none;
    border-color: #083b78;
    box-shadow: 0 0 0 2px rgba(8, 59, 120, 0.12);
}

.k24-calc-metal__messengers,
.k24-calc-tech__messengers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: center;
}

.k24-calc-metal__messengers-label,
.k24-calc-tech__messengers-label,
.k24-calc-metal__or,
.k24-calc-tech__or {
    margin: 0;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
}

.k24-calc-metal__messengers-list,
.k24-calc-tech__messengers-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.k24-calc-metal__call,
.k24-calc-tech__call {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
}

.k24-calc-metal__call-label,
.k24-calc-tech__call-label {
    margin: 0;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
}

.k24-calc-metal__call-list,
.k24-calc-tech__call-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.k24-calc-metal__call-row,
.k24-calc-tech__call-row {
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}

.k24-calc-metal__call-link,
.k24-calc-tech__call-link {
    color: #083b78;
    text-decoration: none;
    font-weight: 600;
}

.k24-calc-metal__call-link:hover,
.k24-calc-tech__call-link:hover {
    text-decoration: underline;
}

.k24-calc-metal__lead-form,
.k24-calc-tech__lead-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.k24-calc-metal__messenger,
.k24-calc-tech__messenger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.k24-calc-metal__messenger img,
.k24-calc-tech__messenger img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.k24-calc-metal__consent,
.k24-calc-tech__consent {
    margin: 0;
    color: #8b8b8b;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 400;
}

.k24-calc-metal__consent a,
.k24-calc-tech__consent a {
    color: #083b78;
    text-decoration: underline;
}

.k24-calc-metal__field-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.k24-calc-metal__field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 320px;
}

.k24-calc-metal__label {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-calc-metal__field-group > .k24-calc-metal__label {
    display: block;
    margin-bottom: 7px;
}

.k24-calc-metal__label span {
    font-size: 12px;
}

.k24-calc-metal__options {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 551px;
}

.k24-calc-metal__options[data-probe-options] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.k24-calc-metal__options[data-probe-options] .k24-calc-metal__option {
    width: 100%;
    min-width: 0;
    padding: 0 10px;
}

.k24-calc-metal__option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 17px;
    border: 1px solid #cccccc;
    border-radius: 12px;
    background: #f1f1f1;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    cursor: pointer;
    opacity: 0.5;
    box-sizing: border-box;
}

.k24-calc-metal__option.is-active {
    border-color: #083b78;
    background: #e0e8f2;
    opacity: 1;
}

.k24-calc-metal__input {
    width: 320px;
    height: 44px;
    padding: 0 17px;
    border: 1px solid #cccccc;
    border-radius: 12px;
    background: #f1f1f1;
    color: #000000;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    box-sizing: border-box;
}

.k24-calc-metal__input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.k24-calc-metal__result {
    display: flex;
    align-items: center;
}

.k24-calc-metal__result-label {
    width: 170px;
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-calc-metal__result-value {
    margin: 0;
    color: #083b78;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
}

.k24-calc-metal__note {
    width: 340px;
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
}

.k24-calc-metal__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 44px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 12px;
    background: #083b78;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    cursor: pointer;
}

.k24-calc-metal__submit:disabled,
.k24-calc-tech__submit:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.k24-calc-metal__media {
    position: relative;
    align-self: stretch;
    width: 625px;
    min-height: 0;
    border-radius: 20px;
    overflow: hidden;
}

.k24-calc-metal__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.k24-calc-tech {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 0 0 80px;
}

.k24-calc-tech__head,
.k24-tech-categories__head,
.k24-requirements__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: min(666px, 100%);
    text-align: center;
}

.k24-calc-tech__eyebrow,
.k24-tech-categories__eyebrow,
.k24-requirements__eyebrow {
    margin: 0;
    color: #888888;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-calc-tech__title,
.k24-tech-categories__title,
.k24-requirements__title {
    margin: 0;
    color: #000000;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-calc-tech__description {
    width: min(628px, 100%);
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

.k24-calc-tech__card {
    width: min(960px, 100%);
    padding: 48px 56px;
    border-radius: 20px;
    background: #f7f7f7;
    box-sizing: border-box;
}

.k24-calc-tech__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 848px;
    margin: 0 auto;
}

.k24-calc-tech__disclaimer {
    margin: 0 0 8px;
    color: rgba(0, 0, 0, 0.55);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 400;
}

.k24-calc-tech__price {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 100%;
    width: 100%;
    margin: 4px 0 0;
}

.k24-calc-tech__price-label {
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-calc-tech__price-value {
    margin: 0;
    color: #083b78;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
}

.k24-calc-tech__condition[hidden],
.k24-calc-tech__price[hidden],
.k24-calc-tech .js-k24-calc-condition[hidden] {
    display: none !important;
}

.k24-calc-tech__cascade {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: flex-end;
    width: 100%;
}

.k24-calc-tech__cascade .js-k24-calc-dynamic-steps {
    display: contents;
}

.k24-calc-tech__cascade > .k24-calc-tech__field,
.k24-calc-tech__cascade .js-k24-calc-step {
    position: relative;
    z-index: 1;
    flex: 1 1 200px;
    min-width: 180px;
    max-width: 280px;
}

.k24-calc-tech__cascade .js-k24-calc-condition {
    position: relative;
    z-index: 1;
    flex: 1 1 200px;
    min-width: 180px;
    max-width: 280px;
}

.k24-calc-tech__cascade .k24-custom-select.is-open,
.k24-calc-tech__cascade .js-k24-calc-step.is-open,
.k24-calc-tech__cascade .js-k24-calc-condition.is-open {
    z-index: 20;
}

.k24-calc-tech__tech-hint {
    display: block;
    margin: -2px 0 0;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 400;
}

.k24-calc-tech__tech-hint[hidden] {
    display: none !important;
}

.k24-calc-tech__label {
    color: #000000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-calc-tech__label span {
    font-size: 12px;
}

.k24-calc-tech__input,
.k24-calc-tech__upload {
    width: 100%;
    min-height: 56px;
    padding: 0 17px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    background: #f1f1f1;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    box-sizing: border-box;
}

select.k24-calc-tech__input,
.k24-calc-tech__input.k24-calc-tech__select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 44px;
    background-color: #f1f1f1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23083B78' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
    cursor: pointer;
}

select.k24-calc-tech__input:focus,
.k24-calc-tech__input.k24-calc-tech__select:focus {
    outline: none;
    border-color: #083b78;
    box-shadow: 0 0 0 2px rgba(8, 59, 120, 0.12);
}

.k24-calc-tech__input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.k24-calc-tech__upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.k24-calc-tech__upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.k24-calc-tech__upload small {
    display: block;
    font-size: 10px;
    line-height: 1.2;
}

.k24-calc-tech__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 0 16px;
    border: 0;
    border-radius: 20px;
    background: #083b78;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    cursor: pointer;
}

.k24-tech-categories,
.k24-requirements {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 0 0 80px;
}

.k24-tech-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
}

.k24-tech-category-card {
    display: flex;
    min-height: 317px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 30px 42px;
    border-radius: 20px;
    background: #f8f8f8;
    text-align: center;
    box-sizing: border-box;
}

.k24-tech-category-card__title {
    margin: 0;
    color: #0b0a0a;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.k24-tech-category-card__text,
.k24-tech-category-card__text p {
    margin: 0;
    color: #0b0a0a;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

.k24-requirements__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.k24-requirements__item {
    display: flex;
    gap: 12px;
    min-height: 102px;
    padding: 30px;
    border-radius: 20px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.k24-requirements__check {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.k24-requirements__item h3 {
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-requirements__text,
.k24-requirements__text p {
    margin: 8px 0 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 1.35;
}

.k24-requirements__under {
    width: 100%;
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    box-sizing: border-box;
}

.k24-requirements__under p {
    margin: 0 0 0.6em;
}

.k24-requirements__under p:last-child {
    margin-bottom: 0;
}

.k24-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.k24-list__item {
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.k24-list__item h3,
.k24-card h3,
.k24-section h2 {
    margin-top: 0;
}

.k24-muted {
    color: #64748b;
}

.k24-html > *:first-child {
    margin-top: 0;
}

.k24-html > *:last-child {
    margin-bottom: 0;
}

.k24-content-page {
    margin: 20px 0 80px;
}

.k24-content-page__hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 240px;
    margin: 0 auto 60px;
    padding: 24px 32px;
    border-radius: 20px;
    background: var(--k24-bg-dark-gradient);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    box-sizing: border-box;
    text-align: center;
}

.k24-content-page__hero-title {
    max-width: 850px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 600;
}

.k24-content-page__body {
    display: flex;
    justify-content: center;
}

.k24-content-page__content {
    width: 100%;
    max-width: 850px;
    color: #494848;
    font-size: 18px;
    line-height: 1.45;
}

.k24-content-page__content h1,
.k24-content-page__content h2,
.k24-content-page__content h3 {
    margin: 34px 0 18px;
    color: #2c2c2c;
    line-height: 1.18;
    font-weight: 600;
}

.k24-content-page__content h1 {
    font-size: 34px;
}

.k24-content-page__content h2 {
    font-size: 30px;
}

.k24-content-page__content h3 {
    font-size: 24px;
}

.k24-content-page__content p,
.k24-content-page__content ul,
.k24-content-page__content ol {
    margin: 0 0 18px;
}

.k24-content-page__content ul,
.k24-content-page__content ol {
    padding-left: 26px;
}

.k24-content-page__content li + li {
    margin-top: 10px;
}

.k24-content-page__content a {
    color: #083b78;
    font-weight: 500;
}

.k24-about-page {
    margin: 20px 0 80px;
}

.k24-about-page .k24-contacts-page {
    margin: 0;
}

.k24-about-page .k24-documents {
    margin-top: 70px;
    margin-bottom: 70px;
}

.k24-about-page .k24-team {
    margin-top: 70px;
    margin-bottom: 70px;
}

.k24-about-intro {
    width: 100%;
    max-width: 1290px;
    margin-bottom: 70px;
    margin-right: auto;
    margin-left: auto;
}

.k24-about-intro__hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 240px;
    margin: 0 auto 50px;
    padding: 24px 32px;
    border-radius: 20px;
    background: var(--k24-bg-dark-gradient);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    box-sizing: border-box;
    text-align: center;
}

.k24-about-intro__title {
    max-width: 850px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 600;
}

.k24-about-intro__body {
    width: 100%;
    margin: 0 auto;
}

.k24-about-intro__card {
    width: 100%;
    margin: 0 auto;
    padding: 36px 42px;
    border-radius: 20px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.k24-about-intro__content {
    color: #494848;
    font-size: 18px;
    line-height: 1.45;
}

.k24-about-intro__content a {
    color: #083b78;
    font-weight: 600;
}

.k24-about-section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0 auto 30px;
    text-align: center;
}

.k24-about-section-head__eyebrow {
    margin: 0;
    color: #888888;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-about-section-head__title {
    margin: 0;
    color: #000000;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-about-requisites {
    width: min(1290px, calc(100% - 32px));
    margin: 0 auto 70px;
}

.k24-about-requisites__card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border-radius: 20px;
    background: #e5e7eb;
}

.k24-about-requisites__item {
    min-height: 104px;
    padding: 24px 28px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.k24-about-requisites__label {
    margin-bottom: 8px;
    color: rgba(44, 44, 44, 0.6);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-about-requisites__value {
    color: #1c1c1c;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
}

.k24-about-requisites__value a {
    color: inherit;
    text-decoration: none;
}

.k24-about-requisites__value a:hover {
    color: #083b78;
}

.k24-empty {
    color: #64748b;
    font-style: italic;
}

.k24-seo-text {
    width: min(850px, 100%);
    margin: 40px auto 80px;
}

.k24-seo-text--top + .k24-seo-text--bottom {
    margin-top: -40px;
}

.k24-seo-text__content {
    display: block;
    width: 100%;
    color: #3a3a3a;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.k24-seo-text__chunk + .k24-seo-text__chunk {
    margin-top: 12px;
}

.k24-seo-text__content h1,
.k24-seo-text__content h2,
.k24-seo-text__content h3 {
    width: 100%;
    margin: 28px 0 0;
    color: #000000;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 500;
}

.k24-seo-text__content h1:first-child,
.k24-seo-text__content h2:first-child,
.k24-seo-text__content h3:first-child {
    margin-top: 0;
}

.k24-seo-text__content p,
.k24-seo-text__content ul,
.k24-seo-text__content ol {
    width: 100%;
    margin: 0;
}

.k24-seo-text__content p + p,
.k24-seo-text__content p + ul,
.k24-seo-text__content p + ol,
.k24-seo-text__content ul + p,
.k24-seo-text__content ol + p,
.k24-seo-text__content ul + ul,
.k24-seo-text__content ol + ol,
.k24-seo-text__content h1 + p,
.k24-seo-text__content h2 + p,
.k24-seo-text__content h3 + p,
.k24-seo-text__content h1 + ul,
.k24-seo-text__content h2 + ul,
.k24-seo-text__content h3 + ul,
.k24-seo-text__content h1 + ol,
.k24-seo-text__content h2 + ol,
.k24-seo-text__content h3 + ol {
    margin-top: 12px;
}

.k24-seo-text__content ul,
.k24-seo-text__content ol {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 24px;
    color: #444444;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.k24-seo-text__content li {
    margin: 0;
    padding-left: 0;
}

.k24-seo-text__content strong,
.k24-seo-text__content b {
    font-weight: 600;
}

.k24-seo-text__content a {
    color: #083b78;
    font-weight: 600;
}

.k24-article-detail {
    margin: 40px 0 80px;
}

.k24-article-detail__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1290px;
    min-height: 240px;
    margin: 0 auto 80px;
    padding: 24px 32px;
    background: #f8f8f8;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
}

.k24-article-detail__hero-title {
    max-width: 670px;
    margin: 0 auto;
    color: #2c2c2c;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 600;
}

.k24-article-detail__hero-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(680px, 100%);
    margin: 12px auto 0;
    gap: 12px 20px;
    color: rgba(27, 27, 27, 0.7);
    font-size: 14px;
    line-height: 1.2;
}

.k24-article-detail__hero-meta-main {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.k24-article-detail__hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.k24-article-detail__hero-meta-icon {
    flex: 0 0 auto;
}

.k24-article-detail__hero-date {
    margin-left: auto;
    white-space: nowrap;
}

.k24-article-detail__content {
    max-width: 850px;
    margin: 0 auto;
}

.k24-article-detail__content > *:first-child {
    margin-top: 0;
}

.k24-article-detail__content > *:last-child {
    margin-bottom: 0;
}

.k24-article-detail__content h1,
.k24-article-detail__content h2 {
    margin: 0 0 20px;
    color: #2c2c2c;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
}

.k24-article-detail__content h1:not(:first-child),
.k24-article-detail__content h2:not(:first-child) {
    margin-top: 64px;
}

.k24-article-detail__content h3,
.k24-article-detail__content h4 {
    margin: 40px 0 16px;
    color: #2c2c2c;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 600;
}

.k24-article-detail__content p,
.k24-article-detail__content li {
    color: #494848;
    font-size: 18px;
    line-height: 1.38;
}

.k24-article-detail__content p {
    margin: 0 0 16px;
}

.k24-article-detail__content ul,
.k24-article-detail__content ol {
    margin: 0 0 24px;
    padding-left: 26px;
}

.k24-article-detail__content li + li {
    margin-top: 10px;
}

.k24-article-detail__content strong,
.k24-article-detail__content b {
    color: #2c2c2c;
    font-weight: 600;
}

.k24-article-detail__content a {
    color: #083b78;
}

.k24-article-detail__content img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin: 20px 0 40px;
    border-radius: 20px;
    object-fit: cover;
}

.k24-article-detail__content blockquote {
    margin: 32px 0;
    padding-left: 24px;
    border-left: 4px solid #083b78;
    color: #2c2c2c;
}

.k24-article-detail__content hr {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid rgba(27, 27, 27, 0.12);
}

.k24-article-detail__authors {
    width: min(850px, 100%);
    margin: 64px auto 0;
}

.k24-article-detail__authors-title {
    margin: 0 0 24px;
    color: #2c2c2c;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-article-detail__authors-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.k24-article-detail__author {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.k24-article-detail__author-photo {
    display: block;
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    background: #e8eef6;
}

.k24-article-detail__author-photo--placeholder {
    background: linear-gradient(180deg, #e8eef6 0%, #d5e0ef 100%);
}

.k24-article-detail__author-meta {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.k24-article-detail__author-name {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
}

.k24-article-detail__author-name:hover {
    color: #083b78;
}

.k24-article-detail__author-position {
    color: #888888;
    font-size: 13px;
    line-height: 1.3;
}

.k24-articles-list-page {
    margin: 20px 0 80px;
}

.k24-articles-list-page__hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    margin-bottom: 60px;
    padding: 24px;
    border-radius: 20px;
    background: var(--k24-bg-dark-gradient);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    box-sizing: border-box;
    text-align: center;
}

.k24-articles-list-page__title {
    margin: 0;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 600;
}

.k24-articles-list-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 30px;
    align-items: start;
}

.k24-articles-list-page__main {
    min-width: 0;
}

.k24-articles-list-page__topics {
    margin-bottom: 30px;
}

.k24-articles-list-page__section-title {
    margin: 0 0 20px;
    color: #2c2c2c;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-articles-list-page__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.k24-articles-list-page__filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid rgba(27, 27, 27, 0.08);
    border-radius: 30px;
    background: #f8f8f8;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
}

.k24-articles-list-page__filter:hover,
.k24-articles-list-page__filter:focus-visible {
    border-color: rgba(8, 59, 120, 0.3);
    color: #083b78;
}

.k24-articles-list-page__filter.is-active {
    border-color: #083b78;
    background: #083b78;
    color: #ffffff;
}

.k24-articles-list-page__empty {
    margin: 0;
    padding: 32px 0;
}

.k24-articles-list-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.k24-articles-list-page__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
}

.k24-articles-list-page__page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(27, 27, 27, 0.12);
    border-radius: 12px;
    background: #ffffff;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.k24-articles-list-page__page:hover,
.k24-articles-list-page__page:focus-visible {
    border-color: rgba(8, 59, 120, 0.3);
    color: #083b78;
}

.k24-articles-list-page__page.is-active {
    border-color: #083b78;
    background: #083b78;
    color: #ffffff;
}

.k24-articles-list-page__page.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.k24-articles-list-page__page--arrow {
    font-size: 20px;
}

.k24-articles-list-page__sidebar {
    min-width: 0;
}

.k24-articles-list-page__sidebar-title,
.k24-articles-list-page__mobile-title {
    margin: 0 0 30px;
    color: #2c2c2c;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 600;
}

.k24-articles-list-page__popular-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.k24-articles-list-page__popular-card {
    display: flex;
    gap: 20px;
    min-height: 140px;
    padding: 20px 17px;
    border-radius: 20px;
    background: #f8f8f8;
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.k24-articles-list-page__popular-card:hover,
.k24-articles-list-page__popular-card:focus-visible {
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}

.k24-articles-list-page__popular-media {
    display: block;
    flex: 0 0 140px;
    width: 140px;
    height: 100px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, #ececec 0%, #d8dde4 100%);
}

.k24-articles-list-page__popular-media img,
.k24-articles-list-page__popular-media-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.k24-articles-list-page__popular-media img {
    object-fit: cover;
}

.k24-articles-list-page__popular-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    min-width: 0;
}

.k24-articles-list-page__popular-title {
    display: -webkit-box;
    overflow: hidden;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.k24-articles-list-page__popular-description {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(27, 27, 27, 0.7);
    font-size: 14px;
    line-height: 1.4;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.k24-articles-list-page__popular-mobile {
    display: none;
}

.k24-promo-cards--home,
.k24-promo-cards--product {
    margin: 40px 0 32px;
}

.k24-promo-cards__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.k24-promo-cards__eyebrow {
    color: #888888;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-promo-cards__title {
    margin: 0;
    color: #000000;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 600;
}

.k24-promo-cards__slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.k24-promo-card {
    position: relative;
    min-height: 317px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
    isolation: isolate;
}

.k24-promo-card--dark {
    background: var(--k24-bg-dark-gradient);
}

.k24-promo-card--light {
    background: var(--k24-bg-light-gradient);
}

.k24-promo-card--dark::after,
.k24-promo-card--light::after {
    content: none;
}

.k24-promo-card__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    padding: 30px 30px 96px;
    box-sizing: border-box;
}

.k24-promo-card__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
}

.k24-promo-card__heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.k24-promo-card__title {
    font-size: 23px;
    line-height: 1.04;
    font-weight: 600;
}

.k24-promo-card__subtitle {
    font-size: 23px;
    line-height: 1.04;
    font-weight: 600;
}

.k24-promo-card__subtitle-secondary {
    font-size: 23px;
    line-height: 1.04;
    font-weight: 600;
}

.k24-promo-card--dark .k24-promo-card__title {
    color: #ffffff;
}

.k24-promo-card--dark .k24-promo-card__subtitle-secondary {
    color: #ffffff;
}

.k24-promo-card--dark .k24-promo-card__subtitle {
    color: #ffdd00;
}

.k24-promo-card--light .k24-promo-card__title {
    color: #222121;
}

.k24-promo-card--light .k24-promo-card__subtitle-secondary {
    color: #222121;
}

.k24-promo-card--light .k24-promo-card__subtitle {
    color: #163a70;
}

.k24-promo-card__badge {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 14px;
    padding: 0 14px;
    border-radius: 12px;
    background: #ffdd00;
    color: #000000;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.k24-promo-card__cta {
    position: absolute;
    z-index: 4;
    left: 30px;
    bottom: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 60px);
    min-height: 56px;
    padding: 0 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    box-sizing: border-box;
    white-space: nowrap;
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.14);
}

.k24-promo-card__cta--static {
    cursor: default;
}

.k24-promo-card--dark .k24-promo-card__cta {
    background: #ffffff;
    color: #222121;
}

.k24-promo-card--light .k24-promo-card__cta {
    background: #083b78;
    color: #ffffff;
}

.k24-promo-card__image {
    position: absolute;
    right: -18px;
    bottom: -10px;
    z-index: 1;
    display: block;
    width: min(68%, 250px);
    max-width: none;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.k24-promo-card--light .k24-promo-card__image {
    right: -6px;
    bottom: -4px;
    width: min(60%, 220px);
}

.k24-accepted-items--home,
.k24-accepted-items--product {
    margin: 40px 0 60px;
}

.k24-accepted-items__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.k24-accepted-items__eyebrow {
    color: #888888;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-accepted-items__title {
    margin: 0;
    color: #000000;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 600;
}

.k24-accepted-items__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.k24-accepted-items__under {
    width: 100%;
    margin: 30px 0 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    box-sizing: border-box;
}

.k24-accepted-items__under p {
    margin: 0 0 0.6em;
}

.k24-accepted-items__under p:last-child {
    margin-bottom: 0;
}

.k24-acceptance-card {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    border-radius: 20px;
    isolation: isolate;
}

.k24-acceptance-card--light {
    background: var(--k24-bg-light-gradient);
}

.k24-acceptance-card--dark {
    background: var(--k24-bg-dark-gradient);
}

.k24-acceptance-card__title {
    position: relative;
    z-index: 3;
    width: min(100% - 60px, 360px);
    margin: 0;
    padding: 30px 30px 0;
    color: #212020;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.k24-acceptance-card--dark .k24-acceptance-card__title {
    color: #ffffff;
}

.k24-acceptance-card__description {
    position: relative;
    z-index: 3;
    width: min(100% - 60px, 360px);
    margin: 10px 0 0;
    padding: 0 30px;
    color: rgba(33, 32, 32, 0.7);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
    box-sizing: border-box;
}

.k24-acceptance-card__description p {
    margin: 0 0 0.4em;
}

.k24-acceptance-card__description p:last-child {
    margin-bottom: 0;
}

.k24-acceptance-card--dark .k24-acceptance-card__description {
    color: rgba(255, 255, 255, 0.78);
}

.k24-acceptance-card__image {
    position: absolute;
    z-index: 1;
    right: -8px;
    bottom: -12px;
    display: block;
    width: min(64%, 250px);
    max-width: none;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.k24-acceptance-card__cta {
    position: absolute;
    z-index: 4;
    left: 30px;
    bottom: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 143px;
    min-height: 56px;
    padding: 0 16px;
    border-radius: 20px;
    color: #ffffff;
    background: #083b78;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
}

.k24-acceptance-card__cta--static {
    cursor: default;
}

.k24-acceptance-card--dark .k24-acceptance-card__cta {
    color: #222121;
    background: #ffffff;
}

.k24-acceptance-card--diamonds-jewelry .k24-acceptance-card__image {
    right: -8px;
    bottom: -94px;
    width: min(66%, 270px);
}

.k24-acceptance-card--branded-accessories .k24-acceptance-card__image {
    right: -46%;
    bottom: -2px;
    width: 132%;
}

.k24-acceptance-card--smartphones-laptops .k24-acceptance-card__image {
    right: -23%;
    bottom: -128px;
    width: 92%;
}

.k24-acceptance-card--coins .k24-acceptance-card__image {
    right: -18%;
    bottom: -74%;
    width: 108%;
}

.k24-acceptance-card--antiques .k24-acceptance-card__image {
    right: 8px;
    bottom: -30px;
    width: min(58%, 238px);
}

.k24-acceptance-card--watches .k24-acceptance-card__image {
    right: 18px;
    bottom: -110px;
    width: min(46%, 190px);
}

.k24-accepted-items--product_gold .k24-accepted-items__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.k24-accepted-items--product_gold .k24-acceptance-card {
    min-height: 317px;
    background: #f8f8f8;
}

.k24-accepted-items--product_gold .k24-acceptance-card__title {
    width: calc(100% - 120px);
    padding: 30px 60px 0;
    color: #0b0a0a;
    font-size: 24px;
    text-align: center;
}

.k24-accepted-items--product_gold .k24-acceptance-card__description {
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 60px;
    text-align: center;
}

.k24-accepted-items--product_gold .k24-acceptance-card__image {
    right: 50%;
    bottom: 0;
    width: min(72%, 270px);
    transform: translateX(50%);
}

.k24-faq-page {
    margin: 20px 0 80px;
}

.k24-site-map {
    margin: 20px 0 80px;
}

.k24-site-map__hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1290px;
    min-height: 180px;
    margin: 0 auto 40px;
    padding: 24px 32px;
    border-radius: 20px;
    background: var(--k24-bg-dark-gradient);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    box-sizing: border-box;
    text-align: center;
}

.k24-site-map__title {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
}

.k24-site-map__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 40px;
}

.k24-site-map__section-title {
    margin: 0 0 12px;
    color: #0b0a0a;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
}

.k24-site-map__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.k24-site-map__item + .k24-site-map__item {
    margin-top: 8px;
}

.k24-site-map__link {
    color: #083b78;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    text-decoration: none;
}

.k24-site-map__link:hover {
    text-decoration: underline;
}

.k24-faq-page__hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1290px;
    min-height: 240px;
    margin: 0 auto 40px;
    padding: 24px 32px;
    border-radius: 20px;
    background: var(--k24-bg-dark-gradient);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    box-sizing: border-box;
    text-align: center;
}

.k24-faq-page__title {
    max-width: 573px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 600;
}

.k24-faq-accordion--page {
    max-width: 850px;
    margin: 0 auto;
}

.k24-faq-accordion--product {
    max-width: 850px;
    margin: 40px auto 48px;
}

.k24-faq-accordion__head {
    max-width: 573px;
    margin: 0 auto 30px;
    text-align: center;
}

.k24-faq-accordion__eyebrow {
    margin: 0 0 12px;
    color: #8c8b8b;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-faq-accordion__title {
    margin: 0;
    color: #2c2c2c;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-faq-accordion__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.k24-faq-accordion__item {
    overflow: hidden;
    border-radius: 20px;
    background: #f8f8f8;
}

.k24-faq-accordion__item[open] {
    padding-bottom: 20px;
}

.k24-faq-accordion__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 80px;
    padding: 20px 19px;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box;
}

.k24-faq-accordion__summary::-webkit-details-marker {
    display: none;
}

.k24-faq-accordion__question {
    display: block;
    flex: 1 1 auto;
    color: #2c2c2c;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
}

.k24-faq-accordion--product .k24-faq-accordion__question {
    font-size: 24px;
}

.k24-faq-accordion__toggle {
    position: relative;
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: #083b78;
}

.k24-faq-accordion__toggle-line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #ffffff;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.k24-faq-accordion__toggle-line--horizontal {
    width: 18px;
    height: 2px;
}

.k24-faq-accordion__toggle-line--vertical {
    width: 2px;
    height: 18px;
}

.k24-faq-accordion__item[open] .k24-faq-accordion__toggle-line--vertical {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}

.k24-faq-accordion__answer {
    padding: 0 19px;
}

.k24-faq-accordion__answer .k24-html {
    max-width: 755px;
    color: #494848;
    font-size: 16px;
    line-height: 1.38;
}

.k24-faq-accordion__answer p,
.k24-faq-accordion__answer li {
    color: #494848;
    font-size: 16px;
    line-height: 1.38;
}

.k24-faq-accordion__answer p {
    margin: 0 0 16px;
}

.k24-faq-accordion__answer ul,
.k24-faq-accordion__answer ol {
    margin: 0 0 16px;
    padding-left: 24px;
}

.k24-faq-accordion__empty {
    margin: 0;
    text-align: center;
}

.k24-faq-page__actions,
.k24-faq-accordion__actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.k24-faq-page__button,
.k24-faq-accordion__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 200px;
    min-height: 56px;
    padding: 0 16px;
    border-radius: 20px;
    background: #083b78;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.k24-faq-page__button:hover,
.k24-faq-accordion__button:hover {
    background: #0a4d98;
}

.k24-contacts-page {
    margin: 20px 0 80px;
}

.k24-contacts-page__hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1290px;
    min-height: 240px;
    margin: 0 auto 40px;
    padding: 24px 32px;
    border-radius: 20px;
    background: var(--k24-bg-dark-gradient);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    box-sizing: border-box;
    text-align: center;
}

.k24-contacts-page__hero-title {
    max-width: 573px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 600;
}

.k24-contacts-page__locator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 1290px;
    margin: 0 auto 48px;
}

.k24-contacts-page__head {
    max-width: 764px;
    margin-bottom: 20px;
    text-align: center;
}

.k24-contacts-page__eyebrow {
    margin: 0 0 12px;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    opacity: 0.89;
}

.k24-contacts-page__title {
    margin: 0;
    color: #2c2c2c;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-contacts-page__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    width: 100%;
    max-width: 1040px;
    margin-bottom: 30px;
}

.k24-contacts-page__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid rgba(27, 27, 27, 0.08);
    border-radius: 30px;
    background: #f8f8f8;
    color: #2c2c2c;
    cursor: pointer;
    font: inherit;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
}

.k24-contacts-page__tab:hover,
.k24-contacts-page__tab:focus-visible {
    border-color: rgba(8, 59, 120, 0.3);
    color: #083b78;
}

.k24-contacts-page__tab.is-active {
    border-color: #083b78;
    background: #083b78;
    color: #ffffff;
}

.k24-contacts-page__panel {
    display: grid;
    grid-template-columns: 567px minmax(0, 1fr);
    gap: 35px;
    width: 100%;
    height: 519px;
    border-radius: 20px;
    background: #f1f1f1;
    box-sizing: border-box;
}

.k24-contacts-page__offices {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 525px;
    max-height: 471px;
    margin: 30px 0 0 30px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #d9d9d9 transparent;
}

.k24-contacts-page__offices::-webkit-scrollbar {
    width: 6px;
}

.k24-contacts-page__offices::-webkit-scrollbar-track {
    background: transparent;
}

.k24-contacts-page__offices::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #d9d9d9;
}

.k24-contacts-page__office {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
    gap: 12px;
    min-height: 0;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.k24-contacts-page__office[hidden] {
    display: none !important;
}

.k24-contacts-page__office:hover {
    background: #f8fafc;
}

.k24-contacts-page__office.is-active {
    border-color: rgba(8, 59, 120, 0.45);
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(8, 59, 120, 0.08);
}

.k24-contacts-page__office-visual {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 75px;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    background: #e7edf5;
}

.k24-contacts-page__office-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.k24-contacts-page__office-placeholder {
    color: #083b78;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.k24-contacts-page__office-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 1px;
}

.k24-contacts-page__office-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.k24-contacts-page__office-button:focus-visible {
    outline: 2px solid rgba(8, 59, 120, 0.45);
    outline-offset: 3px;
    border-radius: 10px;
}

.k24-contacts-page__office-address {
    color: #1c1c1c;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.k24-contacts-page__office-schedule {
    color: rgba(28, 28, 28, 0.7);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.k24-contacts-page__office-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.k24-contacts-page__office-phone {
    flex: 0 1 auto;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
}

.k24-contacts-page__office-phone:hover {
    color: #083b78;
}

.k24-contacts-page__office-socials {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto;
}

.k24-contacts-page__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.k24-contacts-page__social:hover {
    opacity: 0.82;
}

.k24-contacts-page__social img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.k24-contacts-page__map-card {
    position: relative;
    min-height: 519px;
    overflow: hidden;
    border-radius: 12px;
    background:
        radial-gradient(circle at 50% 50%, rgba(8, 59, 120, 0.14), transparent 28%),
        #dfe8ef;
}

.k24-contacts-page__map-canvas {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
}

.k24-contacts-page__map-canvas.is-ready {
    display: block;
}

.k24-contacts-page__map-frame {
    position: absolute;
    inset: 0;
    display: block;
    color: inherit;
    text-decoration: none;
}

.k24-contacts-page__map-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(0, 0, 0, 0.12) 100%);
    pointer-events: none;
}

.k24-contacts-page__map-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.k24-contacts-page__map-image.is-empty {
    opacity: 0;
}

.k24-contacts-page__map-copy {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    max-width: min(360px, calc(100% - 48px));
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px);
}

.k24-contacts-page__map-copy,
.k24-contacts-page__map-actions {
    display: none !important;
}

.k24-contacts-page__map-city {
    margin: 0 0 4px;
    color: rgba(28, 28, 28, 0.62);
    font-size: 13px;
    line-height: 1.2;
}

.k24-contacts-page__map-title {
    margin: 0 0 6px;
    color: #1c1c1c;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-contacts-page__map-address {
    margin: 0;
    color: #494848;
    font-size: 14px;
    line-height: 1.25;
}

.k24-contacts-page__map-actions {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.k24-contacts-page__map-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 14px;
    background: #083b78;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
}

.k24-contacts-page__map-action:hover {
    background: #0a4d98;
}

.k24-contacts-page__map-action--secondary {
    background: rgba(255, 255, 255, 0.92);
    color: #083b78;
}

.k24-contacts-page__map-action--secondary:hover {
    background: #ffffff;
}

.k24-contacts-page__empty {
    max-width: 850px;
    margin: 0 auto 48px;
    padding: 28px;
    border-radius: 20px;
    background: #f8f8f8;
    text-align: center;
}

.k24-contacts-page__section {
    max-width: 1290px;
    margin-right: auto;
    margin-left: auto;
}

.k24-reviews {
    position: relative;
    width: min(1290px, calc(100% - 32px));
    margin: 70px auto 80px;
    padding-bottom: 48px;
}

.k24-reviews__head,
.k24-documents__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0 auto 30px;
    text-align: center;
}

.k24-reviews__eyebrow,
.k24-documents__eyebrow {
    margin: 0;
    color: #888888;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-reviews__title,
.k24-documents__title {
    margin: 0;
    color: #000000;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-reviews__title {
    width: min(727px, 100%);
}

.k24-reviews__viewport {
    overflow: hidden;
}

.k24-reviews__track {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.k24-reviews__track::-webkit-scrollbar {
    display: none;
}

.k24-reviews-card {
    display: flex;
    flex: 0 0 calc((100% - 60px) / 3);
    min-height: 360px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 26px;
    padding: 30px 21px 30px 28px;
    border-radius: 20px;
    background: #f8f8f8;
    box-sizing: border-box;
    scroll-snap-align: start;
}

.k24-reviews-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.k24-reviews-card__author {
    margin: 0;
    color: #000000;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.k24-reviews-card__rating {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 2.5px;
}

.k24-reviews-card__star {
    display: block;
    width: 26.6px;
    height: 26.6px;
    flex: 0 0 auto;
    background: #ffdd00;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.k24-reviews-card__star--solid {
    mask-image: url("./assets/icons/star_solid.svg");
    -webkit-mask-image: url("./assets/icons/star_solid.svg");
}

.k24-reviews-card__star--outline {
    mask-image: url("./assets/icons/star_outline.svg");
    -webkit-mask-image: url("./assets/icons/star_outline.svg");
}

.k24-reviews-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

.k24-reviews-card__quote {
    display: block;
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    background: #083b78;
    mask: url("./assets/icons/quote.svg") center/contain no-repeat;
    -webkit-mask: url("./assets/icons/quote.svg") center/contain no-repeat;
}

.k24-reviews-card__text,
.k24-reviews-card__text p {
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}

.k24-reviews-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.k24-reviews-card__source {
    color: inherit;
    text-decoration: none;
}

.k24-reviews-card__source:hover {
    color: #083b78;
}

.k24-reviews__arrow {
    position: absolute;
    z-index: 5;
    top: calc(50% + 42px);
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
    color: #222121;
    cursor: pointer;
    line-height: 1;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.k24-reviews__arrow-icon {
    width: 28px;
    height: 28px;
}

.k24-reviews:hover .k24-reviews__arrow,
.k24-reviews:focus-within .k24-reviews__arrow {
    opacity: 1;
}

.k24-reviews__arrow:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.04);
}

.k24-reviews__arrow--prev {
    left: 28px;
}

.k24-reviews__arrow--next {
    right: 28px;
}

.k24-reviews__dots {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: translateX(-50%);
}

.k24-reviews__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(8, 59, 120, 0.28);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.k24-reviews__dot.is-active {
    background: #083b78;
    transform: scale(1.12);
}

.k24-documents {
    width: min(1290px, calc(100% - 32px));
    margin: 80px auto 0;
}

.k24-documents__head {
    width: min(695px, 100%);
    margin-bottom: 24px;
}

.k24-documents__panel {
    padding: 10px;
    border-radius: 20px;
    background: #f7f7f7;
    box-sizing: border-box;
}

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

.k24-documents-card {
    min-width: 0;
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    box-sizing: border-box;
}

.k24-documents-card__content {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 28px;
}

.k24-documents-card__icon {
    display: block;
    width: 61px;
    height: 61px;
}

.k24-documents-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.k24-documents-card__title {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-documents-card__description,
.k24-documents-card__description p {
    margin: 0;
    color: rgba(0, 0, 0, 0.62);
    font-size: 14px;
    line-height: 1.3;
}

.k24-documents-card__button {
    display: inline-flex;
    width: 120px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 0 16px;
    border: 1px solid #083b78;
    border-radius: 20px;
    color: #083b78;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.k24-documents-card__button:hover {
    background: #083b78;
    color: #ffffff;
}

.k24-team {
    width: min(1290px, calc(100% - 32px));
    margin: 80px auto 0;
}

.k24-team__head {
    display: flex;
    width: min(695px, 100%);
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 0 auto 24px;
    text-align: center;
}

.k24-team__eyebrow {
    margin: 0;
    color: #888888;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-team__title {
    margin: 0;
    color: #000000;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 500;
}

.k24-team__panel {
    padding: 10px;
    border-radius: 20px;
    background: #f7f7f7;
    box-sizing: border-box;
}

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

.k24-team-card {
    display: flex;
    min-width: 0;
    height: 100%;
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    box-sizing: border-box;
}

.k24-team-card__content {
    display: flex;
    width: 100%;
    min-height: 280px;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.k24-team-card__photo-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.k24-team-card__photo {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    background: #e8eef6;
}

.k24-team-card__photo--placeholder {
    background: linear-gradient(180deg, #e8eef6 0%, #d5e0ef 100%);
}

.k24-team-card__body {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.k24-team-card__name {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-team-card__position {
    margin: 0;
    color: #083b78;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}

.k24-team-card__description,
.k24-team-card__description p {
    margin: 0;
    color: rgba(0, 0, 0, 0.62);
    font-size: 14px;
    line-height: 1.3;
}

.k24-team-card__button {
    display: inline-flex;
    width: 120px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 0 16px;
    border: 1px solid #083b78;
    border-radius: 20px;
    background: transparent;
    color: #083b78;
    cursor: pointer;
    text-decoration: none;
    font: inherit;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.k24-team-card__button:hover {
    background: #083b78;
    color: #ffffff;
}

.k24-team-detail {
    width: min(850px, calc(100% - 32px));
    margin: 40px auto 80px;
}

.k24-team-detail__hero {
    margin-bottom: 40px;
    padding: 32px;
    border-radius: 20px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.k24-team-detail__hero-inner {
    display: flex;
    align-items: center;
    gap: 28px;
}

.k24-team-detail__photo {
    display: block;
    flex: 0 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    background: #e8eef6;
}

.k24-team-detail__photo--placeholder {
    background: linear-gradient(180deg, #e8eef6 0%, #d5e0ef 100%);
}

.k24-team-detail__intro {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 10px;
}

.k24-team-detail__name {
    margin: 0;
    color: #2c2c2c;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 600;
}

.k24-team-detail__position {
    margin: 0;
    color: #083b78;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
}

.k24-team-detail__description,
.k24-team-detail__description p {
    margin: 0;
    color: #494848;
    font-size: 18px;
    line-height: 1.45;
}

.k24-team-detail__description p + p {
    margin-top: 16px;
}

.k24-team-detail__articles {
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid #ececec;
}

.k24-team-detail__articles-title {
    margin: 0 0 20px;
    color: #2c2c2c;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-team-detail__articles-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.k24-team-detail__article-link {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #083b78;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
}

.k24-team-detail__article-link:hover .k24-team-detail__article-title {
    text-decoration: underline;
}

.k24-team-detail__article-preview {
    display: block;
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    object-fit: cover;
    background: #e8eef6;
}

.k24-team-detail__article-preview--placeholder {
    background: linear-gradient(180deg, #e8eef6 0%, #d5e0ef 100%);
}

.k24-team-detail__article-title {
    min-width: 0;
}

body.k24-team-modal-open {
    overflow: hidden;
}

.k24-team-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.k24-team-modal[hidden] {
    display: none;
}

.k24-team-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 59, 120, 0.45);
}

.k24-team-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-height: min(860px, calc(100vh - 48px));
    overflow: auto;
    padding: 32px;
    border-radius: 20px;
    background: #ffffff;
    box-sizing: border-box;
    outline: none;
}

.k24-team-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #f7f7f7;
    color: #083b78;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.k24-team-modal__layout {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.k24-team-modal__photo-wrap {
    display: flex;
    justify-content: center;
}

.k24-team-modal__photo {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    background: #e8eef6;
}

.k24-team-modal__photo--placeholder {
    background: linear-gradient(180deg, #e8eef6 0%, #d5e0ef 100%);
}

.k24-team-modal__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 12px;
    padding-right: 28px;
}

.k24-team-modal__name {
    margin: 0;
    color: #000000;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-team-modal__position {
    margin: 0;
    color: #083b78;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.k24-team-modal__description,
.k24-team-modal__description p {
    margin: 0;
    color: rgba(0, 0, 0, 0.72);
    font-size: 16px;
    line-height: 1.45;
}

.k24-team-modal__articles {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    padding-top: 20px;
    border-top: 1px solid #ececec;
}

.k24-team-modal__articles[hidden] {
    display: none;
}

.k24-team-modal__articles-title {
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
}

.k24-team-modal__articles-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.k24-team-modal__article-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #083b78;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
}

.k24-team-modal__article-link:hover .k24-team-modal__article-title {
    text-decoration: underline;
}

.k24-team-modal__article-preview {
    display: block;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    background: #e8eef6;
}

.k24-team-modal__article-preview--placeholder {
    background: linear-gradient(180deg, #e8eef6 0%, #d5e0ef 100%);
}

.k24-team-modal__article-title {
    min-width: 0;
}

.k24-articles-cards {
    margin: 32px 0;
}

.k24-articles-cards__head {
    margin-bottom: 30px;
}

.k24-articles-cards__title {
    margin: 0;
    color: #2c2c2c;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-articles-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.k24-articles-card {
    min-width: 0;
}

.k24-articles-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 534px;
    padding: 20px 17px;
    border-radius: 20px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.k24-articles-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 20px;
    min-height: 0;
}

.k24-articles-card__media {
    display: block;
    overflow: hidden;
    height: 250px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ececec 0%, #d8dde4 100%);
}

.k24-articles-card__media img,
.k24-articles-card__media-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.k24-articles-card__media img {
    object-fit: cover;
}

.k24-articles-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: rgba(27, 27, 27, 0.7);
    font-size: 14px;
    line-height: 1.2;
}

.k24-articles-card__meta-main {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.k24-articles-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.k24-articles-card__meta-icon {
    flex: 0 0 auto;
}

.k24-articles-card__meta-date {
    margin-left: auto;
    white-space: nowrap;
}

.k24-articles-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.k24-articles-card__title {
    margin: 0;
    color: #2c2c2c;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
}

.k24-articles-card__title a {
    color: inherit;
    text-decoration: none;
}

.k24-articles-card__title a:hover {
    color: #083b78;
}

.k24-articles-card__description {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #494848;
    font-size: 16px;
    line-height: 1.2;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.k24-articles-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-width: 143px;
    min-height: 56px;
    margin-top: 16px;
    padding: 0 16px;
    border-radius: 20px;
    background: #083b78;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    box-sizing: border-box;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.k24-articles-card__button:hover {
    background: #0a4d98;
}

@media (max-width: 1024px) {
    .k24-container {
        width: min(768px, calc(100% - 32px));
    }

    .k24-calc-metal__title {
        width: 430px;
        max-width: 100%;
        font-size: 30px;
    }

    .k24-calc-metal__card {
        display: flex;
        padding: 50px;
        box-sizing: border-box;
    }

    .k24-calc-metal__form {
        width: 551px;
        padding: 0;
    }

    .k24-calc-metal__media {
        display: none;
    }

    .k24-calc-tech {
        margin-bottom: 56px;
    }

    .k24-calc-tech__title,
    .k24-tech-categories__title,
    .k24-requirements__title {
        font-size: 30px;
    }

    .k24-calc-tech__card {
        width: min(860px, 100%);
        padding: 40px 40px;
    }

    .k24-tech-categories,
    .k24-requirements {
        margin-bottom: 56px;
    }

    .k24-tech-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .k24-tech-category-card {
        min-height: 260px;
        padding: 28px 24px;
    }

    .k24-requirements__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .k24-content-page {
        margin: 24px 0 64px;
    }

    .k24-content-page__hero {
        min-height: 140px;
        margin-bottom: 40px;
        padding: 20px 24px;
    }

    .k24-content-page__hero-title {
        max-width: 560px;
        font-size: 32px;
    }

    .k24-content-page__content {
        max-width: 700px;
        font-size: 16px;
        line-height: 1.45;
    }

    .k24-about-page {
        margin: 24px 0 64px;
    }

    .k24-about-page .k24-documents {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .k24-about-page .k24-team {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .k24-about-intro,
    .k24-about-requisites {
        margin-bottom: 64px;
    }

    .k24-about-intro {
        max-width: 700px;
    }

    .k24-about-intro__hero {
        min-height: 140px;
        margin-bottom: 40px;
        padding: 20px 24px;
    }

    .k24-about-intro__title {
        max-width: 560px;
        font-size: 32px;
    }

    .k24-about-intro__card {
        padding: 30px 34px;
    }

    .k24-about-intro__content,
    .k24-about-requisites__value {
        font-size: 16px;
    }

    .k24-about-section-head__title {
        font-size: 30px;
    }

    .k24-about-requisites {
        width: min(700px, calc(100% - 32px));
    }

    .k24-about-requisites__card {
        grid-template-columns: 1fr;
    }

    .k24-seo-text {
        width: min(700px, 100%);
        margin: 40px auto 64px;
    }

    .k24-seo-text__content {
        font-size: 18px;
    }

    .k24-home-hero {
        grid-template-columns: minmax(0, 1fr) 220px;
        min-height: 424px;
        margin-bottom: 56px;
        padding: 40px;
    }

    .k24-home-hero__actions {
        margin-top: 20px;
    }

    .k24-home-stats {
        margin-bottom: 56px;
    }

    .k24-home-stats h2 {
        font-size: 32px;
    }

    .k24-home-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .k24-home-stat {
        min-height: 180px;
    }

    .k24-promotion-hero {
        grid-template-columns: minmax(0, 1fr) 220px;
        min-height: 481px;
        margin-bottom: 56px;
        padding: 40px;
    }

    .k24-promotion-hero-slider {
        margin-bottom: 56px;
    }

    .k24-promotion-hero-slider__controls {
        right: 24px;
        bottom: 24px;
    }

    .k24-promotion-hero__content {
        width: 100%;
    }

    .k24-promotion-hero__title {
        font-size: 80px;
    }

    .k24-promotion-hero__subtitle {
        font-size: 28px;
    }

    .k24-promotion-hero__actions {
        margin-top: 32px;
    }

    .k24-promotion-hero__visual {
        width: 44%;
    }

    .k24-urgent-acceptance {
        margin-bottom: 56px;
    }

    .k24-urgent-acceptance h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .k24-urgent-acceptance__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .k24-urgent-acceptance__card {
        height: 228px;
    }

    .k24-header__top {
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px 14px;
        padding: 14px 0 12px;
    }

    .k24-header__identity {
        gap: 12px;
    }

    .k24-logo__image {
        height: 36px;
    }

    .k24-header__aside {
        width: auto;
        margin-left: auto;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .k24-header__phone {
        align-items: flex-start;
        gap: 2px;
    }

    .k24-header__phone-link {
        font-size: 16px;
        line-height: 1.1;
    }

    .k24-header__phone-note {
        font-size: 10px;
    }

    .k24-header__select-title {
        font-size: 14px;
    }

    .k24-header__select-note {
        font-size: 11px;
    }

    .k24-header__actions {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .k24-header__action {
        min-height: 40px;
        padding: 0 14px;
        font-size: 12px;
    }

    .k24-header__action-brand-image {
        height: 20px;
    }

    .k24-header__action-text--full {
        display: none;
    }

    .k24-header__action-text--short {
        display: inline;
    }

    .k24-header__bottom {
        flex-direction: row;
        align-items: center;
        gap: 12px 16px;
        padding: 12px 0 14px;
    }

    .k24-header__shop-link {
        min-height: 40px;
        padding: 0 14px;
        font-size: 13px;
    }

    .k24-header__shop-text--full {
        display: inline-flex;
    }

    .k24-header__shop-text--short {
        display: none;
    }

    .k24-header__nav {
        justify-content: flex-end;
        flex: 1 1 auto;
        flex-wrap: nowrap;
        gap: 10px 16px;
    }

    .k24-header__nav > .k24-header__nav-link:nth-of-type(n + 3) {
        display: none;
    }

    .k24-header__burger--mobile {
        display: none;
    }

    .k24-header__burger--tablet {
        display: block;
    }

    .k24-header__menu-summary,
    .k24-header__nav-link {
        font-size: 13px;
    }

    .k24-header__select-note--full {
        display: block;
    }

    .k24-header__select-note--short {
        display: none;
    }

    .k24-promo-cards--home,
    .k24-promo-cards--product {
        margin: 32px 0 28px;
    }

    .k24-promo-cards__title {
        font-size: 32px;
    }

    .k24-promo-cards__slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .k24-promo-cards__slider > .k24-promo-card:nth-child(3) {
        grid-column: 1 / -1;
    }

    .k24-promo-card {
        min-height: 300px;
    }

    .k24-promo-card__body {
        padding: 24px 24px 86px;
    }

    .k24-promo-card__title,
    .k24-promo-card__subtitle,
    .k24-promo-card__subtitle-secondary,
    .k24-promo-card__badge {
        font-size: 22px;
    }

    .k24-promo-card__cta {
        left: 24px;
        bottom: 24px;
        max-width: calc(100% - 48px);
        min-height: 52px;
        padding: 0 18px;
        font-size: 15px;
    }

    .k24-promo-card__image {
        right: -8px;
        width: min(62%, 220px);
    }

    .k24-promo-card--light .k24-promo-card__image {
        right: -2px;
        width: min(56%, 200px);
    }

    .k24-accepted-items--home,
    .k24-accepted-items--product {
        margin: 32px 0 56px;
    }

    .k24-accepted-items__title {
        font-size: 30px;
    }

    .k24-accepted-items__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .k24-accepted-items--product_gold .k24-accepted-items__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .k24-accepted-items__grid > .k24-acceptance-card:nth-child(3) {
        order: 4;
    }

    .k24-accepted-items__grid > .k24-acceptance-card:nth-child(4) {
        order: 3;
    }

    .k24-acceptance-card {
        min-height: 317px;
    }

    .k24-acceptance-card__title {
        width: min(100% - 50px, 300px);
        padding: 30px 25px 0;
        font-size: 24px;
    }

    .k24-accepted-items--product_gold .k24-acceptance-card__title {
        width: calc(100% - 50px);
        padding: 30px 25px 0;
    }

    .k24-acceptance-card__cta {
        left: 25px;
        bottom: 28px;
        min-width: 140px;
        min-height: 56px;
    }

    .k24-acceptance-card--diamonds-jewelry .k24-acceptance-card__image {
        right: -22px;
        bottom: -70px;
        width: min(70%, 240px);
    }

    .k24-acceptance-card--branded-accessories .k24-acceptance-card__image {
        right: -58%;
        width: 150%;
    }

    .k24-acceptance-card--smartphones-laptops .k24-acceptance-card__image {
        right: -28%;
        bottom: -110px;
        width: 100%;
    }

    .k24-acceptance-card--coins .k24-acceptance-card__image {
        right: -19%;
        bottom: -60%;
        width: 108%;
    }

    .k24-acceptance-card--antiques .k24-acceptance-card__image {
        right: 4px;
        bottom: -26px;
        width: min(58%, 198px);
    }

    .k24-acceptance-card--watches .k24-acceptance-card__image {
        right: 18px;
        bottom: -104px;
        width: min(46%, 172px);
    }

    .k24-article-detail {
        margin: 32px 0 64px;
    }

    .k24-article-detail__hero {
        max-width: 700px;
        min-height: 140px;
        margin-bottom: 40px;
        padding: 20px 24px;
    }

    .k24-article-detail__hero-title {
        max-width: 476px;
        font-size: 32px;
    }

    .k24-article-detail__hero-meta {
        width: 216px;
    }

    .k24-article-detail__content {
        max-width: 700px;
    }

    .k24-article-detail__authors {
        width: min(700px, 100%);
        margin-top: 48px;
    }

    .k24-article-detail__authors-title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .k24-article-detail__content h1,
    .k24-article-detail__content h2 {
        font-size: 30px;
    }

    .k24-article-detail__content h1:not(:first-child),
    .k24-article-detail__content h2:not(:first-child) {
        margin-top: 48px;
    }

    .k24-article-detail__content h3,
    .k24-article-detail__content h4 {
        font-size: 24px;
    }

    .k24-faq-page {
        margin: 24px 0 64px;
    }

    .k24-site-map {
        margin: 24px 0 64px;
    }

    .k24-site-map__hero {
        max-width: 700px;
        min-height: 140px;
        margin-bottom: 32px;
        padding: 20px 24px;
    }

    .k24-site-map__title {
        font-size: 32px;
    }

    .k24-site-map__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .k24-faq-page__hero {
        max-width: 700px;
        min-height: 140px;
        margin-bottom: 40px;
        padding: 20px 24px;
    }

    .k24-faq-page__title {
        max-width: 490px;
        font-size: 32px;
    }

    .k24-faq-accordion--page {
        max-width: 700px;
    }

    .k24-faq-accordion--product {
        max-width: 700px;
        margin: 32px auto 40px;
    }

    .k24-faq-accordion__title {
        font-size: 30px;
    }

    .k24-faq-accordion__question {
        font-size: 22px;
    }

    .k24-faq-accordion__answer .k24-html {
        max-width: 662px;
        font-size: 16px;
        line-height: 1.38;
    }

    .k24-faq-accordion__answer p,
    .k24-faq-accordion__answer li {
        font-size: 16px;
    }

    .k24-reviews {
        width: min(700px, calc(100% - 32px));
        margin: 70px auto 64px;
    }

    .k24-reviews__title,
    .k24-documents__title {
        font-size: 30px;
    }

    .k24-reviews__track {
        gap: 20px;
    }

    .k24-reviews-card {
        flex-basis: calc((100% - 20px) / 2);
        min-height: 360px;
        gap: 24px;
        padding: 24px;
    }

    .k24-reviews-card__quote {
        width: 44px;
        height: 44px;
    }

    .k24-reviews__arrow {
        width: 44px;
        height: 44px;
    }

    .k24-reviews__arrow-icon {
        width: 26px;
        height: 26px;
    }

    .k24-reviews__arrow--prev {
        left: 20px;
    }

    .k24-reviews__arrow--next {
        right: 20px;
    }

    .k24-documents {
        width: min(700px, calc(100% - 32px));
        margin-top: 64px;
    }

    .k24-documents__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .k24-documents-card {
        padding: 16px;
    }

    .k24-documents-card__content {
        min-height: 240px;
    }

    .k24-team {
        width: min(700px, calc(100% - 32px));
        margin-top: 64px;
    }

    .k24-team__title {
        font-size: 30px;
    }

    .k24-team__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .k24-team-card {
        padding: 16px;
    }

    .k24-team-card__content {
        min-height: 260px;
    }

    .k24-team-detail {
        width: min(700px, calc(100% - 32px));
        margin: 32px auto 64px;
    }

    .k24-team-detail__hero {
        margin-bottom: 32px;
        padding: 24px;
    }

    .k24-team-detail__hero-inner {
        gap: 20px;
    }

    .k24-team-detail__photo {
        width: 120px;
        height: 120px;
    }

    .k24-team-detail__name {
        font-size: 28px;
    }

    .k24-team-detail__position {
        font-size: 16px;
    }

    .k24-team-detail__description,
    .k24-team-detail__description p {
        font-size: 16px;
    }

    .k24-team-detail__articles-title {
        font-size: 24px;
    }

    .k24-team-modal__dialog {
        padding: 28px 24px;
    }

    .k24-team-modal__layout {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 20px;
    }

    .k24-team-modal__photo {
        width: 120px;
        height: 120px;
    }

    .k24-team-modal__name {
        font-size: 24px;
    }

    .k24-contacts-page {
        margin: 24px 0 64px;
    }

    .k24-contacts-page__hero {
        max-width: 700px;
        min-height: 140px;
        margin-bottom: 40px;
        padding: 20px 24px;
    }

    .k24-contacts-page__hero-title {
        max-width: 490px;
        font-size: 32px;
    }

    .k24-contacts-page__locator {
        max-width: 700px;
    }

    .k24-contacts-page__head {
        max-width: 573px;
        margin-bottom: 20px;
    }

    .k24-contacts-page__title {
        font-size: 30px;
    }

    .k24-contacts-page__tabs {
        gap: 4px;
        max-width: 700px;
        margin-bottom: 30px;
    }

    .k24-contacts-page__panel {
        display: block;
        height: auto;
        min-height: 1036px;
        padding: 20px 0 0;
        background: linear-gradient(to bottom, #f1f1f1 0, #f1f1f1 547px, transparent 547px);
    }

    .k24-contacts-page__offices {
        width: auto;
        max-height: 527px;
        margin: 0 20px;
        padding-right: 10px;
    }

    .k24-contacts-page__map-card {
        min-height: 519px;
        margin: -30px 0 0;
        border-radius: 12px;
    }

    .k24-contacts-page__map-copy {
        max-width: 360px;
    }

    .k24-articles-list-page {
        margin: 24px 0 64px;
    }

    .k24-articles-list-page__hero {
        max-width: 700px;
        min-height: 140px;
        margin: 0 auto 40px;
        padding: 20px 24px;
    }

    .k24-articles-list-page__title {
        font-size: 32px;
    }

    .k24-articles-list-page__layout {
        display: block;
    }

    .k24-articles-list-page__main {
        max-width: 700px;
        margin: 0 auto;
    }

    .k24-articles-list-page__topics {
        text-align: center;
    }

    .k24-articles-list-page__section-title {
        font-size: 30px;
    }

    .k24-articles-list-page__filters {
        justify-content: center;
        gap: 4px;
    }

    .k24-articles-list-page__sidebar {
        display: none;
    }

    .k24-articles-list-page__popular-mobile {
        display: block;
        max-width: 700px;
        margin: 80px auto 0;
    }

    .k24-articles-list-page__mobile-title {
        text-align: center;
    }

    .k24-articles-cards {
        margin: 28px 0;
    }

    .k24-articles-cards__head {
        text-align: center;
    }

    .k24-articles-cards__title {
        font-size: 30px;
    }

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

    .k24-articles-card__inner {
        min-height: 579px;
    }

    .k24-footer__card {
        padding: 40px 34px 26px;
    }

    .k24-footer__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px 28px;
    }

    .k24-footer__group--app {
        grid-column: 2 / span 2;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: 8px;
        margin-top: 8px;
    }

    .k24-footer__heading--app {
        display: block;
        max-width: 280px;
    }

    .k24-footer__registry {
        max-width: 280px;
    }

    .k24-footer__bottom {
        grid-template-columns: 1fr;
        gap: 12px;
        justify-items: center;
        text-align: center;
    }

    .k24-footer__bottom-cell--address {
        order: 1;
        max-width: 420px;
    }

    .k24-footer__bottom-cell--legal {
        order: 2;
        max-width: 460px;
    }

    .k24-footer__bottom-cell--disclaimer {
        order: 3;
        max-width: 380px;
    }

    .k24-footer__divider {
        margin: 26px 0 18px;
    }
}

@media (max-width: 480px) {
    .k24-reviews {
        width: min(320px, calc(100% - 20px));
        margin: 70px auto 48px;
        padding-bottom: 40px;
    }

    .k24-reviews__head,
    .k24-documents__head {
        gap: 12px;
        margin-bottom: 30px;
    }

    .k24-reviews__title,
    .k24-documents__title {
        width: min(300px, 100%);
        font-size: 22px;
    }

    .k24-reviews__track {
        gap: 20px;
    }

    .k24-reviews-card {
        flex-basis: 260px;
        min-height: 340px;
        gap: 20px;
        padding: 16px;
    }

    .k24-reviews-card__author {
        font-size: 18px;
    }

    .k24-reviews-card__rating {
        gap: 2.5px;
    }

    .k24-reviews-card__star {
        width: 20px;
        height: 20px;
    }

    .k24-reviews-card__quote {
        width: 36px;
        height: 36px;
    }

    .k24-reviews-card__footer {
        font-size: 12px;
    }

    .k24-reviews__arrow {
        width: 40px;
        height: 40px;
        opacity: 1;
    }

    .k24-reviews__arrow-icon {
        width: 24px;
        height: 24px;
    }

    .k24-reviews__arrow--prev {
        left: 8px;
    }

    .k24-reviews__arrow--next {
        right: 8px;
    }

    .k24-reviews__dots {
        gap: 7px;
    }

    .k24-reviews__dot {
        width: 9px;
        height: 9px;
    }

    .k24-documents {
        width: min(320px, calc(100% - 20px));
        margin-top: 48px;
    }

    .k24-documents__panel {
        padding: 10px;
    }

    .k24-documents__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .k24-documents-card {
        min-height: 200px;
        padding: 12px;
    }

    .k24-documents-card__content {
        min-height: 176px;
        gap: 20px;
    }

    .k24-documents-card__icon {
        width: 32px;
        height: 32px;
    }

    .k24-documents-card__body {
        gap: 12px;
    }

    .k24-documents-card__title {
        font-size: 12px;
    }

    .k24-documents-card__description,
    .k24-documents-card__description p {
        font-size: 12px;
    }

    .k24-documents-card__button {
        width: 100px;
        height: 32px;
        font-size: 12px;
    }

    .k24-team {
        width: min(320px, calc(100% - 20px));
        margin-top: 48px;
    }

    .k24-team__head {
        gap: 12px;
        margin-bottom: 30px;
    }

    .k24-team__title {
        width: min(300px, 100%);
        font-size: 22px;
    }

    .k24-team__panel {
        padding: 10px;
    }

    .k24-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .k24-team-card {
        min-height: 220px;
        padding: 12px;
    }

    .k24-team-card__content {
        min-height: 196px;
        gap: 16px;
    }

    .k24-team-card__photo {
        width: 72px;
        height: 72px;
    }

    .k24-team-card__body {
        gap: 10px;
    }

    .k24-team-card__name {
        font-size: 12px;
    }

    .k24-team-card__position {
        font-size: 12px;
    }

    .k24-team-card__description,
    .k24-team-card__description p {
        font-size: 12px;
    }

    .k24-team-card__button {
        width: 100px;
        height: 32px;
        font-size: 12px;
    }

    .k24-team-detail {
        width: min(320px, calc(100% - 20px));
        margin: 24px auto 48px;
    }

    .k24-team-detail__hero {
        margin-bottom: 24px;
        padding: 20px 16px;
    }

    .k24-team-detail__hero-inner {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        text-align: center;
    }

    .k24-team-detail__intro {
        align-items: center;
    }

    .k24-team-detail__photo {
        width: 112px;
        height: 112px;
    }

    .k24-team-detail__name {
        font-size: 22px;
    }

    .k24-team-detail__position {
        font-size: 14px;
    }

    .k24-team-detail__description,
    .k24-team-detail__description p {
        font-size: 14px;
    }

    .k24-team-detail__articles {
        margin-top: 32px;
        padding-top: 20px;
    }

    .k24-team-detail__articles-title {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .k24-team-detail__article-preview {
        width: 56px;
        height: 56px;
    }

    .k24-team-detail__article-link {
        font-size: 14px;
    }

    .k24-team-modal {
        padding: 16px;
        align-items: flex-end;
    }

    .k24-team-modal__dialog {
        width: 100%;
        max-height: calc(100vh - 32px);
        padding: 24px 16px 20px;
        border-radius: 20px 20px 0 0;
    }

    .k24-team-modal__layout {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .k24-team-modal__content {
        align-items: center;
        padding-right: 0;
    }

    .k24-team-modal__photo {
        width: 112px;
        height: 112px;
    }

    .k24-team-modal__name {
        font-size: 22px;
    }

    .k24-team-modal__description,
    .k24-team-modal__description p {
        font-size: 14px;
    }

    .k24-team-modal__articles {
        width: 100%;
        text-align: left;
    }

    .k24-calc-metal {
        align-items: stretch;
        gap: 16px;
        margin-bottom: 48px;
    }

    .k24-calc-metal__head {
        width: 100%;
    }

    .k24-calc-metal__eyebrow {
        margin-bottom: 12px;
    }

    .k24-calc-metal__title {
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
        font-size: 22px;
    }

    .k24-calc-metal__card {
        padding: 16px;
    }

    .k24-calc-metal__form,
    .k24-calc-metal__fields,
    .k24-calc-metal__request,
    .k24-calc-metal__field,
    .k24-calc-metal__note,
    .k24-calc-metal__consent,
    .k24-calc-metal__submit,
    .k24-calc-metal__input {
        width: 100%;
    }

    .k24-calc-metal__form {
        gap: 26px;
    }

    .k24-calc-metal__label {
        font-size: 14px;
    }

    .k24-calc-metal__options {
        gap: 4px;
        max-width: 100%;
    }

    .k24-calc-metal__options--stone {
        gap: 7px;
    }

    .k24-calc-metal__option {
        height: 32px;
        padding: 0 12px;
        font-size: 14px;
    }

    .k24-calc-metal__input,
    .k24-calc-metal__submit {
        height: 44px;
    }

    .k24-calc-metal__result {
        width: 100%;
    }

    .k24-calc-metal__result-label {
        width: 136px;
        font-size: 14px;
    }

    .k24-calc-metal__result-value {
        font-size: 24px;
    }

    .k24-calc-metal__submit {
        font-size: 14px;
    }

    .k24-calc-tech,
    .k24-tech-categories,
    .k24-requirements {
        align-items: stretch;
        gap: 16px;
        margin-bottom: 40px;
    }

    .k24-calc-tech__head,
    .k24-tech-categories__head,
    .k24-requirements__head {
        align-items: flex-start;
        gap: 8px;
        text-align: left;
    }

    .k24-calc-tech__eyebrow,
    .k24-tech-categories__eyebrow,
    .k24-requirements__eyebrow {
        font-size: 14px;
    }

    .k24-calc-tech__title,
    .k24-tech-categories__title,
    .k24-requirements__title {
        max-width: 300px;
        font-size: 24px;
    }

    .k24-calc-tech__description {
        text-align: left;
        font-size: 14px;
    }

    .k24-calc-tech__card {
        width: 100%;
        padding: 16px;
        border-radius: 12px;
    }

    .k24-calc-tech__form {
        width: 100%;
    }

    .k24-calc-tech__input,
    .k24-calc-tech__upload,
    .k24-calc-tech__submit {
        min-height: 44px;
        border-radius: 12px;
        font-size: 14px;
    }

    .k24-calc-tech__label {
        font-size: 14px;
    }

    .k24-tech-categories__grid,
    .k24-requirements__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .k24-tech-category-card {
        min-height: 180px;
        align-items: flex-start;
        padding: 20px 24px;
        border-radius: 12px;
        text-align: left;
    }

    .k24-tech-category-card__title {
        font-size: 18px;
    }

    .k24-tech-category-card__text,
    .k24-tech-category-card__text p {
        font-size: 14px;
    }

    .k24-requirements__item {
        min-height: 0;
        padding: 18px;
        border-radius: 12px;
    }

    .k24-requirements__item h3 {
        font-size: 16px;
    }

    .k24-content-page {
        margin: 20px 0 48px;
    }

    .k24-content-page__hero {
        min-height: 100px;
        margin-bottom: 30px;
        padding: 20px 16px;
    }

    .k24-content-page__hero-title {
        max-width: 280px;
        font-size: 24px;
    }

    .k24-content-page__content {
        max-width: 320px;
        font-size: 16px;
        line-height: 1.4;
    }

    .k24-content-page__content h1 {
        font-size: 26px;
    }

    .k24-content-page__content h2 {
        font-size: 22px;
    }

    .k24-content-page__content h3 {
        font-size: 20px;
    }

    .k24-about-page {
        margin: 20px 0 48px;
    }

    .k24-about-page .k24-documents {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .k24-about-page .k24-team {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .k24-about-intro,
    .k24-about-requisites {
        margin-bottom: 48px;
    }

    .k24-about-intro {
        max-width: 320px;
    }

    .k24-about-intro__hero {
        min-height: 100px;
        margin-bottom: 30px;
        padding: 20px 16px;
    }

    .k24-about-intro__title {
        max-width: 280px;
        font-size: 24px;
    }

    .k24-about-requisites {
        width: min(320px, calc(100% - 20px));
    }

    .k24-about-intro__card {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .k24-about-section-head__eyebrow {
        font-size: 14px;
    }

    .k24-about-intro__content,
    .k24-about-requisites__value {
        font-size: 14px;
    }

    .k24-about-section-head {
        align-items: flex-start;
        gap: 8px;
        width: min(320px, calc(100% - 20px));
        text-align: left;
    }

    .k24-about-section-head__title {
        font-size: 24px;
    }

    .k24-about-requisites__card {
        border-radius: 16px;
    }

    .k24-about-requisites__item {
        min-height: 0;
        padding: 18px;
    }

    .k24-seo-text {
        width: min(320px, 100%);
        margin: 40px auto 48px;
    }

    .k24-seo-text__content {
        font-size: 16px;
    }

    .k24-seo-text__content h1,
    .k24-seo-text__content h2,
    .k24-seo-text__content h3 {
        margin-top: 28px;
        font-size: 20px;
        line-height: 1.15;
    }

    .k24-seo-text__content ul,
    .k24-seo-text__content ol {
        padding-left: 20px;
        font-size: 14px;
    }

    .k24-home-hero {
        display: flex;
        min-height: 420px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
        padding: 28px 18px;
    }

    .k24-home-hero__price {
        font-size: 52px;
    }

    .k24-home-hero__title {
        font-size: 28px;
    }

    .k24-home-hero__actions {
        width: 100%;
        gap: 8px;
        margin-top: 10px;
    }

    .k24-home-hero__button {
        min-height: 44px;
        border-radius: 14px;
        font-size: 14px;
    }

    .k24-home-hero__visual {
        width: 100%;
        justify-content: center;
        margin-top: auto;
    }

    .k24-home-hero__visual img {
        width: 190px;
    }

    .k24-home-stats {
        gap: 20px;
        margin-bottom: 40px;
    }

    .k24-home-stats h2 {
        font-size: 24px;
    }

    .k24-home-stats__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .k24-home-stat {
        min-height: 128px;
        padding: 20px;
    }

    .k24-home-stat strong {
        font-size: 48px;
    }

    .k24-home-stat p {
        font-size: 18px;
    }

    .k24-promotion-hero {
        display: flex;
        min-height: 500px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        margin-bottom: 40px;
        padding: 20px;
        border-radius: 12px;
    }

    .k24-promotion-hero--no-image {
        align-items: center;
        justify-content: center;
        min-height: 280px;
        height: auto;
        padding: 28px 20px;
    }

    .k24-promotion-hero--no-image.k24-promotions-hero--dark,
    .k24-promotion-hero--no-image.k24-promotions-hero--light {
        min-height: 280px;
        height: auto;
        padding: 28px 20px;
    }

    .k24-promotion-hero-slider {
        margin-bottom: 40px;
    }

    .k24-promotion-hero-slider__controls {
        right: 50%;
        bottom: 16px;
        gap: 8px;
        transform: translateX(50%);
    }

    .k24-promotion-hero-slider__arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .k24-promotion-hero__content {
        width: 100%;
    }

    .k24-promotion-hero--no-image .k24-promotion-hero__content {
        width: 100%;
    }

    .k24-promotion-hero__title {
        margin-bottom: 12px;
        font-size: 40px;
        line-height: 0.9;
    }

    .k24-promotion-hero__subtitle {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
    }

    .k24-promotion-hero--dark .k24-promotion-hero__subtitle {
        font-weight: 400;
    }

    .k24-promotion-hero__actions {
        gap: 12px;
        margin-top: 12px;
    }

    .k24-promotion-hero__button {
        min-height: 32px;
        padding: 0 10px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 500;
    }

    .k24-promotion-hero__visual {
        position: absolute;
        left: 22px;
        right: auto;
        top: -58px;
        bottom: auto;
        width: 292px;
        height: auto;
        justify-content: flex-start;
        margin-top: 0;
        pointer-events: none;
    }

    .k24-promotion-hero__visual img {
        width: 292px;
        height: auto;
        max-height: none;
        transform: none;
    }

    .k24-urgent-acceptance {
        gap: 20px;
        margin-bottom: 40px;
    }

    .k24-urgent-acceptance h2 {
        max-width: 300px;
        font-size: 20px;
        line-height: 1;
    }

    .k24-urgent-acceptance__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .k24-urgent-acceptance__card {
        height: auto;
        min-height: 96px;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 16px;
        border-radius: 12px;
        text-align: center;
    }

    .k24-urgent-acceptance__top,
    .k24-urgent-acceptance__bottom {
        font-size: 14px;
    }

    .k24-urgent-acceptance__value {
        font-size: 40px;
    }

    .k24-urgent-acceptance__value span {
        font-size: 16px;
    }

    .k24-header__top {
        flex-direction: row;
        align-items: center;
        gap: 8px;
        padding: 10px 0 8px;
    }

    .k24-header__aside {
        width: auto;
        margin-left: auto;
        flex-direction: row;
        align-items: center;
        gap: 0;
    }

    .k24-header__identity {
        flex: 1 1 auto;
        min-width: 0;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .k24-logo__image {
        height: 28px;
    }

    .k24-header__actions {
        display: none;
    }

    .k24-header__phone {
        align-items: flex-end;
        gap: 0;
    }

    .k24-header__phone-link {
        font-size: 13px;
        line-height: 1.1;
    }

    .k24-header__phone-note {
        display: none;
    }

    .k24-header__select-summary {
        gap: 1px;
    }

    .k24-header__select-note--full {
        display: none;
    }

    .k24-header__select-note--short {
        display: block;
        font-size: 10px;
    }

    .k24-header__select-title {
        font-size: 13px;
        padding-right: 14px;
    }

    .k24-header__burger--tablet {
        display: none;
    }

    .k24-header__burger--mobile {
        display: block;
    }

    .k24-header__bottom {
        flex-direction: row;
        align-items: center;
        gap: 8px;
        padding: 8px 0 10px;
        border-top: none;
        min-width: 0;
        width: 100%;
    }

    .k24-header__nav {
        display: none;
    }

    .k24-header__actions-mobile {
        display: flex;
        position: relative;
        flex: 1 1 auto;
        align-items: stretch;
        gap: 8px;
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    .k24-header__actions-mobile > .k24-header__action,
    .k24-header__actions-mobile > .k24-header__quick {
        flex: 1 1 0;
        min-width: 0;
        max-width: 100%;
    }

    .k24-header__actions-mobile .k24-header__quick {
        position: static;
    }

    .k24-header__actions-mobile .k24-header__quick .k24-header__dropdown--quick {
        left: 0;
        right: 0;
        width: auto;
        min-width: 0;
        max-width: none;
    }

    .k24-header__shop-link {
        min-height: 36px;
        padding: 0 10px;
        gap: 6px;
        border-radius: 12px;
        font-size: 12px;
        text-transform: none;
        letter-spacing: 0;
    }

    .k24-header__shop-text--full {
        display: none;
    }

    .k24-header__shop-text--short {
        display: inline;
    }

    .k24-header__shop-icon-image {
        width: 18px;
        height: 18px;
    }

    .k24-header__dropdown--menu {
        left: 0;
        transform: none;
    }

    .k24-header__actions-mobile .k24-header__action {
        box-sizing: border-box;
        min-height: 36px;
        width: 100%;
        max-width: 100%;
        padding: 0 8px;
        border-radius: 12px;
        font-size: 12px;
        gap: 6px;
        box-shadow: none;
        overflow: hidden;
    }

    .k24-header__actions-mobile .k24-header__quick-summary {
        width: 100%;
    }

    .k24-header__actions-mobile .k24-header__action-text--short {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .k24-header__action-icon-image {
        width: 16px;
        height: 16px;
        flex: 0 0 auto;
    }

    .k24-header__actions-mobile .k24-header__action-brand-image {
        height: 16px;
        width: auto;
        max-width: 52px;
        flex: 0 1 auto;
        min-width: 0;
        object-fit: contain;
    }

    .k24-header__burger-summary {
        width: 28px;
        height: 28px;
    }

    .k24-header__burger-icon,
    .k24-header__burger-icon::before,
    .k24-header__burger-icon::after {
        width: 24px;
    }

    .k24-header__burger-icon::before {
        top: -7px;
    }

    .k24-header__burger-icon::after {
        top: 7px;
    }

    .k24-header__burger-dropdown {
        min-width: 220px;
        right: -4px;
    }

    .k24-promo-cards--home,
    .k24-promo-cards--product {
        margin: 24px 0 24px;
    }

    .k24-promo-cards__head {
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 18px;
        text-align: left;
    }

    .k24-promo-cards__eyebrow {
        font-size: 14px;
    }

    .k24-promo-cards__title {
        font-size: 28px;
    }

    .k24-promo-cards__slider {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0 4px 6px;
        margin: 0 -4px;
    }

    .k24-promo-cards__slider > .k24-promo-card:nth-child(3) {
        grid-column: auto;
    }

    .k24-promo-card {
        flex: 0 0 calc(100% - 28px);
        min-height: 286px;
        scroll-snap-align: start;
    }

    .k24-promo-card__body {
        padding: 22px 22px 78px;
    }

    .k24-promo-card__title,
    .k24-promo-card__subtitle,
    .k24-promo-card__subtitle-secondary,
    .k24-promo-card__badge {
        font-size: 22px;
    }

    .k24-promo-card__badge {
        min-height: 34px;
        margin-top: 12px;
        padding: 0 12px;
    }

    .k24-promo-card__cta {
        left: 22px;
        bottom: 22px;
        max-width: calc(100% - 44px);
        min-height: 48px;
        padding: 0 16px;
        border-radius: 18px;
        font-size: 15px;
    }

    .k24-promo-card__image {
        right: -16px;
        bottom: -8px;
        width: min(76%, 220px);
    }

    .k24-promo-card--light .k24-promo-card__image {
        right: -4px;
        bottom: -4px;
        width: min(64%, 188px);
    }

    .k24-accepted-items--home,
    .k24-accepted-items--product {
        margin: 24px 0 40px;
    }

    .k24-accepted-items__head {
        gap: 12px;
        margin-bottom: 16px;
    }

    .k24-accepted-items__eyebrow {
        font-size: 14px;
    }

    .k24-accepted-items__title {
        max-width: 260px;
        font-size: 22px;
        line-height: 1.2;
    }

    .k24-accepted-items__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .k24-accepted-items--product_gold .k24-accepted-items__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .k24-accepted-items__grid > .k24-acceptance-card:nth-child(3),
    .k24-accepted-items__grid > .k24-acceptance-card:nth-child(4) {
        order: initial;
    }

    .k24-acceptance-card {
        min-height: 220px;
        border-radius: 12px;
    }

    .k24-acceptance-card__title {
        width: min(100% - 48px, 264px);
        padding: 20px 24px 0;
        font-size: 18px;
    }

    .k24-accepted-items--product_gold .k24-acceptance-card__title {
        width: calc(100% - 48px);
        padding: 20px 24px 0;
        font-size: 18px;
    }

    .k24-accepted-items--product_gold .k24-acceptance-card__image {
        width: min(72%, 220px);
    }

    .k24-acceptance-card__cta {
        left: 24px;
        bottom: 20px;
        min-width: 0;
        width: 149px;
        min-height: 44px;
        padding: 0 14px;
        border-radius: 12px;
        font-size: 14px;
    }

    .k24-acceptance-card--diamonds-jewelry .k24-acceptance-card__image {
        right: -9%;
        bottom: -60%;
        width: 78%;
    }

    .k24-acceptance-card--branded-accessories .k24-acceptance-card__image {
        right: -15%;
        bottom: 0;
        width: 94%;
    }

    .k24-acceptance-card--smartphones-laptops .k24-acceptance-card__image {
        right: -14%;
        bottom: -86%;
        width: 92%;
    }

    .k24-acceptance-card--coins .k24-acceptance-card__image {
        right: -16%;
        bottom: -66%;
        width: 90%;
    }

    .k24-acceptance-card--antiques .k24-acceptance-card__image {
        right: -4%;
        bottom: -46%;
        width: 66%;
    }

    .k24-acceptance-card--watches .k24-acceptance-card__image {
        right: 8%;
        bottom: -51%;
        width: 54%;
    }

    .k24-article-detail {
        margin: 20px 0 48px;
    }

    .k24-article-detail__hero {
        max-width: 320px;
        min-height: 120px;
        margin-bottom: 30px;
        padding: 20px 16px;
    }

    .k24-article-detail__hero-title {
        max-width: 280px;
        font-size: 24px;
    }

    .k24-article-detail__hero-meta {
        width: 216px;
    }

    .k24-article-detail__content {
        max-width: 320px;
    }

    .k24-article-detail__authors {
        width: min(320px, 100%);
        margin-top: 40px;
    }

    .k24-article-detail__authors-title {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .k24-article-detail__authors-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .k24-article-detail__author-photo {
        width: 56px;
        height: 56px;
    }

    .k24-article-detail__author-name {
        font-size: 15px;
    }

    .k24-article-detail__author-position {
        font-size: 12px;
    }

    .k24-article-detail__content h1,
    .k24-article-detail__content h2 {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .k24-article-detail__content h1:not(:first-child),
    .k24-article-detail__content h2:not(:first-child) {
        margin-top: 36px;
    }

    .k24-article-detail__content h3,
    .k24-article-detail__content h4 {
        margin-top: 28px;
        font-size: 20px;
    }

    .k24-article-detail__content p,
    .k24-article-detail__content li {
        font-size: 16px;
        line-height: 1.4;
    }

    .k24-article-detail__content img {
        height: 200px;
        margin: 20px 0 32px;
        border-radius: 18px;
    }

    .k24-faq-page {
        margin: 20px 0 48px;
    }

    .k24-faq-page__hero {
        max-width: 320px;
        min-height: 100px;
        margin-bottom: 40px;
        padding: 20px 16px;
    }

    .k24-faq-page__title {
        max-width: 211px;
        font-size: 24px;
    }

    .k24-faq-accordion--page {
        max-width: 320px;
    }

    .k24-faq-accordion--product {
        max-width: 320px;
        margin: 24px auto 32px;
    }

    .k24-faq-accordion__head {
        max-width: 185px;
        margin-bottom: 16px;
    }

    .k24-faq-accordion__eyebrow {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .k24-faq-accordion__title {
        font-size: 24px;
    }

    .k24-faq-accordion__summary {
        gap: 12px;
        min-height: 68px;
        padding: 12px;
    }

    .k24-faq-accordion__item[open] {
        padding-bottom: 12px;
    }

    .k24-faq-accordion__question {
        font-size: 16px;
        line-height: 1.35;
    }

    .k24-faq-accordion__toggle {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .k24-faq-accordion__toggle-line--horizontal {
        width: 13px;
    }

    .k24-faq-accordion__toggle-line--vertical {
        height: 13px;
    }

    .k24-faq-accordion__answer {
        padding: 0 12px;
    }

    .k24-faq-accordion__answer .k24-html {
        font-size: 16px;
        line-height: 1.4;
    }

    .k24-faq-accordion__answer p,
    .k24-faq-accordion__answer li {
        font-size: 16px;
        line-height: 1.4;
    }

    .k24-faq-page__actions,
    .k24-faq-accordion__actions {
        margin-top: 16px;
    }

    .k24-faq-page__button,
    .k24-faq-accordion__button {
        min-width: 179px;
        min-height: 44px;
        border-radius: 16px;
        font-size: 15px;
    }

    .k24-contacts-page {
        margin: 20px 0 48px;
    }

    .k24-contacts-page__hero {
        max-width: 320px;
        min-height: 100px;
        margin-bottom: 40px;
        padding: 20px 16px;
    }

    .k24-contacts-page__hero-title {
        max-width: 211px;
        font-size: 24px;
    }

    .k24-contacts-page__locator {
        max-width: 320px;
        margin-bottom: 32px;
    }

    .k24-contacts-page__head {
        max-width: 311px;
        margin-bottom: 12px;
    }

    .k24-contacts-page__eyebrow {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .k24-contacts-page__title {
        font-size: 20px;
    }

    .k24-contacts-page__tabs {
        gap: 8px;
        max-width: 320px;
        margin-bottom: 20px;
    }

    .k24-contacts-page__tab {
        min-height: 32px;
        padding: 6px 12px;
        border: 1px solid rgba(27, 27, 27, 0.08);
        border-radius: 30px;
        background: #f8f8f8;
        color: #2c2c2c;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 500;
    }

    .k24-contacts-page__tab:hover,
    .k24-contacts-page__tab:focus-visible {
        border-color: rgba(8, 59, 120, 0.3);
        background: #f8f8f8;
        color: #083b78;
    }

    .k24-contacts-page__tab.is-active {
        border-color: #083b78;
        background: #083b78;
        color: #ffffff;
    }

    .k24-contacts-page__panel {
        min-height: 936px;
        padding: 8px;
        border-radius: 18px;
        background: linear-gradient(to bottom, #f1f1f1 0, #f1f1f1 444px, transparent 444px);
    }

    .k24-contacts-page__offices {
        gap: 8px;
        width: auto;
        max-height: 477px;
        margin: 0;
        padding-right: 6px;
    }

    .k24-contacts-page__office {
        min-height: 0;
        padding: 12px;
        gap: 12px;
    }

    .k24-contacts-page__office-button {
        gap: 5px;
        padding-bottom: 0;
    }

    .k24-contacts-page__office-visual {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        margin-top: 0;
    }

    .k24-contacts-page__office-placeholder {
        font-size: 18px;
    }

    .k24-contacts-page__office-address {
        font-size: 14px;
    }

    .k24-contacts-page__office-schedule {
        font-size: 12px;
    }

    .k24-contacts-page__office-meta {
        gap: 2px;
    }

    .k24-contacts-page__office-phone {
        font-size: 14px;
    }

    .k24-contacts-page__office-socials {
        gap: 5px;
    }

    .k24-contacts-page__map-card {
        min-height: 519px;
        margin: -68px -8px -8px;
    }

    .k24-contacts-page__map-copy {
        left: 12px;
        right: 12px;
        bottom: 62px;
        max-width: none;
        padding: 12px;
        border-radius: 12px;
    }

    .k24-contacts-page__map-title {
        font-size: 16px;
    }

    .k24-contacts-page__map-actions {
        right: 12px;
        bottom: 12px;
        left: 12px;
        align-items: stretch;
    }

    .k24-contacts-page__map-action {
        min-height: 36px;
        padding: 0 12px;
        border-radius: 12px;
        font-size: 13px;
    }

    .k24-contacts-page__section {
        max-width: 320px;
    }

    .k24-articles-list-page {
        margin: 20px 0 48px;
    }

    .k24-articles-list-page__hero {
        max-width: 320px;
        min-height: 100px;
        margin: 0 auto 30px;
        padding: 20px 16px;
    }

    .k24-articles-list-page__title {
        font-size: 24px;
    }

    .k24-articles-list-page__main {
        max-width: 320px;
    }

    .k24-articles-list-page__topics {
        margin-bottom: 20px;
    }

    .k24-articles-list-page__section-title {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .k24-articles-list-page__filters {
        gap: 4px;
    }

    .k24-articles-list-page__filter {
        min-height: 23px;
        padding: 4px 8px;
        border-radius: 8px;
        font-size: 12px;
    }

    .k24-articles-list-page__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .k24-articles-list-page__pagination {
        gap: 4px;
        margin-top: 30px;
    }

    .k24-articles-list-page__page {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .k24-articles-list-page__page--arrow {
        font-size: 16px;
    }

    .k24-articles-list-page__popular-mobile {
        max-width: 320px;
        margin-top: 44px;
    }

    .k24-articles-list-page__mobile-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .k24-articles-cards {
        margin: 24px 0;
    }

    .k24-articles-cards__head {
        margin-bottom: 20px;
        text-align: center;
    }

    .k24-articles-cards__title {
        font-size: 20px;
    }

    .k24-articles-cards__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .k24-articles-card__inner {
        min-height: 455px;
        padding: 16px;
    }

    .k24-articles-card__content {
        gap: 16px;
    }

    .k24-articles-card__media {
        height: 200px;
    }

    .k24-articles-card__title {
        font-size: 18px;
    }

    .k24-articles-card__description {
        font-size: 14px;
        line-clamp: 5;
        -webkit-line-clamp: 5;
    }

    .k24-articles-card__button {
        min-width: 0;
        min-height: 32px;
        padding: 0 10px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 500;
    }

    .k24-footer {
        padding: 24px 0 16px;
    }

    .k24-footer__card {
        padding: 16px 16px 18px;
        border-radius: 12px;
    }

    .k24-footer__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .k24-footer__heading {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .k24-footer__links,
    .k24-footer__contacts {
        gap: 10px;
    }

    .k24-footer__link,
    .k24-footer__contact-link {
        font-size: 15px;
    }

    .k24-footer__group--app {
        grid-column: auto;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: 8px;
        margin-top: 2px;
    }

    .k24-footer__qr-image {
        width: 92px;
    }

    .k24-footer__qr-image--store {
        width: auto;
        max-width: 140px;
        max-height: 42px;
    }

    .k24-footer__registry {
        max-width: none;
        font-size: 12px;
        line-height: 1.25;
    }

    .k24-footer__bottom {
        grid-template-columns: 1fr;
        gap: 14px;
        justify-items: stretch;
        text-align: left;
    }

    .k24-footer__divider {
        margin: 16px 0 14px;
    }

    .k24-footer__bottom-cell--address,
    .k24-footer__bottom-cell--legal,
    .k24-footer__bottom-cell--disclaimer {
        max-width: none;
    }

    .k24-footer__legal-name,
    .k24-footer__legal-meta,
    .k24-footer__bottom-text {
        font-size: 12px;
        line-height: 1.28;
    }

    .k24-footer__brand-image {
        height: 30px;
    }

    .k24-title {
        font-size: 26px;
    }
}

.k24-promotions-page,
.k24-promotion-detail {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 0 0 80px;
}

.k24-promotions-hero,
.k24-promotion-detail__hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
    border-radius: 20px;
    box-sizing: border-box;
    isolation: isolate;
}

.k24-promotions-hero {
    display: flex;
    align-items: center;
    padding: 80px;
}

.k24-promotions-slider {
    position: relative;
}

.k24-promotions-slider__track {
    position: relative;
    display: block;
}

.k24-promotions-slider__slide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.k24-promotions-slider__slide:not(.is-active) {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.k24-promotions-slider__slide.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.k24-promotions-slider__arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
    color: #222121;
    cursor: pointer;
    line-height: 1;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.k24-promotions-slider__arrow-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
}

.k24-promotions-slider:hover .k24-promotions-slider__arrow,
.k24-promotions-slider:focus-within .k24-promotions-slider__arrow {
    opacity: 1;
}

.k24-promotions-slider__arrow:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.04);
}

.k24-promotions-slider__arrow--prev {
    left: 28px;
}

.k24-promotions-slider__arrow--next {
    right: 28px;
}

.k24-promotions-slider__dots {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: translateX(-50%);
}

.k24-promotions-slider__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(8, 59, 120, 0.28);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.k24-promotions-slider__dot.is-active {
    background: #083b78;
    transform: scale(1.12);
}

.k24-promotions-slider--active-dark .k24-promotions-slider__dot {
    background: rgba(255, 255, 255, 0.42);
}

.k24-promotions-slider--active-dark .k24-promotions-slider__dot.is-active {
    background: #ffffff;
}

.k24-promotions-hero--light,
.k24-promotion-detail__hero--light {
    background: var(--k24-bg-light-gradient);
}

.k24-promotions-hero--dark,
.k24-promotion-detail__hero--dark {
    background: #15191d var(--k24-bg-dark-image) center / cover no-repeat;
}

.k24-promotions-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: min(720px, 58%);
}

.k24-promotions-hero__amount,
.k24-promotion-detail__amount {
    margin: 0 0 16px;
    color: #083b78;
    font-size: clamp(52px, 6vw, 86px);
    line-height: 0.86;
    font-weight: 500;
    text-transform: uppercase;
}

.k24-promotion-detail__amount {
    max-width: 100%;
    font-size: clamp(28px, 8.2cqi, 72px);
    line-height: 0.95;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

.k24-promotions-hero--dark .k24-promotions-hero__amount,
.k24-promotion-detail__hero--dark .k24-promotion-detail__amount {
    color: #ffdd00;
}

.k24-promotions-hero__title,
.k24-promotion-detail__title {
    margin: 0;
    color: #1e1e1e;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
}

.k24-promotions-hero__title span,
.k24-promotion-detail__title span {
    color: #083b78;
}

.k24-promotions-hero--dark .k24-promotions-hero__title,
.k24-promotion-detail__hero--dark .k24-promotion-detail__title {
    color: #ffffff;
    font-weight: 700;
}

.k24-promotions-hero--dark .k24-promotions-hero__title span,
.k24-promotion-detail__hero--dark .k24-promotion-detail__title span {
    color: #ffdd00;
}

.k24-promotion-detail__subtitle {
    max-width: 720px;
    margin: 18px auto 0;
    color: #083b78;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 600;
}

.k24-promotion-detail__hero--dark .k24-promotion-detail__subtitle {
    color: #ffdd00;
}

.k24-promotions-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: auto;
    padding-top: 70px;
}

.k24-promotions-hero__button,
.k24-promotion-detail__question-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 20px;
    background: #083b78;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
}

.k24-promotions-hero__button--max {
    background: linear-gradient(90deg, #2c6cfd 0%, #963ddb 100%);
}

.k24-promotions-hero--dark .k24-promotions-hero__button {
    margin-top: 70px;
    background: #ffffff;
    color: #222121;
}

.k24-promotions-hero__actions .k24-promotions-hero__button {
    margin-top: 0;
}

.k24-promotions-hero__note {
    max-width: 446px;
    margin: 60px 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.3;
}

.k24-promotions-hero--light .k24-promotions-hero__note {
    margin-top: 28px;
    color: rgba(30, 30, 30, 0.68);
}

.k24-promotions-slider--bottom .k24-promotions-hero__actions {
    margin-top: 0;
    padding-top: 62px;
}

.k24-promotions-slider--bottom .k24-promotions-hero__note {
    margin-top: 60px;
}

.k24-promotions-hero--no-image {
    justify-content: center;
    text-align: center;
}

.k24-promotions-hero--no-image .k24-promotions-hero__content {
    width: min(760px, 100%);
    margin: 0 auto;
    align-items: center;
}

.k24-promotions-hero--no-image .k24-promotions-hero__actions,
.k24-promotions-slider--bottom .k24-promotions-hero--no-image .k24-promotions-hero__actions {
    justify-content: center;
    margin-top: 40px;
    padding-top: 0;
}

.k24-promotions-hero--no-image .k24-promotions-hero__note,
.k24-promotions-slider--bottom .k24-promotions-hero--no-image .k24-promotions-hero__note {
    max-width: 560px;
    margin: 24px auto 0;
}

.k24-promotions-hero .k24-promotion-hero__visual {
    /* Как на главной: изображение слайда (SLIDER_IMAGE), не детальной карточки */
    z-index: 1;
}

.k24-promotions-page__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.k24-promotions-page__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.k24-promotions-page__eyebrow {
    margin: 0;
    color: #888888;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.k24-promotions-page__title,
.k24-promotion-detail__section-title {
    margin: 0;
    color: #000000;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-promotions-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.k24-promotions-card {
    position: relative;
    min-height: 317px;
    overflow: hidden;
    border-radius: 20px;
    box-sizing: border-box;
    isolation: isolate;
}

.k24-promotions-card--dark {
    background: var(--k24-bg-dark-gradient);
}

.k24-promotions-card--light {
    background: var(--k24-bg-light-gradient);
}

.k24-promotions-card__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 317px;
    padding: 30px;
    box-sizing: border-box;
}

.k24-promotions-card__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 88%;
}

.k24-promotions-card__title,
.k24-promotions-card__subtitle,
.k24-promotions-card__line {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.k24-promotions-card--dark .k24-promotions-card__title,
.k24-promotions-card--dark .k24-promotions-card__line {
    color: #ffffff;
}

.k24-promotions-card--dark .k24-promotions-card__subtitle {
    color: #ffdd00;
}

.k24-promotions-card--light .k24-promotions-card__title,
.k24-promotions-card--light .k24-promotions-card__line {
    color: #1a1a1a;
}

.k24-promotions-card--light .k24-promotions-card__subtitle {
    color: #083b78;
}

.k24-promotions-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 10px;
    border-radius: 12px;
    background: #ffdd00;
    color: #000000;
    font-size: 24px;
    line-height: 0.8;
    font-weight: 600;
}

.k24-promotions-card__button {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
}

.k24-promotions-card--dark .k24-promotions-card__button {
    background: #ffffff;
    color: #222121;
}

.k24-promotions-card--light .k24-promotions-card__button {
    background: #083b78;
    color: #ffffff;
}

.k24-promotions-card__image {
    position: absolute;
    right: -34px;
    bottom: -18px;
    z-index: 1;
    display: block;
    width: min(72%, 330px);
    max-width: none;
    pointer-events: none;
    user-select: none;
}

.k24-promotions-card--light .k24-promotions-card__image {
    right: -28px;
    bottom: -18px;
}

.k24-promotion-detail__hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 84px 300px 80px;
    text-align: center;
}

.k24-promotion-detail__hero-content {
    position: relative;
    z-index: 2;
    width: min(680px, 100%);
    container-type: inline-size;
    container-name: promo-detail-hero;
}

.k24-promotion-detail__hero--no-image {
    padding-right: 80px;
    padding-left: 80px;
}

.k24-promotion-detail__hero--no-image .k24-promotion-detail__hero-content {
    width: min(960px, 100%);
}

.k24-promotion-detail__period {
    margin: 72px 0 0;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
}

.k24-promotion-detail__hero--dark .k24-promotion-detail__period {
    color: #ffffff;
}

.k24-promotion-detail__description {
    max-width: 446px;
    margin: 28px auto 0;
    color: rgba(30, 30, 30, 0.7);
    font-size: 14px;
    line-height: 1.3;
}

.k24-promotion-detail__hero--dark .k24-promotion-detail__description {
    color: rgba(255, 255, 255, 0.6);
}

.k24-promotion-detail__image {
    position: absolute;
    z-index: 1;
    display: block;
    width: 500px;
    max-width: none;
    pointer-events: none;
    user-select: none;
}

.k24-promotion-detail__image--right {
    right: -95px;
    top: -45px;
    transform: rotate(-4deg);
}

.k24-promotion-detail__image--left {
    left: -150px;
    bottom: -160px;
    transform: rotate(174deg) scaleY(-1);
}

.k24-promotion-detail__terms {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: min(850px, 100%);
    margin: 0 auto;
}

.k24-promotion-detail__terms-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: promotion-terms;
}

.k24-promotion-detail__terms-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 80px;
    padding: 20px 19px;
    border-radius: 20px;
    background: #f7f7f7;
    color: #000000;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    box-sizing: border-box;
}

.k24-promotion-detail__terms-list li::before {
    counter-increment: promotion-terms;
    content: counter(promotion-terms);
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #083b78;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.k24-promotion-detail__text {
    width: 100%;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 1.55;
}

.k24-promotion-detail__text > :first-child {
    margin-top: 0;
}

.k24-promotion-detail__text > :last-child {
    margin-bottom: 0;
}

.k24-promotion-detail__question {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: min(751px, 100%);
    text-align: center;
}

.k24-promotion-detail__question p {
    margin: 0;
    color: #000000;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.k24-promotion-detail__question-lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.k24-promotion-detail__question-lead .k24-calc-metal__lead {
    align-items: center;
    width: 100%;
}

.k24-promotion-detail__question-lead .k24-calc-metal__field--office {
    width: min(100%, 340px);
}

.k24-promotion-detail__question-lead .k24-calc-metal__lead-body {
    align-items: center;
}

@media (max-width: 1024px) {
    .k24-promotions-page,
    .k24-promotion-detail {
        gap: 80px;
        margin-bottom: 64px;
    }

    .k24-promotions-hero {
        min-height: 481px;
        padding: 40px;
    }

    .k24-promotions-slider__arrow {
        width: 44px;
        height: 44px;
    }

    .k24-promotions-slider__arrow-icon {
        width: 26px;
        height: 26px;
    }

    .k24-promotions-slider__arrow--prev {
        left: 20px;
    }

    .k24-promotions-slider__arrow--next {
        right: 20px;
    }

    .k24-promotions-hero--dark {
        min-height: 600px;
        padding: 78px;
    }

    .k24-promotions-hero__content {
        width: 440px;
    }

    .k24-promotions-hero__amount {
        font-size: 68px;
    }

    .k24-promotion-detail__amount {
        font-size: clamp(28px, 9cqi, 58px);
    }

    .k24-promotions-hero__title,
    .k24-promotion-detail__title {
        font-size: 28px;
    }

    .k24-promotions-hero--dark .k24-promotions-hero__title,
    .k24-promotion-detail__title {
        font-size: 32px;
    }

    .k24-promotion-detail__subtitle {
        margin-left: 0;
        margin-right: 0;
        font-size: 26px;
    }

    .k24-promotions-hero__actions {
        padding-top: 96px;
    }

    .k24-promotions-page__title,
    .k24-promotion-detail__section-title {
        font-size: 30px;
    }

    .k24-promotions-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .k24-promotions-card__body {
        padding: 30px 25px;
    }

    .k24-promotions-card__image {
        right: -60px;
        width: min(82%, 298px);
    }

    .k24-promotion-detail__hero {
        align-items: flex-start;
        min-height: 600px;
        padding: 85px 78px 60px;
        text-align: left;
    }

    .k24-promotion-detail__hero-content {
        width: 396px;
        margin-right: auto;
    }

    .k24-promotion-detail__hero--no-image .k24-promotion-detail__hero-content {
        width: min(760px, 100%);
        margin-right: auto;
        margin-left: auto;
    }

    .k24-promotion-detail__period {
        width: 220px;
        margin-top: 56px;
    }

    .k24-promotion-detail__description {
        margin-left: 0;
        margin-right: 0;
        margin-top: 104px;
    }

    .k24-promotion-detail__image--right {
        right: -94px;
        top: -16px;
        width: 398px;
    }

    .k24-promotion-detail__image--left {
        display: none;
    }

    .k24-promotion-detail__terms-list li {
        font-size: 20px;
    }

    .k24-promotion-detail__text {
        font-size: 17px;
    }

    .k24-promotion-detail__question p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .k24-promotions-page,
    .k24-promotion-detail {
        gap: 60px;
        margin-bottom: 48px;
    }

    .k24-promotions-hero {
        min-height: 500px;
        padding: 20px;
        border-radius: 12px;
    }

    .k24-promotions-hero--no-image {
        min-height: 280px;
        height: auto;
        padding: 28px 20px 36px;
    }

    .k24-promotions-slider__arrow {
        width: 40px;
        height: 40px;
        opacity: 1;
    }

    .k24-promotions-slider__arrow-icon {
        width: 24px;
        height: 24px;
    }

    .k24-promotions-slider__arrow--prev {
        left: 8px;
    }

    .k24-promotions-slider__arrow--next {
        right: 8px;
    }

    .k24-promotions-slider__dots {
        bottom: 12px;
        gap: 7px;
    }

    .k24-promotions-slider__dot {
        width: 9px;
        height: 9px;
    }

    .k24-promotions-hero--light {
        align-items: flex-end;
    }

    .k24-promotions-hero--dark {
        align-items: flex-start;
        min-height: 600px;
        padding: 38px 20px 20px;
        text-align: center;
    }

    .k24-promotions-hero--no-image.k24-promotions-hero--dark {
        align-items: center;
        min-height: 280px;
        height: auto;
        padding: 28px 20px 36px;
    }

    .k24-promotions-hero__content {
        width: 100%;
    }

    .k24-promotions-hero__amount {
        margin-bottom: 12px;
        font-size: 36px;
        line-height: 0.9;
    }

    .k24-promotion-detail__amount {
        margin-bottom: 12px;
        font-size: clamp(22px, 9.5cqi, 36px);
        line-height: 0.95;
    }

    .k24-promotions-hero__title,
    .k24-promotions-hero--dark .k24-promotions-hero__title,
    .k24-promotion-detail__title {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
    }

    .k24-promotion-detail__subtitle {
        margin-top: 8px;
        font-size: 18px;
        line-height: 1.15;
    }

    .k24-promotions-hero__actions {
        gap: 12px;
        padding-top: 12px;
    }

    .k24-promotions-hero__button,
    .k24-promotion-detail__question-button {
        min-height: 32px;
        padding: 0 10px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 500;
    }

    .k24-promotions-hero--dark .k24-promotions-hero__button {
        margin: 250px auto 0;
    }

    .k24-promotions-hero--no-image.k24-promotions-hero--dark .k24-promotions-hero__button {
        margin: 0;
    }

    .k24-promotions-hero__note {
        display: none;
    }

    .k24-promotions-hero--no-image .k24-promotions-hero__note {
        display: block;
    }

    .k24-promotions-page__list {
        gap: 20px;
    }

    .k24-promotions-page__head {
        gap: 12px;
    }

    .k24-promotions-page__eyebrow {
        font-size: 16px;
    }

    .k24-promotions-page__title {
        font-size: 22px;
    }

    .k24-promotions-page__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .k24-promotions-card {
        min-height: 220px;
        border-radius: 12px;
    }

    .k24-promotions-card__body {
        min-height: 220px;
        padding: 20px 25px;
    }

    .k24-promotions-card__text {
        max-width: 88%;
    }

    .k24-promotions-card__title,
    .k24-promotions-card__subtitle,
    .k24-promotions-card__line {
        font-size: 18px;
    }

    .k24-promotions-card__badge {
        padding: 8px 10px;
        border-radius: 10px;
        font-size: 18px;
    }

    .k24-promotions-card__button {
        left: 25px;
        bottom: 20px;
        min-height: 44px;
        padding: 0 16px;
        border-radius: 12px;
        font-size: 14px;
    }

    .k24-promotions-card__image {
        right: -58px;
        bottom: -22px;
        width: min(86%, 286px);
    }

    .k24-promotion-detail__hero {
        align-items: flex-end;
        min-height: 500px;
        padding: 20px;
        border-radius: 12px;
        text-align: left;
    }

    .k24-promotion-detail__hero-content {
        width: 100%;
    }

    .k24-promotion-detail__hero--no-image {
        align-items: center;
        min-height: 280px;
        height: auto;
        padding: 28px 20px;
        text-align: center;
    }

    .k24-promotion-detail__period {
        width: auto;
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 400;
        opacity: 0.6;
    }

    .k24-promotion-detail__description {
        display: none;
    }

    .k24-promotion-detail__image--right {
        left: 22px;
        right: auto;
        top: -58px;
        width: 292px;
    }

    .k24-promotion-detail__terms {
        gap: 16px;
        width: min(300px, 100%);
    }

    .k24-promotion-detail__section-title {
        font-size: 20px;
    }

    .k24-promotion-detail__terms-list li {
        align-items: flex-start;
        gap: 12px;
        min-height: 0;
        padding: 12px;
        border-radius: 12px;
        font-size: 18px;
    }

    .k24-promotion-detail__terms-list li::before {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .k24-promotion-detail__text {
        font-size: 15px;
        line-height: 1.45;
    }

    .k24-promotion-detail__question {
        gap: 16px;
    }

    .k24-promotion-detail__question p {
        font-size: 16px;
    }

    .k24-promotion-detail__question-button {
        min-height: 44px;
        padding: 0 16px;
        font-size: 14px;
        font-weight: 600;
    }
}

/* Cookie consent */
.k24-cookie {
    position: fixed;
    z-index: 1200;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: flex;
    justify-content: center;
    width: auto;
    max-width: none;
    margin: 0;
    pointer-events: none;
}

.k24-cookie[hidden] {
    display: none !important;
}

.k24-cookie.is-visible {
    pointer-events: auto;
    animation: k24-cookie-in 0.28s ease;
}

@keyframes k24-cookie-in {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

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

.k24-cookie__panel {
    position: relative;
    width: 100%;
    max-width: 720px;
    padding: 28px 28px 24px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    box-sizing: border-box;
}

.k24-cookie__copy {
    margin-bottom: 20px;
}

.k24-cookie__title {
    margin: 0 0 8px;
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-cookie__text {
    margin: 0;
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
}

.k24-cookie__link {
    color: #083b78;
    font-weight: 600;
    text-decoration: none;
}

.k24-cookie__link:hover {
    text-decoration: underline;
}

.k24-cookie__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.k24-cookie__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    color: #000000;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.k24-cookie__btn--primary {
    background: #083b78;
    border-color: #083b78;
    color: #ffffff;
}

.k24-cookie__btn--primary:hover {
    background: #0a4d98;
    border-color: #0a4d98;
}

.k24-cookie__btn--secondary {
    background: #ffffff;
    border-color: #121821;
    color: #121821;
}

.k24-cookie__btn--secondary:hover {
    background: #f4f6f8;
}

.k24-cookie__btn--ghost {
    min-height: 44px;
    padding: 0 8px;
    border-color: transparent;
    color: #121821;
}

.k24-cookie__btn--ghost:hover {
    color: #083b78;
}

.k24-cookie__options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.k24-cookie__option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e6e8ec;
    border-radius: 14px;
    cursor: pointer;
    box-sizing: border-box;
}

.k24-cookie__option:has(.k24-cookie__checkbox:disabled) {
    cursor: default;
    background: #f7f8fa;
}

.k24-cookie__checkbox {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #083b78;
}

.k24-cookie__option-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.k24-cookie__option-title {
    color: #000000;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
}

.k24-cookie__option-text {
    color: #5a5a5a;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}

@media (max-width: 1024px) {
    .k24-cookie {
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .k24-cookie__panel {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .k24-cookie {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .k24-cookie__panel {
        padding: 20px 18px 18px;
        border-radius: 16px;
    }

    .k24-cookie__title {
        font-size: 18px;
    }

    .k24-cookie__text {
        font-size: 14px;
    }

    .k24-cookie__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .k24-cookie__btn,
    .k24-cookie__btn--ghost {
        width: 100%;
        min-height: 48px;
    }
}
