@font-face{
	font-family:IRANSans-web;
	src:url(https://safety-security.ir/Pipe/fonts/IRANSans-web.eot);
	src:url(https://safety-security.ir/Pipe/fonts/IRANSans-web.eot?#iefix) format("eot"),
		url(https://safety-security.ir/Pipe/fonts/IRANSans-web.woff2) format("woff2"),
		url(https://safety-security.ir/Pipe/fonts/IRANSans-web.woff) format("woff"),
		url(https://safety-security.ir/Pipe/fonts/IRANSans-web.ttf) format("ttf");
	font-weight:300;
}
body,div,h1,h2,h3,h4,h5,h6,p,span,a,li,ul,tr,td,input{
	font-family:IRANSans-web, Arial, Helvetica, sans-serif;
}
input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	height: 8px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s
}
input[type=range]:hover {
	opacity: 1
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	background: #7588ea;
	-webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
	-moz-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
	box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
	cursor: pointer
}
input[type=range]::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	background: #7588ea;
	-webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
	-moz-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
	box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
	cursor: pointer
}
.pointer {
	cursor: pointer
}