@font-face {
	font-family: "icobur";
	src: url("../fonts/icobur.eot@4ocrw1");
	src: url("../fonts/icobur.eot@4ocrw1") format("embedded-opentype"),
		url("../fonts/icobur.ttf@4ocrw1") format("truetype"), url("../fonts/icobur.woff@4ocrw1") format("woff"),
		url("../fonts/icobur.svg@4ocrw1") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="_icon-"]::before,
[class*=" _icon-"]::before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icobur" !important;
	speak: never;
	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;
}

._icon-bur:before {
	content: "\e900";
}
._icon-bur2:before {
	content: "\e901";
}
._icon-bur3:before {
	content: "\e902";
}
._icon-calc:before {
	content: "\e903";
}
._icon-calc2:before {
	content: "\e904";
}
._icon-canister:before {
	content: "\e905";
}
._icon-clock:before {
	content: "\e906";
}
._icon-clock3:before {
	content: "\e907";
}
._icon-dialog:before {
	content: "\e908";
}
._icon-dialog2:before {
	content: "\e909";
}
._icon-filter:before {
	content: "\e90a";
}
._icon-guarantee:before {
	content: "\e90b";
}
._icon-key:before {
	content: "\e90c";
}
._icon-keytool:before {
	content: "\e90d";
}
._icon-location:before {
	content: "\e90e";
}
._icon-lock:before {
	content: "\e90f";
}
._icon-mail:before {
	content: "\e910";
}
._icon-marker:before {
	content: "\e911";
}
._icon-paper:before {
	content: "\e912";
}
._icon-phone:before {
	content: "\e913";
}
._icon-pot:before {
	content: "\e914";
}
._icon-sale:before {
	content: "\e915";
}
._icon-search:before {
	content: "\e916";
}
._icon-sewerage:before {
	content: "\e917";
}
._icon-snow:before {
	content: "\e918";
}
._icon-tap:before {
	content: "\e919";
}
._icon-telclock:before {
	content: "\e91a";
}
._icon-telegram:before {
	content: "\e91b";
}
._icon-thermometer:before {
	content: "\e91c";
}
._icon-timer:before {
	content: "\e91d";
}
._icon-tools:before {
	content: "\e91e";
}
._icon-wallet:before {
	content: "\e91f";
}
._icon-warming:before {
	content: "\e920";
}
._icon-water:before {
	content: "\e921";
}
._icon-water2:before {
	content: "\e922";
}
._icon-watering:before {
	content: "\e923";
}
._icon-whatsapp:before {
	content: "\e924";
}

.icon-messanger{
    display: flex;
    align-items: center;
    width: 40px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.icon-messanger {
    display: flex;
    align-items: center;
    padding-top: 5px;
    width: 33px;
}
}