@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/HelveticaNeue.woff) format("woff"), url(./fonts/HelveticaNeue.woff2) format("woff2")
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 200;
    src: url(./fonts/HelveticaNeue-Light.ttf) format("truetype")
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 100;
    src: url(./fonts/HelveticaNeue-Thin.woff) format("woff"), url(./fonts/HelveticaNeue-Thin.woff2) format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./fonts/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

:root {
    --black: #000;
    --white: #fff;
    --pink: #d97dbd;
    --orange: #f9a769;
    --blue: #7aa0d0;
    --grey: #f1f1f1;
    --yellow: #f3cc09;
    --yellow--light: #ffed0d;
    --red: #ff544f
}

html, body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: var(--black)
}

h1, h2, h3, h4 {
    margin: 0
}

a, a:hover, a:active, a:focus {
    color: initial;
    text-decoration: unset
}

strong {
    font-weight: 700
}

.ai-c, .jc-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ai-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mt--150 {
    margin-top: -150px
}

.pl-70 {
    padding-left: 70px
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.container {
    max-width: 1360px
}

.button {
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 16px;
    font-weight: 300;
    margin-top: 30px;
    padding: 15px 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--yellow--light)), to(var(--yellow)));
    background: -o-linear-gradient(var(--yellow--light), var(--yellow));
    background: linear-gradient(var(--yellow--light), var(--yellow));
    border: 1px solid var(--yellow);
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.button:hover, button:active, .button:focus {
    opacity: .75
}

.button--center {
    margin: 0 auto
}

.section__title, .price {
    font: 400 36px/1.2 Poppins, sans-serif;
    margin: 0 0 50px
}

.section__title--center, .paragraph--center {
    text-align: center
}

.section__title--white {
    color: var(--white);
    margin-bottom: 0
}

.section__title--small {
    font-size: 30px;
    font-family: "Helvetica Neue", sans-serif
}

.paragraph {
    font: 400 14px/1.5 Poppins, sans-serif;
    margin: 0 0 30px
}

.paragraph--big {
    font-size: 18px;
    margin: -25px 0 75px
}

.hero {
    background: -o-linear-gradient(305deg, var(--grey), var(--white) 30%);
    background: linear-gradient(145deg, var(--grey), var(--white) 30%);
    position: relative
}

.hero__left-content {
    padding-top: 50px;
    padding-left: 75px
}

.hero__flag {
    color: var(--white);
    font-family: 'Helvetica Neue';
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 125px;
    background: -o-linear-gradient(50deg, var(--pink), var(--orange));
    background: linear-gradient(40deg, var(--pink), var(--orange));
    border-radius: 10px
}

.hero__subtitle {
    font: 300 46px/1 'Helvetica Neue', sans-serif;
    margin-top: 20px
}

.hero__autograph {
    display: block;
    margin-left: auto
}

.hero__person {
    position: absolute;
    left: 30%;
    bottom: 0;
    z-index: 2
}

.hero__right {
    padding-top: 45px;
    position: relative;
    z-index: 1
}

.hero__right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -o-linear-gradient(45deg, var(--blue), var(--pink), var(--orange));
    background: linear-gradient(45deg, var(--blue), var(--pink), var(--orange));
    -webkit-clip-path: polygon(17% 0, 100% 0, 100% 100%, 7% 100%);
    clip-path: polygon(17% 0, 100% 0, 100% 100%, 7% 100%);
    z-index: -1
}

.hero__juicer {
    padding-left: 250px;
    padding-bottom: 25px
}

/* .hero__info {
    position: absolute;
    top: 100px;
    right: 25px;
    height: 175px;
    width: 320px;
    padding: 20px 0 0 50px;
    background-color: var(--white);
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 7% 90%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 7% 90%)
} */
.hero__info {
    position: absolute;
    top: 100px;
    right: 25px;
    /* height: 200px; */
    height: 125px;
    width: 320px;
    padding: 20px 20px 0;
    text-align: center;
    background-color: var(--white);
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 7% 90%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 7% 90%)
}
.hero__info .bigger {
    font-size: 140%;
    line-height: 100%;
    text-transform: uppercase;
}

.hero__text {
    font: 200 27px/1.2 'Helvetica Neue', sans-serif
}

.hero__price {
    font: 700 68px/1.2 'Helvetica Neue', sans-serif;
    background: -o-linear-gradient(50deg, var(--orange), var(--pink));
    background: linear-gradient(40deg, var(--orange), var(--pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.hero__title {
    color: var(--white);
    font: 600 22px/1.2 'Helvetica Neue', sans-serif;
    width: 200px;
    position: absolute;
    bottom: 70px;
    right: 70px
}

.hero__title--thin {
    font-weight: 300
}

.section-first, .section-third, .section-fourth, .section-sixth {
    margin-top: 100px
}

.section-second {
    margin-top: 150px;
    background: -o-linear-gradient(45deg, var(--blue), var(--pink), var(--orange) 65%);
    background: linear-gradient(45deg, var(--blue), var(--pink), var(--orange) 65%);
    position: relative
}

.section-second::after, .section-second::before, .section-fifth::after, .section-fifth::before, .additions::after, .additions::before {
    position: absolute;
    content: ''
}

.section-second::before {
    bottom: -45px;
    left: 55px;
    height: 90px;
    width: 89px;
    background-image: url(./images/owoce-1.png)
}

.section-second::after {
    top: -30px;
    right: 45px;
    height: 273px;
    width: 626px;
    background-image: url(./images/owoce-2.png)
}

.arrow {
    position: absolute;
    top: 55%;
    left: 80%
}

.price {
    margin-bottom: 0
}

.boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 270px;
    width: calc(100% / 3 - 30px);
    margin: 15px;
    padding: 0 37px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1)
}

.box__title {
    font-size: 17px;
    margin: 20px 0;
    text-align: center
}

.box__paragraph {
    margin-bottom: 0
}

.section-fifth {
    margin-top: 85px;
    padding: 45px 15px;
    background: -o-linear-gradient(45deg, var(--blue), var(--pink), var(--orange) 75%);
    background: linear-gradient(45deg, var(--blue), var(--pink), var(--orange) 75%);
    position: relative
}

.section-fifth::before {
    top: -45px;
    left: 55px;
    height: 90px;
    width: 89px;
    background-image: url(./images/owoce-1.png)
}

.section-fifth::after {
    bottom: -85px;
    right: 20px;
    height: 169px;
    width: 155px;
    background-image: url(./images/owoce-3.png)
}

.additions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    position: relative
}

.additions::before {
    bottom: -120px;
    left: -50px;
    height: 99px;
    width: 143px;
    background-image: url(./images/owoce-4.png)
}

.additions::after {
    top: -150px;
    right: -90px;
    height: 121px;
    width: 128px;
    background-image: url(./images/owoce-5.png)
}

.addition {
    width: 196px;
    margin-right: 30px
}

.addition__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 196px;
    width: 100%;
    background-color: var(--white);
    -webkit-box-shadow: 6px 0 40px rgba(0, 0, 0, 0.23);
    box-shadow: 6px 0 40px rgba(0, 0, 0, 0.23)
}

.addition__title {
    color: var(--white);
    font-size: 18px;
    font-weight: 200;
    font-family: "Helvetica Neue", sans-serif;
    margin-top: 20px
}

.section-sixth {
    margin-bottom: 100px
}

.list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.list__item {
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative
}

.list__item::before, .list__item::after {
    position: absolute;
    content: ''
}

.list__item::before {
    top: 6px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50px;
    border: 1px solid var(--red)
}

.list__item::after {
    top: 10px;
    left: 3px;
    height: 4px;
    width: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 1px solid var(--red);
    border-left: 1px solid var(--red)
}

@media (max-width: 1359px) {
    .container {
        max-width: 1360px;
    }

    .hero__subtitle {
        font-size: 30px
    }

    .hero__info {
        width: 220px;
        /* padding-left: 20px */
    }

    .hero__price {
        font-size: 50px
    }

    .hero__title {
        right: 0
    }

    .pl-70 {
        padding-left: 0
    }

    .section-second::after {
        top: -80px
    }
}

@media (max-width: 1199px) {
    .hero__person {
        max-width: 240px;
        left: 33%
    }

    .section__title {
        font-size: 26px
    }

    .hero__left-content {
        width: 50%
    }

    .hero__person {
        left: 60%;
        top: 30px
    }

    .hero__right {
        margin-top: 15px
    }

    .hero__info {
        width: 300px;
        max-width: 100%;
        /* padding-left: 50px */
    }

    .hero__title {
        right: 100px
    }

    .mt--150 {
        margin-top: -50px
    }

    .arrow {
        left: 70%
    }

    .box__title {
        margin: 10px 0
    }

    .addition {
        width: 160px;
        margin-right: 10px
    }

    .addition__picture {
        height: 160px
    }
}

@media (max-width: 991px) {
    .hero__left-content {
        width: 60%
    }

    .hero__autograph {
        margin-top: 15px
    }

    .hero__person {
        top: 45px
    }

    .hero__juicer {
        padding-left: 100px
    }

    .hero__title {
        right: 70px
    }

    .section-second::after {
        display: none
    }

    .arrow {
        top: 50%;
        left: 73%
    }

    .box {
        width: calc(50% - 30px)
    }

    .addition__title {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .hero {
        margin-top: 0
    }

    .hero__left-content {
        padding-left: 30px;
        width: 60%
    }

    .hero__autograph {
        margin-left: 30%
    }

    .hero__right::before {
        -webkit-clip-path: unset;
        clip-path: unset
    }

    .hero__juicer {
        padding-left: 15px
    }

    .section__title {
        font-size: 20px
    }

    .price {
        font-size: 26px
    }

    .section-second {
        margin-top: 100px
    }

    .arrow {
        top: 38%;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .paragraph--big {
        font-size: 16px
    }

    .box {
        padding: 0 20px
    }

    .section__title--small {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 60%
    }

    .additions {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px
    }

    .additions::after {
        display: none
    }
}

@media (max-width: 689px) {
    .hero__person {
        top: 75px
    }

    .hero__title {
        right: 0
    }
}

@media (max-width: 575px) {
    .col-12 {
        padding-left: 15px;
        padding-right: 15px
    }

    .hero__left-content {
        width: 100%;
        padding-right: 30px
    }

    .hero__person {
        position: static;
        max-width: unset
    }

    .hero__right {
        margin-top: 0
    }

    .hero__info, .hero__title {
        position: static;
        margin-left: auto;
        margin-right: auto;
    }

    .hero__title {
        margin: 30px auto;
        text-align: center
    }

    .section__title, .price {
        text-align: center
    }

    .button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .section-second {
        padding-top: 50px
    }

    .mt--150 {
        margin: 50px 0
    }

    .arrow {
        top: 170%;
        left: 10%;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    .box {
        width: 100%
    }

    .additions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .addition {
        width: 200px;
        margin-right: 0;
        margin-bottom: 30px
    }

    .addition__picture {
        height: 200px
    }
}
.sg_sprawdz {
    display: inline-block;
    font: 400 19px/20px Poppins, Arial;
    text-transform: uppercase !important;
    color: #333 !important;
    z-index: 1;
    background-color: #fff200;
    border-radius: 1px;
    transition: .2s;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 16px 14px;
    width: 232px;
    max-width: 90%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sg_sprawdz:hover {
    border-color: #fff200;
    background-color: rgba(255, 242, 0, .5);
    transition: .2s;
    text-decoration: none;
}

.sg_sprawdz_ava {
    position: relative;
    display: inline-block;
    text-decoration: none;
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    */
    font: 14px "robotoregular", "Arial";
    color: #fff !important;
    background: #ff6000;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    border: 0 none;
    border-radius: 2px;
    outline: 1px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: .15s;
    line-height: normal;
    padding: 14px 20px;
    width: 200px;
}

.sg_sprawdz_ava:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 7px 0 rgba(0, 0, 0, 0.07), 0 1px 3px -1px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: #fff;
    background: #f80
}

.sg_sprawdz_ava:active {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.16);
    background: #ff6000;
    animation: btn_primary 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67)
}


.sg_sprawdz_el {
    display: inline-block;
    background-color: #f60;
    border-radius: 3px;
    color: #fff !important;
    font-family: arimoregular, sans-serif;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    clear: both;
    z-index: 101;
    font-weight: 400;
    text-decoration: none;
    width: 200px;
    padding: 14px 20px;
}

.sg_sprawdz_el:hover {
    background-color: #31a2ed;
    text-decoration: none;
}
#lp_wrapper .footer-lp {
    font-family: Arial;
    font-size: 16px;
    color: #2e7ae7;
    padding-top: 20px;
    text-align: left;
    background-color: #fff;
    line-height: normal;
}

#lp_wrapper .footer-lp a {
    text-decoration: none;
    color: #2e7ae7;
    font: inherit;
}

#lp_wrapper .footer-lp a:hover {
    text-decoration: underline;
    color: inherit;
}

#lp_wrapper .bnf {
    font-size: 0;
    text-align: center;
    font-family: arial;
    color: #000;
    margin: auto;
    background-color: #fff;
    padding-top: 40px;
}

#lp_wrapper .bnf .bnf_c {
    text-align: center;
}

#lp_wrapper .bnf .bnf_t {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 10px;
    text-align: center;
    color: #000;
    font-family: arial;
}

#lp_wrapper .bnf .bnf_box {
    display: inline-block;
    vertical-align: top;
    max-width: 16.66666666666667%;
}

#lp_wrapper .bnf img {
    /*border: 1px solid #ebebeb;
    margin: -1px -1px 0 0;*/
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.page_content {
    padding: 0 !important;
}


#lp_wrapper .footer-lp {
    font-family: Arial;
    font-size: 16px;
    color: #2e7ae7;
    padding: 20px 15px;
    text-align: left;
    background-color: #fff;
    line-height: normal;
}

#lp_wrapper .footer-lp a {
    text-decoration: none;
    color: #2e7ae7;
    font: inherit;
}

#lp_wrapper .footer-lp a:hover {
    text-decoration: underline;
    color: inherit;
}

#lp_wrapper .bnf {
    font-size: 0;
    text-align: center;
    font-family: arial;
    color: #000;
    margin: auto;
    background-color: #fff;
    padding-top: 40px;
}

#lp_wrapper .bnf .bnf_c {
    text-align: center;
}

#lp_wrapper .bnf .bnf_t {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 10px;
    text-align: center;
    color: #000;
    font-family: arial;
}

#lp_wrapper .bnf .bnf_box {
    display: inline-block;
    vertical-align: top;
    max-width: 16.66666666666667%;
}

#lp_wrapper .bnf img {
    /*border: 1px solid #ebebeb;
    margin: -1px -1px 0 0;*/
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.page_content {
    padding: 0 !important;
}

@media all and (max-width: 999px) {
    #lp_wrapper .bnf .bnf_c {
        max-width: 600px;
        margin: 0 auto;
    }

    #lp_wrapper .bnf .bnf_box {
        max-width: 100%;
    }
}

.padd-r{
    padding-right: 15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
     margin-right: 0px;
     margin-left: 0px;
}
#lp_wrapper{
    max-width: 1360px;
    margin: 0 auto;
}

.t-center{
    text-align: center;
    width: 100%;
}
.mt-20p{
    margin-top: 20px;
}



#lp_wrapper .row-steps {
	text-align: center;
	font-size: 0;
	margin: 38px auto;
	font-family: 'Source Sans Pro', Arial;
}
#lp_wrapper .row-steps .maintxt {
	font-size: 38px;
	line-height: 140%;
	font-weight: 400;
	padding: 0 15px;
	color: #d280be;
	margin: auto;
}
#lp_wrapper .row-steps .col {
	display: inline-block;
	vertical-align: top;
	width: 365px;
	max-width: 32.33333%;
	padding: 60px 12px 0;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#lp_wrapper .row-steps .col:before {
	content: "";
	display: block;
	width: 290px;
	max-width: 100%;
	height: 2px;
	background-color: #d280be;
	margin: 0 auto -35.5px;
}
#lp_wrapper .row-steps .col .number {
	display: block;
	position: relative;
	height: 65px;
	width: 65px;
	line-height: 62px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	background-color: #fff;
	color: #d280be;
	border: 2px solid #d280be;
	margin: 0 auto 20px;
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
}
#lp_wrapper .row-steps .col .txt {
	font-size: 20px;
	line-height: 125%;
	font-weight: 400;
}
#lp_wrapper .row-steps .col .narrower {
	width: 220px;
	max-width: 100%;
	margin: auto;
}
#lp_wrapper .row-steps .col .wider {
	max-width: 116%;
	margin-left: -8%;
	margin-right: -8%;
}
@media all and (min-width:1025px) {
	#lp_wrapper .row-steps .col {max-width: 30.33333%;}
	#lp_wrapper .row-steps .col.marg {margin-left: 2%; margin-right: 2%;}
}
@media all and (max-width:1024px) {
	#lp_wrapper .row-steps .col .wider {max-width: 100%; margin-left: auto; margin-right: auto;}
	#lp_wrapper .row-steps .col .txt {font-size: 18px;}
	#lp_wrapper .row-steps .col .txt br {display: none;}
}
@media all and (max-width:835px) {
    #lp_wrapper .row-steps .col {width: 305px; max-width: 50%;}
}
@media all and (max-width:450px) {
    #lp_wrapper .row-steps .col {max-width: 100%;}
}

#lp_wrapper .center-btn {
    text-align: center;
    font-size: 0;
    margin: 30px auto;
}
#lp_wrapper .center-btn.martAuto {
    margin-top: auto;
}
#lp_wrapper .center-btn.marbAuto {
    margin-bottom: auto;
}
#lp_wrapper .center-btn .sg_sprawdz {
    margin: 10px;
}
