

/* Start:/local/templates/.default/components/bitrix/news/services/bitrix/news.list/.default/style.css?17755371322753*/
.tags-chips-container {
    margin: 24px 0;
    width: 100%;
    overflow: hidden;
}

.tags-chips-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;

    overflow-x: auto;
    padding-bottom: 4px;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.tags-chips-list::-webkit-scrollbar {
    display: none;
}

.tag-chip-item {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    background: #F3F3F3;
    border-radius: 50px;
    text-decoration: none;
    height: 50px;
    min-width: 165px;
    gap: 4px;
    box-sizing: border-box;
    transition: background 0.2s, color 0.2s;
}

.tag-chip-label {
    font-family: 'TT Autonomous Trl', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #0032C8;
    white-space: nowrap;
}

.tag-chip-item.is-active {
    flex-shrink: 0;
    height: 52px;
    min-width: 197px;
    gap: 8px;
}

.tag-chip-item.is-active .tag-chip-label {
    color: #FF6B00;
}

.tag-chip-x {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #FF6B00;
    border-radius: 50%;
    flex-shrink: 0;
}

.tag-chip-reset {
    flex-shrink: 0;
    font-family: 'TT Autonomous Trl', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #646464;
    text-decoration: none;
    padding-left: 8px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .tags-chips-container {
        margin: 16px 0;
    }
    .tags-chips-list {
        gap: 12px;
    }
    .tag-chip-item {
        padding: 10px 16px;
        height: 44px;
        min-width: 140px;
    }
    .tag-chip-item.is-active {
        height: 46px;
        min-width: 170px;
    }
}


@media (max-width: 599px) {
    .tags-chips-container {
        margin: 16px 0;
    }

    .tags-chips-list {
        gap: 8px;
    }

    .tag-chip-item {
        padding: 0 16px;
        height: 36px;
        min-width: auto;
        gap: 4px;
    }

    .tag-chip-label {
        font-size: 10px;
        line-height: 14px;
    }

    .tag-chip-item.is-active {
        height: 36px;
        min-width: auto;
        gap: 6px;
        padding-right: 10px;
    }

    .tag-chip-x {
        width: 20px;
        height: 20px;
    }

    .tag-chip-x svg {
        width: 8px;
        height: 8px;
    }

    .tag-chip-reset {
        font-size: 10px;
        line-height: 14px;
        padding-left: 4px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/services/bitrix/news.list/.default/style.css?17755371322753 */
