* {
  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 {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
}

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

body.lock {
  overflow: hidden;
}

input.error, textarea.error {
  border: 1px solid #ff0000;
}

[v-cloak] {
  display: none;
}

.hidden {
  display: none !important;
}

.opacity {
  opacity: 0;
}

.disabled {
  opacity: 0.6;
}

@media only screen and (max-width: 1199px) {
  .h1200 {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .h992 {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .h768 {
    display: none !important;
  }
}

.dfsa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.dfsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dfc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pointer {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

@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";
}