.c-radio-button {
  width: 15px;
  height: 15px;
  border-radius: 999px;
  border: 1px solid #FFF;
  padding: 2px;
  cursor: pointer;
  background-color: #FFF;
}

.c-radio-button-text {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
}


._marked{
  background-color: #d14124;
  border-color: #d14124;
  background-clip: content-box;
  box-shadow: inset 0 0 0 2px #FFF;
}

._border-marked {
  border-color: #d14124;
}