body {
	color: #666;
}

span.phone {
	margin-top: 10px;
	color: #373737;
	font-family: sans-serif;
}
img.logo {
	max-height: 50px;
}
.header {
	margin-bottom: 20px;
	background: #e4e4e4;
}

.usluga {
	margin-bottom: 25px;
	border-bottom: 3px solid #fff;
	padding-bottom: 5px;
}

.usluga span {
	display: block;
	font-weight: bold;
}

.usluga a {
	text-decoration: none;
	outline: none;
}

.usluga:hover {
	border-bottom: 3px solid #43b78b;
}

h2 {
	
	margin-bottom: 15px;
	margin-top: 15px;
}

@media screen and (min-width: 992px) {
	span.phone {
		font-size: 38px;
	}
}

@media screen and (max-width: 991px) {
	span.phone {
		font-size: 26px;
		
	}
}