@font-face {
  font-family: 'fa';
  src:
    url('fonts/fa.ttf?6ote06') format('truetype'),
    url('fonts/fa.woff?6ote06') format('woff'),
    url('fonts/fa.svg?6ote06#fa') format('svg');
  font-weight: normal;
  font-style: normal;
}

i.fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fa' !important;
  speak: none;
  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;
}

.fa-user:before {
  content: "\f007";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th_list:before {
  content: "\f00b";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-times-circle:before {
  content: "\e910";
}
.fa-address-card-o:before {
  content: "\e90f";
}
.fa-calendar-minus-o:before {
  content: "\e90c";
}
.fa-calendar-plus-o:before {
  content: "\e90d";
}
.fa-calendar-o:before {
  content: "\e90e";
}
.fa-map-marker:before {
  content: "\e90b";
}
.fa-phone-square:before {
  content: "\e900";
}
.fa-mobile:before {
  content: "\e901";
}
.fa-phone:before {
  content: "\e902";
}
.fa-instagram:before {
  content: "\e903";
}
.fa-skype:before {
  content: "\e904";
}
.fa-envelope-o:before {
  content: "\e905";
}
.fa-envelope:before {
  content: "\e906";
}
.fa-odnoklassniki:before {
  content: "\e907";
}
.fa-vk:before {
  content: "\e908";
}
.fa-whatsapp:before {
  content: "\e909";
}
.fa-telegram:before {
  content: "\e90a";
}
