.tabs {
  padding: 0;
  border: 0;
  &__radio {
    position: absolute;
    opacity: 0;
    &:checked + .tabs__item {
      background-color: $attention-color;
      border-color: $attention-color;
      color: $white-color;
      font-family: $font-futurademi;
    }
  }
  &__item {
    text-align: center;
    line-height: 50px;
  }
}
