@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);
}

.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;
}
#opis::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: black;
    }

    #opis::-moz-placeholder {
        /* Firefox 19+ */
        color: black;
    }

    #opis:-ms-input-placeholder {
        /* IE 10+ */
        color: black;
    }

    #opis:-moz-placeholder {
        /* Firefox 18- */
        color: black;
    }
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: 3679px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: url('../images/main_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }

    /* 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: 324px;
        position: fixed;
        top: calc(50% - 350px);
        left: 0;
        right: 0;
		margin-left: auto;
		margin-right: auto;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }
    #popup > img {
        width: 324px;
    }
    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 20px;
        right: 20px;
        height: 70px;
        width: 70px;
        z-index: 5;
        border-radius: 50px;
        background: #C10016;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 34px;
        height: 4px;
        top: 34px;
        left: 18px;
        display: block;
        background: white;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 24px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 44px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

    #burger:checked + #nav_cross .cross {
        opacity: 0;
        top: 48%;
    }

    #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;
        right: 0%;
        width: 30%;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
    }

    #burger ~ nav > ul {
        list-style: none;
        text-align: center;
        position: absolute;
        top: 18%;
        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: 25px;
        font-family: "Lato-Black";
        font-weight: 500;
        display: block;
        padding: 15px;
    }

    #burger ~ nav > ul > li > a:hover {
        color: black;
    }

    #burger:checked ~ nav {
        background: #C10016;
        height: 430px;
        transition-delay: 0s;
    }

    #burger:checked ~ nav > ul > li {
        opacity: 1;
        transition-delay: .5s;
    }

    #menu_click {
        display: none;
    }
     /* 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: #201D1A;
         border-radius: 20px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 259px);
         z-index: 10000000;
         display: block;
         color: white;
         font-family: "Lato-Black";
         font-size: 28px;
         text-decoration: none;
         text-align: center;
         padding-top: 50px;
     }
    #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: #201D1A;
        border: 2px 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_losowanie {
        width: 300px;
        margin: 0 auto;
    }

    #positive_title {
        height: auto;
        width: 100%;
        text-align: center;
        font-family: "Myriad Pro Bold";
        margin: 0 auto;
        color: white;
        font-size: 41px;
        margin-top: 63px;
    }

    #positive_text {
        width: 100%;
        font-family: "Myriad Pro Bold";
        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: #201D1A;
        position: fixed;
        border: 2px 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: "Lato-Black";
        font-weight: 500;
        margin: 0 auto;
        color: white;
        font-size: 50px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: "Lato-Black";
        font-weight: 500;
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 80px;
    }

    #email_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        float: left;
        text-align: center;
        font-family: "Lato-Black";
        font-weight: 500;
        padding: 0px;
        outline: 0px;
        margin: 0px;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        float: right;
        clear: none;
        text-align: center;
        font-family: "Lato-Black";
        font-weight: 500;
        padding: 0px;
        outline: 0px;
        margin: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: "Lato-Black";
        font-weight: 500;
        color: #201D1A;
        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: "Lato-Black";
        font-weight: 500;
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

    #status {
        width: 120px;
        height: 45px;
        background: #C10016;
        color: white;
        font-family: "Lato-Bold";
        font-weight: 500;
        border-radius: 50px;
        padding-top: 10px;
        font-size: 14px;
        position: fixed;
        text-align: center;
        right: 20px;
        top: 100px;
        cursor: pointer;
    }

    /* Animated menu end */
    #home {
        width: 1100px;
        height: 765px;
        margin: 0 auto;
    }
    #home_bg1{
        width: 1150px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 37px;
    }   
    #home_bg1_mobile{
        display: none;
    }  
    #join {
        display: inline-block;
        width: 300px;
        height: 60px;
        background: white;
        margin-left: 400px;
        color: black;
        float: left;
        clear: both;
        line-height: 60px;
        margin-top: -180px;
        font-family: 'Lato-Black';
        border-radius: 50px;
        letter-spacing: 3px;
        text-align: center;
        font-size: 24px;
        cursor: pointer;
        position: relative;
    }
    #home_text1 {
        width: 100%;
        text-align: center;
        font-family: "Lato-Regular";
        font-size: 16px;
        color: white;
        float: left;
        clear: both;
        letter-spacing: 2px;
        margin-top: -100px;
    }
     #nagrody {
        width: 1100px;
        height: 520px;
        margin: 0 auto;
    }
    #nagrody_text1 {
        font-family: "Lato-Black";
        font-size: 24px;
        letter-spacing: 5px;
        color: white;
        float: left;
        clear: both;
        margin-left: 115px;
        margin-top: -45px;
    }
    #nagrody_img1{
        float: left;
        clear: both;
        width: 438px;
        height: auto;
        margin-top: 33px;
        margin-left: 64px;
    }
    #nagrody_text2 {
        font-family: "Lato-Bold";
        font-size: 24px;
        text-align: center;
        letter-spacing: 5px;
        color: white;
        float: left;
        clear: both;
        margin-left: 84px;
        margin-top: 2px;
    }
    #nagrody_text3 {
        font-family: "Lato-Black";
        font-size: 24px;
        text-align: center;
        letter-spacing: 5px;
        color: white;
        float: left;
        margin-left: 260px;
        margin-top: -324px;
    }
    #nagrody_img2{
        float: left;
        width: 153px;
        height: auto;
        margin-top: -255px;
        margin-left: 180px;
    }
    #nagrody_text4 {
        font-family: "Lato-Black";
        font-size: 64px;
        text-align: center;
        color: #C10016;
        float: left;
        margin-left: 370px;
        margin-top: -272px;
    }
    #nagrody_text5 {
        font-family: "Lato-Bold";
        font-size: 20px;
        line-height: 24px;
        color: white;
        float: left;
        letter-spacing: 4px;
        margin-left: 370px;
        margin-top: -195px;
    }
    #nagrody_img3{
        float: left;
        width: 255px;
        height: auto;
        margin-top: -158px;
        margin-left: 128px;
    }
    #nagrody_text6 {
        font-family: "Lato-Black";
        font-size: 64px;
        text-align: center;
        color: #C10016;
        float: left;
        margin-left: 822px;
        margin-top: -192px;
    }
    #nagrody_text7 {
        font-family: "Lato-Bold";
        font-size: 20px;
        line-height: 24px;
        color: white;
        float: left;
        letter-spacing: 4px;
        margin-left: 822px;
        margin-top: -115px;
    }
    
    #nagrody_text8 {
        width: 100%;
        font-family: "Lato-Regular";
        font-size: 16px;
        text-align: center;
        letter-spacing: 2px;
        color: white;
        float: left;
        clear: both;
        margin-top: 0px;
    }
    
    #zasady {
        width: 1100px;
        height: 549px;
        margin: 0 auto;
    }

    #zasady_title {
        font-family: "Lato-Black";
        font-size: 40px;
        letter-spacing: 8px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
    }

    .zasady_box {
        width: 270px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 40px;
    }

    .box2 {
        width: 430px;
        margin-left: 65px;
        margin-right: 65px;
    }

    .zasady_nr {
        width: 100%;
        color: #C10016;
        font-size: 96px;
        text-align: center;
        font-family: "Lato-Black";
        margin-bottom: 15px;
    }

    .zasady_text {
        width: 100%;
        color: white;
        font-size: 22px;
        line-height: 30px;
        font-family: "Lato-Regular";
        letter-spacing: 2px;
        float: left;
        clear: both;
        text-align: center;
    }

    #zasady_text1 {
        width: 100%;
        color: white;
        font-size: 16px;
        text-align: center;
        font-family: "Lato-Regular";
        letter-spacing: 2px;
        margin-top: 30px;
        float: left;
    }

    #rules_download {
        display: inline-block;
        width: 300px;
        height: 60px;
        background: white;
        color: black;
        float: left;
        clear: both;
        line-height: 60px;
        margin-top: 30px;
        margin-left: 400px;
        font-family: 'Lato-Black';
        letter-spacing: 5px;
        font-weight: 500;
        border-radius: 50px;
        text-align: center;
        font-size: 24px;
        cursor: pointer;
    }

    #wez-udzial {
        width: 1100px;
        height: 1480px;
        margin: 0 auto;
    }

    #wez-udzial_bg {
        font-family: "Lato-Black";
        font-size: 40px;
        letter-spacing: 8px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
    }

    #main_form {
        width: 1100px;
        height: auto;
        margin-top: 20px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 1100px;
        height: auto;
        font-family: "Lato-Black";
        font-weight: 500;
        color: white;
        font-size: 32px;
        padding-top: 150px;
        text-align: center;
        margin-left: 0px;
    }

    .label_form {
        width: auto;
        text-align: center;
        color: #8DAC51;
        font-size: 16px;
        background: transparent;
        font-family: "Myriad Pro Bold";
        float: left;
        clear: both;
        letter-spacing: -0.5px;
        position: relative;
        margin-left: 23px;
        z-index: 3;
        margin-top: -2px;
    }

    .form_input {
        width: 520px;
        height: 58px;
        font-family: "Lato-Regular";
        font-size: 20px;
        background: white;
        outline: 0;
        border: 0px;
        border-radius: 50px;
        color: black;
        float: left;
        padding: 0px;
        padding-left: 20px;
        margin-top: 30px;
    }

    #phone {
        float: right;
        clear: both;
        margin-top: -86px;
    }

    @-webkit-keyframes autofill {
        to {
            color: black;
            font-family: "Lato-Regular";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: black;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: black;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: black;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: black;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: black;
    }
    
    #email_label{
        color: white;
        font-size: 15px;
        float: left;
        clear: both;
        margin-left: 20px;
        margin-top: 10px;
        font-family: "Lato-Regular";
    }
    #show_popup1 {
        width: 24px;
        height: 26px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -40px;
        margin-top: 48px;
        display: block;
        float: left;
    }
    #opis_label1 {
        font-size: 24px;
        color: white;
        font-family: "Lato-Black";
        letter-spacing: 5px;
        text-transform: uppercase;
        width: 80%;
        margin-left: 10%;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 50px;
    }
    #opis_label2 {
        font-size: 18px;
        line-height: 22px;
        color: white;
        font-family: "Lato-Regular";
        width: 930px;
        margin-left: 85px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 30px;
    }
    #opis_label3 {
        font-size: 18px;
        color: white;
        font-family: "Lato-Bold";
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 30px;
    }
    #opis_label4 {
        font-size: 24px;
        color: white;
        font-family: "Lato-Black";
        letter-spacing: 5px;
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 30px;
    }

     #opis {
         width: 660px;
         height: 200px;
         float: left;
         clear: both;
         background: white;
         border-radius: 22px;
         padding: 20px;
         font-family: "Lato-Regular";
         border:0px;
         margin-top: 30px;
         font-size: 20px;
         color: black;
         resize: none;
         outline: 0;
     }

     #opis_max {
         font-size: 15px;
         color: white;
         font-family: "Lato-Regular";
         float: left;
         clear: both;
         margin-top: 10px;
     }

     input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file {
         height: 110px;
         width: 330px;
         display: block;
         margin-top: -240px;
         background: #C10016 url('../images/file.png');
         background-repeat: no-repeat;
         background-position: 30px 30px;
         border: 0px;
         color: white;
         font-family: "Lato-Black";
         font-weight: 500;
         border-radius: 22px;
         font-size: 24px;
         padding-left: 30px;
         padding-top: 130px;
         cursor: pointer;
         float: right;
     }

     .file_text1 {
         font-family: "Lato-Bold";
         font-size: 18px;
         margin-top: 10px;
     }

    #reg {
        float: left;
        clear: both;
        font-family: "Lato-Bold";
        font-weight: 500;
        font-size: 18px;
        color: white;
        margin-top: 30px;

    }

    #rules_download2 {
        display: inline-block;
        border: 0px;
        cursor: pointer;
        font-family: "Lato-Bold";
        font-size: 18px;
        margin-right: 5px;
        text-decoration: underline;
        float: left;
        clear: both;
        color: white;
    }

    .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: #D5D5D5;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider2:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        top: 3px;
        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: #C10016;
    }


    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: 1100px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 25px;
    }

    .data_label2 {
        width: 950px;
        color: white;
        font-size: 18px;
        line-height: 26px;
        font-family: "Lato-Bold";
        font-weight: 500;
        float: left;
        margin-left: 20px;
        margin-top: 2px;
    }

    #shield {
        width: 1060px;
        height: auto;
        float: left;
        clear: both;
        font-family: "Lato-Regular";
        background: #1B1815;
        color: white;
        padding: 20px;
        font-size: 14px;
        line-height: 120%;
        margin-top: 30px;
    }

    #button_send {
        width: 300px;
        height: 65px;
        background: white;
        color: black;
        float: left;
        clear: both;
        line-height: 60px;
        margin-top: 30px;
        margin-left: 400px;
        font-family: 'Lato-Black';
        letter-spacing: 5px;
        border-radius: 50px;
        vertical-align: middle;
        text-align: center;
        font-size: 24px;
        cursor: pointer;
        outline: 0;
    }

    #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: 350px;
        margin: 0 auto;
    }

    #kontakt_title {
        font-family: "Lato-Black";
        font-size: 40px;
        letter-spacing: 8px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
    }

    #kontakt_company {
        font-family: "Lato-Bold";
        font-size: 24px;
        color: white;
        line-height: 125%;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    #kontakt_phone {
        text-align: center;
        display: block;
        color: white;
        font-family: "Lato-Regular";
        font-size: 20px;
        line-height: 30px;
        float: left;
        clear: both;
        margin-top: 50px;
        margin-left: 220px;
    }

    #foot_email {
        text-align: center;
        display: block;
        color: white;
        font-family: "Lato-Regular";
        font-size: 20px;
        line-height: 30px;
        cursor: pointer;
        float: left;
        margin-top: 50px;
        margin-left: 122px;
    }

    #foot_link {
        text-align: center;
        display: block;
        color: white;
        font-family: "Lato-Regular";
        font-size: 20px;
        line-height: 30px;
        cursor: pointer;
        float: left;
        clear: both;
        margin-top: -30px;
        margin-left: 477px;
    }

    #kontakt_address {
        text-align: center;
        display: block;
        color: white;
        font-family: "Lato-Regular";
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: -60px;
        margin-left: 720px;
    }

    #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: "Myriad Pro Bold";
        color: white;
    }

    #errors ul {
        font-family: "Myriad Pro Bold";
        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: "Myriad Pro Bold";
        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: 4382px;
        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;
    }
     /* 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: #201D1A;
         position: fixed;
         border-radius: 20px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 115px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
         font-family: "Lato-Black";
         color: white;
         font-size: 26px;
         text-align: center;
         padding-top: 50px;
     }
    #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: #201D1A;
        border: 2px 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_losowanie {
        width: 300px;
        margin: 0 auto;
    }

    #positive_title {
        height: auto;
        width: 671px;
        text-align: center;
        font-family: "Lato-Black";
        font-weight: 500;
        margin: 0 auto;
        color: white;
        font-size: 30px;
        margin-top: 50px;
    }

    #positive_text {
        width: 100%;
        font-family: "Lato-Black";
        font-weight: 500;
        color: white;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #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: "Myriad Pro Bold";
        font-size: 18px;
        color: white;
    }

    #errors ul {
        font-family: "Myriad Pro Bold";
        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: "Myriad Pro Bold";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }

    #status {
        width: 82px;
        height: 27px;
        background: #C10016;
        color: white;
        font-family: "Lato-Bold";
        border-radius: 30px;
        padding-top: 5px;
        font-size: 8px;
        text-align: center;
        position: fixed;
        right: 5px;
        top: 60px;
        z-index: 3;
        cursor: pointer;
    }

    /* Errors END*/
    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 5px;
        right: 5px;
        height: 46px;
        width: 46px;
        z-index: 5;
        border-radius: 50px;
        background: #C10016;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 20px;
        height: 3px;
        top: 22px;
        left: 13px;
        display: block;
        background: white;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 16px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 28px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

    #burger:checked + #nav_cross .cross {
        opacity: 0;
        top: 48%;
    }

    #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: "Myriad Pro Bold";
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

        background: #C10016;
        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: 655px;
        margin: 0 auto;
    }
    #home_bg1{
        display: none;
    }  
    #home_bg1_mobile{
        width: 306px;
        height: auto;
        float: left;
        margin-left: 7px;
        margin-top: 20px;
    }   
    #join {
        display: inline-block;
        width: 200px;
        height: 40px;
        background: white;
        margin-left: 60px;
        color: black;
        float: left;
        clear: both;
        line-height: 40px;
        margin-top: -30px;
        font-family: 'Lato-Black';
        border-radius: 50px;
        letter-spacing: 3px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        position: relative;
    }
    #home_text1 {
        width: 80%;
        text-align: center;
        font-family: "Lato-Regular";
        font-size: 14px;
        color: white;
        float: left;
        clear: both;
        margin-left: 10%;
        letter-spacing: 2px;
        margin-top: 20px;
    }
     #nagrody {
        width: 320px;
        height: 590px;
        margin: 0 auto;
    }
    #nagrody_text1 {
        width: 100%;
        text-align: center;
        font-family: "Lato-Black";
        font-size: 20px;
        letter-spacing: 5px;
        color: white;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: -45px;
    }
    #nagrody_img1{
        float: left;
        clear: both;
        width: 272px;
        height: auto;
        margin-top: 0px;
        margin-left: 24px;
    }
    #nagrody_text2 {
        width: 60%;
        font-family: "Lato-Bold";
        font-size: 18px;
        text-align: center;
        letter-spacing: 5px;
        color: white;
        float: left;
        clear: both;
        margin-left:20%;
        margin-top: 0px;
    }
    #nagrody_text3 {
        width: 100%;
        font-family: "Lato-Black";
        font-size: 20px;
        text-align: center;
        letter-spacing: 5px;
        color: white;
        float: left;
        margin-left: 0px;
        margin-top: 35px;
    }
    #nagrody_img2{
        float: left;
        width: 104px;
        height: auto;
        margin-top: 42px;
        margin-left: 18px;
    }
    #nagrody_text4 {
        font-family: "Lato-Black";
        font-size: 43px;
        text-align: center;
        color: #C10016;
        float: left;
        margin-left: 20px;
        margin-top: 33px;
    }
    #nagrody_text5 {
        font-family: "Lato-Bold";
        font-size: 14px;
        line-height: 18px;
        color: white;
        float: left;
        letter-spacing: 3px;
        margin-left: 20px;
        margin-top: 0px;
    }
    #nagrody_img3{
        float: left;
        width: 173px;
        height: auto;
        margin-top: -10px;
        margin-left: -20px;
    }
    #nagrody_text6 {
        font-family: "Lato-Black";
        font-size: 43px;
        text-align: center;
        color: #C10016;
        float: left;
        margin-left:-11px;
        margin-top: 34px;
    }
    #nagrody_text7 {
        font-family: "Lato-Bold";
        font-size: 14px;
        line-height: 18px;
        color: white;
        float: left;
        letter-spacing: 3px;
        margin-left:140px;
        margin-top: -75px;
    }
    
    #nagrody_text8 {
        width: 100%;
        font-family: "Lato-Regular";
        font-size: 15px;
        text-align: center;
        letter-spacing: 2px;
        color: white;
        float: left;
        clear: both;
        margin-top: 0px;
    }
    
    #zasady {
        width: 320px;
        height: 670px;
        margin: 0 auto;
    }

    #zasady_title {
        font-family: "Lato-Black";
        font-size: 20px;
        letter-spacing: 5px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
    }

    .zasady_box {
        width: 220px;
        height: auto;
        float: left;
        margin-left: 50px;
        margin-top: 25px;
    }

    .box2 {
        width: 280px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .zasady_nr {
        width: 100%;
        color: #C10016;
        font-size: 50px;
        text-align: center;
        font-family: "Lato-Black";
        margin-bottom: 10px;
    }

    .zasady_text {
        width: 100%;
        color: white;
        font-size: 16px;
        line-height: 22px;
        font-family: "Lato-Regular";
        letter-spacing: 2px;
        float: left;
        clear: both;
        text-align: center;
    }

    #zasady_text1 {
        width: 80%;
        color: white;
        font-size: 14px;
        text-align: center;
        font-family: "Lato-Regular";
        letter-spacing: 2px;
        margin-top: 25px;
        margin-left: 10%;
        float: left;
    }

    #rules_download {
        display: inline-block;
        width: 220px;
        height: 43px;
        background: white;
        color: black;
        float: left;
        clear: both;
        line-height: 43px;
        margin-top: 25px;
        margin-left: 50px;
        font-family: 'Lato-Black';
        letter-spacing: 4px;
        font-weight: 500;
        border-radius: 50px;
        text-align: center;
        font-size: 17px;
        cursor: pointer;
    }

    #wez-udzial {
        width: 320px;
        height: 2020px;
        margin: 0 auto;
    }

    #wez-udzial_bg {
        font-family: "Lato-Black";
        font-size: 20px;
        letter-spacing: 5px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
    }

    #main_form {
        width: 320px;
        height: auto;
        margin-top: 0px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 320px;
        height: auto;
        font-family: "Lato-Black";
        font-weight: 500;
        color: white;
        font-size: 32px;
        padding-top: 150px;
        text-align: center;
        margin-left: 0px;
    }

    .label_form {
        width: auto;
        text-align: center;
        color: #8DAC51;
        font-size: 16px;
        background: transparent;
        font-family: "Myriad Pro Bold";
        float: left;
        clear: both;
        letter-spacing: -0.5px;
        position: relative;
        margin-left: 23px;
        z-index: 3;
        margin-top: -2px;
    }

    .form_input {
        width: 270px;
        height: 53px;
        font-family: "Lato-Regular";
        font-size: 16px;
        background: white;
        outline: 0;
        border: 0px;
        border-radius: 50px;
        color: black;
        float: left;
        padding: 0px;
        padding-left: 20px;
        margin-top: 30px;
        margin-left: 15px;
    }

    @-webkit-keyframes autofill {
        to {
            color: black;
            font-family: "Lato-Regular";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: black;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: black;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: black;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: black;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: black;
    }
    
    #email_label{
        color: white;
        font-size: 13px;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-family: "Lato-Regular";
    }
    #phone{
        margin-top: 15px;
    }
    #show_popup1 {
        width: 24px;
        height: 26px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -40px;
        margin-top: 44px;
        display: block;
        float: left;
    }
    #opis_label1 {
        font-size: 18px;
        color: white;
        font-family: "Lato-Black";
        letter-spacing: 3px;
        text-transform: uppercase;
        width: 90%;
        margin-left: 5%;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 25px;
    }
    #opis_label2 {
        font-size: 14px;
        line-height: 18px;
        color: white;
        font-family: "Lato-Regular";
        width: 320px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 15px;
    }
    #opis_label3 {
        font-size: 14px;
        color: white;
        font-family: "Lato-Bold";
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 15px;
    }
    #opis_label4 {
        font-size: 18px;
        color: white;
        font-family: "Lato-Black";
        letter-spacing: 3px;
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 20px;
    }

     #opis {
         width: 250px;
         height: 280px;
         float: left;
         clear: both;
         background: white;
         border-radius: 22px;
         padding: 20px;
         font-family: "Lato-Regular";
         border:0px;
         margin-top: 30px;
         font-size: 16px;
         color: black;
         resize: none;
         margin-left: 15px;
         outline: 0;
     }

     #opis_max {
         font-size: 15px;
         color: white;
         font-family: "Lato-Regular";
         float: left;
         clear: both;
         margin-top: 5px;
         width: 100%;
         text-align: center;
     }

     input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file {
         height: 80px;
         width: 260px;
         display: block;
         margin-top: 20px;
         margin-left: 15px;
         background: #C10016 url('../images/file.png');
         background-repeat: no-repeat;
         background-position: 30px 30px;
         border: 0px;
         color: white;
         font-family: "Lato-Black";
         border-radius: 22px;
         font-size: 20px;
         padding-left: 30px;
         padding-top: 130px;
         cursor: pointer;
         float: left;
     }

     .file_text1 {
         font-family: "Lato-Bold";
         font-size: 15px;
         margin-top: 10px;
     }

    #reg {
        float: left;
        clear: both;
        font-family: "Lato-Bold";
        font-weight: 500;
        font-size: 15px;
        color: white;
        margin-top: 30px;
        margin-left: 15px;

    }

    #rules_download2 {
        display: inline-block;
        border: 0px;
        cursor: pointer;
        font-family: "Lato-Bold";
        font-size: 15px;
        margin-right: 5px;
        text-decoration: underline;
        float: left;
        clear: both;
        color: white;
    }

    .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: #D5D5D5;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider2:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        top: 3px;
        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: #C10016;
    }


    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: 15px;
        margin-top: 20px;
    }

    .data_label2 {
        width: 210px;
        color: white;
        font-size: 14px;
        line-height: 17px;
        font-family: "Lato-Regular";
        float: left;
        margin-left: 20px;
        margin-top: 2px;
    }

    #shield {
        width: 280px;
        height: auto;
        float: left;
        clear: both;
        font-family: "Lato-Regular";
        background: #1B1815;
        color: white;
        padding: 20px;
        font-size: 12px;
        line-height: 120%;
        margin-top: 30px;
    }

    #button_send {
        width: 220px;
        height: 45px;
        background: white;
        color: black;
        float: left;
        clear: both;
        margin-top: 30px;
        margin-left: 50px;
        font-family: 'Lato-Black';
        letter-spacing: 4px;
        border-radius: 50px;
        vertical-align: middle;
        border: 0px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        outline: 0;
    }

    #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: 350px;
        margin: 0 auto;
    }

    #kontakt_title {
        font-family: "Lato-Black";
        font-size: 20px;
        letter-spacing: 5px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
    }

    #kontakt_company {
        font-family: "Lato-Bold";
        font-size: 18px;
        color: white;
        line-height: 125%;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    #kontakt_phone {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "Lato-Regular";
        font-size: 18px;
        line-height: 30px;
        float: left;
        clear: both;
        margin-top: 30px;
        margin-left: 0px;
    }

    #foot_email {
        text-align: center;
        display: block;
        color: white;
        font-family: "Lato-Regular";
        font-size: 18px;
        line-height: 30px;
        cursor: pointer;
        float: left;
        margin-top: 30px;
        margin-left: 96px;
    }

    #foot_link {
        text-align: center;
        display: block;
        color: white;
        font-family: "Lato-Regular";
        font-size: 18px;
        line-height: 30px;
        cursor: pointer;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: 101px;
    }

    #kontakt_address {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "Lato-Regular";
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 30px;
        margin-left: 0px;
    }
}

@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: #201D1A;
        position: fixed;
        border: 2px 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: "Lato-Black";
        font-weight: 500;
        margin: 0 auto;
        color: white;
        font-size: 25px;
        text-transform: uppercase;
        margin-top: 70px;
        margin-bottom: 0px;
    }

    #code_text {
        width: 95%;
        font-family: "Lato-Black";
        font-weight: 500;
        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: "Myriad Pro Bold";
        float: left;
        clear: both;
        text-align: center;
        margin-top: 10px;
        margin-left: 27%;
    }

    #email_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        float: left;
        clear: both;
        text-align: center;
        padding: 0px;
        outline: 0px;
        font-family: "Lato-Black";
        font-weight: 500;
        margin-left: 27%;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        float: left;
        clear: both;
        text-align: center;
        padding: 0px;
        outline: 0px;
        font-family: "Lato-Black";
        font-weight: 500;
        margin-left: 27%;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: "Lato-Black";
        font-weight: 500;
        color: #201D1A;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: "Lato-Black";
        font-weight: 500;
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }
}

@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: #201D1A;
        border: 2px 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: "Lato-Black";
        font-weight: 500;
        margin: 0 auto;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 60px;
    }

    #code_text {
        width: 290px;
        font-family: "Lato-Black";
        font-weight: 500;
        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: "Myriad Pro Bold";
        float: left;
        clear: both;
        text-align: center;
        margin-top: 10px;
    }

    #email_check {
        width: 250px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        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: "Myriad Pro Bold";
        outline: 0;
    }

    #paragon_check {
        width: 250px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        margin-left: 20px;
        margin-top: 40px;
        font-size: 20px;
        text-align: center;
        padding: 0px;
        float: left;
        font-family: "Myriad Pro Bold";
        clear: both;
        outline: 0;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: "Lato-Black";
        font-weight: 500;
        color: #201D1A;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 17px;
        margin-top: 25px;
        margin-bottom: 15px;
        float: left;
    }

    #response {
        width: 95%;
        height: 80px;
        margin: 0 auto;
        margin-top: 5px;
        font-family: "Lato-Black";
        font-weight: 500;
        color: white;
        font-size: 11px;
        line-height: 20px;
        cursor: auto;
        clear: both;
    }

    /* 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: #201D1A;
        border: 2px 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_losowanie {
        width: 290px;
        margin: 0 auto;
        clear: both;
    }

    #positive_title {
        height: auto;
        width: 300px;
        text-align: center;
        font-family: "Lato-Black";
        font-weight: 500;
        margin: 0 auto;
        color: white;
        font-size: 20px;
        margin-top: 60px;
    }

    #positive_text {
        width: 300px;
        font-family: "Lato-Black";
        font-weight: 500;
        color: white;
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
