/* FOOTER */
.site-footer {
    border-radius: 48px;
    margin: 0 auto;
    padding: 16px 24px;
}
.site-footer-container {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 24px;
    max-width: 1360px;
}
.footer-copyright__left {
    color: #707381;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.footer-copyright__center a {
    color: #707381;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
}
.footer-copyright__center{
    color: #707381;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.footer-copyright {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer-copyright_bottom {
    display: flex;
    justify-content: center;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.site-info-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.site-info-social-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
}
.site-info-social a {
    color: #2F3241;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
#menu-footer {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    grid-column-gap: 44px;
    grid-row-gap: 44px;
}
.footer-menu .menu-item-type-custom a {
    color: #2F3241;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.footer-menu .menu-item-type-custom a:hover {
    text-decoration: underline;
}