.menus {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr 0.8fr 1fr;
    gap: 40px;
    padding-bottom: 70px;
	font-family: 'Lora', serif;
}

.menus .logo-box h4 {
	color: #f2efe9;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.menus .logo-box p {
    color: #b9b6ae;
    font-size: 16px;
    line-height: 1.7;
    max-width: 340px;
}

.menus .custom-logo-link {
    margin-bottom: 10px
}

.menus .footer-menu {
    text-align: center;
}

.menus .footer-menu a {
    font-size: 17px;
	font-weight: 600;
}

.menus .footer-menu__first {
    margin-bottom: 30px;
}

.menus .footer-menu .menu-head {
    margin-bottom: 20px;
	font-size: 22px;
    font-weight: 500;
}

.menus .footer-menu ul li {
    margin-bottom:16px;
}

@media only screen and (min-width: 1024px) {
    .menus .footer-menu {
        text-align:left;
    }

    .menus .footer-menu__first {
        margin-left: auto;
        margin-right: 40px;
    }
}

.footer-col h4 {
    color:#f2efe9;
    font-size:22px;
    font-weight:500;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:22px;
}

.footer-col p {
    color:#b9b6ae;
    font-size:16px;
    line-height:1.7;
    max-width:340px;
}

.footer-col .office-line {
    color:#f2efe9;
    font-size:17px;
    font-weight:600;
    line-height:1.9;
}

.footer-col .office-extra {
    color:#f2efe9;
    font-size:16px;
    line-height:1.8;
    margin-top:22px;
}

.footer-col ul {
    list-style:none;
}

.footer-col ul li {
    margin-bottom:16px;
}

.footer-col ul li a {
    color:#f2efe9;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
}

.social-row {
    display:flex;
    gap: 12px;
}

.social-row a {
    width: 46px;
    height: 46px;
    border-radius:10px;
    background:#e0a091;
    display:flex;
    align-items:center;
    justify-content:center;
}

.social-row a svg {
	width:20px;
	height:20px;
}

footer {
    border-radius: 50px 50px 0 0;
    background-color: #191919;
    color: #fff
}

footer a {
    color: inherit
}

footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 50px
}

footer .copyright {
    border-top: 1px solid #fff;
    padding-top: 30px;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse
}

footer .copyright__menu .menu {
    display: flex;
    margin-bottom: 30px
}

footer .copyright__menu .menu a {
    margin: 0 10px
}

@media only screen and (min-width: 1024px) {
    footer .copyright {
        flex-direction:row
    }

    footer .copyright__menu .menu {
        flex-direction: row;
        margin-bottom: 0
    }

    footer .copyright__menu .menu a {
        margin-left: 20px
    }
}

footer .menu {
    color: #ecf1ff;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
	line-height: 2.5em;
}

footer .current-menu-item {
    font-weight: 700
}

footer .current-lang {
    display: none
}

footer .sub-menu {
    margin-left: 30px
}

@media only screen and (min-width: 1024px) {
    footer .menu {
        font-size:16px;
		line-height: 1.7em;
    }
}