.h2 {margin: 15px 0;}
.child-category {position: relative;z-index: 1;width: 100%;}
.child-category-item {position: relative;display: inline-block;cursor: pointer;padding: 10px 20px;font-size: 14px;font-weight: 500;border-radius: 12px;color: var(--global_oth_title);background: var(--global_oth_background);margin-bottom: 5px;}
.child-category-item:hover, .child-category-item:active, .child-category-item:focus {color: var(--global_oth_title);}
.child-category .child-category-item:first-child {margin-left: 0;}
.child-category-item.active {background: var(--global_background);color: #fff;border-color: var(--global_border_color);}