/*!modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

body {
    font-family: system-ui, -apple-system, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji;
}

b,
strong {
    font-weight: bolder;
}

code {
    font-family: ui-monospace, SFMono-Regular, Consolas, liberation mono, Menlo, monospace;
    font-size: 1em;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=submit] {
    -webkit-appearance: button;
}

summary {
    display: list-item;
}

:root {
    --container-padding: 24px;
    --content-width: calc(1446px + (2 * var(--container-padding)));
    --grid-row-gap: 12px;
    --grid-column-gap: 12px;
}

@media(min-width:992px) {
    :root {
        --grid-row-gap: 24px;
        --grid-column-gap: 24px;
        --container-padding: 40px;
    }
}

.container {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    width: 100%;
    margin: 0 auto;
}

.container:not(.container--fluid) {
    max-width: var(--content-width);
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: var(--grid-row-gap)var(--grid-column-gap);
}

.grid.align-items-center {
    align-items: center;
}

.col-12 {
    grid-column-end: span 12;
}

@media(min-width:768px) {
    .col-sm-4 {
        grid-column-end: span 4;
    }

    .col-sm-8 {
        grid-column-end: span 8;
    }
}

@media(min-width:992px) {
    .offset-md-1 {
        grid-column-start: 2;
    }

    .col-md-8 {
        grid-column-end: span 8;
    }

    .col-md-10 {
        grid-column-end: span 10;
    }
}

@media(min-width:1200px) {
    .offset-lg-2 {
        grid-column-start: 3;
    }

    .col-lg-7 {
        grid-column-end: span 7;
    }

    .col-lg-8 {
        grid-column-end: span 8;
    }
}

@media(min-width:1440px) {
    .col-xl-6 {
        grid-column-end: span 6;
    }
}

.text-green {
    color: #4dcc4c;
}

.text-red {
    color: #ea2227;
}

body {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    font-family: open sans, sans-serif;
    background-color: #fff;
}

@media(min-width:992px) {
    body {
        font-size: 18px;
        line-height: 26px;
    }
}

.text-right {
    text-align: right;
}

.body-1 {
    font-size: 16px;
    line-height: 26px;
}

@media(min-width:992px) {
    .body-1 {
        font-size: 25px;
        line-height: 34px;
    }
}

.body-3 {
    font-size: 12px;
    line-height: 23px;
}

@media(min-width:992px) {
    .body-3 {
        font-size: 16px;
    }
}

.subtitle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
}

@media(min-width:992px) {
    .subtitle {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 4px;
    }
}

.tag {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

@media(min-width:992px) {
    .tag {
        font-size: 18px;
        line-height: 25px;
    }
}

.text-1 {
    font-size: 18px;
    line-height: 24px;
}

@media(min-width:992px) {
    .text-1 {
        font-size: 25px;
        line-height: 34px;
        letter-spacing: 1px;
    }
}

.h1,
h1 {
    font-size: 33px;
    line-height: 44px;
    font-weight: 700;
    color: #4b4b4b;
}

@media(min-width:992px) {

    .h1,
    h1 {
        font-size: 60px;
        line-height: 82px;
    }
}

.h2,
h2 {
    font-size: 33px;
    line-height: 44px;
    font-weight: 400;
}

@media(min-width:992px) {

    .h2,
    h2 {
        font-size: 60px;
        line-height: 82px;
    }
}

.h3,
h3 {
    font-size: 22px;
    line-height: 30px;
    color: #4b4b4b;
    font-weight: 700;
}

@media(min-width:992px) {

    .h3,
    h3 {
        font-size: 34px;
        line-height: 44px;
    }
}

html,
body,
.body-overflow {
    min-height: 100vh;
    color: #666;
}

.body-overflow {
    overflow-x: hidden;
    position: relative;
    width: 100%
}

img {
    max-width: 100%
}

a {
    font-size: 16px;
    color: #008bcb;
    line-height: 24px;
}

.no-validate {
    margin-bottom: 52px !important;
}

@media(min-width:992px) {
    .no-validate {
        margin-bottom: 124px !important;
    }
}

.novi+.response {
    margin-top: 86px;
    box-shadow: none;
}

@media(min-width:992px) {
    .novi+.response {
        margin: 180px 0 90px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
    }
}

@media(min-width:992px) {
    form:not(.left-aligned)>* {
        max-width: 460px;
        margin: 0 auto;
    }
}

.is-hidden {
    display: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-grey {
    color: #4b4b4b;
}

.hide {
    display: none !important;
}

.submit-message {
    color: #34b233;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px;
    margin: 60px 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
    border: 1px solid #ddd;
    padding: 15px 25px;
}

@media(min-width:992px) {
    .submit-message {
        margin: 120px 0;
        padding: 15px 28px;
    }
}

.submit-message p {
    margin-left: 14px;
}

@media(min-width:992px) {
    .submit-message p {
        margin-left: 28px;
    }
}

.flex {
    display: flex;
    justify-content: space-between;
}

@media(min-width:992px) {
    .flex {
        flex-wrap: nowrap;
    }
}

.flex>*:first-child {
    flex-basis: 100%
}

@media(min-width:992px) {
    .flex>*:first-child {
        flex: 1;
    }
}

@media(min-width:992px) {
    .text-center-d {
        text-align: center;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

header {
    position: relative;
    z-index: 100;
    background: 0 0;
    padding: 32px 0;
}

.s-main-header.mobile {
    padding: 0 !important;
}

@media(min-width:992px) {
    header {
        padding: 74px 0;
    }
}

header img {
    width: 200px;
    height: 32px;
}

@media(min-width:992px) {
    header img {
        width: 340px;
        height: 56px;
    }
}

.footer {
    margin-top: 45px;
    padding: 53px 0 72px;
    background: #222;
    position: relative;
    z-index: 1;
}

@media(min-width:992px) {
    .footer {
        margin-top: 182px;
        padding: 74px 0 40px;
    }
}

.footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

@media(min-width:992px) {
    .footer .container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer img {
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.footer .button {
    color: #fff;
    margin: 52px 0 56px;
    border: 1px solid #fff;
}

@media(min-width:992px) {
    .footer .button {
        margin: 0;
        margin-right: 35px;
    }
}

@media(min-width:1200px) {
    .footer .button {
        margin-right: 45px;
    }
}

@media(min-width:1440px) {
    .footer .button {
        margin-right: 75px;
    }
}

.footer .button:hover {
    background: #fff;
    color: #222;
}

.footer__right {
    text-align: center;
}

@media(min-width:992px) {
    .footer__right {
        display: flex;
        align-items: center;
    }
}

.footer__right a {
    display: inline-block;
}

@media(max-width:991px) {
    .footer__right img {
        height: 55px;
        width: 198px;
    }
}

.footer__links {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 56px;
}

.footer__links a {
    flex-basis: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

@media(min-width:992px) {
    .footer__links a {
        flex-basis: auto;
        text-align: left;
    }
}

.footer__links a+a {
    margin-top: 16px;
}

@media(min-width:992px) {
    .footer__links a+a {
        margin-left: 22px;
        margin-top: 0;
    }
}

.cookies {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    padding: 12px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    z-index: 1000;
}

@media(min-width:992px) {
    .cookies {
        padding: 24px 0;
    }
}

.hero {
    position: relative;
    min-height: 85vh;
    margin-top: -102px;
}

@media(min-width:992px) {
    .hero {
        margin-top: -211px;
    }
}

.hero::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.hero__bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%
}

.hero__bg img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero .grid {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    color: #fff;
}

@media(min-width:992px) {
    .hero .grid {
        padding: 228px 0;
    }
}

.hero .h1,
.hero p {
    opacity: 0;
}

.hero .tag {
    -webkit-animation: fadein 650ms ease-in-out .5s both;
    animation: fadein 650ms ease-in-out .5s both;
}

@media(max-width:991px) {
    .hero .tag {
        font-size: 14px;
        line-height: 22px;
    }
}

.hero h1 {
    -webkit-animation: fadein 650ms ease-in-out 1.1s both;
    animation: fadein 650ms ease-in-out 1.1s both;
    color: #fff;
}

@media(max-width:991px) {
    .hero h1 {
        font-size: 28px;
        line-height: 35px;
    }
}

.hero .text-1 {
    -webkit-animation: fadein 650ms ease-in-out 1.75s both;
    animation: fadein 650ms ease-in-out 1.75s both;
}

.tooltip {
    font-size: 14px;
    line-height: 20px;
    transition: all .5s ease;
    z-index: 115;
    display: inline-block;
}

.tooltip__content {
    display: none;
}

.tooltip__icon {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px 0 7px;
    border: 1px solid #a5a5a5;
    border-radius: 100%
}

.tooltip:hover .tooltip__icon {
    transition: all .5s ease;
    background-color: #a5a5a5;
    color: #fff;
}

.tippy-box {
    padding: 16px 10px;
    max-width: 290px;
    min-width: 290px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    background-color: #fff;
    color: #666;
}

@media(min-width:768px) {
    .tippy-box {
        max-width: 380px;
    }
}

.tippy-box>.tippy-arrow::before {
    color: #fff;
    border-top: 0 solid #fff !important;
    border-right: 0 solid transparent !important;
    border-left: 0 solid transparent !important;
}

.tippy-box ul {
    margin: 0;
    padding: 0 16px;
}

.tippy-box p:first-of-type {
    margin-top: 0;
}

.tippy-box p:last-of-type {
    margin-bottom: 0;
}

.tippy-box .tippy-arrow::after,
.tippy-box .tippy-arrow::before {
    top: 70%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tippy-box .tippy-arrow::after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}

.tippy-box .tippy-arrow::before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #c2e1f5;
    border-width: 26px;
    margin-left: -26px;
}

.calculate-form {
    max-width: 460px;
    margin: 0 auto;
}

.input-field {
    max-width: 460px;
    margin: 0px;
}

.input-field+.input-field {
    margin-top: 26px;
}

@media(min-width:992px) {
    .input-field+.input-field {
        margin-top: 32px;
    }
}

.left-aligned .input-field {
    margin-left: 0;
}

.input-field label {
    display: flex;
    flex-wrap: wrap;
}

.input-field label>span {
    flex-basis: 100%;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    color: #4b4b4b;
}

@media(min-width:992px) {
    .input-field label>span {
        font-size: 19px;
        line-height: 26px;
    }
}

.input-field label+p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 6px;
    margin-left: 15px;
}

.input-field__wrap-input {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Osnovni input */
.input-field__wrap-input .tooltip-main {
    margin: 0px !important;
    left: unset !important; 
}

.input-field__wrap-input .tooltip-main .tooltip-inner{
    width: 100%;
    height: 55px;
    border-radius: 28px;
    border: 1px solid #a5a5a5;
    text-indent: 28px;
    margin: 0px !important;
    left: unset !important;
    display: flex;
    align-items: center;
    font-size: 20px;
}

/* Focused input */
.input-field__wrap-input .tooltip-main-input {
     margin: 0px !important;
     left: unset !important; 
     width: 100%;
     border: none;
 }

 .input-field__wrap-input .tooltip-main-input .tooltip-inner{
    width: 100%;
    height: 55px;
    border-radius: 28px;
    border: 1px solid #a5a5a5;
    background-color: transparent !important;
    text-indent: 28px;
    margin: 0px !important;
    display: flex;
    align-items: center;
}

.input-field__wrap-input .tooltip-main-input .tooltip-input{
    width: 100%;
    height: 55px;
    border-radius: 28px;
    padding: 0px !important;
    text-align: left !important;
    border: none !important;
    color: #666 !important;
    background-color: transparent !important;
    text-indent: 28px;
    margin: 0px !important;
    display: flex;
    align-items: center;
}

.input-field__wrap-input i {
    position: absolute;
    right: 20px;
    font-style: normal;
    color: #a5a5a5;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 24px;
}

@media(max-width:991px) {
    .input-field__wrap-input i {
        display: none;
    }
}

.input-field .tooltip {
    margin-left: 14px;
    display: flex;
    align-items: center;
	z-index: 10;
}

@media(min-width:992px) {
    .input-field .tooltip {
        margin-left: 19px;
    }
}

.input-field input {
    width: 100%;
    height: 55px;
    border-radius: 28px;
    border: 1px solid #a5a5a5;
    text-indent: 28px;
}

@media(min-width:992px) {
    .input-field input {
        max-width: 450px;
    }
}

.input-field textarea {
    border: 1px solid #a5a5a5;
    border-radius: 28px;
    width: 100%;
    height: 106px;
    padding: 20px 28px;
}

@media(min-width:992px) {
    .input-field textarea {
        max-width: 450px;
    }
}

.input-field .slider {
    /* -webkit-appearance: none;
    width: 100%;
    max-width: 100%;
    height: 6px;
    outline: none;
    transition: opacity .2s;
    background: linear-gradient(to right, #ea2227 0%, #ea2227 0%, #e7e7e7 0%, #e7e7e7 100%);
    border: none; */
    width: 100%;
}

.input-field .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ea2227;
    cursor: pointer;
    box-shadow: 0 0 0 .15em #fff;
}

.input-field .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ea2227;
    cursor: pointer;
}

.input-field .slider::-ms-fill-lower {
    background-color: #ea2227;
}

.input-field .slider::-moz-range-progress {
    background-color: #ea2227;
}

.input-field .slider::-moz-range-track {
    background-color: #ea2227;
}

.input-field--range {
    max-width: calc(100% + 50px);
    margin: 0 -25px;
    padding: 0 25px;
    position: relative;
    margin-top: 38px;
}

@media(min-width:992px) {
    .input-field--range {
        max-width: calc(100% + 90px);
        margin: 0 -45px;
        padding: 0 45px;
        margin-top: 38px;
    }
}

.input-field--range output {
    position: absolute;
    text-align: center;
    top: -24px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #4b4b4b;
}

@media(min-width:992px) {
    .input-field--range output {
        font-size: 18px;
        line-height: 26px;
    }
}

.input-field--range+.flex {
    margin-top: 6px;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 32px;
    margin-top: -40px;
}

@media(min-width:992px) {
    .input-field--range+.flex {
        font-size: 14px;
        margin-bottom: 24px;
    }
}

@keyframes sweep {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

details {
    cursor: pointer;
    min-height: 28px;
    max-height: 60px;
    transform-origin: top center;
    transform: rotate(.1deg);
    transition: max-height 1s;
    border-radius: 0;
}

details ::-webkit-details-marker {
    display: none;
}

details+details {
    margin-top: 10px;
}

details summary {
    outline: none;
    font-size: 16px;
    display: flex;
    align-items: center;
}

details summary:selection {
    background: #fff;
}

details summary::marker {
    display: none;
    content: none;
}

details summary::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 24px;
    background-image: url(/img/arrow-s.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 10px;
    transition: all .3s ease;
}

@media(min-width:992px) {
    details summary::after {
        top: 40px;
        left: 24px;
    }
}

details summary+div {
    color: #000;
    line-height: 1.7;
    margin: 10px 0 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 1s ease;
}

details summary+div .flex {
    border-bottom: 1px solid #ddd;
    align-items: center;
}

details summary+div p {
    padding: 7px 0;
}

details.default summary {
    padding-left: 28px;
}

details.default summary::after {
    left: 0;
    top: 7px;
}

@media(min-width:992px) {
    details.default summary::after {
        top: 10px;
    }
}

details[open] {
    transition: max-height 1s ease;
    min-height: 60px;
    max-height: 1500px;
}

details[open].with-box-shadow {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
    padding: 14px 20px 30px;
    max-height: 1500px;
}

@media(min-width:992px) {
    details[open].with-box-shadow {
        padding: 30px 30px 64px;
    }
}

details[open] summary::after {
    transform: rotate(180deg);
}

details[open] summary+div {
    transition: max-height 1s ease, opacity .5s ease 1s;
    max-height: 1500px;
    -webkit-animation: sweep .3s ease-in-out forwards;
    animation: sweep .3s ease-in-out forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

details.with-box-shadow {
    padding: 14px 20px 30px;
    max-height: 300px;
}

@media(min-width:992px) {
    details.with-box-shadow {
        padding: 30px 30px 0;
    }
}

@media(max-width:991px) {
    details.with-box-shadow summary {
        display: block;
    }
}

details.with-box-shadow summary span {
    padding-left: 18px;
    display: block;
}

@media(max-width:991px) {
    details.with-box-shadow summary span {
        display: inline-block;
        flex-basis: 100%;
        padding-left: 24px;
    }
}

details.with-box-shadow summary .body-1 {
    padding-left: 24px;
}

@media(max-width:991px) {
    details.with-box-shadow summary .body-1 {
        display: block;
    }
}

details.with-box-shadow+details.with-box-shadow {
    margin-top: 8px;
}

@media(min-width:992px) {
    details.with-box-shadow+details.with-box-shadow {
        margin-top: 80px;
    }
}

.radio-field {
    max-width: 460px;
    margin: 0 auto;
    padding: 35px 0 32px;
}

@media(min-width:992px) {
    .radio-field {
        padding: 20px 0 31px;
    }
}

.radio-field label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}

.radio-field label span:not(.tooltip__icon) {
    display: flex;
    align-items: center;
    border-radius: 99em;
    transition: .25s ease;
    margin-right: 10px;
}

@media(min-width:992px) {
    .radio-field label span:not(.tooltip__icon) {
        margin-right: 16px;
    }
}

.radio-field label span:not(.tooltip__icon)::before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: .375em;
    transition: .25s ease;
    border: 1px solid #a5a5a5;
}

.radio-field label .tooltip {
    display: flex;
    align-items: center;
}

.radio-field label input {
    position: absolute;
    left: -9999px;
}

.radio-field label input:checked+span::before {
    background-color: #4dcc4c;
    box-shadow: inset 0 0 0 .15em #fff;
}

.response {
    padding: 25px 25px 56px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
    margin: 0 calc(var(--container-padding) * -1);
}

@media(min-width:992px) {
    .response {
        margin: 0 0 145px;
        padding: 77px 120px 60px;
    }
}

.response .text-green {
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
}

@media(min-width:992px) {
    .response .text-green {
        font-size: 50px;
        line-height: 68px;
    }
}

.response p {
    margin: 0;
}

.response .flex>*:last-child {
    flex-basis: 35%;
    display: flex;
    justify-content: flex-end;
}

.response .flex+p {
    margin: 25px 0;
}

@media(min-width:992px) {
    .response .flex+p {
        margin: 16px 0 24px;
    }
}

@media(max-width:991px) {
    .response .flex.wrap-sm {
        flex-wrap: wrap;
    }
}

@media(max-width:991px) {

    .response .flex .text-green,
    .response .flex .body-1 {
        flex-basis: 100%;
        justify-content: flex-start;
    }
}

.response .button {
    margin: 28px 0 32px;
    position: relative;
    z-index: 12;
}

@media(min-width:992px) {
    .response .button {
        margin: 45px 0 34px;
    }
}

.response details {
    margin-top: 17px;
}

@media(min-width:992px) {
    .response details {
        margin-top: 21px;
    }
}

.banner {
    padding: 25px 35px;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #fff;
    margin: 0 calc(var(--container-padding) * -1);
    border: 1px solid #e7e7e7;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
}

@media(min-width:992px) {
    .banner {
        padding: 35px 75px;
        margin-top: -105px;
    }
}

.banner h2 {
    margin-top: 0;
    margin-bottom: 27px;
}

@media(max-width:991px) {
    .banner h2 {
        margin-bottom: 18px;
    }
}

.banner img:first-of-type {
    margin: 26px 0 21px;
}

@media(max-width:991px) {
    .banner img:first-of-type {
        margin: 18px 0 22px;
        width: 55px;
        height: 55px;
    }
}

.banner img:last-of-type {
    margin-top: 16px;
}

@media(max-width:991px) {
    .banner img:last-of-type {
        margin-top: 14px;
        width: 43px;
        height: 15px;
    }
}

.banner img:last-of-type:hover {
    cursor: pointer;
}

.banner p {
    margin: 0;
    padding: 0;
}

.calculation {
    padding: 84px 0 0;
    position: relative;
}

@media(min-width:992px) {
    .calculation {
        padding: 105px 0 0;
    }
}

.calculation h2 {
    color: #666;
    margin: 0;
}

.calculation .body-1 {
    color: #4b4b4b;
    margin: 22px 0 63px;
}

@media(min-width:992px) {
    .calculation .body-1 {
        margin: 22px 0 55px;
    }
}

.calculation .input-field {
    color: #4b4b4b;
}

.calculation .tooltip-wrap {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
}

/* .calculation .tooltip {
    position: absolute;
    left: 0;
    padding-top: 10px;
    width: 100%;
    height: 100%
}

.calculation .tooltip .tooltip__icon {
    margin: 0 auto;
}

.calculation .tooltip-wrap {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
}

.calculation #tippy-1 {
    max-width: 320px !important;
    min-width: 320px !important;
}

.calculation #tippy-1 p {
    font-size: 12px;
} */

.content {
    position: relative;
}

.content::after {
    content: '';
    position: absolute;
    height: 53px;
    top: -53px;
    left: -24px;
    width: calc(100% + 50px);
    box-shadow: 0 20px 19px rgba(0, 0, 0, .15);
}

@media(min-width:992px) {
    .content::after {
        content: none;
    }
}

@media(max-width:991px) {
    .content {
        padding-top: 66px;
    }
}

.content h3.h2 {
    margin: 0 0 10px;
}

.content .h3 {
    margin: 45px 0 10px;
}

@media(min-width:992px) {
    .content .h3 {
        margin: 138px 0 10px;
    }
}

.content .button--secondary {
    margin: 32px 0 74px;
}

@media(max-width:991px) {
    .content .button--secondary {
        margin: 30px 0 50px;
    }
}

.content .body-3 {
    margin-top: 83px;
}

@media(max-width:991px) {
    .content .body-3 {
        margin-top: 30px;
    }
}

.content p {
    margin: 10px 0;
}

.qr {
    display: flex;
    flex-wrap: wrap;
}

.qr img {
    flex-basis: 100%;
    max-width: 170px;
    margin: 28px auto 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
}

@media(min-width:992px) {
    .qr img {
        flex-basis: 226px;
        padding-left: 30px;
        max-width: 100%;
        max-width: 226px;
        margin-top: 0;
    }
}

@media(min-width:1440px) {
    .qr img {
        flex-basis: 336px;
        padding-left: 46px;
        max-width: 336px;
    }
}

.qr__content {
    flex-basis: 100%
}

@media(min-width:992px) {
    .qr__content {
        flex-basis: calc(100% - 227px);
    }
}

@media(min-width:1440px) {
    .qr__content {
        flex-basis: calc(100% - 337px);
    }
}

.qr .info {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    line-height: 19px;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}

@media(min-width:992px) {
    .qr .info {
        padding: 23px 0;
        font-size: 19px;
        line-height: 26px;
    }
}

.qr .info>*:first-child {
    flex-basis: 100%
}

@media(min-width:992px) {
    .qr .info>*:first-child {
        flex-basis: 180px;
        max-width: 180px;
    }
}

.qr .info>*:last-child {
    flex-basis: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
}

@media(min-width:992px) {
    .qr .info>*:last-child {
        padding-left: 40px;
        flex: 1;
    }
}

.qr .info>*:last-child .tooltip {
    margin-left: 6px;
}

.qr .info>strong:last-of-type {
    font-weight: 400;
}

@media(min-width:992px) {
    .qr .info>strong:last-of-type {
        font-weight: 700;
        color: #4b4b4b;
    }
}

.qr .info:first-of-type {
    border-top: 1px solid #ddd;
}

.qr+.text-red {
    margin: 38px 0 28px;
}

@media(min-width:992px) {
    .qr+.text-red {
        margin: 58px 0 30px;
    }
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 28px;
    font-weight: 800;
    transition: all .5s ease;
    letter-spacing: 3px;
    color: #fff;
    border: none;
    min-width: 195px;
    background: linear-gradient(90deg, #ea232a -40.39%, #88171d 100%, #89181b 100%);
    text-decoration: none;
}

@media(min-width:992px) {
    .button {
        padding: 18px 22px;
    }
}

.button:hover {
    transition: all .5s ease;
    background: linear-gradient(90deg, #88171d -40.39%, #88171d 100%, #88171d 100%);
    text-decoration: none;
}

.button--green {
    background: #34b233;
}

.button--green:hover {
    background: #4dcc4c;
}

.button--secondary {
    background: 0 0;
    border: 1px solid #4b4b4b;
    border-radius: 28px;
    text-decoration: none;
    color: #4b4b4b;
    text-transform: uppercase;
}

.button--secondary:hover {
    background: #4b4b4b;
    color: #fff;
}

.timeline {
    margin-bottom: 114px;
    padding-top: 110px;
    position: relative;
}

@media(min-width:992px) {
    .timeline {
        padding-top: 0;
        box-shadow: none;
    }
}

.timeline::before {
    content: '';
    background: tra;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .15);
    height: 20px;
    left: calc(var(--container-padding) * -1);
    top: 0;
    position: absolute;
    width: calc(100% + var(--container-padding) * 2);
}

@media(min-width:992px) {
    .timeline::before {
        content: none;
    }
}

.timeline .h2 {
    margin-bottom: 20px;
}

@media(min-width:992px) {
    .timeline .h2 {
        margin-bottom: 40px;
    }
}

.timeline li {
    counter-increment: section;
    padding: 17px 20px 17px 52px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    position: relative;
}

@media(min-width:992px) {
    .timeline li {
        padding: 17px 35px 17px 92px;
    }
}

.timeline li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: counter(section);
    padding: 0 20px;
    font-size: 28px;
    line-height: 26px;
    opacity: 0;
    transition: all .7s ease;
}

@media(min-width:992px) {
    .timeline li::before {
        padding: 0 35px;
        font-size: 35px;
    }
}

.timeline li+li {
    margin-top: 10px;
}

.timeline li::after {
    content: '';
    background-color: #000;
    width: 1px;
    height: calc(100% + 10px);
    position: absolute;
    left: 26px;
    top: -10px;
    transition: all .5s ease;
}

@media(min-width:992px) {
    .timeline li::after {
        left: 46px;
    }
}

.timeline li:hover {
    transition: all .5s ease;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
    z-index: 1;
}

.timeline li:hover::before {
    opacity: 1;
}

.timeline li:hover::after {
    opacity: 0;
}

.timeline li:first-of-type {
    transition: all .5s ease;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
    z-index: 1;
}

.timeline li:first-of-type::before {
    opacity: 1;
}

.timeline li:first-of-type::after {
    opacity: 0;
}

.timeline li:first-of-type::before,
.timeline li:last-of-type::before {
    opacity: 1;
}

.timeline li:first-of-type::after,
.timeline li:last-of-type::after {
    content: none;
}

.timeline ul {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #4b4b4b;
    line-height: 19px;
    padding: 0;
    list-style: none;
    counter-reset: section;
}

@media(min-width:992px) {
    .timeline ul {
        font-size: 19px;
        line-height: 26px;
    }
}

.timeline ul:hover li:first-of-type:not(:hover) {
    transition: all .5s ease;
    background-color: #fff;
    box-shadow: none;
    z-index: 0;
}

.timeline ul:hover li:first-of-type:not(:hover)::before {
    opacity: 1;
}

.timeline ul:hover li:first-of-type:not(:hover)::after {
    opacity: 1;
}

.layout-vplacilo h2.h3 {
    margin-top: 65px;
}

@media(min-width:992px) {
    .layout-vplacilo h2.h3 {
        margin-top: 176px;
    }
}

.layout-vplacilo form {
    margin-top: 34px;
}

@media(min-width:992px) {
    .layout-vplacilo form {
        margin-top: 64px;
    }
}

.layout-vplacilo form .address {
    margin: 16px 0 75px;
}

@media(min-width:992px) {
    .layout-vplacilo form .address {
        margin: 20px 0 112px;
    }
}

.layout-vplacilo ul.body-1 {
    margin: 10px 0 22px;
}

@media(min-width:992px) {
    .layout-vplacilo ul.body-1 {
        margin: 17px 0 40px;
    }
}

.layout-vplacilo>p.body-1 {
    margin: 0;
}

.layout-vplacilo details:first-of-type {
    margin-top: 20px;
}

@media(min-width:992px) {
    .layout-vplacilo details:first-of-type {
        margin-top: 28px;
    }
}

.layout-vplacilo details summary+div>p {
    margin-bottom: 20px;
    margin-top: 30px;
}

@media(min-width:992px) {
    .layout-vplacilo details summary+div>p {
        margin-bottom: 25px;
        margin-top: 40px;
    }
}

/* SLIDER */
.slider-track {
    position: relative;
    width: 96%;
}
.slider.slider-horizontal {
    width: 100% !important;
    background: #e7e7e7 !important;
    height: 5px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.change-slide-neclani .slider-handle.round {
    border-radius: 100% !important;
}

.change-slide-neclani .slider-handle {
    position: absolute;
    width: 27px !important;
    height: 27px !important;
    background-color: #ea2227 !important;
    border: 3px solid #fff !important;
    /* margin-left: -14px !important; */
    top: -11px !important;
}

.change-slide-neclani .slider-selection {
    background-color: #ea2227 !important;
    border: 0px solid #D1D3D4 !important;
    height: 5px !important;
    border-radius: 10px !important;
}

.calculate-form .slider.slider-horizontal {
    height: 0px !important;
}

.btn-minus {
    display: none !important;
}

.tooltip.tooltip-main.top.in {
    /* background: lime; */
    margin-left: 0 !important;
    margin-top: -40px;
    /* width: 100%; */
    position: relative;
	/* z-index: -1; */
}

#sldrMaxDodatnaLetnaPremijaSlider .tooltip.tooltip-main.top.in .tooltip-inner {
    /* background: red; */
    font-size: 18px;
    font-weight: 700;
}

#sldrMaxDodatnaLetnaPremijaSlider .tooltip {
    /* position:absolute; */
    max-width: 100px;
    /* background: lime; */
}

/* MODAL */
.modal {
    position: absolute;
    background: #fff;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    width: 100%;
    margin: 0px auto;
    height: 100%;
    background-color: #fff;
}

.modal-content {
    position: relative;
    background-color: #fff;
}

.modal .close-modal {
    position: absolute;
    /* padding-left: var(--container-padding);
    padding-right: var(--container-padding); */
    right: 20px;
    top: 20px;
    width: 60px;
}

.pb-extra {
    padding-bottom: 32px;
}

.button {
    cursor: pointer !important;
}

#personal_qr_code {
    max-width: 250px !important;
}

@media(max-width:600px) {
.calculate-form .slider.slider-horizontal {
    height: 5px !important;
	background: #e7e7e7 !important;
}


.calculate-form .change-slide-neclani .slider-selection {
    background-color: #ea2227 !important;
    border: 0px solid #D1D3D4 !important;
    height: 5px !important;
    border-radius: 10px !important;
}

.calculate-form .slider-handle {
    position: absolute;
    width: 27px !important;
    height: 27px !important;
    background-color: #ea2227 !important;
    border: 3px solid #fff !important;
    top: -11px !important;
}

.calculate-form .slider-handle.round {
    border-radius: 100% !important;
}

.calculate-form .slider-selection {
    background-color: #ea2227 !important;
    border: 0px solid #D1D3D4 !important;
    height: 5px !important;
    border-radius: 10px !important;
}

.calculate-form .tooltip.tooltip-main.top.in {
    margin-top: 25px !important;
}

.calculate-form .input-field label>span {
    margin-bottom: 20px;
}

.calculate-form .input-field+.input-field {
    margin-top: 45px;
}

.calculate-form .radio-field {
    padding: 60px 0 32px;
}

.calculate-form .no-validate .button {
    margin-top: 45px;
}
}