#footer-10  {
    text-align: center;
    background: #282828;
    padding: 80px 0;
}

#footer-10 .context-dark, .bg-gray-700, .bg-gray-800, .bg-primary {
    color: rgba(255, 255, 255, 0.5);
}

#footer-10 img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

#footer-10 .heading-3 {
    font-size: 30px;
}

#footer-10 .footer-classic-list {
    position: relative;
}

#footer-10 .contacts-modern a {
    font-weight: 400;
    text-transform: none;
    color: #fff;
}

#footer-10 .footer-classic-list {
    margin-top: 40px;
    padding-top: 30px;
}

#footer-10 .footer-classic-list::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 0;
    width: 200px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: translate3d(-50%, 0, 0);
}

#footer-10 .list-inline-xxl  {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

#footer-10 .icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
}

#footer-10  p.rights {
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
    #footer-10 .rights {
        margin-top: 60px;
    }
}

 @media (min-width: 992px) {
    #footer-10 .contacts-modern {
        margin-top: 40px;
    }
}