html body .bvi-panel *{
    font-family: Noto Sans, sans-serif!important;
}
html body .bvi-panel{
    background-color: #BC9B62;
    padding: 20px .5rem 4px;
}
html body .bvi-panel .bvi-block{
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid rgba(255,255,255,.57);
    padding: 0 25px;
    margin-bottom: 16px;
}
html body .bvi-panel .bvi-block:last-of-type{
    border-right: none;
}
html body .bvi-panel .bvi-block .bvi-block-title{
    color: #45371E!important;
    margin: 0 4px 0 0;
    font-size: 18px!important;
    font-weight: 800!important;
    line-height: 24.52px;
}
html body .bvi-panel a.bvi-link{
    background-color: #ffffff!important;
    border: none!important;
    font-size: 14px!important;
    color: #000000!important;
    width: 40px;
    height: 40px;
    padding: 6px!important;
    font-weight: 800!important;
}
html body .bvi-panel a.bvi-link.bvi-fontSize-minus,
html body .bvi-panel a.bvi-link.bvi-fontSize-plus{
    font-size: 18px!important;
}
html body .bvi-panel a.bvi-link.active{
    background-color: #B93337!important;
}
html body .bvi-panel a.bvi-link:focus,
html body .bvi-panel a.bvi-link:hover{
    background-color: rgba(185, 51, 55,.5)!important;
}
html body .bvi-panel a.bvi-link.bvi-theme-blue,
html body .bvi-panel a.bvi-link.bvi-theme-brown{
    display: none!important;
}
html body .bvi-panel a.bvi-link:after{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
html body .bvi-panel a.bvi-link.bvi-theme-white{
    text-indent: -999990px;
    width: 40px;
    height: 40px;
}
html body .bvi-panel a.bvi-link.bvi-theme-white:after{
    background-color: #000000;
}
html body .bvi-panel a.bvi-link.bvi-theme-black:after{
    background-color: #ffffff;
}
html body .bvi-panel a.bvi-link.bvi-theme-green:after{
    background-color: #9CE157;
}
html body .bvi-panel a.bvi-link.bvi-images-grayscale{
    display: none;
}
html body .bvi-panel a.bvi-link[data-bvi="modal"],
html body .bvi-panel a.bvi-link[data-bvi="panel-hide"]{
    display: none;
}
html body .bvi-panel a.bvi-link[data-bvi="close"]{
    background-color: transparent!important;
    text-align: center;
    font-weight: 800!important;
    display: block;
    color: #45371E!important;
    visibility: hidden;
    font-size:0!important;
    padding: 0;
    width: auto!important;
    height: auto!important;
}
html body .bvi-panel a.bvi-link[data-bvi="close"]:before{
    content: 'Обычная версия ';
    visibility:visible;
    font-size: 18px!important;
}
html body .bvi-panel a.bvi-link[data-bvi="close"]:after{
    content: ' → ';
    display: inline-block;
    position: relative;
    transform: translate(0,0);
    left: auto;
    top: auto;
    visibility:visible;
    font-size: 18px!important;
}
html body .bvi-panel .bvi-block:last-of-type .bvi-block-title{
    display: none;
}

.bvi-images.bvi-images-image{
    background-image: url("../img/my-image.svg");
    background-size: 24px;
    background-position: center;
    margin-top: 3px;
}
.bvi-images.bvi-images-minus-circle {
    background-image: url("../img/my-minus-circle-dark.svg");
    background-size: 24px;
    background-position: center;
    margin-top: 3px;
}
html body .bvi-panel a.bvi-link.active .bvi-images.bvi-images-minus-circle {
    background-image: url("../img/my-minus-circle.svg");
}
.bvi-images.bvi-images-volume-off{
    margin-top: 3px;
}
html body .bvi-panel a.bvi-link.active .bvi-images.bvi-images-volume-off {
    background-image: url("../img/volume-off-active.svg");
}
.bvi-images.bvi-images-volume-up{
    margin-top: 3px;
}
html body .bvi-panel a.bvi-link.active .bvi-images.bvi-images-volume-up {
    background-image: url("../img/volume-up-active.svg");
}

@media (max-width: 767px) {
    html body .bvi-panel{
        background-color: #BC9B62;
        padding: 16px 0;
    }
    html body .bvi-panel .bvi-block{
        border-right: none;
        padding: 0 24px;
        flex: 1 0 calc(50% - 24px);
        max-width: 50%;
    }
    html body .bvi-panel .bvi-block:last-of-type{
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    html body .bvi-panel .bvi-block .bvi-block-title{
        display: none;
    }
    html body .bvi-panel a.bvi-link[data-bvi="close"]:before{
        font-size: 18px!important;
    }
    html body .bvi-panel a.bvi-link[data-bvi="close"]:after{
        font-size: 18px!important;
    }
}