@font-face {
  font-family: 'icon_pack';
  src:  url('../fonts/icons/icon_pack.eot?71zok5w981');
  src:  url('../fonts/icons/icon_pack.eot?71zok5w981#iefix') format('embedded-opentype'),
    url('../fonts/icons/icon_pack.ttf?71zok5w981') format('truetype'),
    url('../fonts/icons/icon_pack.woff?71zok5w981') format('woff'),
    url('../fonts/icons/icon_pack.svg?71zok5w981#icon_pack') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon_pack' !important;
  display: inline-block;
  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-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.8em;
  line-height: 0.08333em;
  vertical-align: 0.085em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  vertical-align: -0.175em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-big {
  font-size: 1.19em;
  line-height: 1.19em;
  vertical-align: -0.075em;
}

.fa-vertical{
  vertical-align: -0.075em;
}

.fa-vertical-middle{
  vertical-align: middle;
}

/**Animation***/
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

/**ICONS***/
.fa-window-regular:before {
  content: "\e930";
}
.fa-eye-regular:before {
  content: "\e92e";
}
.fa-eye-slash-regular:before {
  content: "\e92f";
}
.fa-arrow-up-right-from-square-regular:before {
  content: "\e92d";
}
.fa-caret-down-regular:before {
  content: "\e90f";
}
.fa-sort-regular:before {
  content: "\e917";
}
.fa-sort-up-solid:before {
  content: "\e923";
}
.fa-sort-down-solid:before {
  content: "\e928";
}
.fa-right-from-bracket-regular:before {
  content: "\e929";
}
.fa-arrow-right-regular:before {
  content: "\e92a";
}
.fa-arrow-left-regular:before {
  content: "\e92b";
}
.fa-question-regular:before {
  content: "\e92c";
}
.fa-loader-solid:before {
  content: "\e924";
}
.fa-circle-xmark-solid:before {
  content: "\e925";
}
.fa-circle-exclamation-solid:before {
  content: "\e926";
}
.fa-circle-check-solid:before {
  content: "\e927";
}
.fa-circle-info-regular:before {
  content: "\e91b";
}
.fa-comment-lines-regular:before {
  content: "\e922";
}
.fa-circle-minus-regular:before {
  content: "\e91d";
}
.fa-shield-regular:before {
  content: "\e91e";
}
.fa-clock-regular:before {
  content: "\e91f";
}
.fa-xmark-regular:before {
  content: "\e920";
}
.fa-ban-regular:before {
  content: "\e921";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-user-plus-regular:before {
  content: "\e90a";
}
.fa-circle-chevron-right-regular:before {
  content: "\e90b";
}
.fa-basket-shopping-regular:before {
  content: "\e90c";
}
.fa-heart-regular:before {
  content: "\e90d";
}
.fa-envelope-regular:before {
  content: "\e90e";
}
.fa-calendar-regular:before {
  content: "\e910";
}
.fa-file-regular:before {
  content: "\e911";
}
.fa-clock-rotate-left-regular-1:before {
  content: "\e912";
}
.fa-arrows-left-right-regular:before {
  content: "\e913";
}
.fa-info-regular:before {
  content: "\e914";
}
.fa-bell-regular:before {
  content: "\e915";
}
.fa-key-regular:before {
  content: "\e916";
}
.fa-magnifying-glass-regular:before {
  content: "\e918";
}
.fa-users-regular:before {
  content: "\e919";
}
.fa-chart-column-regular:before {
  content: "\e91a";
}
.fa-list-ol-regular:before {
  content: "\e91c";
}
.fa-copy-regular:before {
  content: "\e905";
}
.fa-list-regular:before {
  content: "\e906";
}
.fa-user-tie-regular:before {
  content: "\e907";
}
.fa-user-regular:before {
  content: "\e908";
}
.fa-credit-card-blank-regular:before {
  content: "\e909";
}
.fa-angle-down-regular:before {
  content: "\e902";
}
.fa-cart-plus-regular:before {
  content: "\e903";
}
.fa-list-timeline-regular:before {
  content: "\e904";
}
.fa-circle-notch-regular:before {
  content: "\e901";
}
.fa-gauge-simple-high-regular:before {
  content: "\e900";
}