/* Minification failed. Returning unminified contents.
(1643,34): run-time error CSS1063: Expected calculation unit, found 'px'
(1643,34): run-time error CSS1064: Expected calculation product, found 'px'
(1643,34): run-time error CSS1065: Expected calculation sum, found 'px'
(1643,34): run-time error CSS1034: Expected closing parenthesis, found 'px'
(1643,34): run-time error CSS1042: Expected function, found 'px'
(1643,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1701,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '4a0'
(2014,28): run-time error CSS1039: Token not allowed after unary operator: '-Border-Default'
(2377,28): run-time error CSS1039: Token not allowed after unary operator: '-Color-Greyscale-Grey'
(2492,17): run-time error CSS1039: Token not allowed after unary operator: '-Text-Default-Positive'
(2507,17): run-time error CSS1039: Token not allowed after unary operator: '-Interactive-Enabled'
(2524,22): run-time error CSS1039: Token not allowed after unary operator: '-Action-Primary-Enabled'
 */
.breadcrumb {
    max-width: 1920px;
    margin: 0 auto 14px auto;
    padding: 15px 5px 0 5px;
}

@media screen and (min-width: 768px) {
    .breadcrumb {
        margin-bottom: 18px;
        padding: 20px 5px 0 5px;
    }
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb__item,
.breadcrumb__list-item {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
}

.breadcrumb__item {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .breadcrumb__list-item:first-child .breadcrumb__title {
        text-decoration: underline;
    }

    .breadcrumb__list-item:first-child .breadcrumb__title:hover {
        text-decoration: none;
    }
}

.breadcrumb__list-item:first-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.breadcrumb__list-item,
.breadcrumb__list-item:first-child .breadcrumb__item {
    margin-right: 6px;
}

.breadcrumb__list-item:first-child:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
}

.breadcrumb__item--desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .breadcrumb__item--desktop {
        display: inline;
    }
}

.breadcrumb__item--mobile {
    display: inline;
}

@media screen and (min-width: 768px) {
    .breadcrumb__item--mobile {
        display: none;
    }
}

.claim {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .claim {
        display: inline-block;
        vertical-align: middle;
        margin-right: 40px;
        line-height: 24px;
    }
}

.claim:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .claim__wrapper {
        display: inline-block;
        vertical-align: middle;
    }
}

.claim__sub {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-left: 10px;
}

@media screen and (min-width: 768px) {
    .claim__sub {
        display: block;
        margin-left: 0;
        line-height: 19px;
    }
}

.claim__svg {
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .claim__svg {
        width: 40px;
        height: auto;
    }
}

.claim__icon {
    display: inline-block;
    vertical-align: middle;
}

.icon--clock {
    width: 18.57px;
    height: 18.57px;
}

.claim__icon--bill {
    width: 24px;
    height: 14.4px;
}

.claim__icon--address {
    width: 21.53px;
    height: 16.75px;
}

@media screen and (min-width: 768px) {
    .claim__icon--clock {
        width: 30.95px;
        height: 30.95px;
    }

    .claim__icon--bill {
        width: 40px;
        height: 24px;
    }

    .claim__icon--address {
        width: 35.89px;
        height: 27.91px;
    }
}

.stepper {
    background-color: #ededed;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .stepper {
        padding: 20px 35px;
    }
}

@media screen and (min-width: 1051px) {
    .stepper {
        padding: 20px;
    }
}

.stepper__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 580px;
    position: relative;
}

@media screen and (min-width: 992px) {
    .stepper__container {
        max-width: 1280px;
    }
}

.stepper__container:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    background-color: #797979;
}

@media screen and (min-width: 992px) {
    .stepper__container:before {
        display: none;
    }
}

.stepper__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.stepper__title {
    display: none;
    color: #797979;
    font-size: 20px;
    line-height: 20px;
}

.stepper__item--active .stepper__title {
    color: #474747;
}

@media screen and (min-width: 992px) {
    .stepper__title {
        display: inline-block;
        margin-left: 10px;
    }
}

.stepper__num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #797979;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #797979;
    z-index: 1;
}

.stepper__item--active .stepper__num {
    background-color: #474747;
    color: #ededed;
}

@media screen and (min-width: 992px) {
    .stepper__num {
        width: 42px;
        height: 42px;
        font-size: 20px;
        line-height: 20px;
    }
}

.heading-container {
    height: 225px;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .heading-container {
        height: 200px;
    }
}

@media screen and (min-width: 992px) {
    .heading-container .container {
        padding: 0 35px;
    }
}

@media screen and (min-width: 1051px) {
    .heading-container .container {
        padding: 0 20px;
    }
}

.heading-container__wrapper {
    padding: 0 15px;
}

.heading-container__img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.heading-container__content {
    padding: 5px;
}

@media screen and (min-width: 768px) {
    .heading-container__content {
        bottom: 26px;
    }
}

@media screen and (min-width: 992px) {
    .heading-container__content {
        padding: 0;
    }
}

.heading-container__title,
.heading-container__content {
    color: #fff;
}

.heading-container__title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 14px;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 768px) {
    .heading-container__title {
        font-size: 42px;
        line-height: 57px;
        margin-bottom: 17px;
    }
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* SR POV step1 new design ( based EP POV step1 )*/

.forms-content {
    background-color: #F1F1F1;
}

.pov_step1_new {
    padding: 32px 20px 64px 20px;
    font-family: 'Poppins';
    border-radius: 10px;
}

.pov_step1_new .forms-block__box {
    border: none !important;
}

.pov_step1_new .forms-block__box h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #2D2D2D;
    background: none;
    padding: 0 0 4px 0;
    margin: 0;
    position: relative;
    background-image: unset !important;
}

.pov_step1_new .form-block__before {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    float: unset !important;
    flex-direction: column;
    gap: 5px;
}

.pov_step1_new .form-block__text {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 5px 0 0 !important;
    display: flex;
    line-height: unset !important;
    font-size: 14px !important;
}

.pov_step1_new .form-block__form {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    flex-shrink: 0;
    line-height: 24px !important;
}

/* vehicle type icon color corrections */
.pov_step1_new .radio--moto input[type="radio"] + label:before {
    background-image: url(/Content/Source/img/svg/motorcycle.svg) !important;
}

.pov_step1_new .radio--moto input[type="radio"]:checked + label:before {
    background-image: url(/Content/Source/img/svg/motorcycle-selected.svg) !important;
}

.radio--truck input[type="radio"] + label:before {
    background-image: url(/Content/source/img/svg/truck.svg) !important;
}

.radio--truck input[type="radio"]:checked + label:before {
    background-image: url(/Content/source/img/svg/truck-selected.svg) !important;
}

/* typ vozidla font */

.pov_step1_new .form-block__text label {
    vertical-align: top !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px !important;
}

/* info icon */

.pov_step1_new .info__container {
    padding: 0 !important;
    float: none !important;
    width: 16px !important;
    margin-right: 0;
    height: 16px;
    display: flex !important;
    align-self: flex-start;
    margin-left: 6px;
    align-self: center;
    margin-top: 0;
}

.pov_step1_new .info__container .info {
    width: 16px !important;
    height: 16px !important;
    line-height: 17px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    vertical-align: top !important;
    background-image: url(/Content/source/img/svg/info-circle-blue.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    color: transparent !important;
    background-color: transparent !important;
    margin: 0 !important;
    border: none !important;
}

.pov_step1_new .form-block__info .info-box {
    top: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    filter: none;
}

/* container */

.pov_step1_new .radio-boxes .input__flex,
#BlockOwnerType .input__flex,
#BlockPolicyholderType .input__flex {
    width: 100%;
    position: relative;
    left: 0;
    flex-wrap: wrap;
    gap: 8px;
}

.pov_step1_new #section_bonus .input__flex {
    height: 100%;
}



/* global */

.pov_step1_new .input__w33 input[type=radio] + label {
    color: blue;
    width: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    z-index: 1;
}

.pov_step1_new .input__w33 {
    padding: 0;
    width: calc((100% - 16px) / 3);
    flex-basis: auto;
}

.pov_step1_new .input__w33 input + label span {
    display: inline-block;
    position: relative;
    color: #2D2D2D !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    width: 106px;
    text-align: center;
    padding: 0;
}

.pov_step1_new .input__w33 input[type="radio"] + label:before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: calc(100% - 2px) !important;
    height: 50px;
    border: 1px solid #CACACA !important;
    background-color: #FFFFFF !important;
    color: #000 !important;
    cursor: pointer !important;
    display: block !important;
    background-size: 30px !important;
    background-position: center 10px !important;
    border-radius: 12px !important;
}

.pov_step1_new .input__w33 input[type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px) !important;
    height: 50px;
    border: 2px solid #0066B3 !important;
    background-color: #DFF0FF !important;
    color: #000;
    cursor: pointer;
    display: block;
    background-size: 23px;
    background-position: center 5px;
}

/* cat-brand-radio*/

.pov_step1_new #BlockVehicleType .input__w33 input[type="radio"] + label:hover:before {
    border-color: #007DC3 !important;
}

.pov_step1_new #BlockVehicleType .input__w33 input[type="radio"]:checked + label:hover:before {
    border-color: #007DC3 !important;
}

.pov_step1_new .input__w33 input[type="radio"] + label:hover span {
    color: #000 !important;
}

.pov_step1_new .input__w33 input[type=radio] + label {
    height: 71px;
    border-radius: 10px;
}

.pov_step1_new .form-block input[type="radio"]:checked + label, .input__w33 input[type=radio]:checked + label {
    background-color: #DFF0FF !important;
    border-radius: 10px;
}

.pov_step1_new #BlockVehicleType .radio-boxes .input-icon .input__w33 input[type="radio"] + label span {
    padding-top: 35px;
}

/* more-brands */

.pov_step1_new .isHidden {
    display: none;
    padding-top: 8px;
}

.pov_step1_new .more-buttons span {
    color: #0082A3;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.pov_step1_new .more-buttons span:hover {
    color: #008EB2;
}

.pov_step1_new .more-buttons span:active {
    color: #007694;
}

.pov_step1_new .more-buttons span:after {
    content: '';
    position: relative;
    background: url(/Content/Source/img/svg/icon-more.svg) no-repeat center center;
    display: inline-block;
    width: 15px;
    height: 10px;
    line-height: 15px;
    margin-left: 3px;
    transition: all 0.5s;
}

.pov_step1_new .radio-boxes.isOpen .more-buttons span:after {
    transform: rotate( 180deg);
    transition: all 0.5s;
}

.pov_step1_new .more-buttons {
    height: 19px;
    display: flex;
    margin-top: 8px !important;
    margin-bottom: 0 !important
}

/* BlockPurposeOfUse */

.pov_step1_new input[type="radio"] + label:hover:before {
    border-color: #007694 !important;
    background-color: rgba(0, 157, 197, 0.30) !important;
    border-width: 1px !important;
}

.pov_step1_new input[type="radio"]:checked + label:hover:before {
    background-color: #FFFFFF !important;
}

.pov_step1_new .form-block input[type="radio"]:checked + label:before {
    border-color: #0066B3 !important;
    border-width: 2px !important;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.pov_step1_new .form-block input[type="radio"]:checked:hover + label:before {
    border-color: #007694 !important;
    background-color: rgba(0, 157, 197, 0.30) !important;
}

.pov_step1_new .input__w33 input[type=radio] + label {
    height: 100% !important;
}

.pov_step1_new .input__w33 input[type="radio"] + label:before {
    height: calc(100% - 2px);
}

.pov_step1_new .input__w33 input[type="radio"]:checked + label:before {
    height: calc(100% - 4px);
}

.pov_step1_new #BlockPurposeOfUse .more-buttons {
    margin-top: 5px !important;
}

/* brand */

.pov_step1_new .brand__item input[type="radio"]:checked + label:hover:before {
    border-color: #007694 !important;
    background-color: rgba(0, 157, 197, 0.30) !important;
    border-width: 2x !important;
}

.pov_step1_new .brand__item input[type="radio"] + label:before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    display: block;
    background-size: 32px;
    padding: 0;
    margin: 0;
    border-width: 1px !important;
    background-color: transparent;
}

.pov_step1_new .brand__item input[type="radio"] + label {
    font-size: 14px;
    padding-top: 46px;
    padding-left: 0;
    min-width: unset !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    line-height: 23px;
    color: #2D2D2D;
    padding-bottom: 10px;
}

.pov_step1_new .brand {
    position: relative;
    left: 0;
    top: 0;
}

.pov_step1_new .input__w20 {
    width: calc((100% / 5) - 8px);
    position: relative;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex: unset;
}

.pov_step1_new .input__w40 {
    flex: 0 0 100%;
    padding-left: 0 !important;
}

.pov_step1_new .brand .input__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.pov_step1_new .more-brands-button {
    font-size: 16px;
    line-height: 21px;
    color: #0082A3;
    margin-left: unset;
    cursor: pointer;
    padding-top: 10px !important;
    display: block;
}

.pov_step1_new .more-brands-button:hover {
    color: #008EB2;
}

.pov_step1_new .more-brands-button:active {
    color: #007694;
}

.pov_step1_new .more-brands .form-block__before {
    margin-top: -5px;
    cursor: pointer;
    margin-bottom: 37px;
}

.pov_step1_new .input__w40 {
    margin-top: 10px;
    display: none;
}

.pov_step1_new select:focus {
    border-color: #007DC3 !important;
}

.pov_step1_new .red {
    display: none;
}

.pov_step1_new .error-p {
    display: block;
    margin-top: 10px !important;
    margin-block: 10px !important;
}

.pov_step1_new .info {
    margin-left: 7px;
}

.pov_step1_new .more-brands {
    margin-top: 0;
}

/* owner */

.pov_step1_new .pov-owner .input__w33 input[type="radio"]:checked + label:before {
    height: calc(100% - 4px);
    z-index: -1;
}

.pov_step1_new .pov-owner .input__w33 input[type="radio"] + label:before {
    height: calc(100% - 2px);
    z-index: -1;
}

.pov_step1_new .pov-owner .input__w33 input[type="radio"] + label::after {
    content: none !important;
    background: none !important;
}

.pov_step1_new .pov-owner .input__w33 input[type="radio"] + label {
    font-size: 16px;
    padding: 15px 26px;
    min-width: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 19px;
    color: #2D2D2D;
    text-align: center;
    margin: 0;
}

.pov_step1_new .form-block__form input,
.pov_step1_new #BlockOwnerCityMobile .form-block__form select,
.pov_step1_new #BlockPolicyholderCityMobile .form-block__form select {
    background-color: #FFFFFF !important;
    border-radius: 10px !important;
    height: 44px !important;
    left: 0;
    width: 100% !important;
    border-color: #cacaca;
    border: 1px solid #cacaca !important;
    padding: 12px;
    line-height: 20px !important;
}

.pov_step1_new #BlockOwnerCityMobile .form-block__form select[disabled],
.pov_step1_new #BlockPolicyholderCityMobile .form-block__form select[disabled] {
    border-color: #CACACA !important;
    background-color: #E4E4E4 !important;
    z-index: 1;
    color: #828282 !important;
}

.pov_step1_new #BlockOwnerCityMobile .form-block__form select:focus,
.pov_step1_new #BlockPolicyholderCityMobile .form-block__form select:focus {
    border-color: #007DC3 !important;
}

.pov_step1_new .form-block__text label {
    display: flex !important;
    color: #2D2D2D !important;
    align-self: center !important;
    margin-top: 0;
    font-size: 16px !important;
}

.pov_step1_new #PageModel_OwnerZipCity {
    padding-left: 40px;
    background-image: none !important;
}

/* check boxes */

.pov_step1_new .forms-block__box--checkbox label:before {
    top: -3px !important
}

.form-block__full input[type=checkbox]:disabled + label:before {
    background-image: none !important;
}

/* p-holder */
.pov_step1_new #BlocBoxPolicyholder {
    display: none;
}

.pov_step1_new .person_type input.form-radio + label:before {
    content: '';
    width: 20px;
    border-color: #1ca21c;
    border: 2px solid #cacaca;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background-color: #ededed;
}

.pov_step1_new .person_type input.form-radio:checked + label:before {
    border-color: #1ca21c;
}

.pov_step1_new .person_type input.form-radio:checked + label:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
    background: #91ce4b;
    border-radius: 100%;
    background-color: #3688C3;
}

.pov_step1_new #policyholderFormDiv {
    margin-left: 52px;
    width: 120%;
    border-left: 1px solid #3688C3;
    padding-left: 20px;
    display: inline-block;
}

.pov_step1_new input[type="checkbox"] + label {
    line-height: 24px !important;
    padding-left: 35px;
    color: #2D2D2D;
}

.pov_step1_new #BlocBoxPolicyholder {
    padding: 0 !important;
}

.pov_step1_new #BlocBoxPolicyholder .forms-block__box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pov_step1_new #BlockPolicyholderZip .info__container {
    line-height: 20px !important;
}

#BlockCNBinfo {
    margin-bottom: -5px;
}

.form-big__form {
    max-width: unset;
    width: 100%;
}

.pov_step1_new h4 {
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.pov_step1_new .person_type {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pov_step1_new #policyholderFormDiv .form-block__before .form-block__text:first-child {
    line-height: 18px !important;
}

.pov_step1_new #policyholderFormDiv .form-block {
    height: 81px;
}

.pov_step1_new #BlockPolicyholderZip {
    height: 50px !important;
}

.pov_step1_new #BlockPolicyholderAge .form-block__form select {
    height: 50px !important;
    width: 100% !important;
}


/* bonus */

.pov_step1_new .form-block__agreement {
    margin-top: 0;
    padding-bottom: 24px;
}

.pov_step1_new .form-block__form select,
.pov_step1_new .brand__item #radio-jine-auto {
    content: "" !important;
    position: relative !important;
    top: 0 !important;
    border: 1px solid #CACACA;
    color: #000 !important;
    cursor: pointer !important;
    display: block !important;
    background-size: 18px !important;
    background-position: 83px right 16px !important;
    margin-left: 0px;
    width: 100%;
    height: 44px;
    background-color: #FFFFFF;
    border-radius: 12px !important;
    background-image: none !important;
    font-size: 16px;
}

.pov_step1_new .form-block__form.select-open select,
.pov_step1_new .brand__item.select-open #radio-jine-auto {
    content: "" !important;
    position: relative !important;
    top: 0 !important;
    border: 1px solid #007DC3 !important;
    color: #000 !important;
    cursor: pointer !important;
    display: block !important;
    background-size: 18px !important;
    background-position: 83px right 16px !important;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF !important;
    border-radius: 12px !important;
    border-width: 1px !important;
    background-image: none !important;
    font-size: 16px;
}


.pov_step1_new #BlockCityMobile .form-block__form select {
    background-position: top 20px right 10px !important;
}

.pov_step1_new .calculate {
    max-width: 100%;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pov_step1_new .calculate__div {
    padding: 7px 24px 9px 24px !important;
    background-color: #FF8615 !important;
    display: inline-block;
    border-radius: 12px !important;
    width: 100%;
}

.pov_step1_new .calculate__div:hover {
    background-color: #F0820B !important;
}

.pov_step1_new .calculate__div:active {
    background-color: #C96D09 !important;
}

.pov_step1_new .input__button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pov_step1_new .calculate__div .calculate__image {
    font-size: 18px;
    line-height: 28px;
    text-transform: inherit;
    width: 100%;
    font-weight: 700;
    padding-left: 0px;
    text-align: center;
}

.pov_step1_new .calculate__div .calculate__image::before {
    background-size: auto;
    content: none;
}

.pov_step1_new .calculate__div .calculate__image::after {
    content: none;
}

.pov_step1_new .form--description {
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 0 !important;
    line-height: 21px;
    padding-top: 20px;
}

.pov_step1_new .form--description a {
    color: #009DC5;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

.pov_step1_new .form--description a:hover {
    color: #008EB2;
}

.pov_step1_new .form--description a:active {
    color: #007694;
}

.pov_step1_new .pov-last-block {
    padding-bottom: 50px;
    border-bottom: 1px solid #CACACA !important;
}

.pov_step1_new .calculate__div .calculate__image:after, .calculate__div .calculate__image:after {
    position: relative;
    right: 0px;
    top: 5px;
    width: 24px;
    height: 24px;
    content: "";
    display: inline-block;
    background: url(/Content/source/img/svg/fa-Icon-right-new.svg);
    background-position: top left;
    background-repeat: no-repeat;
    margin-left: 10px;
}

/* select2 */

.pov_step1_new .select2-container {
    width: 100% !important;
    border: 1px solid #cacaca;
    background-color: #FFFFFF;
    border-radius: 10px;
    top: -2px;
}

.pov_step1_new .select2-container--open {
    width: 100% !important;
    border: 1px solid #007DC3;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.pov_step1_new .select2-selection--single {
    width: 100% !important;
    height: 43px !important;
    border: none;
    display: flex;
    align-items: center;
    background-color: white;
    z-index: 2;
    position: relative;
    border-radius: 12px;
}

.pov_step1_new #BlockVehicleSubType .select2-selection__arrow {
    top: unset !important;
    right: 22px !important;
}

.pov_step1_new #BlockVehicleBrandsOld .select2-selection__arrow,
.pov_step1_new #BlockVehicleBrandsNew .select2-selection__arrow,
.pov_step1_new #BlockVehicleSerie .select2-selection__arrow {
    top: unset !important;
    right: unset !important;
}

.pov_step1_new .select2-selection__rendered {
    font-size: 16px;
    margin-left: 25px !important;
}

.pov_step1_new .select2-selection__arrow b {
    display: none;
}

.pov_step1_new #BlockPolicyholderZipCity input,
.pov_step1_new #BlockOwnerZipCity input {
    padding-left: 30px !important;
}

.pov_step1_new #BlockPolicyholderZipCity .form-block__form:after,
.pov_step1_new #BlockOwnerZipCity .form-block__form:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 13px;
    width: 13px;
    height: 13px;
    display: block !important;
    background-image: url(/Content/Source/img/svg/icon-search.svg);
}

.pov_step1_new .select2-selection__arrow::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 11px;
    width: 13px;
    height: 13px;
    display: block !important;
    background-image: url(/Content/Source/img/svg/icon-search.svg);
}

.pov_step1_new #BlockVehicleSubType .select2-container--open .select2-selection__arrow::after {
    transition: all 0.2s;
    transform: rotate(0deg);
}

.pov_step1_new #BlockVehicleSubType .select2-selection__arrow::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 11px;
    width: 27px;
    height: 30px;
    display: block !important;
    background-image: url(/Content/source/img/svg/select-grey.svg);
    background-size: contain;
    transform: rotate(180deg);
    transition: all 0.2s;
}

.pov_step1_new #BlockVehicleSubType .select2-selection__arrow::after svg {
    transform: rotate(180deg);
}

.select2-search--dropdown {
    margin-top: -40px !important;
    width: calc(100% - 30px ) !important;
    margin-left: 3px;
}

.select2-search__field {
    border: none !important;
    text-transform: uppercase;
}

.select2, .select2-container {
    font-size: 16px;
    font-family: Poppins;
}

.pov_step1_new input {
    font-size: 16px !important;
}

.pov_step1_new .select2-results {
    margin-top: 13px;
}


#BlockVehicleType label span {
    font-size: 16px;
}


.select2-dropdown--below {
    border: none;
}

.select2-dropdown {
    border: none !important;
}

.select2-results {
    margin-top: 0;
    border: 2px solid #cacaca;
    background-color: #FFFFFF;
}

.select2-container--default .select2-results__option--selected {
    background-color: unset !important;
}

.select2-container--open .select2-dropdown .select2-search--dropdown {
    height: 40px;
    position: absolute;
    width: calc(100% - 36px);
    left: 26px;
}

.select2-container--open .select2-dropdown--below .select2-results {
    margin-top: 5px;
    border-radius: 10px;
}

.select2-container--open .select2-dropdown--above .select2-results {
    margin-bottom: 5px;
}

.select2-container--open .select2-dropdown--above .select2-search--dropdown {
    bottom: -45px;
}

.select2-container input {
    font-size: 14px;
    line-height: 22px;
}

.select2-results ul {
    max-height: 255px !important;
    line-height: 30px;
}

.select2-results li {
    padding-left: 20px;
}

.select2-results__option--highlighted[aria-selected] {
    color: #007DC3 !important;
    background-color: #E5F2F9 !important;
}

/* autocomplete */

.ui-menu-item {
    font-size: 14px;
    margin: 10px !important;
    line-height: 30px;
    width: calc(100% - 22px);
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    font-size: 16px;
}

.ui-menu-item-wrapper {
    width: 100%;
    padding: 2px 0 2px 16px;
}

.policyholder_ui, .owner_ui {
    margin-top: 5px;
    border-radius: 4px;
    max-width: 350px;
}

.ui-state-active {
    font-weight: 400 !important;
    color: #0066B3 !important;
    background-color: #E5F0F7 !important;
    border-radius: 10px;
    margin: 0 !important;
}

.ui-menu {
    max-width: unset;
    padding: 5px;
}

/*-----------------------------------------------------------------------------------------------*/

/* form error view correction */

.pov_step1_new .forms-block__box .error-bg:before {
    content: none !important;
}

#section_submit {
    border-bottom: 1px solid #c6c6c6 !important;
    padding-bottom: 20px !important;
}

.underbutton-text p {
    padding-top: 0 !important;
    color: #828282 !important;
}

/* mediaqueries */
@media screen and (max-width: 1460px) {
    .forms-content .forms-block__box .form-block__info .info-box {
        width: 280px;
    }
}

@media screen and (max-width: 1280px) {
    .forms-content .forms-block__box .form-block__info .info-box {
        width: 200px;
    }
}

@media screen and (max-width: 1080px) {
    .forms-content .forms-block__box .form-block__info .info-box {
        position: relative;
        left: 240px;
        top: -20px;
        width: 350px;
    }

    .forms-content .forms-block__box .form-block--spz .form-block__info .info-box {
        top: 10px !important;
    }

    #BlockVehicleBrandsNew .form-block__info .info-box {
        top: 10px;
    }
}

@media screen and (max-width: 1080px) {
    .pov-owner .form-block__info .info-box {
        top: -10px !important;
        left: 238px !important;
    }
}

@media screen and (max-width: 610px) {
    .pov-owner .form-block__info .info-box {
        top: 20px !important;
        left: 0 !important;
        width: 100% !important;
    }

    .form-block__info .info-box {
        top: -10px !important;
        left: 0px !important;
        width: 100% !important;
    }

    .form-block__info {
        width: 100%;
    }

    #BlockVehicleBrandsNew .form-block__info .info-box {
        top: 10px !important;
    }

    #BlockVehicleSerie .form-block__info .info-box, #BlockEngineCapacity .form-block__info .info-box, #BlockEnginePower .form-block__info .info-box {
        top: 20px !important;
    }

    .pov-bonus .form-block__info .info-box:nth-child(1) {
        top: 10px !important;
    }
}

@media only screen and (max-width: 991px) {
    .forms-content .forms-block__box .form-block__text {
        width: 195px !important;
    }

    #section_bonus .form-block__text {
        width: 100% !important;
    }

    .forms-content .info__container {
        position: relative;
        top: 0 !important;
    }
}

@media screen and (max-width: 609px) {
    .form {
        padding: 24px 16px !important;
    }

    .pov_step1_new {
        padding: 24px 16px !important;
    }

    .pov_step1_new .forms-block__box h3 {
        font-size: 20px;
        line-height: 24px;
        min-height: unset;
    }

    .pov_step1_new .input__w33 input + label span {
        font-size: 12px;
        line-height: 19px
    }

    .pov_step1_new .pov-owner .input__w33 input[type="radio"] + label {
        font-size: 12px;
        padding: 10px;
    }

    .pov_step1_new .calculate__div {
        padding: 3px 24px 5px 24px !important;
    }

    .form-block__before {
        flex-direction: column;
    }

    #section_car_info {
        padding: 0 0 0 0 !important;
    }

    .pov_step1_new .forms-block__box {
        padding-top: 13px;
    }

    .form-block__text {
        height: 30px !important;
    }

    .pov_step1_new .form-block__text label {
        margin: 0 10px 0 0 !important;
    }

    .pov_step1_new .info__container {
        padding: 0 !important;
        float: none !important;
        width: 25px !important;
        position: relative !important;
        line-height: 19px !important;
        top: 0 !important;
        right: 0 !important;
        margin: 0 0 0 0 !important;
    }

    .pov_step1_new .info__container .info {
        vertical-align: top !important;
        margin: 0 0 0 0 !important;
    }

    .pov_step1_new .form-block__form {
        width: 100% !important;
    }

    .pov_step1_new .more-buttons {
        margin-bottom: 0 !important;
    }

    .pov_step1_new .more-brands-button {
        padding-left: 0px;
    }

    .pov_step1_new .form-block__info {
        padding-top: 0px !important;
    }

    .pov_step1_new .forms-block__box {
        padding-bottom: 5px !important;
    }

    .pov_step1_new #policyholderFormDiv {
        margin-left: 0;
    }

    .pov_step1_new #policyholderFormDiv .form-block__before .form-block__text:first-child {
        line-height: 14px !important;
        font-size: 14px !important;
    }

    .pov_step1_new #policyholderFormDiv {
        width: 100% !important;
    }

    .pov_step1_new #policyholderFormDiv .form-block {
        width: 100% !important;
    }

    .pov_step1_new .form-block__text {
        width: 100% !important;
    }

    .pov_step1_new .pov-last-block {
        padding-top: 50px;
        border-bottom: 1px solid #CACACA !important;
    }

    .pov_step1_new .pov-last-block {
        padding-bottom: 50px !important;
    }

    .pov_step1_new .input__w40 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1080px) {
    .pov_step1_new .form-block__before {
        padding-right: 0;
        width: 100% !important;
    }
}

@media screen and (max-width: 373px) {
    .pov_step1_new .calculate__div .calculate__image .inline-text {
        flex: 0;
    }
}

@media only screen and ( max-width: 577px ) {
    .pov_step1_new .form-block__form {
        width: 100% !important;
    }

    .pov_step1_new .calculate,
    .pov_step1_new .calculate__div {
        width: 100%;
    }

    .pov_step1_new .calculate__div .calculate__image {
        text-align: center;
    }

    #section_submit {
        padding-bottom: 32px !important;
    }
}

@media only screen and ( max-width: 755px ) {
    .pov_step1_new #policyholderFormDiv {
        margin-left: 0px !important;
    }
}

@media only screen and ( max-width: 660px ) {
    .pov_step1_new #policyholderFormDiv {
        width: 100% !important;
    }

    .pov_step1_new #policyholderFormDiv .form-block__text {
        width: 185px !important;
    }
}

@media only screen and ( max-width: 660px ) {
    .pov_step1_new .input__w20 {
        width: calc((100% / 4) - px);
    }
}

@media only screen and ( max-width: 571px ) {
    .pov_step1_new .input__w20 {
        width: calc((100% / 3) - 7px);
    }
}

@media only screen and ( max-width: 407px ) {
    .pov_step1_new .input__w20 {
        width: calc((100% / 2) - 7px);
    }
}

/* SPZ AB */
.spz-input {
    display: flex;
    margin-bottom: 0;
    border-radius: 12px;
    height: 48px;
}

.spz-input input {
    flex: 1;
    background-image: url(/Content/Source/img/png//CZ_flag.png);
    background-repeat: no-repeat;
    background-size: 27px 48px;
    padding-left: 40px !important;
    background-position: left;
}

.spz__search-button {
    top: 7px;
    border: none;
    right: 7px;
    outline: none;
    background-color: #C5F3FF;
    display: block;
    color: #0082A3;
    position: absolute;
    z-index: 1;
    padding: 7px 16px;
    border-radius: 8px;
    margin-left: -4px;
    transition: all 150ms ease-in;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
}

.spz__search-button:hover {
    background-color: rgba(0, 157, 197, 0.30);
}

.spz__search-button:active {
    background-color: #009DC5;
    4a0;
}

.spz__info, #registrationNumberNotFound,
.spz__info, #registrationNumberNotValid {
    line-height: 1.3;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}

.spz__info .success {
    color: #2D2D2D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #1CA21C;
    background: #DEFBDD;
    padding: 10px;
    display: flex;
    margin-bottom: 0;
}

.spz__info .success:before {
    content: '';
    position: relative;
    background-image: url(/Content/Source/img/svg/check-regular-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-right: 10px;
}

#spz-block input[type="checkbox"] + label:before,
#BlocBoxOwner input[type="checkbox"] + label:before {
    content: url(/Content/source/img/svg/checkbox-new.svg);
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    background-color: unset;
}

#BlocBoxOwner input[type="checkbox"]:disabled + label:before {
    content: url(/Content/source/img/svg/checkbox-new-disabled.svg);
    cursor: default;
}

#spz-block input[type="checkbox"]:checked + label:before,
#BlocBoxOwner input[type="checkbox"]:checked + label:before {
    content: url(/Content/source/img/svg/checkbox-new-selected.svg);
    background-image: unset !important;
}


@media only screen and (max-width: 609px) {
    #spz-block .form-block__before .form-block__text label::after {
        content: none;
    }
}

.spz__search-button.isLoading {
    background-color: #7f7f7f;
    color: #adb0b3;
    transition: none;
}

.spz__search-button {
    transition: all 150ms linear;
}

.spz__search-button[disabled] {
    background-color: rgba(202, 202, 202, 0.15);
    cursor: initial;
    color: #828282;
}

#PageModel_RegistrationNumber {
    transition: all 150ms linear;
}

#PageModel_RegistrationNumber::-webkit-input-placeholder {
    color: #939393;
}

#PageModel_RegistrationNumber[disabled] {
    background-color: #F1F1F1 !important;
}

#PageModel_RegistrationNumber:focus {
    border: 1px solid #007DC3 !important;
}

.spz__search-button.isLoading:after {
    margin: 0 auto;
    font-size: 10px;
    top: calc(50% - 13px);
    right: calc(50% - 13px);
    position: absolute;
    text-indent: -9999em;
    border-top: 3px solid rgba(255, 255, 255, 0.4);
    border-right: 3px solid rgba(255, 255, 255, 0.4);
    border-bottom: 3px solid rgba(255, 255, 255, 0.4);
    border-left: 3px solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.5s infinite linear;
    animation: load8 1.1s infinite linear;
    background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.loader {
    margin: 0 auto;
    font-size: 10px;
    top: 5px;
    right: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid #2c2d31;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* infowindow */

.pov_step1_new .spz__info_new {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    display: none;
    border-radius: 0px 0px 10px 10px;
    background: #F7F7F7;
}

.pov_step1_new .spz__info_new_row {
    display: flex;
    font-size: 14px;
    line-height: 19px;
}

.pov_step1_new .spz__info_new_row_title {
    margin: 0 !important;
}

.pov_step1_new .spz__info_new_row_value {
    margin: 0 !important;
}

.pov_step1_new .brand_model {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px !important;
    margin: 0 !important;
}

.pov_step1_new .brand_model_icon {
    background-image: url(/Content/Source/img/icon/skoda.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -42px;
    margin-right: 10px;
    width: 32px;
}

.pov_step1_new .spz__info_new_row {
    display: flex;
    font-size: 14px;
    line-height: 19px;
    justify-content: space-between;
}

.pov_step1_new .spz__info_new_row_title {
    flex-basis: calc((100% - 42px)/2);
    margin: 0 !important;
    color: #828282;
}

.pov_step1_new .spz__info_new_row_value {
    margin: 0 !important;
    text-align: end;
    color: #2D2D2D;
}

.pov_step1_new .spz_button_new {
    color: #0082A3;
    font-size: 16px;
    cursor: pointer;
    line-height: 22px;
    display: flex;
}

.pov_step1_new .spz_button_new:before {
    content: '';
    position: relative;
    background-image: url(/Content/Source/img/svg/pencil-regular.svg);
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    width: 16px;
    height: 20px;
    padding-right: 5px;
}

.pov_step1_new .form-block--checkbox {
    margin-bottom: 0px;
    line-height: 22px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: unset;
}

/* facelift */

#section_car_info {
    padding: 0;
}

#BlocBoxOwner, #section_bonus, #section_submit {
    padding: 0;
}

.form-block {
    padding: 0;
}

#carblock, #OwnerData, #BlocBoxOwner, #section_car_info, #PolicyholderEmailPhone,
#BlocBoxPolicyholder, #PolicyholderData, #section_bonus, #BlockMobileOwnerZipInputs, #BlockMobilePolicyholderZipInputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.forms-content .form-block .form-block__form input:focus {
    border-color: #007DC3 !important;
    background-color: #ffffff;
}

#PageModel_RegistrationNumber {
    height: 48px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#registrationNumberInfoText {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #797979;
    margin: 0;
    padding-top: 8px;
    font-family: 'Open Sans';
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #CACACA;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid var(--Border-Default, #CACACA);
    padding: 32px;
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
}

.input-icon {
    height: 71px;
}

.input-icon label span {
    padding-top: 15px;
}

.radio--osobni input[type="radio"] + label:before {
    background-image: url(/Content/Source/img/svg/car-regular.svg) !important;
}

.radio--osobni input[type="radio"]:checked + label:before {
    background-image: url(/Content/Source/img/svg/car-regular-selected.svg) !important;
}

.logoSkoda:before {
    background-size: 32px;
    background-image: url(/Content/Source/img/icon/skoda-new.png) !important;
    background-repeat: no-repeat;
}

.pov_step1_new #BlockVehicleBrandsNew .brand__item input[type="radio"] + label:before {
    background-position: top 10px center;
}

.logoFord:before {
    background-position: top 20px center !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #797979;
    font-size: 16px;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #797979;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #797979;
}

.pov_step1_new .form-short input {
    max-width: 140px;
}

.pov_step1_new .form-short input {
    max-width: 140px;
}


#BlockEngineCapacity .form-short::after {
    content: "cm³";
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    color: #2D2D2D;
    top: 10px;
    left: 95px;
    width: auto;
}

#BlockEnginePower .form-short::after {
    content: "kW";
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    color: #2D2D2D;
    top: 10px;
    left: 105px;
    width: auto;
}

#BlockPurposeOfUse .form-block__text {
    height: 24px;
}

#spz-block .form-block__text {
    height: 24px;
}

#BlockVehicleType .form-block__text {
    height: 58px;
}

#BlockVehicleBrandsNew .form-block__text {
    height: 24px;
}

#BlockCNBinfo p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    background: #DAF7E6;
    border: 1px solid #0ACC58;
    border-radius: 10px;
    padding: 10px 10px 10px 40px;
    background-image: url(/Content/source/img/svg/lock-a.svg);
    background-position: left 10px top 10px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#section_bonus select {
    border: 1px solid #CACACA;
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 12px;
    font-size: 16px;
    padding: 10px 30px 10px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: none;
    height: 100%;
}

#section_bonus select:hover {
    border-color: #007DC3 !important;
    background-color: #E5F2F9 !important;
}

#section_bonus .input__select::after,
.input__w40 .brand__item::after,
#BlockVehicleSerie .form-block__form::after,
#BlockVehicleBrandsOld .form-block__form::after,
#BlockOwnerCityMobile .form-block__form::after,
#BlockPolicyholderCityMobile .form-block__form::after {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(/Content/source/img/svg/blue-arrow-down.svg);
    background-size: 12px 7px !important;
    width: 12px;
    height: 7px;
    top: 20px;
    right: 15px;
    transition: all 0.2s;
}

#BlockOwnerCityMobile .form-block__form[disabled]::after,
#BlockPolicyholderCityMobile .form-block__form[disabled]::after {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(/Content/source/img/svg/grey-arrow-down.svg);
    background-size: 12px 7px !important;
    width: 12px;
    height: 7px;
    top: 20px;
    right: 15px;
    transition: all 0.2s;
    z-index: 1;
}

.pov_step1_new .select2::after {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(/Content/source/img/svg/blue-arrow-down.svg);
    background-size: 12px 7px !important;
    width: 12px;
    height: 7px;
    top: 19px;
    right: 15px;
    transition: all 0.2s;
    z-index: 3;
}

.pov_step1_new .select2-container--open::after {
    transform: rotate(180deg);
}

.brand__item {
    position: relative;
    width: 100%;
}

.forms-content .brand__item #radio-jine-auto.is-active {
    background-image: none !important;
}

.forms-content .brand__item #radio-jine-auto, .select--nabidka {
    background-image: none;
    background-position: center right 15px;
    background-size: 11px;
    font-size: 16px;
    padding: 10px 14px;
    line-height: 24px;
}

#section_bonus .select-open::after,
.input__w40 .brand__item.select-open::after,
#BlockVehicleSerie .form-block__form.select-open::after,
#BlockVehicleBrandsOld .form-block__form.select-open::after,
#BlockOwnerCityMobile .form-block__form.select-open::after,
#BlockPolicyholderCityMobile .form-block__form.select-open::after {
    transform: rotate(180deg);
}

.forms-block__box input[type=checkbox] + label:before, .form-block__full input[type=checkbox] + label:before {
    content: none;
    top: 0;
    left: 0;
    position: absolute;
    width: 28px;
    height: 28px;
    border: 2px solid #1ca21c;
    background-color: #ffffff;
}

label[for=PageModel_IsNonPublicOffers] span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #828282;
}

.agreement-checkbox a, .medium-popup a {
    color: #009DC5;
    text-decoration: none;
}

.agreement-checkbox a:hover, .medium-popup a:hover {
    color: #008EB2;
}

.agreement-checkbox a:active, .medium-popup a:active {
    color: #007694;
}

.forms-block__box input[type=checkbox]:checked + label:before, .form-block__full input[type=checkbox]:checked + label:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/Content/Source/img/svg/checkbox-new-selected.svg);
    background-position: left top;
    background-size: 24px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}

.forms-block__box input[type=checkbox] + label:before, .form-block__full input[type=checkbox] + label:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/Content/Source/img/svg/checkbox-new.svg);
    background-position: left top;
    background-size: 24px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}

.calculate__div .calculate__image:after {
    -webkit-transform: unset;
    transform: unset;
}

footer .footer__bottom {
    margin-top: 0;
}

.forms-content .form-left p, .forms-content .form-right p, .forms-content .form-center p {
    margin-bottom: 0;
}

.SpzCheckbox {
    padding-top: 10px;
}

#BlockPurposeOfUse label, #BlockPurposeOfUse .info__container,
#spz-block label, #spz-block .info__container,
#BlockVehicleType label, #BlockVehicleType .info__container,
#BlockVehicleBrandsNew label, #BlockVehicleBrandsNew .info__container {
}

.form-block__text label {
    margin-top: 12px;
}

.info__container {
    margin-top: 16px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.forms-content .forms-block__box .form-block__form input, .forms-content .forms-block__box .form-block__form select, .forms-content .forms-block__box .form-block__form textarea {
    border-color: unset;
    background-color: unset;
}

.forms-content .forms-block__box .form-block__form input, .forms-content .forms-block__box .form-block__form select {
    border: 1px solid #cacaca;
    border-radius: unset;
    background-color: unset;
    line-height: 24px !important;
    padding: 10px;
    font-family: 'Poppins';
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* recathca v2 chekbox */
.g-recaptcha {
    display: flex;
    justify-content: center;
}

.pov_step1_new .calculate.disabled .calculate__div {
    border: 1px solid #E4E4E4;
    background-color: #E4E4E4 !important;
    color: #B5B5B5;
    cursor: not-allowed;
}

.pov_step1_new .calculate.disabled .calculate__div .calculate__image:after, .calculate__div .calculate__image:after {
    background: url(/Content/source/img/svg/calculator-new-disabled.svg), linear-gradient(transparent, transparent);
}

.error-p.success {
    color: rgba(61, 190, 113,1 );
}

.select2-container--open .select2-dropdown--below {
    border: none;
}

.select2-results {
    border-radius: 10px;
    border: 1px solid var(--Color-Greyscale-Grey, #CACACA);
    margin-top: 5px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 380px !important;
    box-shadow: none !important;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #E5F0F7 !important;
    color: #0066B3 !important;
    cursor: pointer;
    border-radius: 10px;
    margin: 10px 10px;
}

.select2-container--open::after {
    transform: rotate(180deg);
}

.select2::after {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(/Content/source/img/svg/blue-arrow-down.svg);
    background-size: 12px 7px !important;
    width: 12px;
    height: 7px;
    top: 19px;
    right: 15px;
    transition: all 0.2s;
    z-index: 999999999999999999999999999999999999999999999999;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    width: calc(100% - 25px)
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 10px !important;
    background-color: #F7F7F7;
    color: #474747;
}

.select2-results__options .select2-results__option:first-child .select2-results__group {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.select2-container--default .select2-results__option {
    padding-left: 10px;
}

.select2-results__option li {
    padding: 2px;
    margin: 10px 10px;
}

.select2-results__options li {
    margin: 10px 10px;
}

.select2-results__options [role=group] {
    margin: 0;
}

.logoRenault:before {
    background-position: center top 15px !important;
    background-size: 20px !important;
}

.logoFord:before {
    background-position: center center;
    background-size: 32px !important;
}

.logoPeugeot:before {
    background-position: center center;
    background-size: 28px !important;
}

.logoHyundai:before {
    background-image: url(/Content/Source/img/png/hyundai.png) !important;
    background-size: 32px !important;
}

#BlocBoxOwner h4 {
    margin-bottom: -10px;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 10px;
}

#BlocBoxPolicyholder h4 {
    margin-bottom: -10px;
}

#offersAndTipsPopup {
    max-width: 600px;
    border-radius: 12px;
    box-shadow: 0px 0px 40px 0px rgba(45, 45, 45, 0.08);
    padding: 24px;
    font-family: Poppins;
}


#offersAndTipsPopup ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 30px;
}

#offersAndTipsPopup h3 {
    color: var(--Text-Default-Positive, #2D2D2D);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding: 0 0 24px 0;
    margin: 0;
    text-align: left;
}

#offersAndTipsPopup p {
    padding: 0 0 24px 0;
}

#offersAndTipsPopup a {
    color: var(--Interactive-Enabled, #0066B3);
    text-decoration: none;
    font-weight: 700;
}

#offersAndTipsPopup div {
    margin: 0;
}

#offersAndTipsPopup div a {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    background: var(--Action-Primary-Enabled, #FF8615);
}

.fancybox-close-small {
    opacity: 1;
 }

.fancybox-slide--html .fancybox-close-small {
    right: 10px;
    top: 10px;
}


@media screen and (max-width: 609px) {
    #offersAndTipsPopup {
        max-width: calc(100% - 32px);
        padding: 16px;
        max-height: calc(100% - 32px);
    }

    #offersAndTipsPopup h3 {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 16px 0;
    }

}

.spz__search-button:after {
    content: none;
}

.forms-content .form-block input[type="radio"]:checked + label:before {
    background-color: unset;
}

.ui-widget.ui-widget-content {
    border-radius: 10px;
    border: 1px solid #cacaca;
}

.gwt-SuggestBoxPopup {
    display: none !important;
}

