

/* Start:/local/components/techart/elements.list/templates/vebinary-sv/style.css?17520711403540*/
.b-vebinary-filter-block {
    display: grid;
    gap: 10px;
    margin-bottom: 32px;
    width: 100%;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
}

.b-vebinary-filter-head {
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    gap: 10px;
    align-items: center;
}

.b-vebinary-filter-head .b-vebinary__filter--selected {
    display: none;
}

.b-vebinary-filter-head .b-vebinary__filter {
    padding: 0;
    border: none;
    margin: 4px 0 0;
}

.b-vebinary-filter-head span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.filters-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: fit-content;
    gap: 10px;
}

.filters-list {
    grid-template-columns: auto 1fr 1fr;
}

.filter-category {
    display: block;
    position: relative;
    cursor: pointer;
    min-width: 250px;
}

.filter-category:nth-child(1) {
    min-width: 320px;
}

@media (max-width: 360px) {
    .filter-category:nth-child(1) {
        min-width: 245px;
    }
}

.filter-category-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    grid-gap: 10px;
    z-index: 21;
    background: #ffffff;
    padding: 15px;
    border: 1px solid #EE001A;
    border-radius: 4px;
    transform: translateY(5px);
}

.filter-category-active .filter-category-list {
    display: grid;
}

.filter-category-name svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter-category-active .filter-category-name svg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.filter-category-list .b-vebinary__filter {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    cursor: pointer;
    border-radius: 0;
    border: none;
    color: #000;
    padding: 0;
    margin: 0;
    user-select: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
}

.filter-category-list .b-vebinary__filter p {
    color: #000;
    margin: 0;
}

.filter-category-list .b-vebinary__filter:hover p {
    color: #EE001A;
    margin: 0;
}


.filter-category-list .b-vebinary__filter--selected {
    background: #ffffff00;
}

.filter-category-list .b-vebinary__filter--selected span {
    background: url("/local/components/techart/elements.list/templates/vebinary-sv/img/checked.svg") no-repeat center center;
}


.filter-category-list .b-vebinary__filter span {
    width: 24px;
    height: 24px;
    border: 1px solid #EE001A
}


.filter-category-name {
    display: grid;
    grid-template-columns: auto 11px;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 52px;
    border: 1px solid #EE001A;
    border-radius: 4px;
}


.filter-category-name span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #EE001A;
}


.b-vebinary-list {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
}

@media (max-width: 920px) {
    .filters-list, .filters-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .filters-list, .filters-list {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/components/techart/elements.list/templates/vebinary-sv/style.css?17520711403540 */
