.params-group {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.params-group .params-group__item {
	min-height: 20px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
	margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    color: #869098;
    transition: all .2s ease-in-out;
}

.params-group .params-group__item_active {
    color: #556172;
}

.params-group__text {
	margin-top: 1px;
    display: inline-block;
    cursor: pointer;
    word-wrap: anywhere;
}

.params-group__item .params-group__icon {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.params-group__item_active .params-group__icon,
.params-group__item_active .params-group__text {
    cursor: default;
}
