@import url(font.css);
@import url(scheme.css);
@import url(menu.css);
@import url(footer.css);

a {
    text-decoration: none;
}

a > i, a, a > font, a *, button * {
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

body.fixed {
    overflow: hidden;
}

body {
    overflow-x: hidden;
}

.no-scroll {
    overflow-x: hidden!important;
    overflow-y: hidden!important;
}

* {
    box-sizing: border-box;
}

button, a, a *, button * {
    transition: 0.2s ease all;
    --webkit-transition: 0.2s ease all;
}

@media screen and (max-width: 800px) {
    html, body {
        overflow-x: hidden;
    }
}