.wrapper_footer[data-cattype="87001"] {
    min-height: 0;
    padding: 68px 0 26px;
    overflow-x: hidden;
    background: #536B3B;
    color: #FFFFFF;
    z-index: 1;
}

[data-cattype="87001"] > .container {
    box-sizing: border-box;
    width: calc(100% - 80px);
    max-width: 1736px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

[data-cattype="87001"] .footer-main {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(650px, 1.05fr);
    column-gap: 80px;
    align-items: start;
    min-height: 112px;
}

[data-cattype="87001"] .footer-logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

[data-cattype="87001"] .footer-logo img {
    display: block;
    width: auto;
    max-width: 145px;
    height: auto;
    max-height: 112px;
    object-fit: contain;
}

[data-cattype="87001"] .footer-logo a {
    display: inline-block;
}

[data-cattype="87001"] .footer-details {
    display: grid;
    grid-template-columns:
        minmax(230px, 1.25fr)
        minmax(160px, 0.8fr)
        minmax(150px, 0.75fr);
    gap: 55px;
    align-items: start;
}

[data-cattype="87001"] .footer-column {
    min-width: 0;
    text-align: left;
}

[data-cattype="87001"] .footer-column h2 {
    position: relative;
    margin: 0 0 12px;
    padding-bottom: 9px;
    color: #FAD68A;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
}

[data-cattype="87001"] .footer-column h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    max-width: 100%;
    height: 1px;
    background-color: #FAD68A;
}

[data-cattype="87001"] .footer-value,
[data-cattype="87001"] .footer-value p {
    color: #FFFFFF;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.35;
}

[data-cattype="87001"] .footer-value p {
    margin: 0;
}

.wrapper_footer[data-cattype="87001"] .container .footer-phone {
    color: #FFFFFF;
    text-decoration: none;
}

.wrapper_footer[data-cattype="87001"] .container .footer-phone:hover,
.wrapper_footer[data-cattype="87001"] .container .footer-phone:focus {
    color: #FAD68A;
    text-decoration: none;
}

[data-cattype="87001"] .footer-socials {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 30px;
}

.wrapper_footer[data-cattype="87001"] .footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 30px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.wrapper_footer[data-cattype="87001"] .footer-socials a:hover,
.wrapper_footer[data-cattype="87001"] .footer-socials a:focus {
    color: #FAD68A;
    transform: translateY(-2px);
}

[data-cattype="87001"] .footer-tiktok svg {
    display: block;
    width: 23px;
    height: 23px;
    fill: currentColor;
}

[data-cattype="87001"] .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 12px;
    margin-top: 46px;
    padding: 24px 15px 0;
    border-top: 1px solid #D87958;
    text-align: left;
}

[data-cattype="87001"] .footer-bottom small,
.wrapper_footer[data-cattype="87001"] .footer-bottom a {
    color: #FFFFFF;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}

[data-cattype="87001"] .footer-bottom small {
    opacity: 0.68;
}

.wrapper_footer[data-cattype="87001"] .footer-bottom a {
    position: relative;
    color: #FAD68A;
    text-decoration: none !important;
}

.wrapper_footer[data-cattype="87001"] .container .footer-bottom a:hover,
.wrapper_footer[data-cattype="87001"] .container .footer-bottom a:focus {
    color: #FAD68A;
    text-decoration: none !important;
    outline: none;
}

.wrapper_footer[data-cattype="87001"] .footer-bottom a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 1px;
    background-color: #FAD68A;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
}

.wrapper_footer[data-cattype="87001"] .footer-bottom a:hover::after,
.wrapper_footer[data-cattype="87001"] .footer-bottom a:focus::after {
    transform: scaleX(1);
}


/* Floating WhatsApp */
.floating-menu {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;
    padding: 0;

    background: #25D366;
    border-radius: 50%;
}

.floating-menu a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    color: #FFFFFF;
    font-size: 31px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.floating-menu a:hover,
.floating-menu a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.floating-menu a i {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.floating-menu a svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor;
}


@media (max-width: 1199px) {

    [data-cattype="87001"] .footer-main {
        grid-template-columns: 180px minmax(0, 1fr);
        column-gap: 55px;
    }

    [data-cattype="87001"] .footer-details {
        gap: 35px;
    }

}


@media (max-width: 991px) {

    .wrapper_footer[data-cattype="87001"] {
        padding-top: 58px;
    }

    [data-cattype="87001"] > .container {
        width: calc(100% - 48px);
    }

    [data-cattype="87001"] .footer-main {
        grid-template-columns: 150px minmax(0, 1fr);
        column-gap: 45px;
    }

    [data-cattype="87001"] .footer-details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 45px;
    }

    [data-cattype="87001"] .footer-follow {
        grid-column: 1 / -1;
    }

}


@media (max-width: 767px) {

    .wrapper_footer[data-cattype="87001"] {
        padding: 38px 0 18px;
    }

    [data-cattype="87001"] > .container {
        width: calc(100% - 32px);
        max-width: 560px;
    }

    [data-cattype="87001"] .footer-main {
        grid-template-columns: 1fr;
        row-gap: 24px;
        min-height: 0;
    }

    [data-cattype="87001"] .footer-logo {
        justify-content: center;
    }

    [data-cattype="87001"] .footer-logo img {
        max-width: 105px;
        max-height: 78px;
    }

    [data-cattype="87001"] .footer-details {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    [data-cattype="87001"] .footer-follow {
        grid-column: auto;
    }

    [data-cattype="87001"] .footer-column,
    [data-cattype="87001"] .footer-column h2 {
        text-align: center;
    }

    [data-cattype="87001"] .footer-column h2 {
        margin-bottom: 9px;
        padding-bottom: 7px;
        font-size: 17px;
    }

    [data-cattype="87001"] .footer-column h2::after {
        right: 0;
        width: 42px;
        margin-right: auto;
        margin-left: auto;
    }

    [data-cattype="87001"] .footer-value,
    [data-cattype="87001"] .footer-value p {
        font-size: 15px;
        line-height: 1.3;
    }

    [data-cattype="87001"] .footer-socials {
        justify-content: center;
        gap: 12px;
        min-height: 26px;
    }

    .wrapper_footer[data-cattype="87001"] .footer-socials a {
        width: 24px;
        height: 26px;
        font-size: 21px;
    }

    [data-cattype="87001"] .footer-tiktok svg {
        width: 21px;
        height: 21px;
    }

    [data-cattype="87001"] .footer-bottom {
        justify-content: center;
        gap: 8px;
        width: 100%;
        margin-top: 26px;
        padding: 16px 0 0;
        overflow-x: auto;
        overflow-y: hidden;
        border-top: 1px solid #D87958;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    [data-cattype="87001"] .footer-bottom::-webkit-scrollbar {
        display: none;
    }

    [data-cattype="87001"] .footer-bottom small,
    .wrapper_footer[data-cattype="87001"] .footer-bottom a {
        flex: 0 0 auto;
        font-size: 13px;
        line-height: 1.2;
        white-space: nowrap;
    }

    /* Floating WhatsApp Mobile */
    .floating-menu {
        right: 18px;
        bottom: 22px;
        width: 50px;
        height: 50px;
    }

    .floating-menu a {
        font-size: 28px;
    }

    .floating-menu a svg {
        width: 27px;
        height: 27px;
    }

}


@media (max-width: 480px) {

    .wrapper_footer[data-cattype="87001"] {
        padding: 32px 0 16px;
    }

    [data-cattype="87001"] > .container {
        width: calc(100% - 24px);
    }

    [data-cattype="87001"] .footer-main {
        row-gap: 20px;
    }

    [data-cattype="87001"] .footer-logo img {
        max-width: 92px;
        max-height: 68px;
    }

    [data-cattype="87001"] .footer-details {
        gap: 18px;
    }

    [data-cattype="87001"] .footer-column h2 {
        margin-bottom: 8px;
        padding-bottom: 6px;
        font-size: 16px;
    }

    [data-cattype="87001"] .footer-value,
    [data-cattype="87001"] .footer-value p {
        font-size: 14px;
    }

    [data-cattype="87001"] .footer-bottom {
        justify-content: center;
        gap: 7px;
        margin-top: 22px;
        padding-top: 14px;
    }

    [data-cattype="87001"] .footer-bottom small,
    .wrapper_footer[data-cattype="87001"] .footer-bottom a {
        font-size: 12px;
    }

    .floating-menu {
        right: 15px;
        bottom: 18px;
        width: 48px;
        height: 48px;
    }

    .floating-menu a {
        font-size: 27px;
    }

    .floating-menu a svg {
        width: 26px;
        height: 26px;
    }

}