.text-overlay-100 p{
    background:rgba(0,0,0,.002);
}
.group-languages-texts li[aria-current] a {
    background: #b5e3f2;
}
:focus-visible, .price_from_container:focus-within{
    box-shadow:none;
    outline: none;
    border: 4px solid #b5e3f2 !important;
    border-radius:0;
}
#app-container *:focus-visible{
    border:unset !important;
}
#app-container .tab input:focus-visible + .tab__title .tab__label{
    border: 4px solid #b5e3f2 !important;    
}
.price_from_container a:focus-visible{
    border:none !important;
    border-radius:0;
}