@font-face {
	font-family: "insales-icons";
	src: url('insales-icons.eot');
	src: url('insales-icons.eot?#iefix') format('eot'),
		url('insales-icons.woff2') format('woff2'),
		url('insales-icons.woff') format('woff'),
		url('insales-icons.ttf') format('truetype'),
		url('insales-icons.svg#insales-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "insales-icons";
  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;
}
/* size examples - relative units */
.icon-sm {
  font-size: 0.8em;
}

.icon-lg {
  font-size: 1.2em;
}

/* size examples - absolute units */
.icon-16 {
  font-size: 16px;
}

.icon-32 {
  font-size: 32px;
}

/* rotate the icon infinitely */
.icon-is-spinning {
  animation: icon-spin 1s infinite linear;
}

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

/* transform */
.icon-rotate-90 {
  transform: rotate(90deg);
}

.icon-rotate-180 {
  transform: rotate(180deg);
}

.icon-rotate-270 {
  transform: rotate(270deg);
}

.icon-flip-y {
  transform: scaleY(-1);
}

.icon-flip-x {
  transform: scaleX(-1);
}

/* icons */
.icon-odnoklassniki:before { content: '\ea01'; } /* '' */
.icon-telegram:before { content: '\ea02'; } /* '' */
.icon-tiktok:before { content: '\ea03'; } /* '' */
.icon-vk:before { content: '\ea04'; } /* '' */
.icon-whatsapp:before { content: '\ea05'; } /* '' */
.icon-viber:before { content: '\ea06'; } /* '' */
.icon-youtube:before { content: '\ea07'; } /* '' */
.icon-angle-down:before { content: '\ea08'; } /* '' */
.icon-angle-left:before { content: '\ea09'; } /* '' */
.icon-angle-right:before { content: '\ea0a'; } /* '' */
.icon-angle-up:before { content: '\ea0b'; } /* '' */
.icon-arrow-down:before { content: '\ea0c'; } /* '' */
.icon-arrow-left:before { content: '\ea0d'; } /* '' */
.icon-arrow-right:before { content: '\ea0e'; } /* '' */
.icon-arrow-up:before { content: '\ea0f'; } /* '' */
.icon-bars:before { content: '\ea10'; } /* '' */
.icon-bell-slash:before { content: '\ea11'; } /* '' */
.icon-bell:before { content: '\ea12'; } /* '' */
.icon-calendar:before { content: '\ea13'; } /* '' */
.icon-camera:before { content: '\ea14'; } /* '' */
.icon-cart:before { content: '\ea15'; } /* '' */
.icon-check-square:before { content: '\ea16'; } /* '' */
.icon-check:before { content: '\ea17'; } /* '' */
.icon-circle:before { content: '\ea18'; } /* '' */
.icon-clock:before { content: '\ea19'; } /* '' */
.icon-comments:before { content: '\ea1a'; } /* '' */
.icon-compare:before { content: '\ea1b'; } /* '' */
.icon-content:before { content: '\ea1c'; } /* '' */
.icon-credit-card:before { content: '\ea1d'; } /* '' */
.icon-desktop:before { content: '\ea1e'; } /* '' */
.icon-dot-circle:before { content: '\ea1f'; } /* '' */
.icon-ellipsis-h:before { content: '\ea20'; } /* '' */
.icon-ellipsis-v:before { content: '\ea21'; } /* '' */
.icon-envelope:before { content: '\ea22'; } /* '' */
.icon-exchange:before { content: '\ea23'; } /* '' */
.icon-exclamation-triangle:before { content: '\ea24'; } /* '' */
.icon-exclamation:before { content: '\ea25'; } /* '' */
.icon-eye-slash:before { content: '\ea26'; } /* '' */
.icon-eye:before { content: '\ea27'; } /* '' */
.icon-favorites-f:before { content: '\ea28'; } /* '' */
.icon-favorites-o:before { content: '\ea29'; } /* '' */
.icon-favorites:before { content: '\ea2a'; } /* '' */
.icon-file-code-o:before { content: '\ea2b'; } /* '' */
.icon-filter:before { content: '\ea2c'; } /* '' */
.icon-folder-open:before { content: '\ea2d'; } /* '' */
.icon-home:before { content: '\ea2e'; } /* '' */
.icon-info:before { content: '\ea2f'; } /* '' */
.icon-laptop:before { content: '\ea30'; } /* '' */
.icon-life-bouy:before { content: '\ea31'; } /* '' */
.icon-location-arrow:before { content: '\ea32'; } /* '' */
.icon-long-arrow-down:before { content: '\ea33'; } /* '' */
.icon-long-arrow-left:before { content: '\ea34'; } /* '' */
.icon-long-arrow-right:before { content: '\ea35'; } /* '' */
.icon-long-arrow-up:before { content: '\ea36'; } /* '' */
.icon-map-marker:before { content: '\ea37'; } /* '' */
.icon-minus-circle:before { content: '\ea38'; } /* '' */
.icon-minus:before { content: '\ea39'; } /* '' */
.icon-mobile:before { content: '\ea3a'; } /* '' */
.icon-order:before { content: '\ea3b'; } /* '' */
.icon-paper-plane:before { content: '\ea3c'; } /* '' */
.icon-pencil:before { content: '\ea3d'; } /* '' */
.icon-phone:before { content: '\ea3e'; } /* '' */
.icon-photo:before { content: '\ea3f'; } /* '' */
.icon-plus-circle:before { content: '\ea40'; } /* '' */
.icon-plus:before { content: '\ea41'; } /* '' */
.icon-preorder:before { content: '\ea42'; } /* '' */
.icon-question-circle:before { content: '\ea43'; } /* '' */
.icon-question:before { content: '\ea44'; } /* '' */
.icon-search-minus:before { content: '\ea45'; } /* '' */
.icon-search-plus:before { content: '\ea46'; } /* '' */
.icon-search:before { content: '\ea47'; } /* '' */
.icon-share-alt:before { content: '\ea48'; } /* '' */
.icon-shopping-cart:before { content: '\ea49'; } /* '' */
.icon-sliders:before { content: '\ea4a'; } /* '' */
.icon-sort-amount-asc:before { content: '\ea4b'; } /* '' */
.icon-sort-amount-desc:before { content: '\ea4c'; } /* '' */
.icon-sort-asc:before { content: '\ea4d'; } /* '' */
.icon-sort-desc:before { content: '\ea4e'; } /* '' */
.icon-sort-down:before { content: '\ea4f'; } /* '' */
.icon-sort:before { content: '\ea50'; } /* '' */
.icon-square-o:before { content: '\ea51'; } /* '' */
.icon-square:before { content: '\ea52'; } /* '' */
.icon-star-o:before { content: '\ea53'; } /* '' */
.icon-times:before { content: '\ea54'; } /* '' */
.icon-tasks:before { content: '\ea55'; } /* '' */
.icon-star:before { content: '\ea56'; } /* '' */
.icon-toggle-off:before { content: '\ea57'; } /* '' */
.icon-toggle-on:before { content: '\ea58'; } /* '' */
.icon-trash:before { content: '\ea59'; } /* '' */
.icon-user:before { content: '\ea5a'; } /* '' */