/* ============================================
   СБРОС СТИЛЕЙ (RESET CSS)
   ============================================ */

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

html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, img, ul, ol, li, form, label, input, textarea, button,
table, tr, th, td, article, section, nav, header, footer, main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    background-color: transparent;
}

button {
    cursor: pointer;
    background: none;
    font-family: inherit;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}