.insurance-section {
    position: relative;
    padding: 40px 0 0;
}

.insurance-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, transparent 0%, #fff 50%, transparent 100%);
}

.insurance-page-calc {
    margin: 0;
    padding: 0 0 50px;
    background: url(../../../img/haval/team-bg.svg) no-repeat center top;
}

.insurance-title {
    margin: 0 0 13px;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.calculation_module-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: inherit;
}

.row-calculation_module {
    margin-top: 12px;
}

.calculation_module-style {
    border: 1px solid #CDCDCD !important;
    background: none !important;
    box-shadow: 0px 10px 20px rgba(136, 133, 133, 0.16);
    border-radius: 20px !important;
}

.calculation_module-item-name,
.calculation_module-modif-name {
    color: #C12525 !important;
}

.calculation_module-style:hover  {
    background: #C12525 !important;
    border-color: transparent !important;
}

.calculation_module-style:hover .calculation_module-item-name,
.calculation_module-style:hover .calculation_module-modif-name {
    color: inherit !important;
}

.row-calculation_module--cars {
    overflow: visible !important;
    flex-wrap: wrap !important;
}

.row-calculation_module--cars .calculation_module-item-name {
    margin: 0 0 8px;
    height: auto;
    font-weight: normal;
    font-size: 14px;
    line-height: 128.91%;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: inherit !important;
}

.row-calculation_module--cars .calculation_module-item-price {
    font-weight: 900;
    font-size: 14px;
    line-height: 146.48%;
    text-align: center;
}

.row-calculation_module--cars .calculation_module-style {
    padding: 0 0 12px;
    border: 1px solid transparent !important;
    border-radius: 20px !important;
    transition: all .18s;
    background: none !important;
}

.row-calculation_module--cars .calculation_module-style:hover {
    background: #1E1E1E !important;
    border-color: #474747 !important;
    box-shadow: 0px 10px 20px rgba(136, 133, 133, 0.16);
}

.row-calculation_module--cars .calculation_module-item-img {
    height: auto;
    overflow: hidden;
}

.insurance-aticle {
}

.insurance-aticle__main {
    padding: 30px 0 40px;
    background: url(../../../img/haval/insurance-bg.jpg) no-repeat center;
    background-size: cover;
}

.insurance-types-section {
    position: relative;
    padding: 30px 0 8px;
    background: #141212;
}

.insurance-types-section:before,
.insurance-types-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: linear-gradient(to left, transparent 0%, #C12525 50%, transparent 100%);
}

.insurance-types-section:after {
    bottom: 0;
    top: auto;
}

.insurance-types {
    font-size: 12px;
    line-height: 158.2%;
}

.insurance-types__item {
    margin: 0 0 10px;
}

.insurance-types__title {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.insurance-benefits {
    margin: 0 0 32px;
    font-size: 12px;
    line-height: 18px;
}

.insurance-benefits__title {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #C12525;
}

.insurance-benefits__item {
    margin: 0 0 20px;
}

.insurance-benefits__subtitle {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.insurance-benefits ul {
    padding-left: 25px;
}

.insurance-call-us {
    font-size: 14px;
    line-height: 158.2%;
}

.insurance-call-us__title {
    margin: 0 0 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.insurance-call-us__phone {
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.insurance-call-us__phone a {
    color: inherit;
    text-decoration: none;
    transition: all .18s;
    border-bottom: 2px solid transparent;
    color: #C12525;
}

.insurance-call-us__phone a:hover {
    text-decoration: none;
    border-color: #C12525;
}

.form__radio-box span {
    margin: 0 0 0 20px;
}

.form__radio-box span:first-child {
    margin-left: 0;
}

#ins-calc .form__radio-box label.form-control {
    border-color: #C12525;
    color: #fff;
}

#ins-calc .form__radio-box span:first-child label,
#ins-calc .form__radio-box span:last-child label {
    border-color: #C12525!important;
}

@media (max-width: 767px) {
    .row-calculation_module--cars .calculation_module-col {
        width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 991.98px) {
    .row-calculation_module--cars .calculation_module-col {
        padding-right: 15px;
        min-width: 0;
        max-width: none;
    }
}

@media (min-width: 768px) {
    .row-calculation_module--cars .calculation_module-col {
        min-width: 33.33%;
    }

    .row-calculation_module--cars .calculation_module-item-name {
        margin-bottom: 14px;
        font-size: 16px;        
    }

    .row-calculation_module--cars .calculation_module-item-price {
        font-size: 18px;
    }

    .insurance-aticle__main {
        padding-bottom: 50px;
        padding-top: 40px;
    }

    .insurance-types-section {
        padding: 30px 0 18px;
    }

    .insurance-types {
        font-size: 14px;
    }

    .insurance-types__title {
        margin: 0 0 12px;
        font-size: 16px;
        line-height: 20px;
    }

    .insurance-benefits {
        margin: 0 0 41px;
        font-size: 14px;
        line-height: 22px;
    }    

    .insurance-benefits__title {
        font-size: 20px;
        line-height: 26px;
    }

    .insurance-benefits__item {
        margin: 0 0 30px;
    }

    .insurance-benefits__subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    .insurance-call-us {
        font-size: 16px;
    }

    .calculation_module-modif-price {
        font-size: 24px;
    }
    
}

@media (min-width: 992px) {
    .row-calculation_module--cars .calculation_module-item-name {
        margin-bottom: 19px;
    }

    .row-calculation_module--cars .calculation_module-item-price {
        font-size: 20px;
    }

    .insurance-aticle__main {
        padding-bottom: 70px;
        padding-top: 60px;
    }

    .insurance-types-section {
        padding: 54px 0 28px;
    }

    .insurance-types {
        font-size: 16px;
    }

    .insurance-types__title {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 23px;
    }

    .insurance-benefits {
        margin: 0 0 64px;
    }    

    .insurance-benefits__title {
        margin: 0 0 30px;
        font-size: 24px;
        line-height: 28px;
    }

    .insurance-benefits__item {
        margin: 0 0 43px;
    }

    .insurance-benefits__subtitle {
        font-size: 18px;
        line-height: 21px;
    }

    .insurance-call-us__title {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 23px;
    }

    .insurance-call-us__phone {
        font-size: 30px;
        line-height: 35px;;
    }
    
}

.insurance-page-calc .btn-blue:hover {
    color: #C12525;
    background: transparent;
    border-color: #C12525;
}

#ins-calc .swappy-radios {
    margin-bottom: 40px;
}

#ins-calc .swappy-radios label{
    margin: 0 0 0 20px;
    padding: 0;
    color: #fff;
}

#ins-calc .swappy-radios label:first-child {
    margin-left: 0;
}

#ins-calc .swappy-radios label span{
    display: inline-block;
    padding: 13px 19px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    text-transform: none;
    border: 1px solid #C12525;
}

/* #ins-calc .swappy-radios label:first-child span {
    padding-left: 19px;
    margin-left: 0;
} */

#ins-calc .swappy-radios input:checked~span,
#ins-calc .swappy-radios label:hover span {
    color: #fff;
    background: #C12525;
    border: 1px solid #C12525;
}

@media (min-width: 992px) {
    #ins-calc .swappy-radios {
        margin-bottom: 60px;
    }
}