.color-red{
    color: var(--global-dark-second-color);
}

.casco-result .casco-amount {
    text-align: center;
    font-weight: 600;
    color: var(--global-white-color);
    background: var(--global-dark-color);
    font-size: 30px;
    width: 100%;
    padding-top: 10px;
    display: block;
}

.kasko_banner_btn{
    color:var(--global-white-color)!important;
}

.casco-base .form-group {
    display: inline-block;
    width: 90px;
    margin-right: 7px;
    margin-bottom: 0;
    padding: 0;
}

.casco-base .form-group input[type="radio"] + label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    background: transparent;
}

.casco-base .form-group input[type="radio"]:checked + label {
    font-weight: 600;
    border-color: green;
    color: green;
}

.casco-base .form-group input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*MY STYLE*/
.no-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.calc {
    padding: 40px 0;
}

.calc #calculator .col-md-8 {
    background: #fbfbfb;
    padding: 30px 0;
}

.calc #calculator .calc-title {
    font-size: 16px;
    color: #0a0a0a;
    font-weight: 600;
}

.calc #calculator .calc-subtitle {
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 600;
}

.casco-head {
    border-bottom: 2px dashed #e2e2e2;
    /*padding: 0px 25px;*/
}

/*.addit-info{*/
/*padding: 0px 15px;*/
/*}*/
.addit-info h3 {
    padding: 26px 0 8px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #0a0a0a;
    font-size: 18px;
}

.addit-info span {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    display: inline-block;
}

.calc #calculator .casco-head label {
    font-size: 16px;
    font-weight: 600;
}

.calc #calculator .casco-head select {
    border-color: #3b3b3b;
    border-radius: 0;
    color: #a8a8a8;
    background: transparent;
    padding-left: 20px;
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /*Removes default style Firefox*/
    -o-appearance: none; /*Removes default style Opera*/
}

.calc #calculator .casco-head select::-ms-expand {
    display: none;
}

.calc #calculator .form-group p:first-child {
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 600;
}

.calc #calculator input[type="radio"] {
    float: right;
}

.calc .casco-result {
    background: #e8e8e8;
    /*position: fixed;*/
    /*z-index: 999;*/
    max-width: 350px;
    z-index: 1;
}

.calc .casco-result h3 {
    font-size: 18px;
    padding: 20px 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.calc .casco-form-prew {
    color: var(--global-white-color);
    background: var(--global-dark-color);
    padding: 26px;
}

.casco-form-col {
    display: none;
}

.casco-form-col.--loaded {
    display: block;
}

.top-block-casco {
    position: absolute;
    top: 0;
    z-index: 1;
    background: var(--global-dark-color);
    color: #fff;
    padding: 18px 40px 20px 16px;
    font-weight: 600;
    font-size: 16px;
    width: 76%;
    right: 0;
    text-align: center;
}

.triangle-block-casco {
    position: absolute;
    right: 0;
    border: 55px solid transparent;
    border-top: 79px solid var(--global-dark-color);
    display: initial;
    width: 0;
    height: 0;
    left: -122px;
    top: -12px;
    transform: rotate(90deg);
}

.calc .casco-form {
    color: var(--global-white-color);
    background: var(--global-dark-color);
    padding: 10px 26px 26px;
}

.calc .casco-form span {
    text-align: center;
    font-size: 14px;
    display: inline-block;
}

.container > .row > div {
    background: transparent;
    border: none;
}

label {
    width: 90%;
}

input#price {
    max-width: 206px;
    float: right;
    background: transparent;
    border: 1px solid #3b3b3b;
    color: #3b3b3b;
    padding-left: 20px;
}

.price-head {
    width: auto;
    padding-top: 6px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #2879c3;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.casco-base .form-group input[type="radio"]:checked + label {
    font-weight: 600;
    border-color: green !important;
    color: green !important;
    background: #2879c3;
    border-radius: 0;
    border: 1px solid;
}

.casco-options-btn {
    background: #2879c3;
    font-size: 14px;
    color: var(--global-white-color);
    padding: 10px 26px;
    text-align: center;
    cursor: pointer;
    border: none;
}

.casco-options-btn.active {
    background: #2879c3;
}

button.casco-options-btn {
    background: #b6b6b6;
}

button.casco-options-btn:hover {
    background: #2879c3;
}

form.right-casco-form {
    margin-top: 20px;
}

form.right-casco-form input {
    background: transparent;
    border: 2px solid #c5c6c6;
    font-size: 14px;
    color: #d9dada;
}

.right-casco-form button {
    font-size: 12px;
    width: 100%;
    color: #fff;
    border: 1px solid var(--global-dark-second-color);
    padding: 0.75rem 3.75rem;
    background: var(--global-dark-second-color);
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 16px;
}

.casco-form-subtitle span > span {
    font-size: 14px !important;
    font-weight: 600;
    width: 100%;
}

.casco-form-subtitle span {
    font-size: 12px !important;
    color: #d9dada;
    display: inline-block !important;
}

.casco-form-subtitle span {
    width: 100%;
}


.select__wrapper {
    position: relative;
}

.select__input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0.5rem;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    background-color: transparent;
    color: blue;
    cursor: pointer;
}

.select select:focus {
    outline: none;
    box-shadow: 0 0 5px 1px grey;
}

.select:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    z-index: -2;
}

.select:before {
    border-color: #477dca00 transparent transparent transparent;
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    top: 34px;
    right: 14px;
    margin-top: 13px;
    border-bottom: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.form-group div label {
    margin-bottom: 0px !important;
    font-size: 14px;
}

.section__calc__text {
    margin: 40px 0;
}

.calc__text-title {
    font-weight: 600;
    text-align: center;
    font-size: 24px;
}

.calc__text-sub-title {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}

.casco-base, .casco-options {
    padding-bottom: 30px;
}


.casco-list input[type='radio'] {
    display: none;
}

.casco-list input[type='radio']:checked + label::before, .casco-list input[type='radio']:checked + label::before {
    background: url('../img/gal.png');
}

.casco-list .form-group div label:before {
    content: "";
    float: right;
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: 0 4px 0 0;
    border: 1px solid #c9c9c9;
    position: absolute;
    right: 12px;
}

.row.casco-list .form-group {
    padding-bottom: 30px;
}

.casco-list .form-group div:hover {
    color: #2879c3;
}

.casco-list .form-group div {
    padding: 23px 0;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    /*margin-top: -1px;*/
    cursor: pointer;
}

.form-group div:hover {
    cursor: pointer;
    transition: 0.5s ease;
}

.casco-list .form-group div label:hover {
    cursor: pointer;
}

.casco-list .form-group p {
    /*border-bottom: 1px solid #e2e2e2;*/
    padding-bottom: 20px;
    margin-bottom: 0;
}

/*div:hover .casco-list .form-group p {*/
/*border-color: #2879c3;*/
/*}*/

.row.casco-options input {
    display: none;
}

.info-element {
    background: var(--global-dark-color);
    display: inline-block !important;
    padding: 4px 9px;
    line-height: 0.3;
    border-radius: 100px;
    font-size: 24px !important;
    color: #fff;
    margin-left: 6px;
    padding-bottom: 11px !important;
}

.row.casco-options label {
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 600;
    padding-bottom: 10px;
}

.casco-calculator .btn-red {
    box-shadow: none;
    outline: none;
    border: none;
}

@media (max-width: 480px) {
    .casco-form-col .casco-result h3 {
        font-size: 14px !important;
        padding: 12px 15px 10px !important;
    }
}

@media (max-width: 768px) {
    input#price {
        float: none !important;
        width: 100%;
        max-width: none;
    }

    .casco-form-col {
        bottom: 40px !important;
    }

    .form-group div label {
        margin-bottom: 0px !important;
        font-size: 12px;
        width: 80%;
    }

    .right-casco-form button {
        padding: 12px 0;
    }

    .additional-information > div {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .section__calc__text {
        margin: 0 0 30px;
    }
}

@media (max-width: 992px) {
    .calc .casco-result {
        position: relative !important;
        margin: 0 auto;
        top: 0 !important;
    }

    .top-block-casco {
        display: none !important;
    }

    .casco-calculator .btn-red {
        margin-top: 10px !important;
        margin-bottom: 20px;
        width: 100%;
    }

    /*CALC FORM*/
    .casco-form-col {
        position: fixed !important;
        bottom: 0px !important;
        max-width: none !important;
        top: auto !important;
        height: auto;
        left: 0;
        padding: 0;
        z-index: 1;
    }

    .casco-form-col .casco-result {
        max-width: none;
        background: rgb(0, 0, 0);
    }

    .casco-form-col .casco-result h3 {
        padding: 10px 0;
        font-size: 16px;
        background: #e8e8e8;
        text-align: left;
        padding-left: 30px;
        display: inline-block;
    }

    .casco-form-col .casco-result .casco-amount {
        font-size: 20px;
    }

    .casco-form-col .casco-form {
        max-width: 350px;
        margin: 0 auto;
        padding-bottom: 12px;
        max-height: 70vh;
        overflow-y: auto;
        transition: max-height 1s;
    }

    .casco-form-col .order-head-form {
        background: #e8e8e8;
        overflow: hidden;
    }

    .casco-form-col .order-head-form .btn-red {
        display: inline-block !important;
        float: right;
        padding: 10px 30px 10px !important;
    }

    .casco-form-col.--mobile-hidden {
        height: 85px;
    }

    .casco-form-col.--mobile-hidden .casco-form {
        visibility: hidden;
        max-height: 0;
        overflow: visible;
    }
}

.casco-form-col .order-head-form .btn-red {
    display: none;
}

@media (max-width: 1199.98px) {
    .top-block-casco {
        padding: 30px 30px 27px 17px;
    }

    .casco-head {
        padding: 0;
    }

    /*.addit-info {*/
    /*padding: 0 20px;*/
    /*}*/
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .breadcrumbs {
        margin-top: 110px;
    }

    .calc .casco-result {
        max-width: 290px;
        width: 100%;
    }

    .right-casco-form button {
        padding: 12px 0 !important;
    }

    .casco-calculator .btn-red {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }
}

@media (max-width: 767.9px) {
    .casco-form-col {
        bottom: 40px !important;
    }
}

/*NEW CALC*/
.calc .calc-title {
    margin-bottom: 30px;
}

.insurance_calc-search hr {
    margin-top: 15px;
    margin-bottom: 30px;
}

.insurance_calc-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insurance_calc-price.disabled {
    opacity: 0.4;
}

.insurance_calc-price.disabled .dont_know-btn {
    color: grey !important;
    border-bottom: 2px dashed grey;
}


.dont_know-btn {
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
    color: var(--global-dark-second-color);
    background: transparent;
    margin-top: 5px;
    padding: 0;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    border-bottom: 2px dashed var(--global-dark-second-color);
}

.dont_know-btn:focus {
    outline: none;
    box-shadow: none;
}

.insurance_calc-info {
    background: #F4F4F4;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
    align-items: center;
}

.insurance_calc-info button.btn.btn-primary {
    background: var(--global-dark-second-color);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--global-white-color);
    padding: 9px 25px;
    border: 1px solid var(--global-dark-second-color);
}

.insurance_calc-info-title {
    font-style: normal;
    font-size: 20px;
    line-height: 29px;
    color: #666666;
}

.insurance_calc-info-title b {
    font-weight: 600;
    color: #1D1D1F;
    padding-left: 10px;
}

@media (max-width: 767.9px) {
    .insurance_calc-price .dont_know-btn {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .insurance_calc-price .form-group {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .insurance_calc-price {
        flex-direction: column;
        align-items: baseline;
    }

    .insurance_calc-info {
        flex-direction: column;
        text-align: center;
    }

    .insurance_calc-info-title b {
        display: block;
        margin-bottom: 10px;
    }
}

.buttom-custom-calc {
    white-space: normal;
}

.casco-result{
    top: 130px;
    position: sticky;

}

@media (max-width: 991px) {
    .casco-result{
        position: static;

    }
}

.form-control.error{
    border: 2px solid red !important;
}

.insurance_calc_form_wrapper .select2-container--default .select2-selection--single{
    border: none;
    background: none;
}

.insurance_calc_form_wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:var(--global-dark-color);
}

.insurance_calc_form_wrapper .select2-container{
    border-radius: 2px;
    background: #F6F6F6;
    padding: 10px;
    border: none;
    color: #181716;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 45px;
    cursor: pointer;
    width: inherit;
    display: block;
    border-color: #8e8e8e;
    appearance: auto;
}

.insurance_calc_form_wrapper .select2-container--open .select2-dropdown--below {
    background: #F6F6F6;
}

@media (max-width: 991px) {
    .ins_calc_form .radio-div{
        width: 50vw;
    }
}
.radio-div{
    width: 15vw;
    padding: 8px 0 5px 15px;
}

.radio-div label{
    padding: 0;
    margin-bottom: 0;
}

.error{
    border: 1px solid red;
}
