footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #16181c;
    display: block;
    bottom: 0;
    left: 0;
    padding: 0 20px 18px;
    position: fixed;
    width: 100%;
    z-index: 2;
}
body.index  footer,
body.index  .fake-footer {
	display: none;
}
.fake-footer {
    height: 194px;
    pointer-events: none;
}
.footer-top {
    position: relative;
    padding: 32px 0 0px 0;
}
.footer-top .footer-logo {
    float: left;
    width: 280px;
}
.footer-top .footer-logo p {
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    padding-left: 21px;
}
.footer-top nav {
    float: none;
    position: absolute;
    top: 65px;
    left: 50%;
    text-align: center;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.footer-top nav ul {
    padding: 0;
    white-space: nowrap;
}
.footer-top nav ul li {
    /*float: left;*/
    display: inline-block;
    /*padding: 0 0 10px 0;*/
    margin-right: 10px;
}
.footer-top nav ul li:last-of-type {
    padding-right: 0;
}
.footer-top nav a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    letter-spacing: -0.25px;
    line-height: 21px;
    padding: 1px 5px;
    position: relative;
    text-transform: none;
	text-decoration: none;
}
.footer-top nav a:after {
	background-color: #f4d631;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0%;
	-webkit-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.footer-top nav a:hover:after {
	width: 100%;
}
.footer-bottom {
    text-align: center;
}
.footer-bottom p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.2;
    padding: 0 15px;
}
.footer-contacts {
    color: #fff;
    float: right;
    font-size: 16px;
    padding: 19px 20px 0 0;
}
.footer-contacts i.ico {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
}
.footer-contacts a,
.footer-contacts span {
    color: #fff;
    display: inline-block;
    opacity: 0.7;
    text-decoration: none;
    vertical-align: top;
}
.footer-contacts p {
    margin-bottom: 10px;
}

@media only screen and (max-width: 790px) {
	footer {
		padding-left: 0;
		padding-right: 0;
	}
    .fake-footer {
        height: 217px;
    }
	.footer-top {
	    max-width: 560px;
	    margin: 0 auto;
	}
	.footer-top nav {
		position: relative;
		top: 0;
	}
}
@media only screen and (max-width: 580px) {
	.fake-footer {
        height: 244px;
    }
	.footer-top {
		text-align: center;
	}
	.footer-top nav {
		display: none;
	}
	.footer-top .footer-logo {
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	}
	.footer-logo .logo {
	    display: inline-block;
	}
	.footer-top .footer-logo p {
	    padding-left: 0;
	}
	.footer-contacts {
	    display: inline-block;
	    float: none;
	    margin: 0 auto;
	    padding-right: 0;
	    text-align: center;
	}
	.footer-contacts p {
	    display: inline-block;
	    vertical-align: middle;
	}
	.footer-contacts p br {
		display: none;
	}
	.footer-bottom p {
	    max-width: 350px;
	    margin: 0 auto;
	}
}
