* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited, a:hover {
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

button, input[type=submit], input[type=button] {
  outline: none;
}

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

table {
  border-collapse: collapse;
  width: 100%;
}

ol {
  counter-reset: li;
}
ol li {
  position: relative;
}
ol li::before {
  content: counter(li) ". " !important;
  counter-increment: li;
  padding-right: 0 !important;
  color: #383838;
}

li {
  list-style-type: none;
}

@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot?xhqyl0");
  src: url("fonts/icons.eot?xhqyl0#iefix") format("embedded-opentype"), url("fonts/icons.ttf?xhqyl0") format("truetype"), url("fonts/icons.woff?xhqyl0") format("woff"), url("fonts/icons.svg?xhqyl0#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i.icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i_share:before {
  content: "\e918";
}

.i_back:before {
  content: "\e917";
}

.i_basket:before {
  content: "\e900";
}

.i_cart:before {
  content: "\e901";
}

.i_catalog:before {
  content: "\e902";
}

.i_chevron_down:before {
  content: "\e903";
}

.i_chevron_left:before {
  content: "\e904";
}

.i_chevron_right:before {
  content: "\e905";
}

.i_chevron_up:before {
  content: "\e906";
}

.i_close:before {
  content: "\e907";
}

.i_compare:before {
  content: "\e908";
}

.i_download:before {
  content: "\e909";
}

.i_filter:before {
  content: "\e90a";
}

.i_heart:before {
  content: "\e90b";
}

.i_home:before {
  content: "\e90c";
}

.i_minus:before {
  content: "\e90d";
}

.i_phone:before {
  content: "\e90e";
}

.i_play:before {
  content: "\e90f";
}

.i_plus:before {
  content: "\e910";
}

.i_profile:before {
  content: "\e911";
}

.i_ruble:before {
  content: "\e912";
}

.i_search:before {
  content: "\e913";
}

.i_trash:before {
  content: "\e914";
}

.i_upload:before {
  content: "\e915";
}

.i_wish:before {
  content: "\e916";
}

.flex {
  display: flex;
}

.clear {
  width: 100%;
  clear: both;
  box-sizing: border-box;
}

.clearboth:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearboth {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}