footer.flex-column {
	width: 100%;
	background-color: #f9f9f9;
}
.footer-top {
	width: 100%;
	padding: 0 20px;
}
.footer-top .wrapper {
	-ms-align-items: stretch;
	align-items: stretch;
}
.footer-left {
	padding: 60px 0;
	padding-right: 30px;
	border-right: 1px solid #d7d7d7;
	max-width: calc((100% - 90px) / 4);
	min-width: calc((100% - 90px) / 4);
	flex-grow: 1;
	justify-content: space-between;
}
.footer-nav {
	list-style: none;
	font-family: BebasNeue;
	font-size: 1.6em;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}
.footer-nav li {
	margin-bottom: 10px;
}
.footer-bottom {
	width: 100%;
	padding: 0 20px;
}
.footer-bottom .wrapper {
	border-top: 1px solid #d7d7d7;
	padding: 30px 0;
	-ms-align-items: center;
	align-items: center;
}
.social-btns {
	-ms-align-self: flex-start;
	align-self: flex-start;
}
.social-btns a {
	position: relative;
	width: 31px;
	height: 31px;
	border-radius: 50%;
}
.social-btns a:nth-of-type(2) {
	margin: 0 20px;
}
.social-btns a img {
  height: 31px;
	position: absolute;
	transition: opacity 0.4s;
}
.social-btns a img:last-child {
	opacity: 0;
}
.social-btns a:hover img:last-child {
	opacity: 1;
}
.social-btns a:hover img:first-child {
	opacity: 0;
}
.footer-right {
	padding: 60px 0;
	padding-left: 30px;
	flex-grow: 1;
}
.footer-right h3 {
	font-family: BebasNeue;
	font-size: 1.9em;
	line-height: 1;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}
.footer-catalog {
	list-style: none;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.footer-catalog li {
	padding-right: 20px;
	margin-bottom: 13px;
	width: calc(100% / 3);
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
}
.counters>* {
	margin: 5px;
	opacity: 0.8;
}
.counters>*:hover {
	opacity: 1;
}