.rs-grupper {
width: 100%;

}

p.rs-grupper__section-title[class]{
line-height: 19px;
font-size: 15px;
font-weight: 700;
background-color: #f3f3f3;
padding: 7px 20px;
border-bottom: 1px solid #ccc;
color: #333;
}

.rs-grupper__section {
margin-bottom: 0;
}

.rs-grupper__section-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
border-bottom: 1px solid #eee;
padding: 5px 20px 6px;
vertical-align: top;
line-height: 19px;
margin-bottom: 0;
margin-top: 5px;
vertical-align: top;
}

.rs-grupper__section-item:hover {
background-color: #f7f7f7;
}

span.rs-grupper__item-name[class] {
width: 50%;
font-size: 15px;
color: #333;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.rs-grupper__item-hint-button {
	display: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ccc;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ccc;
    margin-left: 5px;
	cursor: help;
	position: relative;
}
span.rs-grupper__item-hint-button[class] {
font-size: 12px;
}

.rs-grupper__item-hint-button:hover {
border-color: #333;
color: #333;
}

.rs-grupper__section-item:hover .rs-grupper__item-hint-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.rs-grupper__item-hint-button:hover .rs-grupper__item-hint {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.rs-grupper__item-hint {
    position: absolute;
    left: 20px;
    top: 4px;
    min-width: 200px;
	width:100%;
    max-width: 400px;
    height: auto;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #eee;
    color: #8c8c8c;
	display: none;
	z-index: 10000;
}

span.rs-grupper__item-value[class]  {
width: 50%;
font-weight: 600;
font-size: 15px;
color: #333;
}

.rs-grupper__item-value a {
    color: var(--main-color);
}

.rs-grupper__item-value a:hover {
    color: var(--main-color-hover);
}
