@font-face{
    src:url("/fonts/MuseoSans/MuseoSans_300_normal.woff2) format(woff2");
    src:url(/fonts/MuseoSans_300_normal.woff);
    font-family:Museo Sans;
    font-style:normal;
    font-weight:300;
    font-display:swap;
}
html {
    font-family: Museo Sans;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}



body {
    font-family: Museo Sans;
    line-height: 1;
    color: #000;
    text-align: left;
    background-color: white;
}

.in_top {
    position: fixed;
    left: 20px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    filter: alpha(opacity=70);
    cursor: pointer;
    display: none;
    z-index: 1400;
    font-size: 3rem;
    border-radius: 50%;
}

.in_top:hover {
    opacity: 0.5;
    background-color: #dadde0;
    opacity: 0.5;
}

.in_top span {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #45688E;
    font-weight: bold;
    z-index: 1400;
}

.logo {
    max-height: 30px;
}

.btn-vkid {
    display: flex;
    width: 184px;
    padding: 0px 6px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    border: 0;
    background: var(--azure-a-100, #07F);
}

.vkid-logo {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}
.vkid-body {
    display: flex;
    padding: 4px 0px 5px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1px;
    flex: 1 0 0;
    align-self: stretch;
}
.vkid-right {
    width: 28px;
    height: 44px;
    flex-shrink: 0;
}

.img-sm {
    border-radius: 50%;
    width: 24px;
}
.img-50 {
    border-radius: 50%;
    width: 50px;
}
.img-min {
    border-radius: 50%;
    width: 14px;
}
.group-list:hover {
    background: #c2ffb1;
}
.cursor-pointer {
    cursor:pointer;
}
.cntr{
    position: absolute;
    width: 90%;
    top: 40%;
    text-align: center;
    cursor:pointer;
    font-size:2em;
}
a.nodecor {
    text-decoration: none;
}