footer {
    padding: 50px calc((100% - 1200px)/ 2);
    background-image: url(/wp-content/themes/filizer2020/images/footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: calc(100vw * (563/1920));
    min-height: 563px;
    padding-top: 200px;
    margin-top: -140px;
    background-color: #eff2ef;
}

footer div.content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

footer div.content div.map a.logo {
    display: block;
    width: 180px;
    margin-top: 20px;
}

body.en footer div.content div.map a.logo {
    width: 245px;
}

footer div.content div.address {
    color: white;
    position: relative;
    top: -10px;
}

footer div.content div.address h3 {
    font-size: 30px;
    font-weight: 600;
}

body.en footer div.content div.address h3 {
    font-size: 24px;
}

footer div.content div.address h3 strong {
    font-weight: 700;
}

footer div.content div.address div.share {
    background-image: url(/wp-content/themes/filizer2020/images/shaer-bg.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 65% auto;
    height: 215px;
    position: relative;
}

body.ar footer div.content div.address div.share {
    background-size: 55% auto;
}

body.en footer div.content div.address div.share {
    height: 250px;
}

footer div.content div.address div.share ul {
    top: calc(100% - 60px);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 55%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

footer div.content div.address div.share ul li {
    display: inline-block;
    vertical-align: top;
}

footer div.content div.address div.share ul li a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    padding: 0.5em;
}

footer div.content div.address div.share ul li a.mail {
    background-image: url("/wp-content/themes/filizer2020/images/mail.svg");
}

footer div.content div.address div.share ul li a.youtube {
    background-image: url("/wp-content/themes/filizer2020/images/yt.svg");
}

footer div.content div.address div.share ul li a.facebook {
    background-image: url("/wp-content/themes/filizer2020/images/facebook.svg");
}

footer div.content div.address div.address_details {
    margin-top: 20px;
    line-height: 1.1;
}

footer div.content div.address div.address_details h4 {
    font-size: 30px;
    font-weight: 600;
}

body.en footer div.content div.address div.address_details h4 {
    font-size: 19px;
}

footer div.content div.address div.address_details p {
    font-weight: 600;
    font-size: 16px;
}