.casco {
    background: url(../../../bundles/insurance/img/kasco-new.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.casco a,
.casco h2,
.casco span {
    position: relative;
    z-index: 2;
}

.casco::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.mini_kasko-banner{
    background: url(../../../bundles/insurance/img/mini-kasko-baner.jpg);
    background-position: center;
}

.complate_kasko-banner{
    background: url(../../../bundles/insurance/img/complate-kasko-baner.jpg);
    background-position: center;
}

.fifty_kasko-banner{
    background: url(../../../bundles/insurance/img/fifty-kasko-baner.jpg);
    background-position: center;
}

.autoforteza_kasko-banner{
    background: url(../../../bundles/insurance/img/autoforteza-kasko-baner.jpg);
    background-position: center;
}

.home-insurance-banner{
    background: url(../../../bundles/insurance/img/home-insurance-hero.jpg);
    background-position: center;
}

.short-company .card{
        background: var(--global-white-color);
            border-radius: 0;
    border: 1px solid #f8f8f8;
}
.short-company .row:nth-child(2n){
    padding-bottom: 32px;
}
.short-company .card .card-title{
    text-align: center;
    font-size: 18px;
    color: #1c1414;
    margin-bottom: 0;
}
.short-company .card .indor-block{
        margin: 15px;
    background: #fdfdfd;
    padding: 26px;
        min-height: 156px;
}
.short-company .card .indor-block .card-body {
    padding: 20px 0 0px;
}
.short-company .card .indor-block img{
    width: 50px;
    margin: 0 auto;
    display: block;
}
.short-company .card .indor-block img.actions{
    width: 63px;
    padding: 11px 0;
}
.short-company .card  .custom-block{
	    padding-top: 12px!important;
}
/*.short-company .row:nth-child(2) .card .indor-block img {
    padding: 18px 0;
}*/
.star-protection .row:nth-child(2) .col> .col, .star-protection .star-col{
	margin: 20px 0;
    display: inline-block;
}
.star-protection .star-col {
    margin: 20px auto;
    display: block;
}
.star-protection .row:nth-child(2) .col> .col span.content-star, .star-protection .star-col .content-star{
	font-size: 16px;
	color: #0a0a0a;
	font-family: 'Circe';
	margin-top: 10px;
}
.star-protection .row:nth-child(2) .col> .col div.number-stars, .star-protection .star-col .number-stars{
	color: var(--global-white-color);
    font-size: 18px;
    background: url(../img/star.png);
    width: 57px;
    height: 54px;
    background-repeat: no-repeat;
    position: relative;
        display: block;
    float: left;
        margin: -12px 18px 32px 0px;
}
.star-protection .row:nth-child(2) .col> .col div.number-stars>span, .star-protection .star-col .number-stars>span{
	color: var(--global-white-color);
    font-size: 18px;
    position: absolute;
    right: 24px;
    font-weight: 600;
    top: 18px;
}
.star-protection .row:nth-child(3n){
    width: 100%;
    text-align: center;
    display: block;
}

.star-protection .landing-btn-row{
    width: 100%;
    text-align: center;
    display: block;
}


@media (max-width:480px) {
    section.short-company .col, section.star-protection .col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .star-protection .row:nth-child(2) .col> .col div.number-stars span, .star-protection .star-col .number-stars span {
        display: none;
    }
    .star-protection .row:nth-child(2) .col> .col {
        padding-left: 0;
        padding-right: 0;
    }
    .star-protection .row:nth-child(3) .landing-btn button, .star-protection .landing-btn-row button{
        width: 100%;
        max-width: 250px;
        margin-bottom: 16px;
    }

    .star-protection .row:nth-child(3) .landing-btn, .star-protection .landing-btn-row .landing-btn{
        padding-top: 20px;
    }
    .star-protection .row:nth-child(3), .star-protection .landing-btn-row {
        width: 100%;
        margin-left: 0;
    }

    .star-protection .reason-img {
        margin-top: 8px;
        height: 66px;
    }
    .star-protection .row:nth-child(2) .col> .col{
        margin: 10px 0 10px;
        display: inline-block;
    }
}



.reason-img {
    width: 50px;
    height: 40px;
    float: left;
    margin-right: 22px;
}


.insurance-programm{
    padding: 27px 25px 40px;
    background: var(--global-white-color);
    border: 1px solid #E8E8E8;
    max-width: 350px;
    margin: 0 auto 20px;
}
.insurance-programm-title{
    font-family: Circe;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #0A0A0A;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.insurance-programm hr{
    border-color: #E8E8E8;
    margin-bottom: 20px;
    margin-top: 0;
}
.insurance-programm-list{
    margin-bottom: 27px;
    padding-left: 15px;
}
.insurance-programm-list li{
    margin-bottom: 10px;
    color: var(--global-dark-second-color);
}
.insurance-programm-list li span{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;

    color: #0A0A0A;
}
.insurance-programm-more{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0A0A0A;
    padding: 11px 0 10px;
    width: 100%;
    border: 1px solid #0A0A0A;
    border-radius: 3px;
    display: block;
    text-align: center;
}
.insurance-programm-more:hover{
    color: var(--global-white-color) ;
    background: #a4a4a4a8 ;
    text-decoration: none;
}

.d-inline-block .width-inherit{
    width: inherit;
}

#exampleModalCenter .form-control{
    max-width: inherit!important;
}

.radio-div{
    margin-left: 10px;
}

.description-all{
    margin-top: 80px;
    margin-bottom: 80px;
}
.page-margin{
    margin-bottom: 50px!important;
}
