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

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

html, body {
    margin: 0;
    padding: 0;
}


html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 100%;
    min-height: 100%;
}

pre {
    white-space: pre-wrap;
}

body {
    font-family: "Roboto", Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    margin: 0;
    position: relative;
    min-width: 1040px;
}

@media (max-width: 768px) {
    body {
        min-width: auto;
    }
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

p {
    margin: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

input, button, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

textarea {
    overflow: auto;
    resize: vertical;
    appearance: none
}

a, button, input, label, select, textarea {
    touch-action: manipulation;
}

input {
    appearance: none
}

a,
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button, input {
    overflow: visible;
    padding: 0;
}

button, select {
    text-transform: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: initial;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
