.sc-category-wall {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8px;
}

.sc-category-wall::-webkit-scrollbar {
    height: 6px;
}

.sc-category-wall::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 20px;
}

.sc-category-wall > .sc-module-header {
    flex: 0 0 100%;
    max-width: 100%;
}

.sc-category-wall-item {
    flex: 0 0 220px;
    max-width: 220px;
}

.sc-category-wall-item .content-block,
.sc-category-wall-item > a.content-block {
    height: 100%;
    min-height: 100%;
}

@media (max-width: 767.98px) {
    #sc_fixed_contact_button {
        display: none !important;
    }

    .sc-category-wall {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sc-category-wall > .sc-module-header {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 8px;
    }

    .sc-category-wall-item {
        flex: 0 0 260px;
        max-width: 260px;
        padding-left: 0;
        padding-right: 0;
    }
}
/*chat btn */
.header-buttons-chat {
    order: 6;
}
.header-buttons-chat span {
    color: #b685c5;
}
#block-chat-menu {
    position: relative;
}

#pane-chat-menu {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 34px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index: 1000;
}

#block-chat-menu.is-open #pane-chat-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.chat-menu-link {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.chat-menu-link svg {
    width: 40px;
    height: 40px;
}

.chat-menu-link-telegram {
    background: #0088cc;
    color: #fff;
}

.chat-menu-link-viber {
    background: #59267c;
    color: #fff;
}
.chat-menu-link-whatsapp {
    background: #45d01e;
    color: #fff;
}
.chat-menu-link-call {
    background: rgb(38,34,26);
    color: #fff;
}
.chat-menu-link-mail {
    background: rgb(206, 43, 70);
    color: #fff;
}
#block-chat-menu {
    width: 100%;
}
@media (max-width: 575.98px) {
    [data-type="split"] .sc-module-title {
        font-size: .675rem!important;
    }
}