/* BVI panel integration — GOST R 52872-2019 special version */

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 100000;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    overflow: visible;
    padding: 0.75rem 1.25rem;
    background: #fff;
    color: #141517;
    border: 2px solid #141517;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
}

html body .bvi-panel {
    z-index: 100000 !important;
}

html body .bvi-panel.bvi-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

html.bvi-panel-active body {
    padding-top: 0;
}

html.bvi-panel-active .sticky.top-0 {
    top: auto;
}

.bvi-open {
    cursor: pointer;
}

.bvi-open:focus-visible {
    outline: 2px solid #03b700;
    outline-offset: 2px;
}
