section#calculator {
    background: transparent;
    padding: 0px 0 62px;
}
.insurance-page-img{
    width: 100%;
    height: 535px;
    margin: 30px 0;
}
.insurance-page-img img{
    background: #F1F1F1;
    width: 100%;
    display: block;
    height: 100%;
}
.insurance-page-calc .landing-paragraph {
    margin-bottom: 10px!important;
}
/*INSURANCE*/
.landing-title {
    display: none;
}
.insurance-choose-car {
    margin-bottom: 15px!important;
}
.landing-paragraph{
    font-family: 'AvenirNextCyrDemi', sans-serif;
    margin-bottom: 0!important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #343434;
}
.insurance-page-calc .form__label {
    font-family: 'AvenirNextCyrDemi', sans-serif;
    margin-bottom: 0!important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #343434;
}
.credit-select-car {
    margin-bottom: 26px;
}

.form__radio-box [type=checkbox]:checked+label,
.form__radio-box [type=radio]:checked+label,
.form__radio-box label:hover {
    background-color: transparent;
    color: #CC0000;
    border-bottom: 1.4px solid #CC0000;
}
.insurance-calc-car input[type=radio]:checked + label .insurance-calc-car-name,
.form__config-price .configPricInsurance,
.form__note b{
    color: #CC0000;
}
.insurance-page-calc .btn-blue{
    background: #CC0000;
    border-radius: 5px;
    font-family: 'AvenirNextCyrDemi', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 36px 15px;
    border: 1px solid #CC0000;
}
.insurance-page-calc .btn-blue:hover{
    text-decoration: none;
    color: #CC0000;
    background: transparent;
    border: 1px solid #CC0000;
}
/*.btn-blue {*/
/*background: #CC0000;*/
/*}*/
.form__options [type=checkbox]:checked + label:before, .form__radio-inline [type=radio]:checked + label:after {
    background-color: #CC0000!important;
    border-color: #CC0000!important;
}

.form__radio-box label {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #999999;
    padding: 4px 0;
}
.form__options label:before, .form__radio-inline label:after {
    border: 1px solid #CECECE!important;
}
.insurance-page-calc  .form__radio-inline label span {
    font-family: 'AvenirNextCyrLight', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;  /* or 150% */
    color: #343434;
}
.insurance-page-calc .form__options span {
    font-family: 'AvenirNextCyrLight', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
}
.insurance-page-calc .form__note {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    color: #A9A9A9;
}
.insurance-page-calc  .form__separator {
    border-color: #E6E6E6;
    margin-bottom: 20px;
    margin-top: 24px;
}
.insurance-link-li a {
    color: #CC0000;
}

/*INPUT*/
.credit-select-car .form-control,
.credit-select-car .form-group select,
.credit-select-car .form-group input,
.credit-select-car input::placeholder{
    -webkit-appearance: none;
    height: auto!important;
    border-color: transparent!important;
    font-family: 'AvenirNextCyrLight', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #343434;
    padding: 10px 15px 9px!important;
    width: 100%!important;
    border-radius: 0!important;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: none;
    background: #F4F4F4!important;
    margin-bottom: 18px!important;
}
.credit-select-car .form-group{
    margin-bottom: 0;
}
.credit-select-car .form-control:focus,
.credit-select-car .form-group select:focus,
.credit-select-car .form-group input:focus{
    box-shadow: none;
    outline: none;
    color: #000;
}
