/*#region footer*/

.page-footer {
    padding: 1.5em 0;
    background: #262626;
    color: #9D9D9D;
    font-size: 0.85em;
    font-family: Roboto, "Open Sans", Arial, sans-serif;
}

.page-footer p {
    margin-bottom: 0;
}

.page-footer .logo img {
    margin-right: 2em;
}

.page-footer .social a:not(:last-child) {
    margin-right: 2em;
}

.page-footer .social .vk svg {
    width: 1.95em;
    height: 1.5em;
}

.page-footer .social .instagram svg {
    width: 1.5em;
    height: 1.5em;
}

.page-footer .social svg path {
    fill: #CACACA;
}

.page-footer .social  a:hover svg path,
.page-footer .social  a:focus svg path,
.page-footer .social  a:active svg path {
    fill: #fff;
}

.page-footer .phone .call-button {
    margin-left: 0.6em;
    color: #CACACA;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
}

.page-footer .phone .call-button:hover,
.page-footer .phone .call-button:focus,
.page-footer .phone .call-button:active {
    color: #fff;
}

/*#endregion footer*/

@media (max-width: 991.98px) {
    /*#region footer*/

    .page-footer .logo {
        text-align: center;
        font-size: 0.8em;
    }

    .page-footer .logo img {
        height: 2.3em;
        margin-right: 0;
        margin-bottom: 1em;
    }

    .page-footer .social {
        margin-bottom: 1.5em;
    }

    .page-footer .phone {
        margin-bottom: 3em;
    }

    .page-footer .phone .call-button {
        margin-left: 0;
    }

    /*#endregion footer*/
}