.form__options [type=checkbox]:checked + label:before, .form__radio-inline [type=radio]:checked + label:before {
    background-color: #c3092e!important;
    border-color: #c3092e!important;
}
.swappy-radios input:checked ~ span {
    color: #c3092e;
}
.calculation_module-title .calculation_module-title-selected{
    color: #c3092e;
    border-bottom: 1px solid #c3092e;
}
.calculation_module-style.active, .calculation_module-style:hover{
    border: 1px solid #c3092e;
}
.credit-form__option .color-red {
    color: #c3092e;
}
.calculation_module-modif-price{
    color: #c3092e;
}

.form__radio-box [type=checkbox]:checked+label,
.form__radio-box [type=radio]:checked+label, .form__radio-box label:hover {
    background-color: transparent;
    color: #c3092e;
    background: #c3092e26;
    border-bottom: 1px solid #c3092e!important;
}
.insurance-page-calc {
    padding-top: 35px;
    padding-bottom: 35px;
}

.insurance-calc-car input[type=radio]:checked + label .insurance-calc-car-name,
.form__config-price .configPricInsurance,
.form__note b {
    color: #c3092e;
}


.btn-blue {
    background: #c3092e;
}
.send-btn-form-fw {
    background: #c3092e!important;
    color: #fff;
}

