
.button--muted:hover
{
    background-color: transparent;
    color: #868e96;
    border-color: #868e96
}

.button--muted
{
    background-color: #868e96;
    color: #ffffff;
    border-color: #868e96
}


.button--primary:hover
{
    background-color: transparent;
    color: #006eb0;
    border-color: #006eb0
}

.button--primary
{
    background-color: #006eb0;
    color: #ffffff;
    border-color: #006eb0
}

.button--primary.button--inverted
{
    background-color: transparent;
    color: #006eb0;
    border-color: #006eb0;
}

.button--primary.button--inverted:hover
{
    background-color: #006eb0;
    color: #ffffff;
    border-color: #006eb0;
}

.button--danger:hover
{
    color: #ef4023;
    border-color: #ef4023;
    background-color:transparent;
}

.button--danger
{
    background-color: #ef4023;
    color: #ffffff;
    border-color: #ef4023
}


.button--danger.button--inverted
{
    color: #ef4023;
    border-color: #ef4023;
    background-color:transparent;
}

.button--danger.button--inverted:hover
{
    background-color: #ef4023;
    color: #ffffff;
    border-color: #ef4023
}


.footer__social-item-icon
{
    fill:#fff;
}

.footer__social-item:hover .footer__social-item-icon
{
    fill:#006eb0
}


.header__info-item--city,
.header__info-item--address
{
    display: block;
}