.wrapper_footer[data-cattype="87001"] {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    color: #c8c8c8;
    background: #181818;
}

[data-cattype="87001"] .footer-accent-line {
    width: 100%;
    height: 2px;
    background: #dcb14a;
}

[data-cattype="87001"] > .container {
    width: min(100% - 40px, 1180px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
}

[data-cattype="87001"] .footer-main {
    --bs-gutter-x: 56px;
    padding: 58px 0 48px;
}

[data-cattype="87001"] .footer-brand,
[data-cattype="87001"] .footer-secondary-content {
    text-align: left;
}

[data-cattype="87001"] .footer-logo {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 62px;
    margin: 0 0 22px;
    object-fit: contain;
    object-position: left center;
}

[data-cattype="87001"] .footer-logo-link {
    display: inline-block;
    line-height: 0;
}

[data-cattype="87001"] .footer-logo-link:hover,
[data-cattype="87001"] .footer-logo-link:focus {
    opacity: .82;
}

[data-cattype="87001"] .footer-title {
    position: relative;
    margin: 0 0 23px;
    padding: 0 0 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.01em;
}

[data-cattype="87001"] .footer-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 2px;
    background: #dcb14a;
    content: "";
}

[data-cattype="87001"] .footer-description,
[data-cattype="87001"] .footer-secondary-content {
    color: #aaa;
    font-size: 14px;
    line-height: 1.8;
}

[data-cattype="87001"] .footer-description {
    max-width: 500px;
}

[data-cattype="87001"] .footer-description p,
[data-cattype="87001"] .footer-secondary-content p {
    margin: 0 0 11px;
    color: inherit;
    line-height: inherit;
}

[data-cattype="87001"] .footer-description p:last-child,
[data-cattype="87001"] .footer-secondary-content p:last-child {
    margin-bottom: 0;
}

[data-cattype="87001"] h1,
[data-cattype="87001"] h2,
[data-cattype="87001"] h3,
[data-cattype="87001"] h4,
[data-cattype="87001"] h5,
[data-cattype="87001"] h6 {
    color: #fff;
    font-weight: 500;
}

[data-cattype="87001"] ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

[data-cattype="87001"] li {
    margin: 0 0 10px;
}

[data-cattype="87001"] a {
    color: #d0d0d0;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

[data-cattype="87001"] a:hover,
[data-cattype="87001"] a:focus {
    color: #dcb14a;
}

[data-cattype="87001"] .footer-secondary-content li a {
    display: inline-flex;
    align-items: center;
}

[data-cattype="87001"] .footer-secondary-content li a:hover {
    transform: translateX(3px);
}

[data-cattype="87001"] .social-media,
[data-cattype="87001"] .social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

[data-cattype="87001"] .social-media a,
[data-cattype="87001"] .social-icons a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #3a3a3a;
    color: #fff;
    background: transparent;
}

[data-cattype="87001"] .social-media a:hover,
[data-cattype="87001"] .social-icons a:hover {
    border-color: #dcb14a;
    color: #111;
    background: #dcb14a;
    transform: none;
}

[data-cattype="87001"] .footer-bottom {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: center;
    padding: 17px 0;
    border-top: 1px solid #303030;
    text-align: center;
}

[data-cattype="87001"] .footer-copyright-text {
    color: #858585;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .02em;
}

[data-cattype="87001"] .footer-copyright-text a {
    color: #aaa;
}

[data-cattype="87001"] .footer-copyright-text a:hover {
    color: #dcb14a;
}

.floating-menu {
    display: flex;
    position: fixed;
    right: 24px;
    bottom: 24px;
    left: auto;
    top: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
}

.floating-menu a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    font-size: 27px;
}

@media (max-width: 767px) {
    [data-cattype="87001"] > .container {
        width: min(100% - 32px, 1180px);
    }

    [data-cattype="87001"] .footer-main {
        --bs-gutter-x: 0;
        gap: 34px;
        padding: 44px 0 38px;
    }

    [data-cattype="87001"] .footer-brand,
    [data-cattype="87001"] .footer-secondary-content {
        width: 100%;
        text-align: left;
    }

    [data-cattype="87001"] .footer-logo {
        max-width: 132px;
        margin-bottom: 18px;
    }

    [data-cattype="87001"] .footer-title {
        font-size: 20px;
    }

    [data-cattype="87001"] .footer-bottom {
        min-height: 60px;
        padding: 16px 4px;
    }
}

@media (max-width: 480px) {
    [data-cattype="87001"] .footer-main {
        padding-top: 38px;
    }

    .floating-menu {
        right: 16px;
        bottom: 16px;
        width: 46px;
        height: 46px;
    }
}
