.bigblack {
    font-family: "tele-groteskultregular";
    font-size: 2em;
}

.bigblue {
    color: #56B9F2;
    background: #ddf1fc;
    display: inline-block;
    padding: .1em .2em;
    margin: .1em 0;
    line-height: 1em;
    font-size: 2em;
    font-family: "tele-groteskultregular";
}
.container-fluid .container {
    padding: 0 5%;
    margin: 0 auto;
    width: 100%;
    max-width: 375px;
}
.zyskaj {
    background: #fff url(../img/bg_375.jpg) center top no-repeat;
    height: 1450px;
    padding-top: 2em;
}

.zyskaj .btn {
    font-family: "tele-grotesknorregular";
    color: #FFF;
    text-align: center;
    display: block;
    background: #e20074;
    border: solid 2px #e20074;
    border-radius: 8px;
    font-size: 1.8em;
    line-height: 1em;
    padding: 10px 0;
    width: 8em;
    margin: 0 auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: 18em;
}

.icobox {
    text-align: center;
    padding: 0 15%;
}

.icobox img {
    margin: 20px 0;
    width: 50px;
}

.icobox p {
    font-family: "tele-grotesknorregular";
    font-size: 1.3em;
}

.icobox p span {
    font-family: "tele-groteskultregular";
    display: block;
    font-size: 1.2em;
}

.rowbox {
    margin-top: 4em;
}




@media (min-width: 600px) {
.container-fluid .container {
      max-width: 768px;
    }
    .zyskaj {
        background: #fff url(../img/bg_770.jpg) center top no-repeat;
        height: 800px;
    }

    .icobox {
        text-align: center;
        padding: 0 60px;
    }
    .icobox img {
        margin: 20px 0;
        width: 61px;
    }
    .icobox p {
        font-family: "tele-grotesknorregular";
        font-size: 1.3em;
    }
    .icobox p span {
        font-family: "tele-groteskultregular";
        display: block;
        font-size: 1.2em;
    }
    .rowbox {
        margin-top: 4em;
    }
    .zyskaj .btn {
        margin-top: 3.5em;
    }
}

@media (min-width: 960px) {

.container-fluid .container {
  max-width: 100%;
}
    .zyskaj {
        background: #fff url(../img/bg_1200.jpg) center top no-repeat;
        height: 700px;
    }
    .bigblack {
        font-size: 3.5em;
    }

    .bigblue {
        font-size: 3.5em;
    }
    .zyskaj .btn {
        margin: 1em 0;
    }
    .icobox {
        padding: 0 2%;
    }
    .rowbox {
        margin-top: 5em;
    }
}

@media (min-width: 1200px) {
    .zyskaj {
        background: #fff url(../img/bg_1560.jpg) right top no-repeat;
        height: 654px;
    }

    .bigblack {
        font-size: 3em;
    }

    .bigblue {
        font-size: 3em;
    }
    .rowbox {
        margin-top: 6.5em;
    }
    .icobox {
        padding: 0 4%;
    }
}

@media (min-width: 1560px) {
    .zyskaj {
        background: #fff url(../img/bg_1920.jpg) right top no-repeat;
        height: 900px;
    }
    .container-fluid .container {

        padding: 0;
        width: 1560px;
    }
    .icobox p {
        font-family: "tele-grotesknorregular";
        font-size: 1.5em;
        padding: 0 4em;
    }
    .rowbox {
        margin-top: 15em;
    }
    .icobox {
        padding: 0;
    }
    .bigblack {
        font-size: 4em;
    }

    .bigblue {
        font-size: 4em;
    }

}
@media (max-width: 599px){
.visible-xs {
    display: inline-block !important;
}
}