.tooltip {
  position: relative;
  display: inline-block;

}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 180%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*em {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
    color: #767676;
  
}

form>label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
   
}

form>label {
        width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    color: #232323;
    -o-transition: color 250ms;
    transition: color 250ms;
}
form>label>li>a:before {
    will-change: transition;
    vertical-align: top;
    width: 17px;
    height: 17px;
    border: 1px solid #bec6c9;
    background: #fff;
    box-shadow: 0 0 0 0 #bec6c9;
    -o-transition: box-shadow 250ms,background 250ms,border 250ms;
    transition: box-shadow 250ms,background 250ms,border 250ms;
}

form>label>li.active>a:after, form>label>li>a:before {
    content: "";
    position: absolute;
    left: 1px;
    right: auto;
    top: 3px;
    bottom: auto;
    pointer-events: none;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 4px;
}
 form>label:hover>li>a:before {
    content: "";
    position: absolute;
    left: 1px;
    right: auto;
    top: 3px;
    bottom: auto;
    pointer-events: none;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #bec6c9;
}
form>label>li>a {
    font-size: 14px;
    font-weight: 300;
    color: #232323;
    -o-transition: color 250ms;
    transition: color 250ms;
}
form>label>li.active>a:after {
    will-change: filter;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    border: 0;
    background-image: url(/assets/icon/icons.svg?v=51b3a35770d02377646a018ee8d2c360#icon-checked);
    

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(320deg) brightness(104%) contrast(101%);
}
form>label>li.active>a {
    color: #f65c0b;
    text-decoration: none;
}

form>label>li.active>a {
    color: #f65c0b;

}
form>label>li.active>a:before {
    border-color: #f65c0b;
    background-color: #f65c0b;
}
form>div {
    padding: 0 20px;
}

form>div {
    height: auto;
    padding: 25px 20px 26px;
    border-top: 1px solid #dce3ec;
    overflow: hidden;
}*/








em {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
    color: #767676;
  
}

label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
   
}

label {
        width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    color: #232323;
    -o-transition: color 250ms;
    transition: color 250ms;
}
label>li>a:before {
    will-change: transition;
    vertical-align: top;
    width: 17px;
    height: 17px;
    border: 1px solid #bec6c9;
    background: #fff;
    box-shadow: 0 0 0 0 #bec6c9;
    -o-transition: box-shadow 250ms,background 250ms,border 250ms;
    transition: box-shadow 250ms,background 250ms,border 250ms;
}

label>li>a:after, label>li>a:before {
    content: "";
    position: absolute;
    left: 1px;
    right: auto;
    top: 3px;
    bottom: auto;
    pointer-events: none;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 4px;
}
label:hover>li>a:before {
    content: "";
    position: absolute;
    left: 1px;
    right: auto;
    top: 3px;
    bottom: auto;
    pointer-events: none;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #bec6c9;
}
label>li>a {
    font-size: 14px;
    font-weight: 300;
    color: #232323;
    -o-transition: color 250ms;
    transition: color 250ms;
}
label>li>a:after {
    will-change: filter;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    border: 0;
    background-image: url(/assets/icon/icons.svg?v=51b3a35770d02377646a018ee8d2c360#icon-checked);
    

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(320deg) brightness(104%) contrast(101%);
}
label>li.active>a {
    color: #f65c0b;
    text-decoration: none;
}

label>li.active>a {
    color: #f65c0b;

}
label>li.active>a:before {
    border-color: #f65c0b;
    background-color: #f65c0b;
}
input.artur:checked ~ li a:before{
    background: #f65c0b;
}
input.artur:checked ~ li a {
   
    color: #f65c0b;
    text-decoration: none;

}
