body, html {
    background-color: #f9f9f9;
    scroll-behavior: smooth;
    font-family: "Ubuntu-Regular", sans-serif;
    line-height: 1.2;
}

main {
    margin-top: 56px;
    margin-bottom: 56px;
}

main section:not(:first-child) {
    margin-top: 56px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}