ul.our-staff {

	float: left;

}

ul.our-staff li:before{

	content: '';

	float: none;

	margin: 0px;

}

ul.our-staff li {

	float: left;

	margin-left: 0px;

	margin-bottom: 40px;

}

ul.our-staff li a {

	color: #0f406a;

    transition: all 0.2s ease 0s;

}

ul.our-staff li a:hover {

	color: #ab3632;

    text-decoration: none;

}

ul.our-staff p {

	margin: 0px;

	text-align: center;

}



div.products {

	width: 100%;

	margin: 0px auto;

	display: table;

}

div.products ul {

	float: left;

	border: 1px solid #333333;

	padding: 0px 10px;

	width: 31.33%;

	min-height: 435px;

	margin-left: 2%;

	margin-bottom: 20px;

}

div.products ul li:first-child:before {

	content: '';

}

div.products p {

	text-align: left;

}

.top-contacts.left {
	float: left;
	margin: 50px 0 0 70px;
}
.phone-mobile {
	display: none;
}
.top-contacts .order-online img {
	height:32px;
	vertical-align: sub;
}

@media only screen and (max-width: 992px) {

	div.products ul {

		width: 48%;

	}

}

@media (max-width: 767px) {
	.phone-mobile {
		display: inline;
	}
	.top-contacts .order-online {
		display: block;
	}
	.top-contacts .order-online img {
		height: 20px;
	}
}

@media only screen and (max-width: 520px) {

	div.products ul {

		width: 100%;

		margin-left: 0px;

	}

}

	