.footer-second {
    background: #1E232F;
    padding: 64px 0 17px 0;
}
.footer-second__top {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 34px;
    border-bottom: 1px solid rgb(255, 255, 255, .1);
}
#menu-footer-second-left,
#menu-footer-second-right {
    display: flex;
    list-style: none;
    padding: 0;
}
.footer-second .menu-item a {
    font-family: 'Commissioner', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 0 32px;
    opacity: .72;
}
.footer-second .menu-item.current-menu-item a {
    opacity: 1;
}
.footer-second__logo {
    padding: 0 32px;
}
.footer-second__social {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 37px;
    margin-bottom: 68px;
}
.footer-second__social .link_footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 44px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    margin: 0 12px;
    cursor: pointer;
    transition: .4s all;
}
.footer-second__social .link_footer a {
    margin: 0;
}
.footer-second__social .link_footer:hover {
    transform: translateY(-7px);
}
.footer-second__bottom .copyright,
.footer-second__bottom .footer-botton-link {
    font-family: 'Commissioner', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, .48);
    padding: 0 10px;
}


@media (max-width: 1199px) {
    .footer-second .menu-item a {
        padding: 0 15px;
    }
}
@media (max-width: 992px) {
    .footer-second__logo {
        width: 100%;
        text-align: center;
    }
    .footer-left-menu,
    .footer-right-menu {
        order: 1;
    }
}
@media (max-width: 575px) {
    .footer-second__top,
    .footer-left-menu {
        flex-flow: column wrap;
        text-align: center;
    }
    #menu-footer-second-left,
    #menu-footer-second-right {
        flex-flow: column wrap;
        margin-bottom: 0;
    }
    .footer-second .menu-item {
        margin-bottom: 10px;
    }
}