.acfd-block__filter-category {
}

.acfd-block__filter-category__wrapper {
    position: relative;
    display: block;
    border: 1px solid #4a4a4a;
    color: #4a4a4a;
    height: 100%;
}

.acfd-block__filter-category__wrapper:hover {
    text-decoration: none;
    color: #4a4a4a;
}

.acfd-block__filter-category__wrapper::before {
    content: "+";
    position: absolute;
    line-height: 1;
    bottom: 5px;
    right: 10px;
    font-size: 33px;
    font-weight: 600;
    z-index: 2;
    color: #fff;
}

.acfd-block__filter-category__wrapper::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #4a4a4a transparent;
    transition: 0.3s ease-out;
}

.acfd-block__filter-category .acfd-block__filter-category__thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.acfd-block__filter-category .acfd-block__filter-category__thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.acfd-block__filter-category .acfd-block__filter-category__title {
    margin: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.acfd-block__filter-category .acfd-block__filter-category__description {
    margin: 15px;
}
.acfd-block__filter-sector {
}

.acfd-block__filter-sector__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}

.acfd-block__filter-sector__container {
    flex-basis: 0;
    flex-grow: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    min-width: 300px;
    padding: 15px;
    transform: scale(.8);
}

.acfd-block__filter-sector__container:only-child {
    margin-left: auto;
    margin-right: auto;
}

.acfd-block__filter-sector__wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    border-radius: 100%;
    border: 3px solid #000;
    background-color: transparent;
    overflow: hidden;

    transition: background-color 500ms, color 500ms;
}

.acfd-block__filter-sector__wrapper:hover,
.acfd-block__filter-sector__wrapper.hover {
    color: #fff;
}


.acfd-block__filter-sector__wrapper:hover .acfd-block__filter-sector__thumbnail svg,
.acfd-block__filter-sector__wrapper.hover .acfd-block__filter-sector__thumbnail svg {
    fill: #fff;
}

.acfd-block__filter-sector__wrapper-red {
    border-color: #9f0f27;
    color: #9f0f27;
}

.acfd-block__filter-sector__wrapper-red .acfd-block__filter-sector__thumbnail svg {
    fill: #9f0f27;
}

.acfd-block__filter-sector__wrapper-red:hover,
.acfd-block__filter-sector__wrapper-red.hover {
    background-color: #9f0f27;
}

.acfd-block__filter-sector__wrapper-green {
    border-color: #5ab460;
    color: #5ab460;
}

.acfd-block__filter-sector__wrapper-green .acfd-block__filter-sector__thumbnail svg {
    fill: #5ab460;
}

.acfd-block__filter-sector__wrapper-green:hover,
.acfd-block__filter-sector__wrapper-green.hover {
    background-color: #5ab460;
}

.acfd-block__filter-sector__wrapper-blue {
    border-color: #387ca0;
    color: #387ca0;
}

.acfd-block__filter-sector__wrapper-blue .acfd-block__filter-sector__thumbnail svg {
    fill: #387ca0;
}

.acfd-block__filter-sector__wrapper-blue:hover,
.acfd-block__filter-sector__wrapper-blue.hover {
    background-color: #387ca0;
}

.acfd-block__filter-sector__thumbnail {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 25%;

    transition: top 500ms;
}

.acfd-block__filter-sector__wrapper:hover .acfd-block__filter-sector__thumbnail,
.acfd-block__filter-sector__wrapper.hover .acfd-block__filter-sector__thumbnail {
    top: 15%
}

.acfd-block__filter-sector__thumbnail img,
.acfd-block__filter-sector__thumbnail svg {
    width: 100%;
    height: auto;
    transition: fill 500ms;
}

.acfd-block__filter-sector__title {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 28px;

    transition: top 500ms;
}

.acfd-block__filter-sector__wrapper:hover .acfd-block__filter-sector__title,
.acfd-block__filter-sector__wrapper.hover .acfd-block__filter-sector__title {
    top: 40%
}

.acfd-block__filter-sector__description {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100%;
    width: 80%;
    height: 50%;
    text-align: center;

    transition: top 500ms;
}

.acfd-block__filter-sector__wrapper:hover .acfd-block__filter-sector__description,
.acfd-block__filter-sector__wrapper.hover .acfd-block__filter-sector__description {
    top: 50%
}