.pcs-mfc-footer-backdrop {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #eff0f1;
}
.pcs-mfc-footer,
.pcs-mfc-footer *,
.pcs-mfc-footer *::before,
.pcs-mfc-footer *::after {
    box-sizing: border-box;
}
.pcs-mfc-footer {
    position: relative;
    z-index: 3;
    min-height: 277px;
    padding: 60px 0 58px;
    border-radius: 28px 28px 0 0;
    background: #b7b8ba;
    color: #fff;
    font-family: inherit;
}
.pcs-mfc-footer .pcs-mfc-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 9px;
    padding-left: 9px;
}
.pcs-mfc-footer .pcs-mfc-footer-title {
    margin: 0 0 25px;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.15;
}
.pcs-mfc-footer .pcs-mfc-footer-link {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 13px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: opacity .2s ease;
}
.pcs-mfc-footer .pcs-mfc-footer-link:visited,
.pcs-mfc-footer .pcs-mfc-footer-link:hover,
.pcs-mfc-footer .pcs-mfc-footer-link:focus {
    color: #fff !important;
}
.pcs-mfc-footer .pcs-mfc-footer-link:hover,
.pcs-mfc-footer .pcs-mfc-footer-link:focus {
    opacity: .78;
}
.pcs-mfc-footer .pcs-mfc-footer-icon {
    width: 25px;
    flex: 0 0 25px;
    height: auto;
    object-fit: contain;
}
.pcs-mfc-footer .pcs-mfc-footer-icon-mail {
    width: 31px;
    flex-basis: 31px;
}
.pcs-mfc-footer .pcs-mfc-footer-schedule {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}
.pcs-mfc-footer .pcs-mfc-footer-schedule strong {
    padding-right: 24px;
    font-weight: 800;
}
.pcs-mfc-footer .pcs-mfc-footer-schedule span {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, .72);
}
.pcs-mfc-footer .pcs-mfc-footer-address {
    margin: 0 0 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
}
@media (max-width: 991.98px) {
    .pcs-mfc-footer {
        min-height: 0;
    }
    .pcs-mfc-footer .pcs-mfc-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 30px;
    }
}
@media (max-width: 767.98px) {
    .pcs-mfc-footer {
        padding: 52px 0;
        border-radius: 22px 22px 0 0;
    }
    .pcs-mfc-footer .pcs-mfc-footer-grid {
        grid-template-columns: 1fr;
        gap: 42px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .pcs-mfc-footer .pcs-mfc-footer-title {
        font-size: 24px;
    }
    .pcs-mfc-footer .pcs-mfc-footer-address {
        white-space: normal;
    }
    .pcs-mfc-footer .pcs-mfc-footer-schedule strong {
        padding-right: 18px;
    }
    .pcs-mfc-footer .pcs-mfc-footer-schedule span {
        padding-left: 18px;
    }
}
