.footer-category {
	background-color: #F2F2F2;
	overflow: hidden;
	
}
.footer-link {
	width: 16%;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	
}
.footer-title {
	padding-bottom: 3px;
	padding-left: 20px;
	color: #333;
	background-color: #F2F2F2;
	
}
footer-link ul {
	list-style-type: none;
}
.footer-category ul {
	list-style-type: none;
	padding-left: 20px;
}
.footer-category li {
	margin-top: 4px;
	padding-left: 21px;
	background-image: url(../images/%D0%BE%D1%84%D0%BE%D1%80%D0%BC%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5/footer-category.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
.footer-category .footer-link li a {
	color: #09C;
}
@media (max-width:820px){
	
	.footer-link {
    width: 33%;
	}
}


@media (max-width: 480px) {

.footer-link {	
	width: 50%;
	}
}

@media (max-width: 380px) {
	
.footer-link {

	width:100%;
	}
}