.category {
    margin-bottom: 40px
}

.category__item {
    max-width: 135px;
    text-align: center
}

.category__item_img {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media all and (max-width: 767px) {
    .category__item_img {
        margin-bottom: 20px
    }

    .category__item_img svg {
        max-width: 40px;
        max-height: 40px
    }
}

.category__item_desc {
    font-size: 18px;
    line-height: 1.25;
    color: #161616
}

@media all and (max-width: 767px) {
    .category__item_desc {
        font-size: 14px
    }
}

.category__item_desc:hover {
    color: #FF5943
}

.category__item a:hover {
    text-decoration: none
}

.category__item_depth-3 {
    padding: 10px 0;
    margin-right: 20px;
    max-width: 100%
}

.category__item_depth-3 .category__item_desc {
    color: #FF5943
}

.category__item_depth-3 .category__item_desc:hover {
    text-decoration: underline
}

@media all and (max-width: 767px) {
    .category {
        margin-bottom: 40px
    }
}

/*# sourceMappingURL=style.css.map */
