@font-face {
	font-family: icon;
	src: url(icon/icomoon.eot?b5upk4);
	src: url(icon/icomoon.eot?b5upk4#iefix) format('embedded-opentype'),
		url(icon/icomoon.ttf?b5upk4) format('truetype'),
		url(icon/icomoon.woff?b5upk4) format('woff'),
		url(icon/icomoon.svg?b5upk4#icon) format('svg');
	font-weight: 400;
	font-style: normal;
}

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

.icon-voskl:before {
	content: '\e927';
	margin-right: 20px;
	font-size: 20px;
	position: relative;
	top: 2px;
}
@media only screen and (max-width: 700px) {
	.icon-voskl:before {
		margin-right: 10px;
	}
}
.icon-plus:before {
	content: '\e95c';
}
.icon-minus:before {
	content: '\e95d';
}

.icon-del:before {
	content: '\e906';
	position: relative;
	left: 0;
}
