header h1 {
    font-size: 3em;
    /*background-image: url(/assets/images/logo-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent !important;*/
    user-select: none;
    margin-top: 0.25rem;
}

main section#intro {
    font-size: 4.5vmin;
}

main section#intro .logo {
    width: 55vmin;
}

main section#intro .contacts, footer .info .organization, footer .info .contacts, footer .menu {
    display: flex;
    flex-direction: column;
}

main section#intro .contacts, footer .info, footer .info .contacts {
    margin-top: 1.5rem;
}

main section#intro .contacts, footer .info, footer .info .contacts, footer .menu {
    margin-bottom: 1.5rem;
}

footer .menu .title {
    text-decoration: underline;
}

footer .menu ul {
    list-style-type: none;
    padding: 0;
}

input[type="checkbox"]#wg-mm-extra:checked ~ header label#wg-mb-site, input[type="checkbox"]#wg-mm-site:checked ~ header label#wg-mb-extra {
    opacity: 0.75;
    pointer-events: none;
    cursor: default;
}

input[type="checkbox"].wg-mm:checked ~ nav {
    display: flex;
}

input[type="checkbox"]#wg-mm-extra:checked ~ nav .site, input[type="checkbox"]#wg-mm-site:checked ~ nav .extra, input[type="checkbox"].wg-mm:checked ~ main {
    display: none;
}
