.hawob {
width: 100%;
max-width: 700px;
min-width: 300px;
margin: 0 auto;
border: 0px solid #9FD468;
padding: 10px;
text-align: center;
font-family: tahoma;
box-sizing: border-box;
}
.hawob-title {
color: #EB4F52;
font-size: 24px;
line-height: 32px;
}
.hawob-description {
color: #939393;
font-size: 14px;
}
.hawob-baby {
margin: 30px auto;
}
.hawob-baby-item {
display: inline-block;
width: 45%;
}
.hawob-baby-item img {
display: block;
margin: 0 auto 20px;
}
.hawob-baby-item .radio {
vertical-align: top;
width: 17px;
height: 17px;
margin: 0 3px 0 0;
}
.hawob-baby-item .radio + label {
cursor: pointer;
color: #EB4F52;
font-size: 16px;
font-weight: bold;
max-width: 70px;
margin: 0 auto;
line-height: 20px;
}
.hawob-baby-item .radio:not(checked) {
position: absolute;
opacity: 0;
z-index: 1;
cursor: pointer;
}
.hawob-baby-item .radio:not(checked) + label {
position: relative;
padding: 0 0 0 35px;
}
.hawob-baby-item .radio:not(checked) + label:before {
content: '';
position: absolute;
top: -3px;
left: 0;
width: 22px;
height: 22px;
border: 1px solid #CDD1DA;
border-radius: 50%;
background: #FFF;
}
.hawob-baby-item *:after, .hawob-baby-item *:before {box-sizing: content-box;}
.hawob-baby-item .radio:not(checked) + label:after {
content: '';
position: absolute;
top: 1px;
left: 4px;
width: 16px;
height: 16px;
border-radius: 50%;
background: #9FD468;
box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
opacity: 0;
transition: all .2s;
}
.hawob-baby-item .radio:checked + label:after {
opacity: 1;
}
.hawob-baby-item .radio:focus + label:before {
box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}

.hawob-age {
color: #EB4F52;
font-size: 20px;
font-weight: bold;
line-height: 20px;
}
.hawob-age select {
font-size: 14px;
font-weight: normal;
font-family: tahoma;
}
button.hawob-btn {
margin: 30px 0 15px;
border: none;
padding: 0 20px;
text-transform: uppercase;
color: #ffffff;
background: #EB4F52;
line-height: 36px;
font-size: 18px;
cursor: pointer;
}
button.hawob-btn:hover {
box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}
.hawob-result-box {
display: inline-block;
width: 49%;
}
.hawob-result-box-title {
color: #ffffff;
background: #EB4F52;
font-size: 20px;
line-height: 30px;
}
.hawob-result-box-item {
font-size: 17px;
line-height: 26px;
margin: 10px 0;
}
.hawob-result-box-item.no {
background: #9FD468;
color: #ffffff;
}
.hawob-result-box-item.yes {
background: #EB4F52;
color: #ffffff;
}