.footer__container {
    display: flex;
    padding-bottom: 3rem;
}

.footer__container a {
    margin: 0 0 0.5em 0;
}
.footer__container a:last-child {
    margin: 0;
}
.first__block__footer {
    border-right: 1px solid #C4C4C4;
    margin-right: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    flex: 2;
}

.fbf__title {
    margin-bottom: 2px;
    color: #616161;
}

.shop__name {
    flex: 1;
}

.rights {
    color: #616161;
}

.second__block__footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #C4C4C4;
    margin-right: 20px;
    padding-right: 20px;
    flex: 1;
}

.third__block__footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #C4C4C4;
    margin-right: 20px;
    padding-right: 20px;
    flex: 1;
}

.tbf__triple__block {
    display: flex;
}

.tbf__triple__block a {
    white-space: nowrap;
    margin-left: 1em;
}

.tbf__triple__block a:first-child {
    margin-left: 0em;
}

.fifth__block__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    flex: 1;
}

.footer__social {
    display: flex;
    justify-content: space-between;
    width: 160px;
}

/*.social-link {*/
/*    !*display: flex;*!*/
/*    !*position: absolute;*!*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

.vk {
    margin-left: 5rem;
}


@media (max-width: 1191px) {
    .footer__container {
        font-size: 10px;
    }

    .shop__name {
        margin-bottom: 27px;
    }

}

@media (max-width: 745px) {
    .footer__container {
        display: flex;
        flex-wrap: wrap;
        /*flex-direction: column;*/
        justify-content: center;
        font-size: 16px;
        line-height: 19px;
        align-items: center;
        text-align: center;
    }

    /*.desktop {*/
    /*    display: none;*/
    /*}*/

    .first__block__footer {
        height: auto !important;
    }

    .rights {
        margin-bottom: 20px !important;
    }

    .first__block__footer, .second__block__footer, .third__block__footer {
        width: 100%;
        flex: auto;
        height: auto;
        border-right: 0 solid #C4C4C4;
        margin-right: 0;
        padding-right: 0;
    }

    .shop__name {
        margin-bottom: 10px;
    }

    .rights {
        width: 100%;
        margin: 0 auto;
        color: #616161;
    }

    #sb__footer {
        margin-bottom: 15px;
    }

    .mbf {
        width: 100%;
        margin-bottom: 13px;
        margin-right: 0;
    }

    .tbf__triple__block {
        display: inline-block;
    }

    .footer__container a:last-child {
        margin: 0 0 0.5em 0;
    }

    .first__block__footer, .fifth__block__footer {
        align-items: center;
        justify-content: space-evenly;
        height: 100px;
    }
}
