@font-face {
  font-family: 'icons';
  font-style: normal;
  font-weight: 400;
  src: url("icons.woff?4cc156f6ea9db0839467e9ac74c72fb1") format("woff"),
url("icons.woff2?4cc156f6ea9db0839467e9ac74c72fb1") format("woff2");
}

.icon, .icon-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.icon-icons {
  width: 1em;
  height: 1em;
  position: relative;
  fill: currentColor;
}

.icon {
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.icon-burger:before { content: "\f101"; }
.icon-close:before { content: "\f102"; }
.icon-dedicate:before { content: "\f103"; }
.icon-drop-down:before { content: "\f104"; }
.icon-glass:before { content: "\f105"; }
.icon-quotes:before { content: "\f106"; }
.icon-right:before { content: "\f107"; }
.icon-swiper-left:before { content: "\f108"; }
.icon-swiper-right:before { content: "\f109"; }
.icon-tel:before { content: "\f10a"; }
.icon-telegram:before { content: "\f10b"; }
.icon-whatsapp:before { content: "\f10c"; }
