.site-footer {
    padding: 96px 0 0 0;
    background-color: #1C1C1C;
}
.site-footer .main-container {
    max-width: 1344px;
    padding: 0 12px;
}
.footer-inner p, .footer-inner a {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-menu {
	font-family: "Clash Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-menu a {
	color: #FFF;
	text-decoration: none;
}
.footer-menu a:hover {
	color: #E4E4E4;
}
.footer-quicks, .footer-nav {
    width: 27%;
}
.footer-top .footer-contact-info {
    width: 46%;
	display: flex;
	align-items: flex-end;
    flex-direction: column;
    gap: 16px;
}
.footer-top .footer-contact-info > div {
	width: 236px;
}
.footer-top .footer-contact-info * {
	color: #E4E4E4;
	font-family: Apparat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.footer-quicks .footer-menu a {
	color: #E4E4E4;
	text-decoration: none;
}
.footer-quicks .footer-menu a:hover {
	color: #FFF;
}
.bottom-footer {
    padding: 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-top: 1px solid #616161;
	margin-top: 32px;
}
.bottom-footer p {
	color: #BFBFBF;
	font-family: Apparat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.bottom-footer p:last-of-type {
	margin-bottom: 0;
}
.bottom-footer .socmed {
	margin-top: 0;
}
.creative-agency a {
    font-size: 14px;
    color: #E4E4E4;
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 1em;
	gap: 6px;
}
.creative-agency a:hover,
.creative-agency a:focus {
	color: #E4E4E4;
}
.creative-agency img {
    top: -2px;
    position: relative;
}
.footer-contact-info a {
    text-decoration: none;
}
@media (max-width: 767px) {
    .site-footer {
        padding: unset;
    }
    .footer-inner {
        flex-direction: column;
        gap: 16px;
        border: unset;
    }
    .footer-email {
        order: 1;
    }
    .footer-address {
        order: 2;
    }
    .footer-copyright {
        order: 3;
    }
    .footer-top {
        display: flex;
        flex-wrap: wrap;
        padding: 64px 10px 0 10px;
    }
    .footer-nav {
        width: 50%;
    }
    .footer-quicks {
        width: 50%;
    }
    .footer-contact-info {
        width: 100%;
        align-items: normal !important;
        margin-top: 64px;
    }
	.footer-menu {
		font-size: 20px;
		line-height: 22px;
	}
	.bottom-footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}