footer {
    padding: 120px 0 100px 0;
    min-height: 750px;
    background-color: #000;
    background-image: url('/img/bg-footer.png?v=1');
    background-repeat: no-repeat;
    background-position: right 87px;
    color: #fff;
}

footer .sec-left > div {
    float: left;
}

footer .sec-left > div:first-child {
    margin-right: 3rem;
    margin-bottom: 45px;
}

footer .sec-left > div:last-child {
    padding-top: 125px;
    line-height: 1.8;
}

footer a,
footer a:visited {
    color: #fff;
}

footer a:hover {
    color: #EB5D48;
    text-decoration: none;
}

footer address {
    font-style: normal;
    /*margin: 52px 0 45px 0;*/
    margin: 52px 0 20px 0;
    line-height: 1.8;
}

footer address span {
    display: block;
    margin-bottom: 2.5rem;
}

footer #footer-logo {
    vertical-align: middle;
    color: #fff;
}

footer #footer-logo * {
    vertical-align: middle;
}

/*footer #footer-logo:hover {*/
/*    opacity: 0.7;*/
/*}*/

footer #footer-logo img {
    display: block;
    float: left;
    margin-right: 20px;
}

/*footer #footer-logo span {*/
/*    display: block;*/
/*    float: left;*/
/*    line-height: 1.1;*/
/*    font-size: 18px;*/
/*}*/

/* ********************************* */
#footer-logotypes {
    margin-top: 5.625rem;
    padding-top: 65px;
    background: url('/img/bg-zigzag-l-white.png') no-repeat left top;
    position: relative;
}

/*#footer-logotypes .slides-clip {*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    overflow: hidden;*/
/*    float: left;*/
/*    box-sizing: border-box;*/
/*}*/

/*#footer-logotypes .slides-canvas {*/
/*    position: relative;*/
/*    left: 0px;*/
/*    height: inherit;*/
/*}*/

/*#footer-logotypes .slides-contents {*/
/*    display: block;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    text-align: center;*/
/*    height: inherit;*/
/*    overflow: hidden;*/
/*}*/

#footer-logotypes .slide {
    height: inherit;
    display: block;
    float: left;
    padding: 0 5px;
    text-align: center;
}

#footer-logotypes ul li a {
    height: inherit;
    /*padding: 0 30px;*/
    padding-right: 60px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 86px;
    margin-top: 79px;
}

#footer-logotypes ul li a.partner {
    height: 196px;
    margin-top: 0;
}

#footer-logotypes ul li a:hover {
    opacity: 0.7;
}

#footer-logotypes ul li img {
    display: block;
}

/* ********************************* */
#lioosys {
    margin-top: 4rem;
    text-align: center;
    font-size: 14px;
}

#lioosys a {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    color: #fff;
}

#lioosys a:hover {
    color: #EB5D48;
}

/* ********************************* */
@media only screen and (max-width: 950px) {
    footer .sec-left > div {
        float: none;
    }

    footer .sec-left > div:first-child {
        margin-right: 0;
    }

    footer .sec-left > div:last-child {
        margin-left: 0;
        padding-top: 0;
    }
}

@media only screen and (max-width: 900px) {
    footer {
        background-size: 40%;
    }
}


