

/* Start:/local/components/servergate/support_base/templates/temp1/style.css?17719358776468*/
.container_base {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Поиск */


.search-box form{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}


.search-box input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px 0 0 6px;
    font-size: 16px;
    outline: none;
}
.search-box button {
    padding: 12px 20px;
    border: none;
    background: #2563eb;
    color: #fff;
    font-size: 16px;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}
.search-box button:hover {
    background: #1d4ed8;
}

/* Заголовок */
h1 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
}

/* Сетка блоков */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: 0.2s;
}
.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.card h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.card ul li {
    margin-bottom: 8px;
}
.card ul li a {
    color: #2563eb;
    text-decoration: none;
    font-size: 15px;
}
.card ul li a:hover {
    text-decoration: underline;
}






body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #222;
    line-height: 1.6;
}

.container_page  {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;

}


.container_page .content h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.container_page .content p {
    margin-bottom: 20px;
    font-size: 18px;
}

.block {
    background: #f0f7ff;
    padding: 20px;
    border-radius: 12px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.block img {
    max-width: 100px;
}

.block h2 {
    margin: 0 0 10px;
    font-size: 20px;
}

.block p {
    margin: 0 0 15px;
    font-size: 16px;
}

.block button {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.block button:hover {
    background: #1d4ed8;
}

/* Навигация справа */
.sidebar {
    width: 250px;
    flex-shrink: 0;
    border-left: 2px solid #eee;
    padding-left: 20px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    margin-bottom: 12px;
}

.sidebar ul li a {
    color: #222;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}

.sidebar ul li a.active,
.sidebar ul li a:hover {
    color: #2563eb;
}

/* Адаптивность */
@media (max-width: 992px) {
    .sidebar {
        width: 100%;
        border-left: none;
        border-top: 2px solid #eee;
        padding-left: 0;
        padding-top: 20px;
    }
}

.breadcrumbs__list__block{
    width:100%;
}

h1 {
    font-size: 42px;
    margin-bottom: 40px;
}

.questions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.questions li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.questions a {
    text-decoration: none;
    color: #222;
    font-size: 18px;
    transition: color 0.2s;
}

.questions a:hover {
    color: #0073e6;
}

.pagination{
    margin-top:20px;
}






.search-item {
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
}

.search-section {
    display: inline-block;
    background: #f3f4f6;
    color: #374151;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 16px;
    margin-bottom: 8px;
}

.search-question {
    font-size: 18px;
    font-weight: bold;
    margin: 6px 0;
}

.search-answer {
    font-size: 15px;
    line-height: 1.5;
    color: #4b5563;
}

.highlight {
    background: #ecfdf5;
    color: #15803d;
}

/* Knowledge base stub */
.faq-article-r__content-guard {
    position: relative;
    display: grid;
    isolation: isolate;
}

.faq-article-r__content {
    grid-area: 1 / 1;
    z-index: 0;
}

.faq-article-r__content--locked {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
}

.kb-access-overlay {
    grid-area: 1 / 1;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    margin: 28px 0px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(5px);
    border: 1px solid var(--stroke-01-light-variable, #e4e7ec);

}

.kb-access-overlay__frame {
    max-width: 560px;
    width: 100%;
    text-align: center;
}

.kb-access-overlay__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}

.kb-access-overlay__icon-line {
    display: block;
    width: 100%;
    max-width: 220px;
    height: 1px;
    background: var(--stroke-01-light-variable, #d6dae1);
}

.kb-access-overlay__icon-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--main-light-variable-hover, #0684bd);
    box-shadow: 0 0 0 6px rgba(6, 132, 189, 0.12);
}

.kb-access-overlay__eyebrow {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-03-light-variable, #6b7280);
    margin-bottom: 12px;
}

.kb-access-overlay__title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 16px;
    color: var(--text-01-light-variable, #0f172a);
}

.kb-access-overlay__desc {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 24px;
    max-width: 460px;
    color: var(--text-02-light-variable, #1f2937);
}

.kb-access-overlay__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 16px;
}

.kb-access-overlay__button {
    text-decoration: none;
    min-width: 220px;
    font-size: 16px;
}

.kb-access-overlay__button.button-r-transition {
    justify-content: center;
}

.kb-access-overlay__hint {
    font-size: 14px;
    color: var(--text-03-light-variable, #6b7280);
    margin: 0 auto;
    max-width: 420px;
}

@media (max-width: 640px) {
    .kb-access-overlay {
        padding: 16px;
    }

    .kb-access-overlay__title {
        font-size: 22px;
    }

    .kb-access-overlay__desc {
        font-size: 15px;
    }

    .kb-access-overlay__actions {
        flex-direction: column;
    }

    .kb-access-overlay__button {
        width: 100%;
    }
}
/* End */
/* /local/components/servergate/support_base/templates/temp1/style.css?17719358776468 */
