.edges-box .edges {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.edges-box .edge {
    width: 20%;
    margin-bottom: 25px;
}
.edge .edge-img {
    display: table;
    margin: 0 auto;
}
.edge .edge-img svg {
    width: 100%;
    max-width: 96px;
}
.edge .edge-text {
    text-align: center;
    padding: 10px 15px;
}
.catalog_detail .char_block {
    padding: 30px 40px;
    background: var(--card_bg_black);
}
.char_block .file_type {
    clear: both;
    margin-top: 9px;
}
.file_type i.icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(/bitrix/templates/aspro_max/images/svg/docs.svg) 0px -84px no-repeat;
    float: left;
}
.file_type.pdf i.icon {
    background-position: 0px -0px;
}
.file_type .description {
    padding: 0 0 0 60px;
    position: relative;
    top: 0px;
}
.file_type a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}