/* contacts */
.contacts-address-item-filial-link {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 16px;
    padding-left: 24px;
    margin-top: -10px;
    text-decoration: underline;
}
.contacts-address-item-filial-link:hover {
    color: #000;
    opacity: 0.4;
}
/* contacts end */

/* footer added styles */
.rud-footer__top--info__item--list {
    align-items: start;
}
.rud-footer__top--info__item--list__item .rud-footer-filial-item-text-wrapp {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.rud-footer__top--info__item .rud-footer-filial-link {
    font-size: 16px;
    line-height: 1.125;
    text-decoration: underline;
    color: #d2ac67;
    transition: all 0.3s ease;
}
.rud-footer__top--info__item .rud-footer-filial-link:hover {
    color: #000;
    opacity: 0.4;
}
/* footer added styles end */
