.footer {

}
.footer-top-container,
.footer-top {
    background: #f4f4f4 !important;
    /* var gray-light !important*/;
}
.footer-bottom-container,
.footer-bottom {
   background: #efefef !important;
    /* var gray !important*/; 
}
.footer-center, 
.footer-top {
    padding: 40px 0 40px;    
}
.footer-top-container,
.footer-bottom-container {
    border-top: 1px solid #e3e3e3;
}
.box-footer-column {
    position: relative;
}
.footer-top .footer-elements > div {
    padding-right: 15px;
}
/* .footer-top .footer-elements > div:after {
    position: absolute;
    height: 100%;
    content:' ';
    right:15px;
    top:0;
    border-right: 1px solid #cfcfcf;
    var gray-dark; 
} */
.footer-top .footer-elements > div:last-child {
    padding-right: 0;
}
.footer-top .footer-elements > div:last-child:after {
    display: none;
}
#before-footer .advantages,
.footer-top-container .advantages {
    border-bottom: 5px solid #4c81d9;
    /* var base */
}
.footer .ui-column-3:last-child .box-footer-column {
    text-align: left;
}
.footer-top .ui-column-3:first-child .box-footer-column > .box-footer {
    display: block;
}
@media screen and (max-width: 991px) {
    .footer-top .footer-elements > div {
        padding-right: 0;
    }
    .footer-top .footer-elements > div:after {
        display:none;
    }
}
@media screen and (max-width: 768px) {
    .footer-center, 
    .footer-top {
        padding: 15px 0 15px;    
    }
}
/****************************************** 
  dark-style
******************************************/
.dark-style .footer-top .footer-elements > div:after {
    border-color:rgba(255,255,255,0.2);
}