/* reset.css */
/* ÐÐ¸Ð½Ð¸Ð¼Ð°Ð»Ð¸ÑÑÐ¸ÑÐ½ÑÐ¹ Ð¸ ÑÐ¾Ð²ÑÐµÐ¼ÐµÐ½Ð½ÑÐ¹ ÑÐ±ÑÐ¾Ñ ÑÑÐ¸Ð»ÐµÐ¹ */

*,
*::before,
*::after {
  box-sizing: border-box!important;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

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

ul, ol {
  list-style: none;
}

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