.active {
    background: #ffffff12;
}
@font-face {
    font-family: f2;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/f2.ttf);
}
/*
    Размер колонки в магазине
 */
@media (min-width: 1280px) {
    .product-store {
        grid-template-columns: repeat(4, 1fr)!important;
    }
}

body{
    font-family: f1;
}
:is(.dark .btn-ava) {
    background: #2e1437!important;
    box-shadow: 0 0 8px 1px #813535!important;;
}
:is(.dark .bg-ava) {
    background: #242239!important;
}
.btn-ava {
    box-shadow: 0 0 8px 1px #813535!important;;
}
.text-xs1 {
    font-size: 14px!important;;
}

:is(.dark .bgs-ava:hover) {
    background: #333057!important;
}
.scl__item > img {
    margin-top: 6px;
    width: 40px;
    height: 40px;
}
.scl__item{
    min-width: 50px;
    padding: 0 5px;
}
._is-minimized .status-s {
    display: none!important;
}
._is-minimized .status-mini {
    display: block!important;
}
._is-minimized .divider {
    display: none!important;
}
._is-minimized .select-server {
    display: none!important;
}
