@charset "UTF-8";

.bindForm .item-radio li.item-radio-enclosed{
  margin-right: 15px;
}
.item-radio-enclosed input[type=radio]+label{
  border: 1px solid #ddd;
  border-radius: 30px;
  padding-right: 18px;
  padding-left: 44px;
  line-height: 1.7;
}
.item-radio-enclosed input[type=radio]+label::before{
  left: 12px;
}
.item-radio-enclosed input[type=radio]:checked+label{
  background-color: #fbf4da;
}
.item-radio-enclosed input[type=radio]:checked+label::after {
    position: absolute;
    content: '';
    top: 6px;
    left: 5px;
    width: 18px;
    height: 18px;
    background: #edb90c;
    border-radius: 100%;
}
.item-radio-enclosed input[type=radio]:checked+label::after{
  left: 12px;
}
