body.page-id-13608 footer.bp-footer-section-override {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    background: #101719 !important;
    color: rgba(255, 255, 255, .78);
}

body.page-id-13608 footer.bp-footer-section-override * {
    box-sizing: border-box;
}

body.page-id-13608 footer.bp-footer-section-override > .bp-footer-contact {
    display: none !important;
}

body.page-id-13608 .bp-footer-premium {
    width: min(100% - 64px, 1180px);
    margin: 0 auto;
    padding: 92px 0 34px;
}

body.page-id-13608 .bp-footer-main {
    display: grid;
    grid-template-columns: minmax(280px, 1.35fr) .8fr .8fr 1fr;
    gap: clamp(36px, 5vw, 74px);
    align-items: start;
}

body.page-id-13608 .bp-footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

body.page-id-13608 .bp-footer-logo-link {
    display: inline-flex;
    width: min(242px, 100%);
    margin-bottom: 22px;
}

body.page-id-13608 .bp-footer-logo {
    display: block;
    width: 100%;
    max-width: 242px;
    height: auto;
    object-fit: contain;
}

body.page-id-13608 .bp-footer-description {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
}

body.page-id-13608 .bp-footer-title {
    position: relative;
    margin: 0 0 18px;
    padding-top: 2px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.page-id-13608 .bp-footer-title::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 15px;
    border-radius: 999px;
    background: #28c3ba;
}

body.page-id-13608 .bp-footer-nav a,
body.page-id-13608 .bp-footer-address a,
body.page-id-13608 .bp-footer-materials span,
body.page-id-13608 .bp-footer-location,
body.page-id-13608 .bp-footer-label {
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 0;
    text-decoration: none;
}

body.page-id-13608 .bp-footer-label {
    color: rgba(255, 255, 255, .9);
    font-weight: 650;
}

body.page-id-13608 .bp-footer-location {
    margin-top: 8px;
}

body.page-id-13608 .bp-footer-nav a,
body.page-id-13608 .bp-footer-address a {
    transition: color .22s ease, transform .22s ease;
}

body.page-id-13608 .bp-footer-nav a:hover,
body.page-id-13608 .bp-footer-address a:hover {
    color: #28c3ba;
    transform: translateX(3px);
}

body.page-id-13608 .bp-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 74px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

body.page-id-13608 .bp-footer-bottom p {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    line-height: 1.5;
}

body.page-id-13608 .bp-footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
}

body.page-id-13608 .bp-footer-disabled-link {
    color: rgba(255, 255, 255, .42);
    font-size: 14px;
    line-height: 1.5;
    cursor: default;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 991px) {
    body.page-id-13608 .bp-footer-premium {
        width: min(100% - 48px, 820px);
        padding-top: 78px;
    }

    body.page-id-13608 .bp-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 48px 56px;
    }

    body.page-id-13608 .bp-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 58px;
    }

    body.page-id-13608 .bp-footer-legal {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    body.page-id-13608 .bp-footer-premium {
        width: min(100% - 36px, 520px);
        padding: 68px 0 30px;
        text-align: center;
    }

    body.page-id-13608 .bp-footer-main {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    body.page-id-13608 .bp-footer-col {
        align-items: center;
    }

    body.page-id-13608 .bp-footer-logo-link {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    body.page-id-13608 .bp-footer-description {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.7;
    }

    body.page-id-13608 .bp-footer-title::before {
        margin-left: auto;
        margin-right: auto;
    }

    body.page-id-13608 .bp-footer-bottom {
        align-items: center;
        margin-top: 50px;
        text-align: center;
    }

    body.page-id-13608 .bp-footer-bottom p,
    body.page-id-13608 .bp-footer-legal {
        justify-content: center;
    }

    body.page-id-13608 .bp-footer-legal {
        gap: 12px 16px;
    }
}