
.layout-desktop-footer {
    background-color: #000000;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    padding: 80px calc(50% - 555px);
    width: 100%
}


.ldf-top {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 26px
}

.ldf-top-left > img {
    height: auto;
    width: 132px
}

.ldf-top-left > p {
    font-size: 14px;
    line-height: 24px;
    margin: 22px 0 0
}

.ldf-top-left > p:last-of-type {
    margin-top: 4px
}

.ldf-top-right {
    display: -webkit-flex;
    display: flex
}

.ldf-top-right > a {
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px
}

[dir=ltr] .ldf-top-right > a {
    margin-left: 16px
}

[dir=rtl] .ldf-top-right > a {
    margin-right: 16px
}

.ldf-top-right > a:first-of-type {
    background-image: url("../images/common/contact_facebook_yellow.png")
}

.ldf-top-right > a:nth-of-type(2) {
    background-image: url("../images/common/contact_linkedin_yellow.png")
}

.ldf-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 32px
}

.ldf-bottom-left {
    margin: 0
}

.ldf-bottom-right .flexBox {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 20px
}

[dir=ltr] .ldf-bottom-right .flexBox {
    padding-right: 12px
}

[dir=rtl] .ldf-bottom-right .flexBox {
    padding-left: 12px
}

.ldf-bottom-right .flexBox:last-of-type {
    margin-bottom: 0
}

.ldf-bottom-right .flexBox > span {
    background-color: hsla(0, 0%, 100%, .1);
    height: 17px;
    margin: 0 24px;
    width: 1px
}

.ldf-bottom-right .flexBox > a {
    color: #fff;
    text-decoration: none
}

.ldf-bottom-right .flexBox > a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.ldf-bottom-right .flexBox .jpTitle {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0
}

.ldf-bottom-right .flexBox .jpTitle:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}
