.d-none-js{
    display: none!important;
}

.logo-title {
    color: #189BC9;
    text-transform: uppercase;
}

/* Векторный логотип сайта из макета. */
.logo__image {
    display: block;
    width: 163px;
    max-width: 100%;
    height: auto;
}

.error{
    color: red;
}
.error-border{
    border: 1px solid red;
}

/* Toast */
.site-toast-container {
    position: fixed;
    top: 68px;
    right: 24px;
    z-index: 10050;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: min(520px, calc(100vw - 48px));
    pointer-events: none;
}

.site-toast {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 56px;
    padding: 14px 20px;
    color: #2E2F33;
    background: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(33, 39, 42, 0.12);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 250ms ease, transform 250ms ease;
    pointer-events: auto;
}

.site-toast_show {
    opacity: 1;
    transform: translateY(0);
}

.site-toast_error {
    border-color: #F2C7C7;
}

.site-toast__icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #21272A;
    stroke-width: 1.5;
}

.site-toast__text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 16px;
    line-height: 1.25;
    word-break: break-word;
}

.site-toast__close {
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #A7A7A7;
    background: transparent;
    border: 2px solid currentColor;
    border-radius: 50%;
    cursor: pointer;
}

.site-toast__close-icon {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

@media (max-width: 767px) {
    .site-toast-container {
        top: 60px;
        right: 16px;
        left: 16px;
        width: auto;
    }

    .site-toast {
        gap: 12px;
        min-height: 52px;
        padding: 12px 14px;
    }

    .site-toast__text {
        font-size: 14px;
    }
}

.field.error .select2-selection {
    border-color: var(--red) !important;
    color: var(--red) !important;
}

.js-address-suggest {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    max-height: 220px;
    overflow-y: auto;
}
.js-address-suggest li {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid #f0f0f0;
}
.js-address-suggest li:last-child {
    border-bottom: none;
}
.js-address-suggest li:hover {
    background: #f5f5f5;
}

.js-field-error {
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

/* Расписание работы склада */
.schedule-field-error {
    color: red;
}

.schedule-cell {
    display: flex;
    align-items: center;
    height: 24px;
}
.schedule-cell [data-schedule-display] {
    margin: 0;
}
.schedule-cell .time-input {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: inherit;
    font-family: inherit;
}

/*Убирает стрелки со стиля в модальном окне ячейки*/
input.no-spin::-webkit-outer-spin-button,
input.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.no-spin {
    -moz-appearance: textfield;
}

/* lk.cells tooltip */
.lk-cells-tooltip .tooltips__body {
    gap: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.lk-cells-tooltip .table-custom__suptitle-tooltips {
    margin-bottom: 4px !important;
    line-height: 1.2;
}

.lk-cells-tooltip .tooltips__item {
    min-height: 22px;
}

.lk-cells-tooltip .table-state {
    margin-bottom: 0;
}

.lk-cells-tooltip .d-flex.align-items-center.gap-2.mt-2 {
    margin-top: 6px !important;
}

[data-link-url] {
    cursor: pointer;
}

/* Листинг: адрес как заголовок-ссылка */
.card-product__title a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}

/* ===== Главная страница ===== */

/* Hero */
.homepage-hero {
    padding: 52px 0 80px;
}
.homepage-hero__inner {
    background: #f3f3f6;
    border-radius: 84px;
    padding: 74px 72px 94px;
    text-align: center;
}
.homepage-hero__title,
.homepage-addresses__title,
.homepage-catalog__title {
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    font-size: 50px;
    font-weight: 900;
    color: #2f3138;
    width: fit-content;
    max-width: none;
    white-space: nowrap;
    transform: scaleX(0.93);
    transform-origin: center;
    margin: 0 auto 18px;
    line-height: 1;
}
.homepage-hero__subtitle {
    font-size: 16px;
    color: #707070;
    margin-bottom: 36px;
    line-height: 1.25;
}
.homepage-hero__subtitle,
.homepage-addresses__subtitle,
.homepage-catalog__subtitle {
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-weight: 400;
}
.homepage-hero__search {
    display: flex;
    align-items: center;
    max-width: 760px;
    min-height: 58px;
    margin: 0 auto 56px;
    background: #fff;
    border-radius: 17px;
    border: 1px solid #ededed;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
    padding: 6px 6px 6px 18px;
    gap: 14px;
}
.homepage-hero__search-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: #adadad;
}
.homepage-hero__search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    color: #2e2f33;
    background: transparent;
}
.homepage-hero__search-input::placeholder {
    color: #7f7f7f;
    font-weight: 400;
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
}
.homepage-hero__search-btn {
    background: #2e2e2e;
    color: #fff;
    border: none;
    border-radius: 11px;
    padding: 13px 40px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}
/* Автокомплит поиска на главной */
.homepage-hero__search-wrap {
    position: relative;
    z-index: 5;
    max-width: 760px;
    margin: 0 auto 56px;
}
.homepage-hero__search-wrap .homepage-hero__search {
    max-width: none;
    margin: 0;
}
.homepage-hero__autocomplete {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    display: none;
    max-height: 232px;
    padding: 5px 12px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    text-align: left;
}
.homepage-hero__search-wrap:focus-within .homepage-hero__autocomplete {
    display: block;
}
.homepage-hero__search-wrap:focus-within .homepage-hero__autocomplete:empty {
    display: none;
}
.homepage-hero__autocomplete::-webkit-scrollbar {
    width: 6px;
}
.homepage-hero__autocomplete::-webkit-scrollbar-track {
    background: transparent;
}
.homepage-hero__autocomplete::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 999px;
}
.homepage-hero__autocomplete-link {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 39px;
    gap: 10px;
    color: #3b3d42;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
}
.homepage-hero__autocomplete-link:last-child {
    border-bottom: none;
}
.homepage-hero__autocomplete-link:hover,
.homepage-hero__autocomplete-link:focus {
    background: #f3f3f6;
    color: #2e2f33;
    text-decoration: none;
    outline: none;
    border-radius: 8px;
}
.homepage-hero__autocomplete-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #b8b8b8;
}
.homepage-hero__autocomplete-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}
.homepage-hero__autocomplete-icon--history svg {
    width: 20px;
    height: 20px;
    stroke: none;
}
.homepage-hero__autocomplete-name {
    min-width: 0;
    overflow: hidden;
    color: #2e2f33;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homepage-hero__autocomplete-hint {
    color: #b8b8b8;
}
.homepage-hero__autocomplete-type {
    padding-left: 16px;
    color: #b8b8b8;
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
}
.homepage-hero__tags {
    text-align: center;
}
.homepage-hero__tags-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.homepage-hero__tags-row:last-child {
    margin-bottom: 0;
}
.homepage-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #54b8f0;
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
    font-family: var(--font-RobotoCondensed);
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    white-space: nowrap;
}
.homepage-hero__tag-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
/* ссылки на мессенджеры */
.homepage-hero__messengers {
    position: fixed;
    right: max(20px, calc((100vw - 1420px) / 2 + 20px));
    bottom: 50px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.homepage-hero__messenger-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.homepage-hero__messenger-link:hover,
.homepage-hero__messenger-link:focus {
    text-decoration: none;
}
.homepage-hero__messenger-link svg {
    display: block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

/* Addresses / 3000+ */
.homepage-addresses {
    padding: 80px 0;
}
.homepage-addresses__header {
    text-align: center;
    margin-bottom: 48px;
}
.homepage-addresses__subtitle {
    font-size: 16px;
    color: #707070;
    line-height: 1.6;
}
.homepage-addresses__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
}
.homepage-addresses__row {
    background: #f3f3f6;
    border-radius: 32px;
    padding: 16px 20px;
    display: flex;
    gap: 14px;
    align-items: stretch;
}
.homepage-addresses__row-left {
    width: 39.5%;
    max-width: 500px;
    min-width: 420px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}
.homepage-addresses__badge {
    display: inline-block;
    background: #54b8f0;
    color: #fff;
    border-radius: 12px;
    padding: 8px 14px;
    font-size: 27px;
    font-weight: 900;
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    font-style: italic;
    line-height: 1.08;
    align-self: flex-start;
    margin-bottom: 18px;
}
.homepage-addresses__address {
    font-size: 24px;
    font-weight: 700;
    color: #2e2f33;
    margin-bottom: 12px;
    line-height: 1.12;
}
.homepage-addresses__metro {
    font-size: 16px;
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-weight: 300 !important;
    color: #707070;
    line-height: 1.3;
    flex: 1;
    margin-bottom: 18px;
}
.homepage-addresses__view-btn {
    display: inline-block;
    background: #2e2e2e;
    color: #fff;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    align-self: flex-start;
}
.homepage-addresses__view-btn:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}
.homepage-addresses__cards {
    flex: 1;
    display: flex;
    gap: 14px;
}
.homepage-addresses__card {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 26px 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.homepage-addresses__card-logo {
    height: 34px;
    margin-bottom: auto;
    display: flex;
    align-items: center;
}
.homepage-addresses__card-logo img {
    max-height: 28px;
    max-width: 120px;
    object-fit: contain;
}
.homepage-addresses__card-area {
    font-size: 18px;
    font-weight: 500;
    color: #2f3138;
    line-height: 1.3;
    margin-bottom: 4px;
}
.homepage-addresses__card-cells {
    font-size: 18px;
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-weight: 400;
    color: #707070;
    line-height: 1.3;
}
.homepage-addresses__card-price {
    font-size: 30px;
    font-weight: 900;
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    color: #2e2f33;
    margin-top: auto;
    padding-top: 0;
    line-height: 1;
}
.homepage-addresses__footer {
    text-align: center;
}
.empty-state-message {
    text-align: center;
    color: #707070;
    padding: 40px 0;
}

/* Catalog / Logos */
.homepage-catalog {
    padding: 80px 0;
}
.homepage-catalog__header {
    text-align: center;
    margin-bottom: 48px;
}
.homepage-catalog__subtitle {
    font-size: 16px;
    color: #707070;
    line-height: 1.6;
}
.homepage-catalog__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}
.homepage-catalog__logo {
    max-height: 40px;
    max-width: 180px;
    object-fit: contain;
}
.homepage-catalog__footer {
    text-align: center;
}


.homepage-section-btn,
.homepage-news__all-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 10px;
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-weight: 400;
    line-height: 1;
    color: #2e2f33;
    text-decoration: none;
    background: #f3f3f6;
    white-space: nowrap;
    transition: background-color .2s;
}
.homepage-section-btn:hover,
.homepage-news__all-link:hover {
    background: #ececf1;
    color: #2e2f33;
    text-decoration: none;
}
.homepage-section-btn {
    min-width: 248px;
    height: 47px;
    padding: 0 18px;
    font-size: 18px;
}
.homepage-section-btn__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* News / Articles */
.homepage-news {
    padding: 60px 0 80px;
}
.homepage-news__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.homepage-news__title {
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    font-size: 30px;
    font-weight: 900;
    color: #2e2f33;
}
.homepage-news__all-link {
    min-width: 196px;
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
}
.homepage-news__all-link-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.homepage-news__list {
    display: flex;
    gap: 20px;
}
.homepage-news__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.homepage-news__card-img {
    border-radius: 8px;
    height: 180px;
    background: #f3f3f6;
    flex-shrink: 0;
}
.homepage-news__card-img--green  { background: #d4ebe0; }
.homepage-news__card-img--blue   { background: #c8dcf5; }
.homepage-news__card-img--orange { background: #f5e5c0; }
.homepage-news__card-img--purple { background: #e0d0f0; }
.homepage-news__card-title {
    font-size: 15px;
    font-weight: 400;
    color: #2e2f33;
    line-height: 1.4;
    flex: 1;
}
.homepage-news__card-date {
    font-size: 13px;
    color: #adadad;
}

@media (max-width: 767px) {
    .homepage-hero {
        padding: 10px 0 24px;
    }
    .homepage-hero__inner {
        background: transparent;
        border-radius: 22px;
        padding: 20px 12px 24px;
    }
    .homepage-hero__title,
    .homepage-addresses__title,
    .homepage-catalog__title {
        width: auto;
        max-width: 100%;
        white-space: normal;
        transform: none;
        font-size: 32px;
        line-height: 1;
    }
    .homepage-hero__title {
        margin: 0 auto 12px;
        text-align: center;
    }
    .homepage-hero__subtitle {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 50px;
    }
    .homepage-hero__subtitle br {
        display: none;
    }
    .homepage-hero__search {
        position: relative;
        display: block;
        max-width: 100%;
        margin: 0 0 50px;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    .homepage-hero__search-icon {
        position: absolute;
        left: 12px;
        top: 15px;
        z-index: 1;
        pointer-events: none;
    }
    .homepage-hero__search-input {
        display: block;
        width: 100%;
        min-width: 0;
        border: 1px solid #ededed;
        border-radius: 14px;
        box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
        background: #fff;
        font-size: 16px;
        padding: 15px 14px 15px 40px;
    }
    .homepage-hero__search-btn {
        display: block;
        width: fit-content;
        margin: 10px auto 0;
        border-radius: 8px;
        padding: 13px 40px;
        font-size: 15px;
        line-height: 1;
    }
    .homepage-hero__search-wrap {
        max-width: 100%;
        margin: 0 0 50px;
    }
    .homepage-hero__autocomplete {
        top: 56px;
        max-height: 236px;
        padding: 4px 10px;
    }
    .homepage-hero__autocomplete-link {
        grid-template-columns: 22px minmax(0, 1fr) auto;
        min-height: 38px;
        gap: 8px;
    }
    .homepage-hero__autocomplete-name {
        font-size: 15px;
    }
    .homepage-hero__autocomplete-type {
        padding-left: 8px;
        font-size: 13px;
    }
    .homepage-hero__tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .homepage-hero__tags-row {
        display: contents;
    }
    .homepage-hero__tag {
        gap: 6px;
        padding: 6px 10px;
        font-size: 24px;
        border-radius: 8px;
    }
    .homepage-hero__tag-icon {
        width: 20px;
        height: 20px;
    }
    .homepage-hero__messengers {
        right: 10px;
        bottom: 50px;
    }

    .homepage-addresses {
        padding: 22px 0 20px;
    }
    .homepage-addresses__header {
        text-align: left;
        margin-bottom: 12px;
    }
    .homepage-addresses__title,
    .homepage-catalog__title {
        margin: 0 0 10px;
        text-align: left;
    }
    .homepage-addresses__subtitle {
        font-size: 16px;
        line-height: 1.35;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .homepage-addresses__list {
        gap: 8px;
        margin-bottom: 14px;
    }
    .homepage-addresses__row {
        border-radius: 18px;
        padding: 10px 10px 8px;
        gap: 8px;
        flex-direction: column;
    }
    .homepage-addresses__row-left {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        min-width: 0;
        max-width: none;
    }
    .homepage-addresses__badge {
        font-size: 22px;
        padding: 6px 10px;
        border-radius: 9px;
        margin-bottom: 14px;
    }
    .homepage-addresses__address {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 1.05;
    }
    .homepage-addresses__metro {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 0;
    }
    .homepage-addresses__view-btn {
        border-radius: 8px;
        padding: 8px 14px;
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .homepage-addresses__cards {
        width: calc(100% + 2px);
        overflow-x: auto;
        overflow-y: hidden;
        gap: 8px;
        padding: 0 0 8px;
        -webkit-overflow-scrolling: touch;
    }
    .homepage-addresses__cards::-webkit-scrollbar {
        height: 6px;
    }
    .homepage-addresses__cards::-webkit-scrollbar-track {
        background: #ebebee;
        border-radius: 999px;
    }
    .homepage-addresses__cards::-webkit-scrollbar-thumb {
        background: #a8a8ad;
        border-radius: 999px;
    }
    .homepage-addresses__card {
        flex: 0 0 258px;
        min-height: 209px;
        border-radius: 16px;
        padding: 20px 18px 18px;
    }
    .homepage-addresses__card-logo {
        height: 28px;
        margin-bottom: 28px;
    }
    .homepage-addresses__card-logo img {
        max-height: 24px;
        max-width: 96px;
    }
    .homepage-addresses__card-area {
        font-size: 18px;
        line-height: 1.25;
    }
    .homepage-addresses__card-cells {
        font-size: 18px;
        line-height: 1.25;
    }
    .homepage-addresses__card-price {
        font-size: 30px;
        margin-top: auto;
    }
    .homepage-addresses__footer {
        margin-top: 6px;
        text-align: left;
    }

    .homepage-catalog {
        padding: 18px 0 24px;
    }
    .homepage-catalog__header {
        text-align: left;
        margin-bottom: 14px;
    }
    .homepage-catalog__subtitle {
        font-size: 16px;
        line-height: 1.35;
    }
    .homepage-catalog__logos {
        gap: 10px 16px;
        margin-bottom: 16px;
        justify-content: flex-start;
    }
    .homepage-catalog__footer {
        text-align: left;
    }
    .homepage-catalog__logo {
        max-height: 28px;
        max-width: 120px;
    }
    .homepage-section-btn {
        padding: 0 14px;
        margin-left: 0;
        margin-right: auto;
    }

    .homepage-news {
        padding: 16px 0 24px;
    }
    .homepage-news .container {
        display: flex;
        flex-direction: column;
    }
    .homepage-news__header {
        display: contents;
        margin-bottom: 12px;
    }
    .homepage-news__title {
        font-size: 32px;
        line-height: 1;
        order: 1;
        margin-bottom: 12px;
    }
    .homepage-news__list {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-bottom: 12px;
        order: 2;
    }
    .homepage-news__card {
        gap: 8px;
    }
    .homepage-news__card-img {
        height: 178px;
        border-radius: 8px;
    }
    .homepage-news__card-title {
        font-size: 16px;
        line-height: 1.25;
    }
    .homepage-news__card-date {
        font-size: 13px;
        color: #8f8f8f;
    }
    .homepage-news__all-link {
        order: 3;
        display: inline-flex;
        margin: 0;
        align-self: flex-start;
    }
}

/* ===================== БЛОГ ===================== */

a.homepage-news__card-img {
    display: block;
}

.blog-card__title-link {
    color: inherit;
    text-decoration: none;
}

.blog-listing {
    padding: 48px 0 64px;
}

.blog-listing__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.blog-listing__grid .homepage-news__card {
    gap: 10px;
    min-width: 0;
}

.homepage-news__card-type {
    font-size: 13px;
    color: #adadad;
}

.blog-card--horizontal {
    display: flex;
    flex-direction: row;
    grid-column: span 2;
    min-width: 0;
    height: 328px;
    min-height: 328px;
    gap: 12px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.blog-card--horizontal .homepage-news__card-img {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
    align-self: stretch;
    overflow: hidden;
}

.blog-card--horizontal__body {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.blog-card--horizontal__body .homepage-news__card-date {
    color: #8f9197;
    margin: 0;
}

.blog-card--horizontal__content {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.blog-card--horizontal__body .homepage-addresses__card-area {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.blog-card--horizontal__preview {
    font-size: 14px;
    line-height: 1.5;
    color: #6f727a;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    overflow-wrap: anywhere;
}

.blog-listing__grid .homepage-news__card-img {
    overflow: hidden;
}

.blog-listing__grid .homepage-news__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.blog-listing__grid .homepage-news__card-img:hover img {
    transform: scale(1.03);
}

.blog-listing__grid .homepage-news__card .homepage-news__card-img:hover + .homepage-addresses__card-area,
.blog-card--horizontal .homepage-news__card-img:hover + .blog-card--horizontal__body .homepage-addresses__card-area,
.blog-listing__grid .homepage-news__card .homepage-addresses__card-area a:hover,
.blog-card--horizontal .homepage-addresses__card-area a:hover {
    color: #707070 !important;
}

/* Кнопка "Показать ещё" */
.blog-listing__more {
    text-align: left;
}
.blog-listing__more .homepage-news__all-link {
    height: auto;
    min-width: unset;
    padding: 8px 16px;
    font-weight: 500;
    border-radius: 8px;
}

/* Детальная страница */
.blog-detail {
    padding: 20px 0 80px;
}

.blog-detail__breadcrumb {
    font-size: 13px;
    color: #adadad;
    margin-bottom: 32px;
}

.blog-detail__mobile-back {
    display: none;
}

.blog-detail__header,
.blog-detail__cover,
.blog-detail__content,
.blog-detail__faq {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.blog-detail__header {
    margin-bottom: 40px;
}

.blog-detail__cover {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 48px;
}

.blog-detail__cover img {
    width: 100%;
    display: block;
}

.blog-detail__text {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a44;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.blog-detail__text * {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.blog-detail__text p {
    margin: 0 0 16px;
}

.blog-detail__text p:last-child {
    margin-bottom: 0;
}

.blog-detail__author,
.blog-detail__author-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.blog-detail__author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #d6d8de;
    object-fit: cover;
    flex-shrink: 0;
    background: #e0e0ea;
}

.blog-detail__author-name,
.blog-detail__author-role {
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #2f3138;
}

.blog-detail__author-separator {
    color: #2f3138;
}

/* Адаптив */
@media (max-width: 1024px) {
    .blog-listing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .blog-card--horizontal {
        flex-direction: column;
    }
    .blog-card--horizontal .homepage-news__card-img {
        width: 100%;
        height: 180px;
    }
    .blog-card--horizontal__preview {
        display: none;
    }
}

@media (max-width: 600px) {
    .reservation-payment__list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .blog-listing__grid {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 24px;
        column-gap: 24px;
    }
    .blog-card--horizontal {
        flex-direction: column;
        grid-column: 1 / -1;
        height: auto;
        min-height: 0;
    }
    .blog-card--horizontal .homepage-news__card-img {
        width: 100%;
        height: 180px;
    }

    .blog-detail {
        padding: 16px 0 48px;
    }

    .blog-detail__breadcrumb {
        display: none;
    }

    .blog-detail__mobile-back {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #adadad;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .blog-detail__mobile-back svg {
        flex-shrink: 0;
    }

    .blog-detail__mobile-back:hover {
        text-decoration: none;
    }

    .blog-detail__header {
        margin-bottom: 24px;
    }

    .blog-detail__header .homepage-news__card-date {
        margin-bottom: 16px !important;
        font-size: 16px;
        line-height: 1.3;
        color: #707070;
    }

    .blog-detail__header .section-title-big {
        margin-bottom: 24px !important;
        transform: none;
        font-size: 50px;
        line-height: 1;
        max-width: 100%;
        width: auto;
        white-space: normal;
    }

    .blog-detail__author {
        align-items: flex-start;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .blog-detail__author-meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .blog-detail__author-avatar {
        width: 36px;
        height: 36px;
    }

    .blog-detail__author-name,
    .blog-detail__author-role {
        display: block;
        font-size: 16px;
        line-height: 1.25;
    }

    .blog-detail__author-name {
        margin-bottom: 4px;
    }

    .blog-detail__author-separator {
        display: none;
    }

    .blog-detail__cover {
        margin-bottom: 24px;
    }
}

/* FAQ */
.blog-detail__faq {
    margin-top: 48px;
}

.blog-detail__faq > .section-title {
    font-size: 30px;
    font-weight: 500;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-item {
    background: #f3f3f6;
    border-radius: 16px;
    overflow: hidden;
}

.faq-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 20px 20px 24px;
    cursor: pointer;
}

.faq-item.is-open .faq-item__header {
    padding-bottom: 12px;
}

.faq-item__question {
    font-size: 16px;
    font-weight: 700;
    color: #3a3a44;
    line-height: 1.7;
}

.faq-item__toggle {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2e2e2e;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.faq-item__toggle:hover {
    background: #444;
}

.faq-item__toggle svg {
    transition: transform 0.25s ease;
}

.faq-item.is-open .faq-item__toggle svg {
    transform: rotate(180deg);
}

.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}


.faq-item__answer-inner {
    padding: 0 24px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #3a3a44;
}

.faq-item__answer-inner p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .blog-detail__faq {
        margin-top: 32px;
    }

    .faq-item__header {
        padding: 16px 16px 16px 18px;
    }

    .faq-item__answer-inner {
        padding: 0 18px 16px;
    }
}

.lk-filter-toggle {
    white-space: nowrap;
    flex-shrink: 0;
}

.lk-filter-toggle svg {
    flex-shrink: 0;
}

.lk-filter-panel {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.lk-filter-panel.is-open {
    display: flex;
}

.lk-filter-panel__select {
    flex: 0 1 320px;
    width: 320px;
    color: var(--gray-middle);
}

/* html карта */
.sitemap {
    padding: 40px 0 60px;
}

.sitemap__title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.sitemap__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.sitemap__group-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.sitemap__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sitemap__list li::before {
    content: "○";
    margin-right: 8px;
    font-size: 10px;
    vertical-align: middle;
}

.sitemap__link {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 767px) {
    .sitemap__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sitemap__title {
        font-size: 24px;
    }
}

/* ===== Лендинг /landing/ ===== */

.landing {
    padding-bottom: 60px;
}

/* Заголовок секции */
.landing-section-title {
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    font-size: 46px;
    font-weight: 900;
    color: #2f3138;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 40px;
}
.landing-section-title--mb0 {
    margin-bottom: 0;
}
.landing-section-subtitle {
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    font-size: 46px;
    font-weight: 700;
    color: #9a9a9a;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.1;
}

/* Блок 1: Hero */
.landing-hero {
    padding: 40px 0 0;
    margin-bottom: 140px;
}
.landing-hero__inner {
    background: #f3f3f6;
    border-radius: 84px;
    padding: 60px 60px 50px;
    text-align: center;
}
.landing-hero__title {
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    font-size: 50px;
    font-weight: 900;
    color: #2f3138;
    line-height: 1.1;
    margin-bottom: 36px;
}
.landing-hero__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 40px;
    text-align: left;
}
.landing-feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-size: 18px;
    font-weight: 400;
    color: #2e2f33;
    line-height: 1.3;
}
.landing-feature-card__icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    flex-shrink: 0;
    align-self: center;
}
.landing-hero__tags {
    margin-bottom: 60px;
}
.landing-hero__tags .homepage-hero__tag {
    font-size: 30px;
    font-weight: 900;
}
.landing-hero__btn {
    display: inline-block;
    background: #2e2e2e;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-size: 18px;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 10px;
    transition: background-color .2s;
}
.landing-hero__btn:hover {
    background: #444;
}

/* Блок 2: Почему выгодно */
.landing-benefits {
    padding: 0;
    margin-bottom: 140px;
}
.landing-benefits__row {
    display: flex;
    gap: 16px;
    padding: 0 50px;
}
.landing-benefits__row--top {
    margin-bottom: 16px;
}
.landing-benefits__row--bottom {
    justify-content: center;
}
.landing-benefits__row--bottom .landing-benefit-card {
    max-width: calc(33.333% - 11px);
    flex: 0 0 calc(33.333% - 11px);
}
.landing-benefit-card {
    flex: 1;
    background: #f3f3f6;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    padding: 30px;
}
.landing-benefit-card__icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    object-fit: contain;
    margin-bottom: 28px;
    display: block;
    border-radius: 10px;
}
.landing-benefit-card__title {
    font-family: var(--font-primary, "Roboto", sans-serif);
    font-size: 24px;
    font-weight: 700;
    color: #2e2f33;
    margin-top: 32px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.landing-benefit-card__text {
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-size: 16px;
    font-weight: 300;
    color: #707070;
    line-height: 1.3;
}

/* Блок 3: 3 шага */
.landing-steps {
    padding: 0;
    margin-bottom: 140px;
}
.landing-steps__header {
    margin-bottom: 36px;
}
.landing-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.landing-step-card {
    background: #f3f3f6;
    border-radius: 24px;
    padding: 28px 28px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.landing-step-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 50px;
    background: #707070;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px;
    flex-shrink: 0;
}
.landing-step-card__title {
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    font-size: 30px;
    font-weight: 900;
    color: #2f3138;
    margin-bottom: 12px;
    line-height: 1.1;
}
.landing-step-card__text {
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-size: 18px;
    font-weight: 300;
    color: #707070;
    line-height: 1.3;
    margin-bottom: 24px;
}
.landing-step-card__img {
    width: 100%;
    display: block;
    margin-top: auto;
}

.landing-step-card:nth-child(1) .landing-step-card__img {
    width: calc(100% + 32px);
    max-width: none;
    margin: 116px -16px 76px;
}
.landing-step-card:nth-child(2) .landing-step-card__img {
    width: calc(100% + 48px);
    max-width: none;
    margin: 56px -28px 0 8px;
}

/* Блок 4: Кому полезны */
.landing-target {
    padding: 0;
    margin-bottom: 140px;
}
.landing-target__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: stretch;
}
.landing-checklist__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f3f3f6;
    border-radius: 16px;
    padding: 20px 22px;
    margin-bottom: 10px;
}
.landing-checklist__item:last-child {
    margin-bottom: 0;
}
.landing-checklist__check {
    flex-shrink: 0;
    margin-top: 0;
}
.landing-checklist__title {
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    font-size: 30px;
    font-weight: 900;
    color: #2f3138;
    margin-bottom: 12px;
    line-height: 1.1;
}
.landing-checklist__text {
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-size: 18px;
    font-weight: 300;
    color: #707070;
    line-height: 1.3;
}
.landing-target__chart {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 12px;
}
.landing-target__right {
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.landing-target__cta-text {
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    font-size: 30px;
    font-weight: 900;
    color: #2f3138;
    line-height: 1.1;
    margin-bottom: 16px;
}
.landing-target__cta-btn {
    display: inline-block;
    align-self: flex-start;
    background: #2e2e2e;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-size: 18px;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 10px;
    transition: background-color .2s;
}
.landing-target__cta-btn:hover {
    background: #444;
}

/* Блок 5: Форма */
.landing-form {
    padding: 0;
}
.landing-form__inner {
    background: #f3f3f6;
    border-radius: 100px;
    padding: 66px 98px 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    gap: 40px;
    align-items: center;
    overflow: hidden;
}
.landing-form__title {
    font-family: var(--font-RobotoCondensed, "Roboto_Condensed", sans-serif);
    font-size: 46px;
    font-weight: 900;
    color: #2f3138;
    text-align: left;
    line-height: 1.1;
    margin-bottom: 16px;
}
.landing-form__subtitle {
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-size: 18px;
    font-weight: 300;
    color: #707070;
    line-height: 1.3;
    margin-bottom: 28px;
}
.landing-form__input-wrap {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 10px;
}
.landing-form__input {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-size: 16px;
    font-weight: 400;
    color: #2e2f33;
    background: transparent;
}
.landing-form__input::placeholder {
    color: #adadad;
    font-weight: 400;
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
}
.landing-form__submit-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
}
.landing-form__submit-btn {
    background: #2e2e2e;
    color: #fff;
    border: none;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 16px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color .2s;
}
.landing-form__submit-btn:hover {
    background: #444;
}
.landing-form__consent {
    font-family: var(--font-HelveticaNeue, "HelveticaNeue", sans-serif);
    font-size: 14px;
    color: #adadad;
    line-height: 1.5;
}
.landing-form__consent a {
    color: #54b8f0;
    text-decoration: none;
}

.landing-form__img-wrap {
    position: relative;
    height: 100%;
    min-height: 420px;
}
.landing-form__img {
    position: absolute;
    top: -30px;
    right: -50px;
    width: 403px;
    max-width: none;
    max-height: none;
    object-fit: contain;
    display: block;
    transform: rotate(13.41deg);
    transform-origin: center top;
}

/* ===== Лендинг: мобильный адаптив ===== */
@media (max-width: 767px) {
    .landing-hero {
        padding: 10px 0 0;
        margin-bottom: 60px;
    }
    .landing-hero__inner {
        background: transparent;
        border-radius: 0;
        padding: 20px 0 28px;
    }
    .landing-hero__title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .landing-hero__features {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 24px;
    }
    .landing-feature-card {
        background: #f3f3f6;
        border-radius: 14px;
        border: none;
        padding: 14px 16px;
        gap: 12px;
        font-size: 15px;
    }
    .landing-feature-card__icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }
    .landing-hero__tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom: 28px;
    }
    .landing-hero__tags .homepage-hero__tags-row {
        display: contents;
    }
    .landing-hero__tags .homepage-hero__tag {
        font-size: 18px;
        padding: 8px 10px;
        gap: 6px;
    }
    .landing-hero__tags .homepage-hero__tag-icon {
        width: 20px;
        height: 20px;
    }
    .landing-benefits {
        margin-bottom: 60px;
    }
    .landing-benefits .landing-section-title {
        font-size: 28px;
        line-height: 0.98;
        text-align: left;
        margin-bottom: 18px;
    }
    .landing-benefits__row {
        display: block;
        padding: 0;
    }
    .landing-benefits__row--top {
        margin-bottom: 6px;
    }
    .landing-benefits__row--bottom {
        justify-content: flex-start;
    }
    .landing-benefits__row--bottom .landing-benefit-card {
        max-width: none;
        flex: none;
    }
    .landing-benefit-card {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0 18px;
        border-radius: 8px;
        padding: 10px 10px 10px 9px;
        margin-bottom: 6px;
    }
    .landing-benefit-card__icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        margin-bottom: 0;
        border-radius: 8px;
        background: #fff;
    }
    .landing-benefit-card__title {
        flex: 1;
        min-width: 0;
        font-size: 20px;
        line-height: 1.12;
        margin: 4px 0 8px;
    }
    .landing-benefit-card__text {
        flex: 1 0 calc(100% - 66px);
        margin-left: 66px;
        font-size: 16px;
        line-height: 1.35;
    }
    .landing-steps {
        margin-bottom: 60px;
    }
    .landing-steps__header {
        margin-bottom: 14px;
    }
    .landing-steps .landing-section-title,
    .landing-steps .landing-section-subtitle {
        text-align: left;
    }
    .landing-steps .landing-section-title {
        font-size: 28px;
        line-height: 0.98;
        margin-bottom: 4px;
    }
    .landing-steps .landing-section-subtitle {
        font-size: 28px;
        line-height: 0.98;
        margin-bottom: 0;
    }
    .landing-steps__grid {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 8px;
        -webkit-overflow-scrolling: touch;
    }
    .landing-steps__grid::-webkit-scrollbar {
        height: 6px;
    }
    .landing-steps__grid::-webkit-scrollbar-track {
        background: #ebebee;
        border-radius: 999px;
    }
    .landing-steps__grid::-webkit-scrollbar-thumb {
        background: #a8a8ad;
        border-radius: 999px;
    }
    .landing-step-card {
        flex: 0 0 258px;
        min-height: 360px;
        border-radius: 16px;
        padding: 18px 18px 0;
    }
    .landing-step-card__num {
        width: 42px;
        height: 40px;
        border-radius: 8px;
        padding: 8px;
        font-size: 20px;
        margin-bottom: 16px;
    }
    .landing-step-card__title {
        font-size: 24px;
        line-height: 1.05;
        margin-bottom: 10px;
    }
    .landing-step-card__text {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 18px;
    }
    .landing-step-card__img {
        width: 100%;
        max-height: 150px;
        object-fit: contain;
        margin: auto 0 0;
    }
    .landing-step-card:nth-child(1) .landing-step-card__img,
    .landing-step-card:nth-child(2) .landing-step-card__img {
        width: 100%;
        max-width: none;
        margin: auto 0 0;
    }
    .landing-target {
        margin-bottom: 60px;
    }
    .landing-target .landing-section-title {
        font-size: 28px;
        line-height: 0.98;
        text-align: left;
        margin-bottom: 16px;
    }
    .landing-target__inner {
        display: block;
    }
    .landing-checklist__item {
        gap: 12px;
        border-radius: 8px;
        padding: 14px 12px 14px 10px;
        margin-bottom: 8px;
    }
    .landing-checklist__check {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }
    .landing-checklist__check svg,
    .landing-checklist__check path {
        width: 20px;
        height: 20px;
    }
    .landing-checklist__title {
        font-size: 18px;
        line-height: 1.15;
        margin-bottom: 6px;
    }
    .landing-checklist__text {
        font-size: 15px;
        line-height: 1.35;
    }
    .landing-target__right {
        border-radius: 12px;
        padding: 10px 8px 8px;
        margin-top: 8px;
    }
    .landing-target__chart {
        margin-bottom: 14px;
        border-radius: 8px;
    }
    .landing-target__cta-text {
        font-size: 26px;
        line-height: 1.02;
        margin: 0 0 12px;
    }
    .landing-target__cta-btn {
        border-radius: 8px;
        padding: 8px 14px;
        font-size: 14px;
    }
    .landing-form__inner {
        display: block;
        border-radius: 14px;
        padding: 24px 14px;
    }
    .landing-form__title {
        font-size: 28px;
        line-height: 1.05;
        margin-bottom: 12px;
    }
    .landing-form__subtitle {
        font-size: 15px;
        line-height: 1.35;
        margin-bottom: 20px;
    }
    .landing-form__input-wrap {
        max-width: none;
        border-radius: 8px;
        padding: 13px 10px;
        margin-bottom: 10px;
    }
    .landing-form__input {
        font-size: 15px;
    }
    .landing-form__submit-row {
        display: block;
        margin-top: 18px;
    }
    .landing-form__submit-btn {
        border-radius: 8px;
        font-size: 14px;
        padding: 8px 14px;
        margin-bottom: 12px;
    }
    .landing-form__consent {
        font-size: 12px;
        line-height: 1.35;
    }
    .landing-form__img-wrap {
        display: none;
    }
}

/* Лиды, заголовок группы по номеру заказа */
.table-order-group {
    background: #f5f5f5;
    border-radius: 4px;
    margin-top: 8px;
}
.table-order-group__title {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

@media (min-width: 960px) {
    .footer__btn-info {
        width: 163px;
    }
}

/* меню шапки */
.header .header__left {
    gap: 24px;
}
.header .header__right {
    gap: 8px;
}
.header__catalog-link {
    color: var(--white);
    white-space: nowrap;
    letter-spacing: 0;
}
.header__desktop-link,
.header__phone-link {
    align-items: center;
    color: var(--black-light);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
}
.header__phone-link {
    display: flex;
    gap: 8px;
}
.header__phone-link .icon {
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: currentColor;
}
.header .header__btn-heart {
    position: relative;
    width: 42px;
    min-width: 42px;
    height: 36px;
    padding: 7px;
}
.header .header__btn-heart > span:not(.header__basket-count):not(.header__favourites-count) {
    display: none;
}
/* Показываем счетчики шапки */
.header__basket-count,
.header__favourites-count {
    position: absolute;
    top: -13px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background-color: var(--blue-middle);
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}
.header .header__btn-heart > .header__basket-count,
.header .header__btn-heart > .header__favourites-count {
    display: flex;
}
.header__profile-link {
    display: none;
}

@media (max-width: 1279.98px) {
    .header .header__left {
        gap: 16px;
    }
    .header .header__right {
        gap: 6px;
    }
    .header__desktop-link,
    .header__phone-link {
        font-size: 13px;
    }
}

@media (max-width: 959.98px) {
    .header {
        z-index: 20;
    }
    /* Скрываем десктопные пункты шапки */
    .header__catalog-link.header__seting,
    .header__desktop-link.header__seting,
    .header__phone-link.header__seting {
        display: none !important;
    }
    .header .header__block-logo .logo__image {
        width: min(170px, 42vw);
    }
    .header .header__right {
        gap: 8px;
    }
    .header .header__btn-heart,
    .header__profile-link,
    .header__burger {
        width: 44px;
        min-width: 44px;
        height: 44px;
        padding: 9px;
        border-radius: 12px;
    }
    .header .header__btn-heart .icon,
    .header__profile-link .icon,
    .header__burger .icon {
        width: 24px;
        height: 24px;
    }
    .header__profile-link {
        display: flex;
        border: var(--border-gray-200);
    }
    .header-mobile-menu.sidebar-menu {
        top: 64px;
        right: 12px;
        z-index: 30;
        width: min(300px, calc(100vw - 48px));
        padding: 20px 24px;
        border-radius: 26px;
        background: #fff;
        opacity: 1;
        transition: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .header-mobile-menu.sidebar-menu.menu-close {
        opacity: 1;
    }
    .header-mobile-menu.sidebar-menu ul {
        gap: 12px;
    }
    .header-mobile-menu.sidebar-menu li a {
        justify-content: center;
        width: 100%;
        padding: 18px 20px;
        border-radius: 12px;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.15;
        letter-spacing: 0;
        text-align: center;
    }
    .header-mobile-menu__btn .icon {
        display: none;
    }
    .header-mobile-menu__link {
        color: var(--black-light);
    }
    .header-mobile-menu__phone {
        gap: 14px;
        color: var(--black-light);
        font-weight: 500;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .header-mobile-menu__phone .icon {
        width: 24px;
        height: 24px;
        fill: transparent;
        stroke: currentColor;
    }
}

@media (max-width: 659.98px) {
    .header-mobile-menu.sidebar-menu {
        width: min(300px, calc(100vw - 48px));
    }
    .header-mobile-menu.sidebar-menu li a {
        font-size: 21px;
    }
}
