@charset "utf-8";

a:visited,
a:link,
a:active {
    color: inherit;
    text-decoration: none;
}

.close {
    width: 40px;
    height: 40px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    content: ' ';
    height: 40px;
    width: 3px;
    background-color: white;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}
h2{
    margin: 0px;
}
h1{
    margin: 0px;
}
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: 6917px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: url('../images/main_bg.jpg');
        background-position: center top;
        background-repeat: no-repeat;
    }

    /* WAIT WRAPPER */
    #wait_wrapper {
        position: absolute;
        z-index: 55000;
    }

    #wait_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #wait_box {
        width: 518px;
        height: 238px;
        position: fixed;
        background: #6a0600;
        border: 3px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 259px);
        z-index: 10000000;
        display: block;
        color: white;
        font-family: "PaybackRegular";
        font-size: 28px;
        text-decoration: none;
        text-align: center;
        padding-top: 50px;
    }

    /* Use to form category "Where is code" - Paragon */
    #popup_wrapper {
        display: none;
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        background: rgba(128, 128, 128, 0.74)
    }

    #popup_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 55000;
        display: none;

    }

    #popup {
        width: 600px;
        position: fixed;
        top: calc(50% - 225px);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup > img {
        width: inherit;
    }

    /* Use to form category "Where is code" - Paragon */
    #popup_wrapper2 {
        display: none;
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        background: rgba(128, 128, 128, 0.74)
    }

    #popup_wrapper2 {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 55000;
        display: none;

    }

    #popup2 {
        width: 588px;
        height: 442px;
        position: fixed;
        top: calc(50% - 217px);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #myPopup {
        display: none;
        float: right;
        clear: both;
        width: 300px;
        height: auto;
        background: rgba(1, 159, 227, 0.8);
        color: white;
        border-radius: 10px;
        border: 3px solid white;
        text-align: center;
        font-family: "PaybackRegular";
        margin-right: 70px;
        margin-top: 10px
    }

    #navigation {
        display: none;
    }

    .no_display {
        display: none;
    }

    .display {
        display: block;
    }

    #logo1 {
        width: 264px;
        height: 53px;
        background-image: url('../images/logo_psb.png');
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        margin-top: 20px;
        margin-left: 20px;
    }

    #logo2 {
        width: 210px;
        height: 80px;
        background-image: url('../images/logo_payback.png');
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        margin-top: 20px;
        margin-left: 0px;
    }

    #nav_scrolled {
        margin: 0 auto;
        height: 60px;
        width: 100%;
        position: fixed;
        top: 0px;
        background: white;
        z-index: 100;
    }

    #nav_scrolled_inner {
        width: 1100px;
        height: 60px;
        margin: 0 auto;
    }

    #nav_scrolled ul {
        float: left;
        margin-top: 20px;
        margin-left: 364px;
        padding-left: 0px;
    }

    #nav_scrolled ul > li {
        display: inline-block;
        margin-left: 20px;
    }

    #nav_scrolled ul > li > a {
        display: block;
        font-family: "PaybackRegular";
        font-size: 19px;
        text-decoration: none;
        color: #003EB0;
        cursor: pointer;
    }

    #nav_scrolled ul > li > a:hover {
        color: black;
    }

    @keyframes wraplong {
        from {
            right: -357px;
        }

        to {
            right: 0px;
        }
    }

    @keyframes wrapshort {
        from {
            right: 0px;
        }

        to {
            right: -357px;
        }
    }

    .active_wrapper {
        animation-name: wraplong;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    .noactive_wrapper {
        animation-name: wrapshort;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    #app_wrapper_outer {
        position: fixed;
        right: -357px;
        top: 150px;
    }

    #app_wrap {
        width: 55px;
        height: 233px;
        background: #003EB0;
        color: white;
        font-family: "PaybackRegular";
        font-size: 35px;
        float: left;
        writing-mode: vertical-rl;
        text-align: center;
        padding-right: 15px;
        text-orientation: mixed;
        transform: rotate(180deg);
        border-radius: 0px 15px 15px 0px;
        cursor: pointer;
        margin-top: 99px;
    }

    #app_wrapper {
        width: 357px;
        height: 431px;
        background: #003EB0;
        float: left;
        border-radius: 15px 0px 0px 15px;
    }

    #app_close {
        width: 53px;
        height: 53px;
        background: white url('../images/cross_app.png');
        background-repeat: no-repeat;
        background-position: center 13px;
        border-radius: 50px;
        float: right;
        margin-top: -25px;
        margin-right: 10px;
        cursor: pointer;
    }

    #app_text1 {
        color: white;
        font-family: "PaybackRegular";
        font-size: 25px;
        float: left;
        clear: both;
        text-align: center;
        line-height: 28px;
        margin-top: 20px;
    }

    #app_img {
        width: 205px;
        height: 205px;
        float: left;
        clear: both;
        background: url('../images/qr_code.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 76px;
        margin-top: 15px;
    }

    #app_download {
        width: 240px;
        height: 60px;
        background: #C13E23;
        color: white;
        font-family: "PaybackRegular";
        float: left;
        clear: both;
        display: block;
        border-radius: 15px;
        text-align: center;
        line-height: 60px;
        font-size: 26px;
        margin-left: 58px;
        margin-top: 20px;
    }

    /* Animated menu end */
    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 812px;
        height: auto;
        background: #003EB0;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        float: right;
        margin-right: 0px;
        margin-top: 15px;
        cursor: pointer;
    }

    #positive_title {
        height: auto;
        width: 671px;
        text-align: center;
        font-family: 'PaybackRegular';
        margin: 0 auto;
        color: white;
        font-size: 36px;
        margin-top: 60px;
    }

    #positive_text {
        width: 100%;
        font-family: 'PaybackRegular';
        color: white;
        font-size: 23px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #positive_small {
        font-size: 11px;
        display: block;
        margin-top: 60px;
    }

    #home {
        width: 1100px;
        height: 760px;
        margin: 0 auto;
    }

    #home_text1 {
        width: 320px;
        float: left;
        color: #003EB0;
        font-size: 47px;
        line-height: 52px;
        font-family: "PaybackBold";
        margin-top: 230px;
        margin-left: 15px;
    }

    .green {
        display: block;
        float: left;
        clear: both;
        color: #73CB1F;
        font-size: 32px;
        line-height: 35px;
        margin-top: 20px;
    }

    #home_img {
        width: 696px;
        height: 658px;
        background: url('../images/top_bg.png');
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-top: 32px;
        margin-right: 5px;
    }

    #join {
        width: 231px;
        height: 57px;
        line-height: 55px;
        color: white;
        background: #CE1624;
        float: left;
        clear: both;
        border-radius: 13px;
        text-align: center;
        font-family: "PaybackRegular";
        font-size: 30px;
        margin-top: -230px;
        margin-left: 15px;
        cursor: pointer;
    }

    #home_text2 {
        clear: both;
        text-align: center;
        float: left;
        margin-left: 15px;
        color: #003EB0;
        font-size: 20px;
        font-family: "PaybackBold";
        margin-top: -130px;
    }

    #zasady {
        width: 1100px;
        height: 1200px;
        margin: 0 auto;
    }

    #zasady_title {
        width: 100%;
        text-align: center;
        float: left;
        color: #003EB0;
        font-size: 40px;
        font-family: "PaybackBold";
        margin-top: 60px;
    }

    #zasady_box1 {
        width: 316px;
        height: auto;
        float: left;
        margin-top: 53px;
        margin-left: 0px;
    }

    #zasady_img1 {
        width: 262px;
        height: 261px;
        background: url('../images/zasady_img1.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 27px;
        margin-top: 0px;
    }
    .zasady_title1 {
        width: 100%;
        height: 40px;
        display: inline-block;
        font-family: "PaybackBold";
        font-size: 25px;
        color: #003EB0;
        width: 100%;
        float: left;
        clear: both;
        line-height: 28px;
        margin-top: 20px;
        text-align: center;
    }
    .zasady_text1 {
        display: inline-block;
        font-family: "PaybackRegular";
        font-size: 20px;
        color: #003EB0;
        width: 100%;
        float: left;
        clear: both;
        line-height: 22px;
        margin-top: 17px;
        text-align: center;
    }
    #zasady_box2 {
        width: 302px;
        height: auto;
        float: left;
        margin-top: 53px;
        margin-left: 85px;
    }

    #zasady_img2 {
        width: 261px;
        height: 261px;
        background: url('../images/zasady_img2.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 20.5px;
    }
    #zasady_bottom_text{
        font-family: 'PaybackRegular';
        color: #003EB0;
        font-size: 18px;
        line-height: 19px;
        float: left;
        clear: both;
        width: 900px;
        margin-left: 100px;
        text-align: center;
        margin-top: 50px;
    }
    #rules_download {
        width: 220px;
        height: 47px;
        display: block;
        cursor: pointer;
        clear: both;
        float: left;
        font-family: 'PaybackRegular';
        color: white;
        background: #D52229;
        text-align: center;
        line-height: 45px;
        border-radius: 12px;
        font-size: 24px;
        margin-left: 440px;
        margin-top: 20px;
    }
    #zasady_box3 {
        width: 312px;
        height: auto;
        float: right;
        margin-left: 0px;
        margin-top: 53px;
    }

    #zasady_img3 {
        width: 263px;
        height: 262px;
        background: url('../images/zasady_img3.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-left: 27px;
        clear: both;
        margin-top: 0px;
    }
    #zasady_bottom_bg{
        width: 348px;
        height: 347px;
        background: url('../images/baner_img.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 100px;
        margin-top: 100px;
    }
    #zasady_bottom_title{
        font-family: 'PaybackBold';
        color: #003EB0;
        font-size: 40px;
        line-height: 51px;
        float: left;
        width: 480px;
        margin-left: 100px;
        margin-top: 135px;
    }
    #zasady_bottom_text2{
        font-family: 'PaybackRegular';
        color: #003EB0;
        font-size: 20px;
        line-height: 22px;
        float: left;
        width: 480px;
        margin-left: 100px;
        margin-top: 25px;
    }
    #zasady_bottom_button {
        width: 220px;
        height: 47px;
        display: block;
        cursor: pointer;
        float: left;
        font-family: 'PaybackRegular';
        color: white;
        background: #D52229;
        text-align: center;
        line-height: 45px;
        border-radius: 12px;
        font-size: 24px;
        margin-left: 100px;
        margin-top: 30px;
		position: relative;
    }
    #nagrody {
        width: 1100px;
        height: 1010px;
        margin: 0 auto;
    }

    #nagrody_title {
        width: 100%;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 40px;
        font-family: "PaybackBold";
        text-align: center;
        margin-top: 60px;
    }
    #nagrody_bg{
        width: 1015px;
        height: 704px;
        background: url('../images/nagrody_bg2.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 42.5px;
        margin-top: 130px;
    }
    #nagrody_inner{
        width: 100%;
        float: left;
        clear: both;
        margin-top: -1085px;
    }
    .nagroda_box{
        width: 300px;
        height: auto;
        float: left;
        margin-top: 310px;
    }
    .c1{
        margin-left: 50px;
    }
    .c2{
        margin-left: 48px;
    }
    .c3{
        margin-left: 52px;
    }
    .nagroda_title{
        width: 100%;
        text-align: center;
        font-size: 30px;
        color: #003EB0;
        font-family: "PaybackBold";
    }
    .nagroda_text{
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        margin-top: 10px;
        color: #003EB0;
        font-family: "PaybackRegular";
    }
    #nagrody_bottom_text{
        width: 300px;
        font-size: 14px;
        line-height: 14px;
        margin-top: -10px;
        margin-right: 52px;
        text-align: center;
        color: #003EB0;
        float: right;
        clear: both;
        font-family: "PaybackRegular";
    }
    #sponsorzy {
        width: 1100px;
        height: 325px;
        margin: 0 auto;
    }

    #sponsorzy_title {
        width: 100%;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 40px;
        font-family: "PaybackBold";
        text-align: center;
        margin-top: 60px;
    }
    #sponsorzy_bg{
        width: 806px;
        height: 80px;
        background: url('../images/sponsorzy_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top:60px;
        margin-left: 147px;
    }
    #wez-udzial {
        width: 1100px;
        height: 1390px;
        margin: 0 auto;
    }

    #wez-udzial_text1 {
        display: inline-block;
        margin-top: 60px;
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 40px;
        margin-left: 0px;
        font-family: "PaybackBold";
    }

    #wez-udzial_text2 {
        display: inline-block;
        margin-top: 55px;
        width: 700px;
        text-align: center;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 25px;
        line-height: 28px;
        margin-left: 200px;
        font-family: "PaybackRegular";
        margin-bottom: 20px;
    }

    #main_form {
        width: 1100px;
        margin-left: 0px;
        height: auto;
        float: left;
        clear: both;
    }

    .input_box {
        width: 520px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 40px;
    }
    .mrg_right{
        float: right;
    }
    .mrg_center{
        margin-left: 290px;
    }
    .label_form {
        width: 100%;
        color: #003EB0;
        font-size: 25px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
        font-family: "PaybackRegular";
        float: left;
        clear: both;
    }
    .long{
        width: 540px;
        margin-left: -10px;
        margin-bottom: 10px;
    }
    #star_text{
        font-family: "PaybackRegular";
        color: #003EB0;
        float: left;
        clear: both;
        width: 520px;
        margin-left: 290px;
        margin-top: 10px;
    }
    .form_input {
        width: 500px;
        height: 65px;
        font-family: "PaybackRegular";
        font-size: 18px;
        background: white;
        border-radius: 35px;
        outline: 0;
        border: 0px;
        color: #003EB0;
        float: left;
        clear: both;
        padding: 0px;
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    
    @-webkit-keyframes autofill {
        to {
            color: #003EB0;
            font-family: "PaybackRegular";
        }
    }

    input:-webkit-autofill {
        color: #003EB0;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }
    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #99B2DF;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #99B2DF;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: #99B2DF;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #99B2DF;
    }
    #show_popup1 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: 20px;
        margin-top: 135px;
        display: block;
        float: left;
    }
    #opis_title {
        width: 820px;
        text-align: center;
        color: #003EB0;
        font-family: "PaybackRegular";
        font-size: 30px;
        float: left;
        clear: both;
        margin-left: 140px;
        margin-top: 50px;
    }

    #opis {
        width: 1060px;
        height: 145px;
        border: 0px;
        background: white;
        border-radius: 35px;
        margin-left: 0px;
        margin-top: 50px;
        color: #003EB0;
        font-family: "PaybackRegular";
        font-size: 18px;
        padding: 20px;
        resize: none;
        outline: 0;
    }

    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }

    #captcha {
        width: 200px;
        height: 60px;
        float: left;
        clear: both;
        margin-top: 20px;
    }

    #captcha > div > div {
        transform: scale(0.9);
        margin-left: -15px;
        margin-top: 5px;
    }
    .switch2 {
         position: relative;
         display: inline-block;
         width: 63px;
         height: 30px;
         float: left;
         margin-left: 0px;
     }

     .switch2 input {
         opacity: 0;
         width: 0;
         height: 0;
     }

     .slider2 {
         position: absolute;
         cursor: pointer;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: #BDBDBD;
         -webkit-transition: .4s;
         transition: .4s;
     }

     .slider2:before {
         position: absolute;
         content: "";
         height: 22px;
         width: 22px;
         left: 4px;
         top: 4px;
         background: white;
         background-repeat: no-repeat;
         background-position: center;
         -webkit-transition: .4s;
         transition: .4s;
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
     }

     input:checked + .slider2 {
         background-color: #003EB0;
     }


     input:checked + .slider2:before {
         -webkit-transform: translateX(21px);
         -ms-transform: translateX(21px);
         transform: translateX(21px);
         background: white;
         left: 15px;
         background-repeat: no-repeat;
         background-position: center;
     }

     .slider2.round2 {
         border-radius: 34px;
     }

     .slider2.round2:before {
         border-radius: 50%;
     }

     .data_box2 {
         width: 960px;
         height: auto;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 25px;
     }

     .data_label2 {
         width: 840px;
         color: #0C419A;
         font-size: 20px;
         line-height: 22px;
         font-family: "PaybackRegular";
         float: left;
         margin-left: 20px;
         margin-top: 1px;
     }
    #button_send {
        width: 270px;
        height: 70px;
        display: block;
        float: left;
        text-align: center;
        vertical-align: middle;
        background: #D52229;
        font-family: "PaybackRegular";
        font-size: 35px;
        outline: 0;
        border: 0px;
        color: white;
        border-radius: 18px;
        margin-left: 415px;
        margin-top: 30px;
        cursor: pointer;
        margin-bottom: 0px;
    }

    #wyniki {
        width: 1100px;
        height: 290px;
        margin: 0 auto;
    }

    #wyniki_title {
        width: 100%;
        display: inline-block;
        margin-top: 60px;
        float: left;
        text-align: center;
        clear: both;
        color: #003EB0;
        font-size: 40px;
        font-family: "PaybackBold";
    }

    #wyniki_text1 {
        width: 38%;
        display: inline-block;
        margin-top: 20px;
        float: left;
        text-align: center;
        clear: both;
        color: #003EB0;
        margin-left: 31%;
        font-size: 26px;
        line-height: 41px;
        font-family: "PaybackRegular";
    }

    #results_download {
        width: 300px;
        height: 56px;
        line-height: 56px;
        color: white;
        background: #CE1624;
        clear: both;
        border-radius: 15px;
        text-align: center;
        font-family: "PaybackRegular";
        font-size: 33px;
		display: block;
        float: left;
        margin-left: 400px;
		margin-top: 15px;
        cursor: pointer;
    }
    #wyniki_text2 {
        width: 100%;
        display: inline-block;
        margin-top: 60px;
        float: left;
        text-align: center;
        clear: both;
        color: #003EB0;
        font-size: 25px;
        font-family: "PaybackRegular";
    }
    #faq_background{
        width: 100%;
        height: auto;
        background: white;
    }
    #faq {
        width: 1100px;
        height: auto;
        margin: 0 auto;
        overflow-y: auto;
        padding-bottom: 50px;
    }

    #faq_title {
        width: 100%;
        display: inline-block;
        margin-top: 60px;
        float: left;
        text-align: center;
        clear: both;
        color: #003EB0;
        font-size: 40px;
        font-family: "PaybackRegular";
        margin-bottom: 70px;
    }

    #faq_inline {
        width: 1100px;
        height: auto;
        margin-bottom: 50px;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    #faq_inline::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    #faq_inline {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .accordion {
        background: url("../images/more.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-color: transparent;
        color: #003EB0;
        cursor: pointer;
        padding-top: 30px;
        padding-bottom: 10px;
        width: 1000px;
        border: none;
        text-align: left;
        margin-left: 50px;
        outline: none;
        line-height: 41px;
        font-size: 26px;
        transition: 0.4s;
        padding-left: 0px;
        padding-right: 0px;
        font-family: "PaybackBold";
    }

    .active,
    .accordion:hover {
        background-color: transparent;
    }

    .active {
        background: url("../images/less.png");
        background-repeat: no-repeat;
        background-position: right center;
    }

    .panel {
        width: 1000px;
        display: none;
        margin-left: 50px;
        font-size: 21px;
        background-color: none;
        overflow: hidden;
        color: #003EB0;
        font-family: "PaybackRegular";
    }

    .line {
        width: 1000px;
        height: 3px;
        background: #003EB0;
        margin-left: 50px;
        margin-top: 20px;
    }

    #js-cookie-toggle {
        float: left;
        clear: both;
    }

    #kontakt_nav {
        width: 10px;
        height: 10px;
        float: left;
        clear: both;
        margin-top: -50px;
    }
    #kontakt_background{
        width: 100%;
        height: auto;
        background: #D4EAFA;
        overflow: hidden;
    }
    #kontakt {
        width: 1100px;
        height: auto;
        margin: 0 auto;
    }

    #kontakt_title {
        width: 600px;
        display: inline-block;
        margin-top: 70px;
        float: left;
        text-align: center;
        clear: both;
        color: #003EB0;
        font-size: 35px;
        line-height: 50px;
        margin-left: 250px;
        font-family: "PaybackBold";
    }
    #kontakt_img1 {
        width: 320px;
        height: 320px;
        background: url('../images/kontakt_img.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 20px;
        margin-left: 56px;
        float: left;
        clear: both;
    }
    #android_app_download {
        width: 284px;
        height: 84px;
        display: block;
        margin-top: 90px;
        float: left;
        margin-left: 30px;
        background: url('../images/google_play_img.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    #ios_app_download {
        width: 284px;
        height: 84px;
        display: block;
        margin-top: -135px;
        float: left;
        clear: both;
        margin-left: 408px;
        background: url('../images/appstore_img.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #kontakt_img2 {
        width: 251px;
        height: 251px;
        float: right;
        margin-top: -285px;
        margin-right: 83px;
        background: url('../images/qr_code.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #kontakt_title2 {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: 70px;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 38px;
        font-family: "PaybackBold";
    }
    #kontakt_text1 {
        width: 350px;
        display: inline-block;
        margin-top: 70px;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 29px;
        line-height: 37px;
        margin-left: 0px;
        font-family: "PaybackRegular";
    }
    #kontakt_phone{
        display: inline-block;
        margin-top: 70px;
        float: left;
        color: #003EB0;
        font-size: 29px;
        line-height: 37px;
        margin-left: 60px;
        font-family: "PaybackRegular";
        border-right: 3px solid #003EB0;
        border-left: 3px solid #003EB0;
        padding-left: 50px;
        padding-right: 50px;
    }
    #kontakt_phone_small{
        display: block;
        clear: both;
        font-size: 22px;
    }
    #kontakt_form{
        width: 260px;
        height: 50px;
        background: #003EB0;
        float: right;
        color: white;
        font-family: "PaybackRegular";
        font-size: 25px;
        border-radius: 11px;
        text-align: center;
        line-height: 50px;
        margin-top: 81px;
    }
    #kontakt_text2 {
        width: 79%;
        display: inline-block;
        margin-top: 70px;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 18px;
        margin-left: 0px;
        font-family: "PaybackLight";
        margin-bottom: 50px;
    }

    #error_wrapper {
        position: absolute;
        z-index: 55001;
        cursor: pointer;
    }

    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 55002;
        background: rgba(44, 44, 44, 0.7);
        display: none;

    }

    #errors {
        width: 700px;
        background: #bb0b20;
        border: 5px solid white;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 50px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors p {
        padding-left: 30px;
        padding-top: 25px;
        font-family: "PaybackRegular";
        color: white;
		font-size: 26px;
    }

    #errors ul {
        font-family: "PaybackRegular";
        font-size: 18px;
        color: white;
    }

    #errors ul li {
        margin-top: 15px;
		list-style-type: disc;
    }

    #errors_ok {
        background: white;
        width: 150px;
        height: 50px;
        color: #bb0b20;
        font-family: "PaybackRegular";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 525px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 200px) {

    html,
    body {
        width: 100%;
        height: 9363px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background:#D4EAFA url('../images/mobile_bg.jpg');
        background-position: center top;
        background-repeat: no-repeat;
    }

    a[href^=tel] {
        text-decoration: inherit;
        color: inherit;
    }

    /* Wait wrapper */
    #wait_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #wait_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;

    }

    #wait_box {
        width: 80%;
        height: 230px;
        background: #6a0600;
        border: 3px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 135px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
        font-family: "PaybackRegular";
        color: white;
        font-size: 26px;
        text-align: center;
        padding-top: 50px;
    }

    /* Use to form category "Where is code" - Paragon */
    #popup_wrapper {
        display: none;
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        background: rgba(128, 128, 128, 0.74)
    }

    #popup_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        display: none;

    }

    #popup {
        width: 320px;
        height: 500px;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup > img {
        width: 320px;
    }

    /* Use to form category "Where is code" - Paragon */
    #popup_wrapper2 {
        display: none;
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        background: rgba(128, 128, 128, 0.74)
    }

    #popup_wrapper2 {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        display: none;

    }

    #popup2 {
        width: 320px;
        height: 500px;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup2 > img {
        width: 320px;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 80%;
        height: auto;
        background: #003EB0;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: 20px;
        margin-top: 20px;
    }

    #positive_title {
        height: auto;
        width: 671px;
        text-align: center;
        font-family: 'PaybackRegular';
        margin: 0 auto;
        color: white;
        font-size: 30px;
        margin-top: 50px;
    }

    #positive_text {
        width: 100%;
        font-family: 'PaybackRegular';
        color: white;
        font-size: 20px;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    #positive_small {
        font-size: 11px;
        display: block;
        margin-top: 60px;
    }

    /* Errors wrapper */
    #error_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;

    }

    #errors {
        width: 310px;
        background: #bb0b20;
        border: 5px solid white;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: calc(35% - 125px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors p {
        padding-left: 30px;
        font-family: "PaybackRegular";
        font-size: 18px;
        color: white;
    }

    #errors ul {
        font-family: "PaybackRegular";
        font-size: 15px;
        color: white;
    }

    #errors ul li {
        margin-top: 15px;
		list-style-type: disc;
    }

    #errors_ok {
        background: white;
        width: 150px;
        height: 50px;
        color: #bb0b20;
        font-family: "PaybackRegular";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }

    /* Errors END*/
    #app_wrapper_outer {
        display: none;
    }

    #nav_scrolled {
        display: none;
    }

    #nav {
        display: none;
    }

    #nav_top_box {
        width: 100%;
        height: 60px;
        background: white;
        position: fixed;
        z-index: 1;
    }
    #logo_menu_mobile1 {
        width: 130px;
        height: 26px;
        background: url('../images/logo_psb_mobile.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: fixed;
        left: 120px;
        margin-top: 17px;
        z-index: 2;
    }
    #logo_menu_mobile2 {
        width: 103px;
        height: 39px;
        background: url('../images/logo_payback_mobile.png');
        background-size: contain;
        position: fixed;
        left: 10px;
        margin-top: 10.5px;
        z-index: 2;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 5px;
        right: 10px;
        height: 24px;
        width: 34px;
        background: transparent;
        z-index: 5;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 28px;
        height: 4px;
        top: 26px;
        margin-top: -1px;
        left: 6px;
        display: block;
        background: #003EB0;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 15px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 37px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

    #burger:checked + #nav_cross .cross {
        opacity: 0;
        top: 100%;
    }

    #burger:checked + #nav_cross .cross:first-child {
        opacity: 1;
        transform: rotate(405deg);
        background: white;
    }

    #burger:checked + #nav_cross .cross:last-child {
        opacity: 1;
        transform: rotate(-405deg);
        background: white;
    }

    #burger ~ nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
    }

    #burger ~ nav > ul {
        list-style: none;
        text-align: center;
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    #burger ~ nav > ul > li {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s;
        cursor: pointer;
    }

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: 800;
        font-size: 20px;
        font-family: "PaybackRegular";
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

        background: #003EB0;
        height: 100%;
        transition-delay: 0s;
    }

    #burger:checked ~ nav > ul > li {
        opacity: 1;
        transition-delay: .5s;
    }

    #menu_click {
        display: none;
    }

    #home {
        width: 320px;
        height: 660px;
        margin: 0 auto;
    }

    #home_text1 {
        width: 320px;
        float: left;
        color: #003EB0;
        text-align: center;
        font-size: 35px;
        line-height: 38px;
        font-family: "PaybackBold";
        margin-top: 70px;
        margin-left: 0px;
    }

    .green {
        width: 250px;
        color: #73CB1F;
        font-size: 22px;
        margin-left: 35px;
        margin-top: 20px;
        line-height: 24px;
        display: block;
        float: left;
        clear: both;
    }

    #home_img {
        width: 284px;
        height: 268px;
        background: url('../images/top_bg_mobile.png');
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-top: 47px;
        margin-right: 18px;
    }

    #join {
        width: 210px;
        height: 50px;
        line-height: 50px;
        color: white;
        background: #CE1624;
        float: left;
        clear: both;
        border-radius: 11px;
        text-align: center;
        font-family: "PaybackRegular";
        font-size: 26px;
        margin-top: 30px;
        margin-left: 55px;
        cursor: pointer;
    }

    #home_text2 {
        width: 260px;
        clear: both;
        text-align: center;
        float: left;
        margin-left: 30px;
        color: #003EB0;
        font-size: 17px;
        line-height: 19px;
        font-family: "PaybackBold";
        margin-top: 30px;
    }

    #zasady {
        width: 320px;
        height: 1970px;
        margin: 0 auto;
    }

    #zasady_title {
        width: 100%;
        text-align: center;
        float: left;
        color: #003EB0;
        font-size:35px;
        font-family: "PaybackBold";
        margin-top: 60px;
    }

    #zasady_box1 {
        width: 260px;
        height: auto;
        float: left;
        margin-top: 35px;
        margin-left: 30px;
    }

    #zasady_img1 {
        width: 203px;
        height: 204px;
        background: url('../images/zasady_img1.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 28.5px;
        margin-top: 0px;
    }
    .zasady_title1 {
        width: 100%;
        display: inline-block;
        font-family: "PaybackBold";
        font-size: 20px;
        color: #003EB0;
        width: 100%;
        float: left;
        clear: both;
        line-height: 22px;
        margin-top: 23px;
        text-align: center;
    }
    .zasady_text1 {
        display: inline-block;
        font-family: "PaybackRegular";
        font-size: 20px;
        color: #003EB0;
        width: 100%;
        float: left;
        clear: both;
        line-height: 22px;
        margin-top: 12px;
        text-align: center;
    }
    #zasady_box2 {
        width: 280px;
        height: auto;
        float: left;
        margin-top: 30px;
        margin-left: 20px;
    }

    #zasady_img2 {
        width: 203px;
        height: 204px;
        background: url('../images/zasady_img2.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 38.5px;
    }
    #zasady_bottom_text {
        display: inline-block;
        font-family: "PaybackRegular";
        font-size: 18px;
        color: #003EB0;
        width: 300px;
        float: left;
        clear: both;
        line-height: 19px;
        margin-top: 30px;
        margin-left: 10px;
        text-align: center;
    }
    #rules_download {
        width: 220px;
        height: 47px;
        display: block;
        cursor: pointer;
        clear: both;
        float: left;
        font-family: 'PaybackRegular';
        color: white;
        background: #D52229;
        text-align: center;
        line-height: 47px;
        border-radius: 12px;
        font-size: 24px;
        margin-left: 50px;
        margin-top: 20px;
    }
    #zasady_box3 {
        width: 280px;
        height: auto;
        float: left;
        margin-left: 20px;
        margin-top: 30px;
    }

    #zasady_img3 {
        width: 204px;
        height: 204px;
        background: url('../images/zasady_img3.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-left: 38px;
        clear: both;
        margin-top: 0px;
    }
    #zasady_bottom_bg{
        width: 262px;
        height: 262px;
        background: url('../images/baner_img.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 29px;
        margin-top: 50px;
    }
    #zasady_bottom_title {
        display: inline-block;
        font-family: "PaybackRegular";
        font-size: 23px;
        color: #003EB0;
        width: 300px;
        float: left;
        clear: both;
        line-height: 29px;
        margin-top: 20px;
        margin-left: 10px;
        text-align: center;
    }
    #zasady_bottom_text2 {
        display: inline-block;
        font-family: "PaybackRegular";
        font-size: 20px;
        color: #003EB0;
        width: 300px;
        float: left;
        clear: both;
        line-height: 22px;
        margin-top: 30px;
        margin-left: 10px;
        text-align: center;
    }
    #zasady_bottom_button {
        width: 220px;
        height: 47px;
        display: block;
        cursor: pointer;
        clear: both;
        float: left;
        font-family: 'PaybackRegular';
        color: white;
        background: #D52229;
        text-align: center;
        line-height: 47px;
        border-radius: 12px;
        font-size: 24px;
        margin-left: 50px;
        margin-top: 20px;
		position: relative;
    }
    #nagrody {
        width: 320px;
        height: 2010px;
        margin: 0 auto;
    }

    #nagrody_title {
        width: 100%;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 35px;
        font-family: "PaybackBold";
        text-align: center;
        margin-top: 60px;
    }

    #nagrody_bg{
        width: 250px;
        height: 1799px;
        background: url('../images/nagrody_bg_mobile2.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 35px;
        margin-top: 90px;
    }
    #nagrody_inner{
        width: 100%;
        float: left;
        clear: both;
        margin-top: -2088px;
    }
    .nagroda_box{
        width: 320px;
        height: auto;
        float: left;
        margin-top: 239px;
    }
    .nagroda_title{
        width: 100%;
        text-align: center;
        font-size: 30px;
        color: #003EB0;
        font-family: "PaybackBold";
    }
    .nagroda_text{
        width: 90%;
        text-align: center;
        font-size: 20px;
        margin-left: 5%;
        line-height: 22px;
        margin-top: 10px;
        color: #003EB0;
        font-family: "PaybackRegular";
    }
    #nagrody_bottom_text{
        width: 90%;
        text-align: center;
        font-size: 14px;
        margin-left: 5%;
        line-height: 14px;
        margin-top: 10px;
        color: #003EB0;
        float: left;
        clear: both;
        font-family: "PaybackRegular";
    }
    #sponsorzy {
        width: 320px;
        height: 490px;
        margin: 0 auto;
    }

    #sponsorzy_title {
        width: 100%;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 35px;
        font-family: "PaybackBold";
        text-align: center;
        margin-top: 60px;
    }
    #sponsorzy_bg{
        width: 264px;
        height: 256.5px;
        background: url('../images/sponsorzy_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top:45px;
        margin-left: 28px;
    }
    #wez-udzial {
        width: 320px;
        height: 1780px;
        margin: 0 auto;
    }

    #wez-udzial_text1 {
        display: inline-block;
        margin-top: 50px;
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 35px;
        margin-left: 0px;
        font-family: "PaybackBold";
    }

    #wez-udzial_text2 {
        display: inline-block;
        margin-top: 20px;
        width: 240px;
        text-align: center;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 20px;
        line-height: 22px;
        margin-left: 40px;
        font-family: "PaybackRegular";
        margin-bottom: 10px;
    }

    #main_form {
        width: 320px;
        margin-left: 0px;
        height: auto;
        float: left;
        clear: both;
    }

    .input_box {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 10px;
        margin-top: 15px;
    }
    .label_form {
        width: 100%;
        color: #003EB0;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: "PaybackRegular";
        float: left;
        clear: both;
        text-align: center;
    }

    .form_input {
        width: 280px;
        height: 65px;
        font-family: "PaybackRegular";
        font-size: 18px;
        background: white;
        border-radius: 35px;
        outline: 0;
        border: 0px;
        color: #003EB0;
        float: left;
        clear: both;
        padding: 0px;
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    #friend_card{
        width: 230px;
    }
    #star_text{
        font-family: "PaybackRegular";
        color: #003EB0;
        float: left;
        clear: both;
        width: 300px;
        margin-left: 10px;
        margin-top: 10px;
        font-size: 11px;
    }
    @-webkit-keyframes autofill {
        to {
            color: #003EB0;
            font-family: "PaybackRegular";
        }
    }

    input:-webkit-autofill {
        color: #003EB0;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }
    #show_popup1 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: 280px;
        margin-top: -47px;
        display: block;
        float: left;
    }
    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #99B2DF;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #99B2DF;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: #99B2DF;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #99B2DF;
    }

    #opis_title {
        width: 280px;
        text-align: center;
        color: #003EB0;
        font-family: "PaybackRegular";
        font-size: 20px;
        float: left;
        clear: both;
        margin-left: 20px;
        margin-top: 30px;
    }

    #opis {
        width: 260px;
        height: 145px;
        border: 0px;
        background: white;
        border-radius: 35px;
        margin-left: 10px;
        margin-top: 30px;
        color: #003EB0;
        font-family: "PaybackRegular";
        font-size: 18px;
        padding: 20px;
        resize: none;
        outline: 0;
    }

    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }

    #captcha {
        width: 200px;
        height: 60px;
        float: left;
        clear: both;
        margin-top: 20px;
    }

    #captcha > div > div {
        transform: scale(0.8);
        margin-left: 8px;
        margin-top: -9px;
    }
    .switch2 {
         position: relative;
         display: inline-block;
         width: 63px;
         height: 30px;
         float: left;
         margin-left: 0px;
     }

     .switch2 input {
         opacity: 0;
         width: 0;
         height: 0;
     }

     .slider2 {
         position: absolute;
         cursor: pointer;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: #BDBDBD;
         -webkit-transition: .4s;
         transition: .4s;
     }

     .slider2:before {
         position: absolute;
         content: "";
         height: 22px;
         width: 22px;
         left: 4px;
         top: 4px;
         background: white;
         background-repeat: no-repeat;
         background-position: center;
         -webkit-transition: .4s;
         transition: .4s;
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
     }

     input:checked + .slider2 {
         background-color: #003EB0;
     }


     input:checked + .slider2:before {
         -webkit-transform: translateX(21px);
         -ms-transform: translateX(21px);
         transform: translateX(21px);
         background: white;
         left: 15px;
         background-repeat: no-repeat;
         background-position: center;
     }

     .slider2.round2 {
         border-radius: 34px;
     }

     .slider2.round2:before {
         border-radius: 50%;
     }

     .data_box2 {
         width: 300px;
         height: auto;
         float: left;
         clear: both;
         margin-left: 10px;
         margin-top: 17px;
     }

     .data_label2 {
         width: 210px;
         color: #0C419A;
         font-size: 17px;
         line-height: 19px;
         font-family: "PaybackRegular";
         float: left;
         margin-left: 20px;
         margin-top: 6px;
     }
    #button_send {
        width: 270px;
        height: 70px;
        display: block;
        float: left;
        text-align: center;
        vertical-align: middle;
        background: #D52229;
        font-family: "PaybackRegular";
        font-size: 35px;
        outline: 0;
        border: 0px;
        color: white;
        border-radius: 18px;
        margin-left: 25px;
        margin-top: 30px;
        cursor: pointer;
        margin-bottom: 0px;
    }
    #form_bg{
        width: 189px;
        height: 189px;
        background: url('../images/form_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 65.5px;
        margin-top: 10px;
    }
    #wyniki {
        width: 320px;
        height: 280px;
        margin: 0 auto;
    }

    #wyniki_title {
        width: 100%;
        display: inline-block;
        margin-top: 20px;
        float: left;
        text-align: center;
        clear: both;
        color: #003EB0;
        font-size: 35px;
        font-family: "PaybackBold";
    }

    #wyniki_text1 {
        width: 100%;
        display: inline-block;
        margin-top: 50px;
        float: left;
        text-align: center;
        clear: both;
        color: #003EB0;
        font-size: 20px;
        font-family: "PaybackRegular";
    }

    #results_download {
        width: 260px;
        height: 66px;
        line-height: 66px;
        color: white;
        background: #CE1624;
        clear: both;
        border-radius: 15px;
        text-align: center;
        font-family: "PaybackRegular";
        font-size: 33px;
		display: block;
        float: left;
        margin-left: 30px;
		margin-top: 20px;
        cursor: pointer;
    }
    #wyniki_text2 {
        width: 80%;
        display: inline-block;
        margin-top: 55px;
        float: left;
        margin-left: 10%;
        text-align: center;
        clear: both;
        color: #003EB0;
        font-size: 20px;
        line-height: 22px;
        font-family: "PaybackRegular";
    }
    #faq_background{
        width: 100%;
        height: auto;
        background: white;
    }
    #faq {
        width: 320px;
        height: auto;
        margin: 0 auto;
        overflow-y: auto;
        padding-bottom: 50px;
    }

    #faq_title {
        width: 100%;
        display: inline-block;
        margin-top: 60px;
        float: left;
        text-align: center;
        clear: both;
        color: #003EB0;
        font-size: 35px;
        font-family: "PaybackRegular";
        margin-bottom: 10px;
    }

    #faq_inline {
        width: 320px;
        height: auto;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    #faq_inline::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    #faq_inline {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .accordion {
        background: url("../images/more.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-color: transparent;
        color: #003EB0;
        cursor: pointer;
        padding-top: 25px;
        padding-bottom: 15px;
        width: 320px;
        border: none;
        text-align: left;
        margin-left: 0px;
        outline: none;
        line-height: 23px;
        font-size: 18px;
        transition: 0.4s;
        padding-left: 20px;
        padding-right: 40px;
        font-family: "PaybackBold";
    }

    .active,
    .accordion:hover {
        background-color: transparent;
    }

    .active {
        background: url("../images/less.png");
        background-repeat: no-repeat;
        background-position: right center;
    }

    .panel {
        width: 260px;
        display: none;
        margin-left: 20px;
        font-size: 18px;
        background-color: none;
        overflow: hidden;
        color: #003EB0;
        font-family: "PaybackRegular";
    }

    .line {
        width: 320px;
        height: 3px;
        background: #003EB0;
        margin-left: 0px;
        margin-top: 10px;
    }

    #js-cookie-toggle {
        float: left;
        clear: both;
    }

    #kontakt_nav {
        width: 10px;
        height: 10px;
        float: left;
        clear: both;
        margin-top: -50px;
    }

    #kontakt {
        width: 320px;
        height: 1360px;
        margin: 0 auto;
    }

    #kontakt_title {
        width: 280px;
        display: inline-block;
        margin-top: 50px;
        float: left;
        text-align: center;
        clear: both;
        color: #003EB0;
        font-size: 30px;
        line-height: 34px;
        margin-left: 20px;
        font-family: "PaybackBold";
    }
    #kontakt_img1 {
        width: 204px;
        height: 204px;
        background: url('../images/kontakt_img.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 20px;
        margin-left: 58px;
        float: left;
        clear: both;
    }
    #android_app_download {
        width: 284px;
        height: 84px;
        display: block;
        margin-top: 20px;
        float: left;
        margin-left: 18px;
        background: url('../images/google_play_img.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    #ios_app_download {
        width: 284px;
        height: 84px;
        display: block;
        margin-top: 30px;
        float: left;
        clear: both;
        margin-left: 18px;
        background: url('../images/appstore_img.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #kontakt_img2 {
        width: 251px;
        height: 251px;
        float: right;
        margin-top: 0px;
        margin-right: 0px;
        background: url('../images/qr_code.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: none;
    }
    #kontakt_title2 {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: 80px;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 30px;
        line-height: 32px;
        font-family: "PaybackBold";
    }
    #kontakt_text1 {
        width: 270px;
        display: inline-block;
        margin-top: 50px;
        text-align: center;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 20px;
        line-height: 27px;
        margin-left: 25px;
        font-family: "PaybackRegular";
    }
    #kontakt_phone{
        width: 250px;
        display: inline-block;
        margin-top: 30px;
        float: left;
        color: #003EB0;
        font-size: 29px;
        text-align: center;
        line-height: 37px;
        margin-left: 35px;
        padding-top: 30px;
        font-family: "PaybackRegular";
        border-top: 3px solid #003EB0;
    }
    #kontakt_phone_small{
        display: block;
        clear: both;
        font-size: 22px;
    }
    #kontakt_form{
        width: 260px;
        height: 50px;
        background: #003EB0;
        float: right;
        color: white;
        font-family: "PaybackRegular";
        font-size: 25px;
        margin-right: 30px;
        border-radius: 11px;
        text-align: center;
        line-height: 50px;
        margin-top: 30px;
    }
    #kontakt_text2 {
        width: 90%;
        margin-left: 5%;
        display: inline-block;
        margin-top: 30px;
        float: left;
        clear: both;
        color: #003EB0;
        font-size: 18px;
        line-height: 21px;
        font-family: "PaybackLight";
    }
}

@media screen and (max-width: 719px) and (min-width: 200px) {
    input[type=text] {
        -webkit-appearance: none;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 90%;
        height: auto;
        background: #003EB0;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -30px;
        margin-top: 5px;
    }

    #positive_title {
        height: auto;
        width: 300px;
        text-align: center;
        font-family: 'PaybackRegular';
        margin: 0 auto;
        color: white;
        font-size: 20px;
        margin-top: 60px;
    }

    #positive_text {
        width: 90%;
        font-family: 'PaybackRegular';
        color: white;
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #positive_small {
        font-size: 10px;
        display: block;
        margin-top: 30px;
    }
}
