@charset "utf-8";

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

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

.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);
}

@media screen and (max-width: 4500px) and (min-width: 1101px) {

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

    body {
        background: url('../images/main_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
     /* 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: #F6A3BD;
         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: "Poppins-Regular";
         font-weight: bold;
         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 {
        height: 500px;
        position: fixed;
        top: calc(50% - 225px);
        left: calc(50% - 183px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #navigation {
         display: none;
     }
#nav_scrolled {
         width: 100%;
         height: 60px;
         left: 0;
         right: 0;
         margin: 0 auto;
         position: fixed;
         background: white;
         z-index: 1;
     }

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

     #menu_scrolled {
         padding-left: 220px;
     }

     #nav_scrolled ul {
         float: left;
         margin-top: 0px;
         margin-left: 70px;
     }

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

     #nav_scrolled ul > li > a {
         display: block;
         font-family: "Poppins-Regular";
         font-size: 21px;
         text-decoration: none;
         color: #F6A3BD;
         cursor: pointer;
         line-height: 60px;
     }

     .menu-item:hover {
         color: black !important;
     }

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

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

    #positive_msg {
        width: 46%;
        max-width: 870px;
        min-width: 560px;
        height: auto;
        background: #F6A3BD;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 125px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 36px;
        height: 31px;
        float: right;
        margin-right: 0px;
        margin-top: 20px;
    }

    #positive_title {
        height: auto;
        width: 100%;
        text-align: center;
        font-family: "Poppins-Black";
        margin: 0 auto;
        color: white;
        font-size: 41px;
        margin-top: 63px;
    }

    #positive_text {
        width: 100%;
        font-family: "Poppins-Black";
        color: white;
        font-size: 24px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #code_wrapper {
        position: absolute;
        z-index: 55000;
    }

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

    #code_msg {
        width: 718px;
        height: 538px;
        background: #F6A3BD;
        position: fixed;
        border: 8px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

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

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: 'Poppins-Black';
        margin: 0 auto;
        color: white;
        font-size: 50px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: 'Poppins-Black';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 80px;
    }

    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-style: solid;
        border-width: 0px 0px 3px 0px;
        border-color: white;
        border-radius: 0px;
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
        margin: 0px;
        box-shadow: none;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-style: solid;
        border-width: 0px 0px 3px 0px;
        border-color: white;
        border-radius: 0px;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
        margin: 0px;
        box-shadow: none;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Poppins-Black';
        color: #F6A3BD;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 50px;
        margin-bottom: 0px;
        float: left;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'Poppins-Black';
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

    .form_input2::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input2::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input2:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input2:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }

    #status {
        width: 240px;
        height: 30px;
        background:#F6A3BD;
        color: white;
        border-radius: 3px;
        font-family: "Poppins-Medium";
        line-height: 30px;
        font-size: 15px;
        position: fixed;
        text-align: center;
        right: 15px;
        top: 15px;
        z-index: 2;
        cursor: pointer;
    }

    /* Animated menu end */
    #home {
        width: 1100px;
        height: 600px;
        margin: 0 auto;
    }

    #top_bg1 {
        width: 687.5px;
        height:397.5px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: -25px;
        margin-top: 82px;
        display: inline-block;
        float: right;
        clear: both;
    }


    #join {
        display: inline-block;
        width: 300px;
        height: 80px;
        background: white;
        margin-left: 675px;
        margin-top: 54px;
        color: #F6A3BD;
        line-height: 80px;
        font-family: 'Poppins-Medium';
        text-align: center;
        border-radius: 3px;
        font-size: 42px;
        cursor: pointer;
        float: left;
        clear: both;
        box-shadow: -5px 5px 15px rgba(0,0,0,0.16);
        transform: rotate(-3deg);
    }
    #nagrody {
        width: 1100px;
        height: 1558px;
        margin: 0 auto;
        padding-top: 60px;
    }

    #nagrody_bg {
        width: 1100px;
        height: 1549px;
        background: url('../images/nagrody_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        
    }
    #zasady {
        width: 1100px;
        height: 750px;
        margin: 0 auto;
        padding-top: 60px;
    }

    #zasady_bg {
        width: 1100px;
        height: 713px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }
    #rules_download {
        display: inline-block;
        width: 335px;
        height: 70px;
        background: #F6A3BD;
        margin-top: 650px;
        color: white;
        line-height: 70px;
        font-family: 'Poppins-Medium';
        text-align: center;
        border-radius: 3px;
        font-size: 36px;
        cursor: pointer;
        float: right;
        clear: both;
    }
    
    

    #wez-udzial {
        width: 1100px;
        height: 1520px;
        margin: 0 auto;
        padding-top: 60px;
    }

    #wez-udzial_bg {
        width: 1100px;
        height: 127px;
        background: url('../images/wez-udzial_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }

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

    #main_form2 {
        width: 1100px;
        height: auto;
        font-family: 'Poppins-Regular';
        color: white;
        font-size: 32px;
        padding-top: 100px;
        text-align: center;
    }
    
    .input_box{
        width: 500px;
        float: left;
        margin-top: 25px;
    }
    .right{
        float: right;
    }
    .label_form {
        width: auto;
        text-align: center;
        color: white;
        font-size: 24px;
        font-family: "Poppins-Regular";
        float: left;
        clear: both;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    input[type=text] {
        width: auto;
        height: 30px;
        font-family: "Poppins-Regular";
        font-size: 20px;
        background: none;
        outline: 0;
        border: 0px;
        border-bottom: 2px solid white;
        color: white;
        float: left;
        padding: 0px;
        margin-left: 5px;
        margin-top: 5px;
    }
    #email{
        width: 409px;
    }
    #phone{
        width: 360px;
    }
    #date{
        width: 339px;
    }
    #paragon{
        width: 268px;
    }
    #value_all{
        width: 177px;
    }
    #value_miya{
        width: 196px;
    }
    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: "Poppins-Bold";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: white;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }
    #show_popup1 {
        width: 24px;
        height: 26px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -26px;
        margin-top: 5px;
        display: block;
        float: left;
    }
    #pytanie {
        display: block;
        float: left;
        clear: both;
        color: white;
        font-family: "Poppins-Regular";
        font-size: 24px;
        line-height: 42px;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #opis {
        width: 731px;
        height: 256px;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 20px;
        padding: 20px;
        background: #F9CBDC;
        border: 2px solid white;
        outline: 0;
        color: white;
        border-radius: 5px;
        font-family: "Poppins-Medium";
        font-size: 24px;
        resize: none;

    }

    #opis_max {
        color: white;
        font-size: 14px;
        font-family: "Poppins-SemiBold";
        float: left;
        margin-top: 10px;
        margin-left: 653px;
        text-align: center;
        clear: both;
    }
    #opis_lab{
        color: white;
        font-size: 24px;
        font-family: "Poppins-SemiBold";
        float: left;
        margin-top: -165px;
        margin-left: 20px;
        text-align: center;
    }
    input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file {
         height: 161px;
         width: 240px;
         display: block;
         margin-top: -300px;
         background: #F9CBDC url('../images/file.png');
         background-repeat: no-repeat;
         background-position: center 80px;
         border: 2px solid white;
         color: white;
         font-family: "Poppins-Medium";
         border-radius: 5px;
         font-size: 24px;
         cursor: pointer;
         text-align: center;
         float: left;
         margin-left: 75px;
         padding-top: 135px;
     }

     .file_text1 {
         width: 60%;
         margin-left: 20%;
         font-family: "Poppins-SemiBold";
         font-size: 12px;
         margin-top: 15px;
     }
    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }
    .check_label {
        font-size: 18px;
        font-family: "Poppins-Regular";
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 0px;
        display: inline-block;
        cursor: pointer;
        min-height: 24px;
        padding-left: 50px;
        line-height: 24px;
        margin-top: 20px;
        width: 1040px;
        color: white;
        float: left;
        padding-top:0px;
        margin-bottom: 0px;
    }

    .norm_check {
        display: none;
        -webkit-appearance: none;
    }

    #check_up {
        margin-top: 25px;
        padding-top:0px;
    }

    .norm_check:checked + label {
        background: url("../images/checkbox_checked.png");
        background-repeat: no-repeat;
    }
    #radio_text{
        font-size: 18px;
        font-family: "Poppins-Regular";
        float: left;
        clear: both;
        color: white;
        margin-top: 20px;
    }
    #radio_file_box{
        display: none;
    }
    #shield_text {
        width: 1080px;
        height: auto;
        background: white;
        color: #F6A3BD;
        padding: 10px;
        line-height: 27px;
        font-size: 16px;
        font-family: 'Poppins-Regular';
        margin-left: 0px;
        margin-top: 30px;
        border-radius: 3px;
        float: left;
        clear: both;
    }

    #captcha {
        width: 300px;
        height: 74px;
        float: left;
        margin-top: 40px;
        margin-left: 0px;
    }

    #button_send {
        display: inline-block;
        width: 340px;
        height: 100px;
        background: white;
        margin-top: 40px;
        border-radius: 5px;
        margin-right: 380px;
        color: #F6A3BD;
        font-family: 'Poppins-Medium';
        text-align: center;
        border: 0px;
        font-size: 50px;
        cursor: pointer;
        float: right;
        clear: both;
        outline: 0;
        box-shadow: -5px 5px 15px rgba(0,0,0,0.16);
    }

    #error {
        position: relative;
        width: 900px;
        color: red;
        background: white;
        height: 50px;
        margin-left: 80px;
        margin-top: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        border: 3px solid red;
        font-family: "Myriad Pro Bold";
    }

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

    #kontakt_bg {
        width: 1100px;
        height: 354.5px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }

    #kontakt_phone {
        display: block;
        color: white;
        font-family: "Poppins-SemiBold";
        font-size: 24px;
        line-height: 30px;
        float: left;
        margin-top: 370px;
        margin-left: 147px;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "Poppins-SemiBold";
        font-size: 24px;
        line-height: 30px;
        margin-left: 135px;
        margin-top: 370px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "Poppins-SemiBold";
        font-size: 24px;
        line-height: 30px;
        margin-left: 462px;
        margin-top: -30px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #kontakt_address {
        width: 210px;
        display: block;
        color: white;
        font-family: "Poppins-SemiBold";
        font-size: 24px;
        line-height: 30px;
        float: left;
        clear: both;
        text-align: center;
        margin-top: -60px;
        margin-left: 760px;
    }

    #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: #c40e0e;
        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 h1 {
        padding-left: 30px;
        font-family: "Poppins-Black";
        color: white;
    }

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

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

    #errors_ok {
        background: white;
        width: 150px;
        height: 50px;
        color: #c40e0e;
        font-family: "Poppins-Black";
        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: 5072px;
        margin: 0px;
        padding: 0px;
    }

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

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

    /* 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;
        height: 480px;
    }

    #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: #F6A3BD;
        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: 10px;
    }

    #positive_title {
        height: auto;
        width: 95%;
        text-align: center;
        font-family: 'Poppins-Black';
        margin: 0 auto;
        color: white;
        font-size: 30px;
        margin-top: 50px;

    }

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

    #nav_scrolled {
        display: none;
    }

    /* 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 h1 {
        padding-left: 30px;
        font-family: "Poppins-Black";
        font-size: 18px;
        color: white;
    }

    #errors ul {
        font-family: "Poppins-Black";
        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: "Poppins-Black";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }

    #status {
        width: 90px;
        height: 26px;
        background:#F6A3BD;
        color: white;
        font-family: "Poppins-Medium";
        padding-top: 2px;
        font-size: 8px;
        text-align: center;
        position: fixed;
        border-radius: 3px;
        right: 6px;
        top: 6px;
        cursor: pointer;
        z-index: 2;
    }
     /* 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: #F6A3BD;
         border: 3px solid white;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 115px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
         font-family: "Poppins-Regular";
         font-weight: bold;
         color: white;
         font-size: 26px;
         text-align: center;
         padding-top: 50px;
     }
    /* Errors END*/
    #navigation{
        width: 100%;
        height: 40px;
        background: white;
        position: fixed;
        top: 0px;
    }
    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 6px;
        left: 6px;
        height: 28px;
        width: 28px;
        z-index: 5;
        background: #F6A3BD;
        border-radius: 5px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 18px;
        height: 2px;
        top: 13px;
        left: 5px;
        display: block;
        background: white;
        transition: .5s;
        border-radius: 5px;
    }

    #burger + #nav_cross .cross:first-child {
        width: 14px;
        left: 7px;
        top: 8px;
    }

    #burger + #nav_cross .cross:last-child {
        width: 14px;
        left: 7px;
        top: 18px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

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

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

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

    #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: "Poppins-Black";
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

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

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

    #menu_click {
        display: none;
    }

    /* Animated menu end */
    #home {
        width: 320px;
        height: 410px;
        margin: 0 auto;
    }

    #top_bg1 {
        width: 320px;
        height:375px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
        margin-top: 46px;
        display: inline-block;
        float: left;
        clear: both;
    }


    #join {
        display: inline-block;
        width: 180px;
        height: 50px;
        background: white;
        margin-left: 70px;
        margin-top: -85px;
        color: #F6A3BD;
        line-height: 50px;
        font-family: 'Poppins-Medium';
        text-align: center;
        border-radius: 3px;
        font-size: 27px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #nagrody {
        width: 320px;
        height: 1503px;
        margin: 0 auto;
        padding-top: 40px;
    }

    #nagrody_bg {
        width: 320px;
        height: 1510px;
        background: url('../images/nagrody_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
        
    }
    #zasady {
        width: 320px;
        height: 740px;
        margin: 0 auto;
        padding-top: 40px;
    }

    #zasady_bg {
        width: 320px;
        height: 628px;
        background: url('../images/zasady_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }
    #rules_download {
        display: inline-block;
        width: 240px;
        height: 50px;
        background: #F6A3BD;
        margin-left: 40px;
        margin-top: 660px;
        color: white;
        line-height: 50px;
        font-family: 'Poppins-Medium';
        text-align: center;
        border-radius: 3px;
        font-size: 27px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #wez-udzial {
        width: 320px;
        height: 1635px;
        margin: 0 auto;
        padding-top: 40px;
    }

    #wez-udzial_bg {
        width: 320px;
        height: 56px;
        background: url('../images/wez-udzial_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }

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

    #main_form2 {
        width: 320px;
        height: auto;
        margin: 0 auto;
        font-family: 'Poppins-Regular';
        color: white;
        font-size: 26px;
        padding-top: 100px;
        text-align: center;
    }

    .input_box{
        width: 300px;
        float: left;
        margin-top: 15px;
        margin-left: 10px;
    }
    .label_form {
        width: auto;
        text-align: center;
        color: white;
        font-size: 14px;
        font-family: "Poppins-Regular";
        float: left;
        clear: both;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    input[type=text] {
        width: auto;
        height: 20px;
        font-family: "Poppins-Regular";
        font-size: 14px;
        background: none;
        outline: 0;
        border: 0px;
        border-bottom: 2px solid white;
        color: white;
        float: left;
        padding: 0px;
        margin-left: 5px;
        margin-top: 4px;
    }
    #email{
        width: 244px;
    }
    #phone{
        width: 216px;
    }
    #date{
        width: 204px;
    }
    #paragon{
        width: 162px;
    }
    #value_all{
        width: 109px;
    }
    #value_miya{
        width: 120px;
    }
    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: "Poppins-Bold";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: white;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }
    #show_popup1 {
        width: 24px;
        height: 26px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -26px;
        margin-top:-5px;
        display: block;
        float: left;
    }
    #pytanie {
        display: block;
        float: left;
        clear: both;
        color: white;
        font-family: "Poppins-Regular";
        font-size: 12px;
        line-height: 21px;
        width: 300px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 0px;
        margin-left: 10px;
    }

    #opis {
        width: 256px;
        height: 176px;
        float: left;
        clear: both;
        margin-left: 10px;
        margin-top: 35px;
        padding: 20px;
        background: #F9CBDC;
        border: 2px solid white;
        outline: 0;
        color: white;
        border-radius: 5px;
        font-family: "Poppins-Medium";
        font-size: 12px;
        resize: none;

    }

    #opis_max {
        width: 100%;
        color: white;
        font-size: 10px;
        font-family: "Poppins-SemiBold";
        float: left;
        margin-top: 10px;
        margin-left: 0px;
        text-align: center;
        clear: both;
    }
    #opis_lab{
        width: 100%;
        color: white;
        font-size: 24px;
        font-family: "Poppins-SemiBold";
        float: left;
        margin-top: 20px;
        text-align: center;
    }
    input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file {
         height: 76px;
         width: 216px;
         display: block;
         margin-top: 20px;
         background: #F9CBDC url('../images/file.png');
         background-repeat: no-repeat;
         background-position: 20px;
         border: 2px solid white;
         color: white;
         font-family: "Poppins-Medium";
         border-radius: 5px;
         font-size: 21px;
         cursor: pointer;
         float: left;
         padding-left: 80px;
         margin-left: 10px;
         padding-top: 30px;
     }

     .file_text1 {
         width: 200px;
         font-family: "Poppins-SemiBold";
         text-align: left;
         font-size: 9px;
         margin-top: 0px;
     }

    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }
    .check_label {
        font-size: 12px;
        font-family: "Poppins-Regular";
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 10px;
        display: inline-block;
        cursor: pointer;
        min-height: 24px;
        padding-left: 40px;
        line-height: 18px;
        margin-top: 10px;
        width: 260px;
        color: white;
        float: left;
        padding-top:4px;
        margin-bottom: 0px;
    }

    .norm_check {
        display: none;
        -webkit-appearance: none;
    }

    #check_up {
        margin-top: 20px;
        padding-top:4px;
    }

    .norm_check:checked + label {
        background: url("../images/checkbox_checked.png");
        background-repeat: no-repeat;
    }
    #radio_text{
        font-size: 12px;
        font-family: "Poppins-Regular";
        float: left;
        clear: both;
        color: white;
        margin-left: 10px;
        margin-top: 20px;
    }
    #check_up2{
        margin-bottom: 0px;
    }
    #check_up4 {
        margin-top: 0px;
    }
    #radio_file_box{
        display: none;
    }
    #shield_text {
        width: 280px;
        height: auto;
        background: white;
        padding: 10px;
        color: #F6A3BD;
        line-height: 17px;
        font-size: 11px;
        font-family: 'Poppins-SemiBold';
        margin-left: 10px;
        margin-top: 10px;
        border-radius: 3px;
        float: left;
        clear: both;
    }

    #captcha {
        width: 300px;
        height: 74px;
        float: left;
        margin-top: 40px;
        margin-left: 0px;
    }

    #button_send {
        display: inline-block;
        width: 200px;
        height: 50px;
        background: white;
        margin-top: 25px;
        border-radius: 3px;
        margin-right: 60px;
        color: #F6A3BD;
        font-family: 'Poppins-Medium';
        text-align: center;
        border: 0px;
        font-size: 30px;
        line-height: 50px;
        cursor: pointer;
        float: right;
        clear: both;
        outline: 0;
        box-shadow: -5px 5px 15px rgba(0,0,0,0.16);
    }

    #error {
        position: relative;
        width: 900px;
        color: red;
        background: white;
        height: 50px;
        margin-left: 80px;
        margin-top: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        border: 3px solid red;
        font-family: "Myriad Pro Bold";
    }

    #kontakt {
        width: 320px;
        height: 400px;
        margin: 0 auto;
        padding-top: 40px;
    }

    #kontakt_bg {
        width: 320px;
        height: 533.5px;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }

    #kontakt_phone {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "Poppins-Bold";
        font-size: 18px;
        line-height: 27px;
        float: left;
        margin-top: 260px;
        margin-left: 0px;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "Poppins-Bold";
        font-size: 18px;
        line-height: 27px;
        margin-left: 80px;
        margin-top: 90px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "Poppins-Bold";
        font-size: 18px;
        line-height: 27px;
        margin-left: 89px;
        margin-top: 0px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #kontakt_address {
        width: 160px;
        display: block;
        color: white;
        font-family: "Poppins-Bold";
        font-size: 18px;
        line-height: 27px;
        float: left;
        text-align: center;
        margin-top: 85px;
        margin-left: 80px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 720px) {

    /* CODE WRAPPER */
    #code_wrapper {
        position: absolute;
        z-index: 55000;
    }

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

    #code_msg {
        width: 718px;
        height: 538px;
        background: #F6A3BD;
        position: fixed;
        border: 10px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

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

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: 'Poppins-Black';
        margin: 0 auto;
        color: white;
        font-size: 25px;
        text-transform: uppercase;
        margin-top: 70px;
        margin-bottom: 0px;
    }

    #code_text {
        width: 95%;
        font-family: 'Poppins-Black';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
    }

    .label_form2 {
        width: 300px;
        color: white;
        font-size: 17px;
        font-family: "Poppins-Black";
        float: left;
        clear: both;
        text-align: center;
        margin-top: 10px;
        margin-left: 27%;
    }

    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-style: solid;
        border-width: 0px 0px 3px 0px;
        border-color: white;
        border-radius: 0px;
        float: left;
        clear: both;
        text-align: center;
        padding: 0px;
        outline: 0px;
        font-family: 'Poppins-Black';
        margin-left: 27%;
        box-shadow: none;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-style: solid;
        border-width: 0px 0px 3px 0px;
        border-color: white;
        border-radius: 0px;
        float: left;
        clear: both;
        text-align: center;
        padding: 0px;
        outline: 0px;
        font-family: 'Poppins-Black';
        margin-left: 27%;
        box-shadow: none;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Poppins-Black';
        color: #F6A3BD;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 30px;
        margin-bottom: 0px;
        float: left;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'Poppins-Black';
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

    .form_input2::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input2::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input2:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input2:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }
}

@media screen and (max-width: 719px) and (min-width: 200px) {

    /* CODE WRAPPER */
    #code_wrapper {
        position: absolute;
        z-index: 55000;
    }

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

    #code_msg {
        width: 90%;
        height: 430px;
        background: #F6A3BD;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 15px;
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        width: 20px;
        height: 53px;
        float: right;
        margin-right: 2px;
        margin-top: 2px;
        cursor: pointer;
    }

    #code_title {
        height: 35px;
        width: 280px;
        text-align: center;
        font-family: 'Poppins-Black';
        margin: 0 auto;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 60px;
    }

    #code_text {
        width: 290px;
        font-family: 'Poppins-Black';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .label_form2 {
        width: 100%;
        color: white;
        font-size: 15px;
        font-family: "Poppins-Black";
        float: left;
        clear: both;
        text-align: center;
        margin-top: 10px;
    }

    #phone_check {
        width: 250px;
        height: 40px;
        background: none;
        color: white;
        border-style: solid;
        border-width: 0px 0px 3px 0px;
        border-color: white;
        border-radius: 0px;
        margin-left: 20px;
        margin-top: 0px;
        text-align: center;
        font-size: 20px;
        float: left;
        clear: both;
        padding: 0px;
        margin-bottom: 0px;
        font-family: "Poppins-Black";
        outline: 0;
        box-shadow: none;
    }

    #paragon_check {
        width: 250px;
        height: 40px;
        background: none;
        color: white;
        border-style: solid;
        border-width: 0px 0px 3px 0px;
        border-color: white;
        border-radius: 0px;
        margin-left: 20px;
        margin-top: 40px;
        font-size: 20px;
        text-align: center;
        padding: 0px;
        float: left;
        font-family: "Poppins-Black";
        clear: both;
        outline: 0;
        box-shadow: none;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Poppins-Black';
        color: #F6A3BD;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 17px;
        margin-top: 10px;
        margin-bottom: 15px;
        float: left;
    }

    #response {
        width: 95%;
        height: 80px;
        margin: 0 auto;
        margin-top: 5px;
        font-family: 'Poppins-Black';
        color: white;
        font-size: 11px;
        line-height: 20px;
        cursor: auto;
        clear: both;
    }

    .form_input2::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input2::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input2:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input2:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }

    /* CODE WRAPPER END */
    #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: #F6A3BD;
        border: 3px 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: 15px;
    }

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

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