.footer {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 160px 0 40px;
    width: 100%;
}
.footer > div {
    box-sizing: border-box;
    gap: 40px 0px;
    max-width: 2560px;
    padding: 0 40px;
    width: 100%;
}
.footer .footer-top {
    justify-content: space-between;
    width: 100%;
}

/* menu-bottom */

.footer .menu-bottom {
    max-width: 870px;
}
.footer .menu-bottom ul {
	display: flex;
	flex-wrap: wrap;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.footer .menu-bottom > ul {
	gap: 30px 40px;
}
.footer .menu-bottom > ul > li > a {
    color: var(--la-grey-basic);
	font-family: 'Geologica';
	font-size: 15px;
    line-height: 1.6;
	text-decoration: none;
}
.footer .menu-bottom > ul > li > a:hover {
    color: var(--la-grey-basic-50);
}

/* menu-bottom end */

.footer-contacts {
    align-items: flex-end;
    gap: 20px 0;
}
.footer-contacts .phone-row {
    align-items: center;
    gap: 25px;
}
.footer-contacts .phone-row .hours {
    color: var(--la-grey-basic-50);
    font-family: 'Geologica';
    font-size: 15px;
    line-height: 1.4;
}
.footer-contacts .phone-row .phone {
    font-family: 'Geologica';
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    text-decoration: none;
}
.footer-contacts .social-networks {
    align-items: center;
    flex-wrap: wrap;
    gap: 32px 20px;
    justify-content: flex-start;
}
.footer-contacts .social-networks a {
    font-family: 'Geologica Roman';
    font-size: 15px;
    line-height: 1.6;
    text-decoration: none;
}
.footer-contacts .email {
    font-family: 'Geologica';
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
}
.footer-contacts a {
    color: var(--la-grey-basic);
}
.footer-contacts a:hover {
    color: var(--la-grey-basic-50);
}

.footer-bottom {
    justify-content: space-between;
    width: 100%;
}

.footer .webstudio {
	color: #686868;
	font-family: 'Geologica';
	font-size: 12px;
	text-decoration: none;
}
.footer .webstudio span {
	color: #ce0000;
}
.footer .webstudio:hover {
	color: #ce0000; text-decoration: underline;
}

.footer .copy {
    color: #121212;
    font-family: 'Geologica';
    font-size: 15px;
}
.footer .copy > span {
    color: #12121280;
}
.footer-address {
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
.footer-address > div {
    color: var(--la-grey-basic-60);
    font-family: 'Geologica';
    font-size: 15px;
    line-height: 1.3;
}