* {
    margin: 0;
    padding: 0;
    scroll-behavior: auto;
}

*::-moz-focus-inner {
    border: 0;
}

*,*::before,*::after {
    box-sizing: border-box;
}

input:focus,
input:active,
select:focus,
select:active,
a:focus,
a:active,
button:focus,
button:active,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input, button, textarea, select {
    font: inherit;
}

img, picture, video, canvas {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
}

svg,
i {
    pointer-events: none;
}
