.footer-linker .footer-linker__list {
    transition: all ease 0.3s;
    height: auto;
}

.footer-linker .footer-linker__list.collapsed {
    height: 70px;
    overflow: hidden;
    transition: all ease 0.3s;
}

.footer-linker .footer-linker__list .item {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1;
}

.footer-linker .footer-linker__list .item:hover{
    color: #b0063a;
}

.footer-linker #js-activator__footer-linker {
    font-weight: bold;
    font-size: 16px;
    color: #b0063a;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin-top: 20px;
}

.footer-linker #js-activator__footer-linker:hover {
    color: #fff;
}

.footer-linker #js-activator__footer-linker .footer-linker__button_show {
    display: block;
}

.footer-linker #js-activator__footer-linker .footer-linker__button_hide {
    display: none;
}

.footer-linker #js-activator__footer-linker.linker-opened .footer-linker__button_show {
    display: none;
}

.footer-linker #js-activator__footer-linker.linker-opened .footer-linker__button_hide {
    display: block;
}
