@charset "UTF-8";

@font-face {
	font-family: 'nbs-icons';
	src: url('/root/fonts/nbs-icons.eot?42439808');
	src: url('/root/fontsnbs-icons.eot?42439808#iefix') format('embedded-opentype'),
		 url('/root/fonts/nbs-icons.woff2?42439808') format('woff2'),
		 url('/root/fonts/nbs-icons.woff?42439808') format('woff'),
		 url('/root/fonts/nbs-icons.ttf?42439808') format('truetype'),
		 url('/root/fonts/nbs-icons.svg?42439808#nbs-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
  font-family: "nbs-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "nbs-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-lightning:before { content: '\e800'; } /* '' */
.icon-right-open-big:before { content: '\e801'; } /* '' */
.icon-left-open-big:before { content: '\e802'; } /* '' */
.icon-doc:before { content: '\e803'; } /* '' */
.icon-up-open-big:before { content: '\e804'; } /* '' */
.icon-down-open-big:before { content: '\e805'; } /* '' */
.icon-globe:before { content: '\e806'; } /* '' */
.icon-email:before { content: '\e807'; } /* '' */
.icon-yes:before { content: '\e81b'; } /* '' */
.icon-time:before { content: '\e82c'; } /* '' */
.icon-long-arrow-up:before { content: '\e830'; } /* '' */
.icon-long-arrow-down:before { content: '\e831'; } /* '' */
.icon-long-arrow-l:before { content: '\e832'; } /* '' */
.icon-long-arrow-r:before { content: '\e833'; } /* '' */
.icon-report:before { content: '\e834'; } /* '' */
.icon-check:before { content: '\e835'; } /* '' */
.icon-address:before { content: '\e839'; } /* '' */
.icon-right:before { content: '\e83b'; } /* '' */
.icon-search:before { content: '\e83c'; } /* '' */
.icon-up:before { content: '\e83e'; } /* '' */
.icon-arrow-right:before { content: '\e840'; } /* '' */
.icon-close:before { content: '\e841'; } /* '' */
.icon-down:before { content: '\e842'; } /* '' */
.icon-left:before { content: '\e844'; } /* '' */
.icon-menu:before { content: '\e845'; } /* '' */
.icon-phone:before { content: '\e846'; } /* '' */
.icon-size:before { content: '\f047'; } /* '' */
.icon-food:before { content: '\f0f5'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-telegram-solid:before { content: '\f1d8'; } /* '' */
.icon-telegram:before { content: '\f1d9'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */


