/* Strona startowa ankiety (szablon apz/ankieta-start.html) */

/* ------------------------------------------------------------------ HERO */

.ankieta-start-hero {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.ankieta-start-hero-text {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ankieta-start-eyebrow {
    margin: 0 0 12px;
    color: #94cc23;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ankieta-start-hero h1 {
    margin: 0 0 24px;
    /* granat jak w tytule ankiety 2 */
    color: #17334f;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
}

.ankieta-start-lead {
    margin: 0 0 28px;
    color: #33383d;
    font-size: 17px;
    line-height: 1.6;
}

/* wiersz z ikoną (ptaszek / telefon) */
.ankieta-start-point {
    position: relative;
    padding-left: 62px;
    margin-bottom: 26px;
}

.ankieta-start-point .ankieta-start-point-icon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

.ankieta-start-point p {
    margin: 0;
    color: #33383d;
    font-size: 17px;
    line-height: 1.6;
}

.ankieta-start-point p strong {
    color: #33a5ef;
    font-weight: 700;
}

.ankieta-start-point-check .ankieta-start-point-icon {
    color: #4dbbfb;
    border: 2px solid #4dbbfb;
    line-height: 34px;
}

.ankieta-start-callout {
    padding: 24px 28px 24px 90px;
    margin-bottom: 32px;
    background: #eff7fe;
    border-radius: 6px;
}

.ankieta-start-callout .ankieta-start-point-icon {
    left: 28px;
    top: 24px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #3ea9f0;
    font-size: 19px;
}

/* przycisk CTA -> /take/1/ */
.ankieta-start-cta {
    display: block;
    padding: 17px 20px;
    background: #9ac831;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.ankieta-start-cta:hover,
.ankieta-start-cta:focus {
    background: #88b628;
    color: #fff;
    text-decoration: none;
}

.ankieta-start-cta .fa {
    margin-left: 22px;
    vertical-align: middle;
}

.ankieta-start-disclaimer {
    margin: 18px 0 0;
    color: #8b95a0;
    font-size: 14px;
}

.ankieta-start-disclaimer .fa {
    margin-right: 8px;
}

/* ------------------------------------------------------------- HERO FOTO */

.ankieta-start-hero-photo {
    position: relative;
    height: 380px;
    background: #f4f6f5 url('../images/ankieta/hero.jpg') no-repeat center top;
    background-size: cover;
}

/* kafelki - pod zdjęciem na wąskich ekranach, nałożone na nie od 992px */
.ankieta-start-hero-cards {
    padding: 24px 15px 4px;
}

.ankieta-start-card {
    position: relative;
    padding: 18px 20px 18px 84px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(31, 59, 92, .13);
}

.ankieta-start-card-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
}

.ankieta-start-card-icon-green {
    background: #a6cd4d;
}

.ankieta-start-card-icon-blue {
    background: #68afd9;
}

.ankieta-start-card h3 {
    margin: 0 0 4px;
    color: #2f3b47;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.ankieta-start-card p {
    margin: 0;
    color: #4a545e;
    font-size: 14px;
    line-height: 1.45;
}

/* --------------------------------------------------------- PASEK ATUTÓW */

.ankieta-start-features {
    padding: 34px 0;
    background: #f2f9ff;
}

.ankieta-start-feature {
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 82px;
    padding-right: 8px;
    min-height: 88px;
}

.ankieta-start-feature img {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 56px;
    margin-top: -28px;
}

.ankieta-start-feature h3 {
    margin: 0 0 7px;
    color: #33a5ef;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 1.3;
    text-transform: uppercase;
}

.ankieta-start-feature p {
    margin: 0;
    color: #33383d;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .ankieta-start-feature {
        margin-bottom: 16px;
    }
}

/* ------------------------------------------------------------ >= 992 px */

@media (min-width: 768px) {
    .ankieta-start-cta {
        display: inline-block;
        min-width: 360px;
        padding: 19px 40px;
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .ankieta-start-hero-text {
        padding-top: 58px;
        padding-bottom: 70px;
        min-height: 720px;
    }

    .ankieta-start-hero h1 {
        font-size: 52px;
    }

    .ankieta-start-lead,
    .ankieta-start-point p {
        font-size: 18px;
    }

    /* zdjęcie wypełnia prawą połowę sekcji */
    .ankieta-start-hero-photo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        height: auto;
    }

    .ankieta-start-hero-cards {
        position: absolute;
        top: 21%;
        right: 22px;
        width: 258px;
        padding: 0;
    }

    .ankieta-start-card {
        margin-bottom: 22px;
    }

    .ankieta-start-features {
        padding: 40px 0;
    }

    .ankieta-start-feature + .ankieta-start-feature {
        border-left: 1px solid #dae8f4;
    }
}

@media (min-width: 1200px) {
    .ankieta-start-hero-cards {
        top: 20%;
        right: 46px;
        width: 268px;
    }
}
