.insurance-page-calc {
    margin: 0 0 50px;
}

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

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

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

.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: #444444;
}

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

.row-calculation_module--cars .calculation_module-style {
    padding: 0 0 12px;
    border: 0;
    border-radius: 0;
    transition: all .18s;
}

.row-calculation_module--cars .calculation_module-style:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

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

.insurance-aticle {
    margin: 0 0 33px;
}

.insurance-types-section {
    margin: 0 0 30px;
    padding: 30px 0 8px;
    background: #F4F4F4;
}

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

.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;
    color: #141414;
}

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

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

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

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

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

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

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

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

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

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

@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: 18px;        
    }

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

    .insurance-aticle {
        margin-bottom: 45px;
    }

    .insurance-types-section {
        margin: 0 0 40px;
        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;
    }
    
}

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

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

    .insurance-aticle {
        margin-bottom: 70px;
    }

    .insurance-types-section {
        margin: 0 0 60px;
        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: #000;
    background: transparent;
    border-color: #000;
}

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

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

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

/* #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: #000;
    border: 1px solid;
}