

/* Start:/local/templates/main/components/bitrix/news.list/portfolio/style.css?17805791702658*/
.cat-filter,
.cat-filter * {
    box-sizing: border-box;
}

.cat-filter {
    margin-bottom: 10px;
}

.cat-filter__current {
    position: relative;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    color: #4f4f4f;
    border: 1px solid #d1d1d1;
    display: inline-block;
    padding: 5px 28px 5px 10px;
    border-radius: 8px;
    cursor: pointer;
}

.cat-filter__current::after {
    position: absolute;
    content: '';
    top: 10px;
    right: 7px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #ef7f1a;
}

.cat-filter__opts {
    position: absolute;
    top: 24px;
    left: 0;
    display: none;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color: #fff;
}

.cat-filter__opts.active {
    display: block;
}

.cat-filter__opts label:hover {
    color: #000;
    background: #f3f8fa;
    cursor: pointer;
}

.cat-filter__opts label {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 5px 10px;
}

.cat-filter__current-text,
.cat-filter__opts input {
    pointer-events: none;
}

.cat-filter__reset-opts {
    border-bottom: 1px solid #e5e5e5;
}

.cat-filter__reset-opts span {
    position: relative;
    width: 20px;
    height: 20px;
}

.cat-filter__reset-opts span::before,
.cat-filter__reset-opts span::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 20%);
}

.cat-filter__reset-opts span::before {
    top: 0;
    left: 0;
}

.cat-filter__reset-opts span::after {
    right: 0;
    bottom: 0;
}

.cat-filter button {
    width: 110px;
    height: 30px;
    margin-left: 10px;
    padding: 0 12px 0 12px;
    border: 0;
    border-bottom: 2px solid #f14b00;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    background-color: #f79800;
    cursor: pointer;
}

.portfolio_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.portfolio_list__item {
    max-width: 230px;
    width: 100%;
    text-decoration: none;
}

.portfolio_list__item-name {
    height: 40px;
    overflow: hidden;
}

.portfolio_list__item-name:hover {
    text-decoration: underline;
}

.portfolio_list__item-date {
    margin: 0 0 5px 0;
    color: #b5b5b5;
}

.portfolio_list__item img {
    max-width: 100%;
    height: 216px;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .portfolio_list__item-name {
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/portfolio/style.css?17805791702658 */
