@charset "UTF-8";

@font-face {
	font-family: "kazbek-icons";
	src:url("../fonts/kazbek-icons.eot");
	src:url("../fonts/kazbek-icons.eot?#iefix") format("embedded-opentype"),
			url("../fonts/kazbek-icons.woff") format("woff"),
			url("../fonts/kazbek-icons.ttf") format("truetype"),
			url("../fonts/kazbek-icons.svg#kazbek-icons") format("svg");
	font-weight: normal;
	font-style: normal;

}

[data-icon]:before {
	font-family: "kazbek-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: "kazbek-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-bubble-comment-streamline-talk:before {
	content: "b";
}
.icon-mail:before {
	content: "a";
}
.icon-map-1:before {
	content: "c";
}
.icon-phone:before {
	content: "d";
}
.icon-search:before {
	content: "e";
}
.icon-clock-streamline-time:before {
	content: "f";
}
.icon-email-mail-streamline:before {
	content: "g";
}
.icon-home-house-streamline:before {
	content: "h";
}
.icon-speech-streamline-talk-user:before {
	content: "i";
}
.icon-ambulance:before,
.icon-service-2:before {
	content: "j";
}
.icon-medkit:before,
.icon-service-1:before {
	content: "k";
}
.icon-surgeon-male:before,
.icon-service-3:before {
	content: "l";
}
.icon-teeth:before,
.icon-service-4:before {
	content: "m";
}
.icon-arrow-up-light:before {
  content: "n";
}
.icon-thumbs-down:before {
  content: "p";
}
.icon-thumbs-up:before {
  content: "q";
}
.icon-star-1:before {
  content: "r";
}
.icon-x-alt:before {
  content: "s";
}
.icon-check-alt:before {
  content: "t";
}
.icon-cancel-circle:before {
  content: "o";
}
.icon-check-circle:before {
  content: "u";
}
.icon-star:before {
  content: "v";
}
.icon-star-empty:before {
  content: "w";
}
