.footer-menu-wr {
	position: relative;
}

.footer-menu {
	float: left;
}

.footer-menu > ul, .footer-menu__lev-2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu {
	margin-bottom: 25px;
	margin-right: 5.7%;
	width: 20.4%;
}

.footer-menu:nth-child(4n) {
	margin-right: 0;
}

.footer-menu__link {
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
	margin-bottom: 5px;
}

.footer-menu__link:hover {
	color: #24d3ff;
	text-decoration: underline;
}

.footer-menu__lev-2 {
	line-height: 20px;
}

.footer-menu__lev-2-a  {
	color: #72d2ff;
	font-size: 13px;
	line-height: 21px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left:-5px;
	display: inline-block;
	position: relative;
}

.footer-menu__lev-2-a:hover,
.footer-menu__lev-2-a:focus:hover {
	background: #72d2ff none repeat scroll 0 0;
	color: #23526e;
}

.footer-menu__lev-2-a:focus {
	color: #72d2ff;
}

#btn-all-product {
	background-color: #24567a;
	border: medium none;
	color: #ffffff;
	font-size: 13px;
	margin-top: 15px;
	padding: 10px;
	text-align: left;
	display: inline-block;
	width: 100%;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
@media (min-width: 1200px) {
	#btn-all-product {
		padding: 10px 15px;
		max-width: 140px;
	}
}

#btn-all-product:after{
	content: "";
	display: block;
	position: absolute;
	border-width: medium medium medium 3px;
	border-color: transparent transparent transparent #fff;
	width: 0;
	height: 0;
	border-style: solid;
	top: 50%;
	right: 10px;
	margin-top: -3px;
}

#btn-all-product:hover {
	background-color: rgba(255, 255, 255, 0.25);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF,endColorstr=#3FFFFFFF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF,endColorstr=#3FFFFFFF);
}

.copyright-designer {
	background: rgba(0, 0, 0, 0) url("images/copyright-designer.png") no-repeat scroll right bottom;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 12px;
	padding-bottom: 15px;
	position: relative;
}

html[lang='ru'] .copyright-designer  {
	margin-right: 72px;
	margin-top: -22px;
}

html[lang='en'] .copyright-designer {
	min-width: 64px;
	margin-right: 158px;
	margin-top: -32px;
}

@media (min-width: 1199px) {
	html[lang='en'] .copyright-designer {
		margin-right: 152px;
	}
}

.copyright-designer:hover,
.copyright-designer:active,
.copyright-designer:focus:hover,
.copyright-designer:focus {
	color: #ffffff;
	text-decoration: none;
}