

/* Start:/bitrix/templates/simai.med4rzd/components/bitrix/iblock.element.add.form/faq/style.css?1753001799831*/
.custom-radio {
    margin: 15px 0;
}

.custom-radio input {
    display: none;
}

.custom-radio label {
    font-weight: normal;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
}

.custom-radio input:not(:checked) + label:hover {
    cursor: pointer;
}

.custom-radio label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #e9e9e9;
    border-radius: 50%;
}

.custom-radio label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: transparent;

    border-radius: 50%;
    transition: .2s;
}

.custom-radio label:hover::after {
    background-color: #cf8592;
}

.custom-radio input:checked + label::after {
    background-color: #D60D37;
}
/* End */
/* /bitrix/templates/simai.med4rzd/components/bitrix/iblock.element.add.form/faq/style.css?1753001799831 */
