.insurance-page-calc {
    padding: 43px 0 40px;
}

.form__radio-box [type=checkbox]:checked+label,
.form__radio-box [type=radio]:checked+label,
.form__radio-box label:hover {
    background-color: transparent;
    color: #3C3C3B;
    border-bottom: 1.4px solid #3C3C3B;
}
.insurance-calc-car input[type=radio]:checked + label .insurance-calc-car-name,
.form__config-price .configPricInsurance,
.form__note b{
    color: #3C3C3B;
}
.btn-blue {
    background: #3C3C3B;
}
.form__options [type=checkbox]:checked + label:before, .form__radio-inline [type=radio]:checked + label:after {
    background-color: #3C3C3B!important;
    border-color: #3C3C3B!important;
}

.insurance-calc-car-name {
    font-size: 22px;
}

.infoblock-contacts span{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: block;
    color: #A1A1A1;
    margin-bottom: 12px;
}
.infoblock-contacts a {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    color: #3C3C3B;
    text-decoration: none;
}
.infoblock-hr {
    margin: 20px 0 30px;
}


.sticky-top.insurance-calc-head {
    background: transparent;
    box-shadow: none;
}