/* базовый сброс отступов и размеров */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, img, small, strong, ul, ol, li, form, label, table,
caption, tbody, thead, tr, th, td, article, aside, footer,
header, nav, section, time, figure, figcaption, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}
