.tab-contents .tab-item-content .tab-item-content-col li ul {
  display: none;
}
.tab-contents .tab-item-content .tab-item-content-col li.active ul {
  display: block;
}
.tab-contents .tab-item-content .tab-item-content-col ul li.icon-arrow.active {
  list-style-image: url(../img/icons/blue-bottom.png);
}
.tab-contents .tab-item-content .tab-item-content-col li a:hover {
  text-decoration: underline;
}
.helper-cursor{cursor:help}
.none {display: none} /*можете удалить после обновлении на боевой*/
.helper-container{position: relative;width: auto;padding-right: 40px; display: inline-block}
.helper-container label{width: 100%}
.helper-container img{position: absolute; top: 5px; right: 0px}