body *:not(footer.footer .footer-bottom ul.social-links a.fontawesome):not(footer.footer .footer-bottom ul.social-links a.fontawesome *){
  font-family: "Golos Text", sans-serif!important;
}

footer.footer .footer-bottom ul.social-links a.fontawesome {
    font-family: var(--_fa-family)!important;
    font-size: 1.5rem;
}

.mb-3,.my-3 {
  margin-bottom: 1rem!important;
}

.mb-md-5,.my-md-5 {
  margin-bottom: 4rem!important;
}

.col-md-auto {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;

}

footer .footer-bottom {
    font-size: 20px;
}

footer .footer-bottom ul {
    margin-top: 20px !important;
    margin-bottom: 20px;
}

footer .footer-bottom .row {
    display: flex;
}

footer .footer-bottom .row .col {
    padding-left: 15px;
    padding-right: 15px;
}

footer.footer .footer-bottom .footer-title {
    font-weight: 600;
    margin-bottom: .5rem
}

footer.footer .footer-bottom a {
    font-size: 20px
}

footer.footer .footer-bottom ul.social-links {
    display: flex;
    list-style: none;
    margin-top: 1rem;
    padding: 0;
    width: min-content;
    font-family: var(--_fa-family)!important
}

footer.footer .footer-bottom ul.social-links>li:not(:first-child) {
    margin-left: 1rem
}

footer.footer .footer-bottom ul.social-links>li>a {
    align-items: center;
    background-color: #ebebeb;
    border-radius: 50%;
    color: #000;
    display: flex;
    font-size: 1.4rem;
    font-size: 1rem;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px
}

footer.footer .footer-bottom ul.social-links>li>a:active,footer.site-footer ul.social-links>li>a:focus,footer.site-footer ul.social-links>li>a:hover {
    background-color: #dedede
}

@media (min-width: 768px) {
  .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        max-width: none;
        width: auto;
    }
}

@media (min-width: 768px) {
    footer.footer .footer-bottom .right-column {
        text-align:right;
    }
}