.footer__text{max-width:none}.footer__text-content{display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap}.desktop-only{display:block;flex-shrink:0}.desktop-only img{height:150px;width:150px;max-width:150px;max-height:150px;aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 0 1px #fff);margin-right:8px}.rustore img{height:50px;width:50px;max-width:50px;max-height:50px;object-fit:contain}.footer__text-content>div:not(.desktop-only){min-width:300px;max-width:700px}.footer__text-p{max-width:none;line-height:1.6}.footer__text-p:has(svg){display:flex;align-items:flex-start;max-width:none;line-height:1.6}.footer__text-p svg{vertical-align:middle;margin-right:30px}.footer__text-p:last-child{text-align:left}.footer__nav-support{padding:4px 8px;font-size:14px;border-radius:3px}.footer__nav-support:first-of-type{margin-bottom:5px}.footer__text-p:last-of-type{text-align:left;font-size:17px;color:#0fa6ab}.footer__text-nav>.footer__text:first-child>.footer__text-p:first-child{text-align:left!important}.footer .footer__menu .footer__menu-item{list-style-type:none!important}:is(ul,ol) .footer__menu-item{list-style-type:none!important}.a_link_footer__menu-link{color:#999;cursor:pointer;transition:color .2s ease}
.a_link_footer__menu-link:hover{color:#b5d4d5}.footer__last{text-align:left;font-size:14px;color:#888888;max-width:1250px}@media (max-width:780px){.desktop-only{display:none}}
@media (max-width:780px){.footer{padding-bottom:20px}}
.footer__qr-code {
    margin-top: 20px;
    text-align: center;
    flex-shrink: 0;
    align-self: flex-start;
}
.footer__qr-code img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    aspect-ratio: 1;
    object-fit: contain;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    display: block;
}
.footer__qr-caption {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

/* Призыв «Стать автором» вместо отображения URL /start/ как текста (поиск, в т.ч. блок на главной) */
a.btn-author {
    display: inline-block;
    background: #0fa6ab;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.35;
    max-width: 100%;
    box-sizing: border-box;
}
a.btn-author:hover {
    color: #fff;
    filter: brightness(0.95);
}
.notfound__author-cta {
    margin: 8px 0 0;
}
.footer__ios-app[hidden] {
    display: none;
}
.footer__ios-app {
    box-sizing: border-box;
    width: min(100%, 420px);
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(181, 212, 213, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #c8d2d5;
}
.footer__ios-app-text {
    display: grid;
    gap: 4px;
    margin-bottom: 12px;
    line-height: 1.35;
}
.footer__ios-app-text strong {
    color: #eef5f6;
    font-size: 16px;
    font-weight: 600;
}
.footer__ios-app-text span,
.footer__ios-app-label,
.footer__ios-app-consent,
.footer__ios-app-status {
    color: #aab5b8;
    font-size: 14px;
}
.footer__ios-app-label {
    display: block;
    margin-bottom: 6px;
}
.footer__ios-app-controls {
    display: flex;
    gap: 8px;
}
.footer__ios-app-input {
    box-sizing: border-box;
    min-width: 0;
    flex: 1 1 auto;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(181, 212, 213, 0.4);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font: inherit;
}
.footer__ios-app-input::placeholder {
    color: #8d999c;
}
.footer__ios-app-input:focus {
    border-color: #0fa6ab;
    outline: 2px solid rgba(15, 166, 171, 0.25);
    outline-offset: 0;
}
.footer__ios-app-button {
    flex: 0 0 auto;
    min-width: 112px;
    height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 6px;
    background: #0fa6ab;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
}
.footer__ios-app-button:disabled {
    cursor: progress;
    opacity: 0.65;
}
.footer__ios-app-status {
    min-height: 20px;
    margin: 8px 0 0;
    line-height: 1.35;
}
.footer__ios-app-consent {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.35;
}
.footer__ios-app-consent a {
    color: #b5d4d5;
}
.footer__ios-app-status[data-state="success"] {
    color: #b5d4d5;
}
.footer__ios-app-status[data-state="error"] {
    color: #ffb4ab;
}
.footer .footer__text-p {
    color: #d7e2e5;
}
.footer .a_link_footer__menu-link,
.footer .footer__last {
    color: #c8d2d5;
}
.footer .a_link_footer__menu-link:hover,
.footer .a_link_footer__menu-link:focus {
    color: #ffffff;
}
.footer,
.footer * {
    box-sizing: border-box;
}
.footer__text-nav {
    align-items: flex-start;
    display: grid;
    grid-template-columns: minmax(140px, 0.9fr) minmax(150px, 0.9fr) minmax(260px, 1.5fr) minmax(180px, 1fr) minmax(180px, 0.85fr);
    gap: 32px 28px;
    justify-content: stretch;
}
.footer__text,
.footer__text-nav > .footer__text {
    min-width: 0;
    margin: 0;
    padding-left: 0;
}
.footer__text--documents .footer__menu-item {
    max-width: 36rem;
}
.footer__text--contacts .footer__nav-items {
    max-width: 220px;
    justify-content: flex-start;
}
.footer__text--apps {
    justify-self: end;
    max-width: 240px;
    text-align: center;
}
.footer__text--apps .desktop-only img {
    margin: 0 auto 12px;
}
.footer__menu-item--social {
    margin-top: 12px;
}
.footer .a_link_footer__menu-link,
.footer .footer__link {
    overflow-wrap: anywhere;
    word-break: break-word;
}
.footer__menu-items {
    gap: 4px 0;
}
.footer__nav-items {
    align-items: center;
}
.footer__qr-code {
    max-width: 100%;
}
.footer__qr-code img {
    margin: 0 auto;
}
@media (max-width: 900px) {
    .footer__text-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }
    .footer__text {
        margin: 0;
    }
    .footer__text--documents,
    .footer__text--apps {
        grid-column: 1 / -1;
    }
    .footer__text--apps {
        justify-self: stretch;
        max-width: none;
        text-align: left;
    }
    .footer__text--apps .desktop-only img {
        margin: 0 0 12px;
    }
    .footer__nav {
        width: 100%;
    }
    .footer__nav-items {
        max-width: none;
        justify-content: flex-start;
    }
}
@media (max-width: 520px) {
    .footer__text-nav {
        grid-template-columns: 1fr;
    }
    .footer__text--documents,
    .footer__text--apps {
        grid-column: auto;
    }
    .footer__ios-app-controls {
        display: grid;
    }
    .footer__ios-app-button {
        width: 100%;
    }
    .footer__text-content > div:not(.desktop-only) {
        min-width: 0;
        width: 100%;
    }
    .footer__link {
        font-size: 16px;
    }
    .footer__last {
        font-size: 13px;
        line-height: 1.45;
    }
}
