.l-sec--footer .c-footer--bottom {
    text-align: center;
    background: #ffffff;
    min-height: auto;
    padding: 0;
}
.l-footer--bottom {
    margin: 0 auto;
}
.l-footer--bottom .l-inner {
    min-height: auto;
}
.l-sec--footer .c-footer--logos {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .l-sec--footer .c-footer--logos {
        display: block;
        padding-top: 36px;
        padding-bottom: 36px;
    }
}
.l-sec--footer .c-footer--logos div {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 0;
}
@media (max-width: 768px) {
    .l-sec--footer .c-footer--logos div {
        display: block;
        padding: 7px 0;
    }
}
.l-sec--footer .c-footer--logos div a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.l-sec--footer .c-footer--logos div a img {
    margin: 0 24px;
}
@media (max-width: 768px) {
    .l-sec--footer .c-footer--logos div a img {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        /*margin-bottom: 10px;*/
    }
    .l-sec--footer .c-footer--logos div a span {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /*font-size: 22px;*/
        /*line-height: 26px;*/
    }
}
.l-sec--footer .c-footer--logos div a:hover img {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
.l-sec--footer .c-footer--logos div a:hover span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.l-sec--footer .c-footer--logos div img {
    display: block;
    height: 55px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media (max-width: 768px) {
    .l-sec--footer .c-footer--logos div img {
        height: 76px;
        margin: 0 auto;
    }
}
.l-sec--footer .c-footer--logos div span {
    font-size: 14px;
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    line-height: 1.4;
    color: #000000;
}

@media (max-width: 768px) {
    .l-sec--footer .c-footer--logos div:nth-of-type(2) img {
        height: 106px;
    }
}
.l-sec--footer .c-footer--logos-title {
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    line-height: 85px;
    text-transform: uppercase;
    color: #000;
    margin-right: 24px;
}
@media (max-width: 768px) {
    .l-sec--footer .c-footer--logos-title {
        /*font-size: 36px;*/
        line-height: 1;
        margin-right: 0;
    }
}