
.layout-footer {
    width: 100%;
    background-color: rgba(18, 22, 34, 1);
    padding: 52px 0 71px 0;
}

.layout-footer-center {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgba(140, 150, 165, 0.2);
    padding-bottom:69px;
}

.layout-footer-logo {
    width: 172px;
    height: 114px;
    margin-top: 10px;
}

.layout-footer-copyright {
    font-size: 14px;
    font-weight: 400;
    color: #8C96A5;
    line-height: 46px;

}
.layout-footer-copyright > span {
    display: block;
}
.layout-footer-partners {
    font-size: 14px;
    font-weight: 400;
    color: #8C96A5;
    line-height: 46px;
}
.layout-footer a{
    text-decoration: none;
    color: #8C96A5 !important;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.layout-footer-partners > span {
    display: block;
}

.layout-footer-code {
    display: flex;
}

.layout-footer-code img {
    width: 125px;
    height: 125px;
}

.layout-footer-code-module {
    text-align: center;
    margin-right:37px;
}
.layout-footer-code-module  span {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
}
