#index .promo-text-bottom {
    border-top:0;
}

.promo-text-bottom {
    border-top: 1px solid #e1e1e1;
    margin-top: 30px;
}

.copyright__text {
    color: #dcdcdc
}

.footer {
    clear: both;
    padding-top: 40px
}

.footer-container {
    margin-top: 50px;
    padding-bottom: 20px;
    clear: both
}

.box-footer-top {
    padding: 25px 15px;
    background: #f4f4f4
}

@media (max-width:768px) {
    .footer-container {
        padding-bottom: 0
    }
}