/* Footer */

.footer:after {
    content: '';
    clear: both;
    display: table;
}

/* Footer left */

.footer-left {
    float: left;
    width: 480px;
    height: 63px;
    background: #e5e3df;
}

.footer-left > div {
    display: flex;
    align-items: center;
    height: 100%;
}

.footer-left > div > div {
    display: flex;
    align-items: center;
}

/* Footer about link */

.footer-about-link a {
    background: url('../images/footer_logo-ver-E37148D8CF866FFC927486089C932076.png') center no-repeat;
    width: 227px;
    height: 31px;
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 5px;
}

/* Footer mail */

div.footer-mail {
    display: inline-block;
    margin-left: 60px;
}

div.footer-mail > a {
    display: inline-block;
    color: #432918;
    font-style: italic;
}

/* Footer center */

.footer-center {
    margin-left: 480px;
    margin-right: 76px;
    height: 63px;
    background: #e5e3df;
    text-align: right;
}

/* Footer menu */

.footer-menu {
    padding-top: 20px;
    margin-right: 40px;
}


.footer-menu > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.footer-menu > div > div {
    display: inline-block;
    border-left: 1px solid #867a76;
    margin-left: 30px;
    padding-left: 30px;
    height: 27px;
}

.footer-menu > div > div:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

.footer-menu-item a {
    text-decoration: none;
    color: #432918;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 4px;
}

/* Footer right */

.footer-right {
    float: right;
    background: url('../images/footer_cap-ver-08ECC356A6CF2D11FD8363FA8A6CE761.png');
    width: 76px;
    height: 63px;
}