.hidden-element {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
}

body {
    /* spread body over the entire screen (for nice gradient background) */
    margin: 0;
    padding: 0;
    min-height: 100vh;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#faq {
    margin-bottom: 100px;
}

.footer_version {
    font-size: 11px;
}

#switchers>.switchers_item:not(.isActive):hover {
    cursor: pointer;
}