.main-static .sf-tags, .section-catalog-products .sf-tags {
    margin-bottom: 47px;
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap;
}
.main-static .sf-tags li, .section-catalog-products .sf-tags li {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.main-static .sf-tags li a, .section-catalog-products .sf-tags li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 32px;
    border: 1px solid #dad9d9;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    color: #6f6f6f;
    min-width: 88px;
    text-transform: unset;
    border-radius: 20px;
    padding-left: 12px;
    padding-right: 12px;
}
.main-static .sf-tags li.active a, .section-catalog-products .sf-tags li.active a {
    color: #fff;
    background-color: #5c3da5;
    border-color: #5c3da5;
}
.main-static .cat-tags li a:hover, .section-catalog-products .sf-tags li:not(.active) a:hover {
    border-color: #5c3da5;
    color: #5c3da5;
}
.section-catalog-products .sf-tags li a span {
    font-size: 21px;
    transform: translateY(1px);
}
@media screen and (max-width: 1199px) {
    .section-catalog-products .sf-tags {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .section-catalog-products .sf-tags {
        margin-bottom: 27px;
    }
    .section-catalog-products .sf-tags {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: scroll;
        gap: 4px;
    }
    .section-catalog-products .sf-tags li {
        margin-right: 0;
        margin-left: 0;
    }
}