.vp-page {
    width: 100%;
    background: #ffffff;
    font-family: "Raleway", sans-serif;
    color: #111111;
}

.vp-hero.naslovsivi {
    background: #efefef;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    border-top: 1px solid #e5e5e5;
}

.vp-hero__content {
    max-width: 860px;
}

.vp-hero__label {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #111111;
    text-transform: uppercase;
}

.vp-lead {
    margin: 18px 0 0 0;
    max-width: 920px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42;
    color: #111111;
}

.vp-hero__box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 28px 24px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

.vp-hero__box-title {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.22;
    color: #111111;
}

.vp-hero__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vp-hero__list li {
    position: relative;
    margin: 0 0 12px 0;
    padding-left: 24px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #111111;
}

.vp-hero__list li:last-child {
    margin-bottom: 0;
}

.vp-hero__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    line-height: 1;
}

.vp-content {
    padding: 54px 0 90px;
    background: #ffffff;
}

.vp-content__inner {
    width: 100%;
}

/* reset starog omotača ako se negdje naslijeđuje bootstrap card stil */
.vp-card {
    background: transparent;
    border: 0;
    box-shadow: none !important;
    padding: 0;
}

/* da unos_form ne dobije previše prostora gore ako je ubačen unutar ove stranice */
.vp-content .uf-wrap {
    max-width: 100%;
    padding: 0;
}

.vp-content .uf-card {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: transparent;
}

@media (max-width: 1399px) {
    .vp-hero.naslovsivi {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .vp-lead {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .vp-content {
        padding: 44px 0 70px;
    }

    .vp-hero__box {
        margin-top: 26px;
    }
}

@media (max-width: 991px) {
    .vp-hero.naslovsivi {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .vp-hero__label {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .vp-lead {
        font-size: 17px;
    }

    .vp-hero__box-title {
        font-size: 20px;
    }

    .vp-hero__list li {
        font-size: 16px;
    }

    .vp-content {
        padding: 36px 0 54px;
    }
}

@media (max-width: 767px) {
    .vp-lead {
        font-size: 16px;
        line-height: 1.5;
    }

    .vp-hero__box {
        padding: 22px 18px;
    }

    .vp-hero__box-title {
        font-size: 18px;
    }

    .vp-hero__list li {
        font-size: 15px;
        padding-left: 22px;
    }
}

@media (max-width: 575px) {
    .vp-hero.naslovsivi {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .vp-content {
        padding: 28px 0 42px;
    }
}