

/* Start:/local/templates/linx/components/bitrix/news/knowledge/bitrix/news.detail/.default/style.css?17893773504528*/
.knowledge .content-sidebar{
    margin-bottom: var(--indent-24);
    max-width: 100%;
    background: transparent;
    padding: 0;
}

.knowledge .breadcrumbs__wrapper{
    width: 100%;
    overflow: visible;
}

/* knowledge-base__search */
.input__wrapper{
    grid-area: iw;
}
.button__wrapper{
    grid-area: bw;
}
.knowledge-search-radio-list{
    grid-area: rw;
}
.knowledge-base__search .input{
    flex-direction: unset;
    flex-wrap: wrap;
}

.knowledge-base__search .input .input__wrapper{
    /*flex-basis: 70%;*/
    width: 100%;
}
.input-button__wrapper{
    display: flex;
    gap: 10px;
    width: 100%;
}

.knowledge-base__search .button__wrapper{
    width: 125px;
    flex-shrink: 0;
}

.knowledge-base__body .knowledge-base__search .input input{
    padding-right: var(--indent-24);
}
.knowledge-base__search .button__wrapper .button{
    cursor: pointer;
    max-width: unset;
    width: 100%;
    justify-content: center;
}




.knowledge-search-radio-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 40px;
    margin-top: 16px;
}

.knowledge-search-radio {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.knowledge-search-radio__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.knowledge-search-radio__control {
    position: relative;
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid var(--primary-third, #d0d5dd);
    border-radius: 50%;
    background: var(--white, #fff);
    transition:
            border-color 0.2s ease,
            box-shadow 0.2s ease;
}

/* Синяя граница выбранной кнопки */
.knowledge-search-radio__input:checked
+ .knowledge-search-radio__control {
    border: 2px solid var(--primary-blue, #0069ff);
    background: var(--white, #fff);
}

/* Синяя точка строго по центру */
.knowledge-search-radio__input:checked
+ .knowledge-search-radio__control::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-blue, #0069ff);
    transform: translate(-50%, -50%);
}

.knowledge-search-radio:hover
.knowledge-search-radio__control {
    border-color: var(--primary-blue, #0069ff);
}

.knowledge-search-radio__input:focus-visible
+ .knowledge-search-radio__control {
    box-shadow: 0 0 0 3px rgba(0, 105, 255, 0.15);
}

.knowledge-search-radio__text {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    white-space: nowrap;
    color: var(--primary-first-text, #101828);
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1919px) {
    .knowledge-base__search{
        width: max-content;
    }
    .knowledge-base__body .knowledge-base__search,
    .knowledge-base__body .knowledge-base__search .input{
        max-width: unset;
    }
    .knowledge-base__body .knowledge-base__search .input{
        max-width: 768px;
        justify-content: space-between;
        gap: 16px;
    }
    .knowledge-base__search .input .input__wrapper{
        flex-basis: 85%;
    }
    .knowledge-base__body .knowledge-base__search .input input{
        max-width: unset;
    }
    .knowledge-search-radio-list{
        margin-top: unset;
    }
}

@media (max-width: 1024px) {
    .knowledge-base__body .knowledge-base__search .input{
        max-width: 100%;
    }
    .knowledge-base__search .input .input__wrapper{
        flex-basis: 80%;
    }
}

@media (max-width: 768px) {
    .knowledge-search-radio-list {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;

        flex-basis: 100%;
        
    }

    .knowledge-search-radio {
        width: 100%;
    }

    .knowledge-base__search .input .input__wrapper{
        flex-basis: unset;
        width: 75%;
    }

}

@media (max-width: 475px) {
    .knowledge-base__search .input .input__wrapper{
        width: 100%;
        flex-basis: unset;
    }
    .knowledge-base__search .button__wrapper{
        width: 100%;
    }
    .input-button__wrapper{
        flex-direction: column;
    }

    .knowledge-base__search .button__wrapper .button{
        width: 100%;
        max-width: unset;
        justify-content: center;
    }
    .knowledge-base__search .knowledge-search-radio-list{
        width: 100%;
    }
}
/* End */
/* /local/templates/linx/components/bitrix/news/knowledge/bitrix/news.detail/.default/style.css?17893773504528 */
