@charset "utf-8";

a:visited,
a:link,
a:active {
    color: #0F0D19;
    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);
}

input::-webkit-calendar-picker-indicator:hover {
    background: transparent;
    cursor: pointer;
}

.form_input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
}

.form_input::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

.form_input:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}

.form_input:-moz-placeholder {
    /* Firefox 18- */
    color: white;
}
.product_box{
	float: left;
	clear: both;
}
@media screen and (max-width: 4500px) and (min-width: 1101px) {

     html,
    body {
        width: 100%;
        height: 3819px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background:url('../images/main_bg2.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: 100;
        display: none;

    }

    #popup {
        height: 500px;
        left: calc(40%);
        position: fixed;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 80px;
        width: 80px;
        z-index: 9999;
        background: #EA1F25;
        border-radius: 100px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 40px;
        height: 4px;
        top: 38px;
        margin-top: -1px;
        left: 20px;
        display: block;
        background: white;
        border-radius: 5px;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 25px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 51px;
    }
    #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: 0px;
        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: 20%;
        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: 26px;
        font-family: 'Poppins-ExtraBold';
        display: block;
        padding: 15px;
    }

    #burger ~ nav > ul > li > a:hover {
        color: #0F0D19;
    }

    #burger:checked ~ nav {
        background: #EA1F25;
        height: 480px;
        transition-delay: 0s;
        z-index: 999;
    }

    #burger:checked ~ nav > ul > li {
        opacity: 1;
        transition-delay: .5s;
    }

    #menu_click {
        display: none;
    }

     #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: 870px;
         height: auto;
         background: #0F0D19;
         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 {
         float: right;
         margin-right: 0px;
         margin-top: 15px;
         cursor: pointer;
     }

     #positive_title {
         height: auto;
         width: 100%;
         text-align: center;
         font-family: "Montserrat-SemiBold";
         margin: 0 auto;
         color: white;
         font-size: 41px;
         margin-top: 40px;
     }

     #positive_text {
         width: 700px;
         font-family: "Montserrat-SemiBold";
         color: white;
         font-size: 30px;
         text-align: center;
         margin: 0 auto;
         margin-top: 40px;
         margin-bottom: 40px;
     }

     #positive_small {
         font-size: 11px;
         display: block;
         margin-top: 30px;
     }
    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }

     /* 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: #0F0D19;
         border: 5px 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: "Montserrat-SemiBold";
         font-size: 28px;
         text-decoration: none;
         text-align: center;
         padding-top: 50px;
     }

     /* CODE WRAPPER */
     #code_wrapper {
         position: absolute;
         z-index: 55000;
     }

     #code_wrapper {
         width: 100%;
         height: 100%;
         position: fixed;
         left: 0;
         top: 0;
         z-index: 100;
         background: rgba(44, 44, 44, 0.7);
         display: none;
     }

     #code_msg {
         width: 639px;
         height: 537px;
         background: #0F0D19;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 269px);
         z-index: 10000000;
         display: block;
         display: none;
     }

     #code_ok {
         float: right;
         margin-right: 0px;
         margin-top: 15px;
         cursor: pointer;
     }

     #code_title {
         height: 35px;
         width: 639px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;
         font-weight: bold;
     }

     #code_title2 {
         width: 350px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 0px;
         margin-bottom: 0px;
     }

     #code_title3 {
         width: 350px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

     #code_text {
         width: 90%;
         font-family: 'Montserrat-SemiBold';
         color: white;
         font-size: 25px;
         text-align: center;
         margin: 0 auto;
         margin-top: 0px;
     }

     #email_check {
         width: 300px;
         height: 40px;
         background: none;
         color: white;
         font-size: 18px;
         border-width: 0 0 5px 0;
         border-color: white;
         float: left;
         clear: both;
         text-align: center;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
		 border-radius: 0px;

     }

     #paragon_check {
         width: 300px;
         height: 40px;
         background: none;
         color: white;
         font-size: 18px;
         border-width: 0 0 5px 0;
         border-color: white;
         float: left;
         clear: both;
         text-align: center;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
		 border-radius: 0px;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #0F0D19;
         font-family: 'Montserrat-SemiBold';
         text-align: center;
         border: 0px;
         font-size: 20px;
         cursor: pointer;
         margin-left: 200px;
         margin-top: 30px;
         margin-bottom: 0px;
         outline: 0px;
         float: left;
     }

     #response {
         width: 500px;
         height: 100px;
         margin: 0 auto;
         font-family: 'Montserrat-SemiBold';
         color: white;
         font-size: 18px;
         line-height: 22px;
         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;
    }

    /* CODE WRAPPER END */
    #status {
        width: 90px;
        height: 58px;
        background: #EA1F25;
        position: fixed;
        border-radius: 50px 0px 0px 50px;
        text-align: left;
        vertical-align: middle;
        right: 0px;
        top: 110px;
        cursor: pointer;
        font-family: "Poppins-ExtraBold";
        color: white;
        font-size: 12px;
        padding-left: 20px;
        padding-top: 5px;
    }

    #home {
        width: 1100px;
        height: 870px;
        margin: 0 auto;
    }
    #top_bg{
        width: 1073px;
        height: 858px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 0px;
        display: inline-block;
        margin-left: 0px;
    }
    #join {
        height:83px;
        width: 310px;
        display: inline-block;
        margin-top: -230px;
        margin-left: 30px;
        background: #EA1F25;
        font-family: "Poppins-ExtraBold";
        text-transform: uppercase;
        border-radius: 9px;
        color: white;
        float: left;
        clear: both;
        font-size: 34px;
        text-align: center;
        line-height: 83px;
        cursor: pointer;
        border: 0px;
		position: relative;
		z-index:4;
    }
    #nagrody {
        width: 1100px;
        height: 540px;
        margin: 0 auto;
    }
    #nagrody_bg{
        width: 1090px;
        height: 498.5px;
        background: url('../images/nagrody_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 0px;
        display: inline-block;
        margin-left: 18px;
    }
    #zasady {
        width: 1100px;
        height: 400px;
        margin: 0 auto;
    }
    #zasady_bg{
        width: 895px;
        height: 269px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 0px;
        display: inline-block;
        margin-left: 115px;
    }
    #rules_download {
        height: 45px;
        width: 210px;
        display: inline-block;
        margin-top: 290px;
        margin-left: 330px;
        background: #EA1F25;
        font-family: "Poppins-ExtraBold";
        text-transform: uppercase;
        color: white;
        font-size: 16px;
        text-align: center;
        line-height:45px;
        border-radius: 9px;
        cursor: pointer;
        border: 0px;
    }

    #wez-udzial {
        width: 1100px;
        height: 920px;
        margin: 0 auto;
    }
    #wez-udzial_bg{
        width: 291px;
        height: 67px;
        background: url('../images/wez-udzial_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 0px;
        display: inline-block;
        margin-left: 404.5px;
    }
    #main_form {
        width: 950px;
        height: auto;
        margin-top: 30px;
        float: left;
        margin-left: 75px;
    }

    #main_form2 {
        width: 1100px;
        height: auto;
        float: left;
        padding-top: 295px;
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 28px;
        text-align: center;
    }

    #paragon_img {
        width: 414px;
        height: 638px;
        background: url('../images/paragon.png');
    }

    .form_input {
        width: 268px;
        height: 70px;
        font-family: "Poppins-ExtraBold";
        font-size: 18px;
        background: none;
        border: 1px solid #EFE2AC;
        border-radius: 12px;
        outline: 0px;
        color: white;
        float: left;
        margin-top: 37px;
        padding: 0px;
        padding-left: 20px;
    }

    #phone, #date{
        margin-left: 35px;
    }
    #paragon{
        clear: both;
    }
    .mrg{
        margin-left: 35px !important;
    }
    .clear{
        clear: both;
    }
    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: "Poppins-ExtraBold";
            background: none;
        }
    }

    input:-webkit-autofill {
        color: white;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    .label_form {
        width: 220px;
        color: #0164a9;
        font-size: 14px;
        font-family: "Poppins-ExtraBold";
        float: left;
        clear: both;
        text-align: center;
        margin-top: 5px;
    }
    .show_popup1 {
        width: 30px;
        height: 30px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -45px;
        margin-top: 58px;
    }
    .show_popup2 {
        width: 30px;
        height: 30px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -45px;
        margin-top: 58px;
    }
    .styled-select {
        width: 290px;
        height: 70px;
        overflow: hidden;
        background:transparent url('../images/arrow.png') no-repeat;
        background-position: 247px 27px;
        margin-top: 0px;
        border: 1px solid #EFE2AC;
        padding: 0px;
        float: left;
        margin-top: 37px;
        border-radius: 12px;
        margin-left: 0px;
    }
    .styled-select select {
        background: transparent;
        width: 290px;
        padding: 0px 50px 0px 20px;
        font-size: 18px;
        height: 70px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Poppins-ExtraBold";
        color: white;
        outline: none;
    }
    .styled-select select option {
        background-color: #0F0D19;
        color: white;
    }
   
    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }
    .check_label {
        font-size: 14px;
        font-family: "Poppins-Medium";
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 0px;
        display: inline-block;
        cursor: pointer;
        min-height: 40px;
        padding-left: 55px;
        margin-top: 0px;
        line-height: 27px;
        width: 885px;
        color: white;
        margin-bottom: 0px;
        padding-top: 0px;
        float: left;
        margin-top: 50px;
    }

    #checke2 {
        margin-top: 20px;
        padding-top: 6px;
    }
    .checker {
        display: none;
        -webkit-appearance: none;
    }

    .checker:checked + label {
        background-image: url('../images/checkbox_checked.png');
    }
    #shield_text {
        width: 950px;
        height: auto;
        color: #EFE2AC;
        font-size: 14px;
        line-height: 23px;
        font-family: "Poppins-Medium";
        float: left;
        margin-top: 25px;
        margin-left: 0px;
    }

    #captcha {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 30px;
    }

    #button_send {
        height: 75px;
        width: 280px;
        display: inline-block;
        margin-top:30px;
        margin-left: 335px;
        background: #EA1F25;
        font-family: "Poppins-ExtraBold";
        text-transform: uppercase;
        color: white;
        float: left;
        font-size: 31px;
        text-align: center;
        line-height: 75px;
        cursor: pointer;
        border-radius: 9px;
        border: 0px;
        outline: 0;
    }
    #form_bg{
        width: 398.5px;
        height: 434.5px;
        background: url('../images/form_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        clear: both;
        margin-top: -820px;
        margin-right: -50px;
    }
    #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";
    }
    #losowanie {
        width: 1100px;
        height: 730px;
        margin: 0 auto;
        margin-top: 0px;
    }
    #losowanie_bg{
        width: 893px;
        height: 67px;
        background: url('../images/losowanie_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 103.5px;
        margin-top: 0px;
    }
    #losowanie_text{
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 27px;
        text-align: center;
        width: 100%;
        float: left;
        clear: both;
        margin-top: 20px;
    }
    #losowanie_film{
        width: 930px;
        height: 520px;
        float: left;
        clear: both;
        margin-left: 85px;
        margin-top: 30px;
    }
    #kontakt {
        width: 1100px;
        height: 330px;
        margin: 0 auto;
        margin-top: 0px;
    }
    #kontakt_bg{
        width: 896px;
        height: 288px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 102px;
        margin-top: 0px;
    }
    #kontakt_phone {
        display: block;
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 18px;
        line-height: 26px;
        float: left;
        margin-top: -62px;
        margin-left: 225px;
    }

    #kontakt_address {
        width: 150px;
        display: block;
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: -62px;
        margin-left: 800px;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 18px;
        line-height: 26px;
        margin-left: 505px;
        margin-top: -62px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 18px;
        line-height: 26px;
        margin-left: 506px;
        margin-top: -36px;
        cursor: pointer;
        clear: both;
        float: left;
    }

    #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: 700px;
        background: #cc333a;
        border: 5px solid white;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 285px);
        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: #cc333a;
        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) {
	@supports (-webkit-touch-callout: none) {
		input, textarea, select { 
		  -webkit-appearance: none; 
		  -moz-appearance: none; 
		  appearance: none; border-radius: 0; 
		  background-image: none; 
		}
	}
    html,
    body {
        width: 100%;
        height: 4191px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: url('../images/mobile_bg2.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }

    input[type=text] {
        -webkit-appearance: none;
    }

    input[type=button] {
        -webkit-appearance: none;
    }

    input[type=submit] {
        -webkit-appearance: none;
    }

    /* 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;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup > img {
        width: 320px;
    }

    /* 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: #cc333a;
        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: #cc333a;
        font-family: "Myriad Pro Bold";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }


    /* Errors END*/
    #status {
        width: 73px;
        height: 52px;
        background: #EA1F25;
        position: fixed;
        border-radius: 50px 0px 0px 50px;
        text-align: left;
        vertical-align: middle;
        right: 0px;
        top: 100px;
        cursor: pointer;
        font-family: "Poppins-ExtraBold";
        color: white;
        font-size: 10px;
        padding-left: 15px;
        padding-top: 5px;
        z-index: 1;
    }

    #status:hover {
        opacity: 1;
    }

    /* Errors END*/
	
	
     /* 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: #0F0D19;
         border: 5px 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: "Montserrat-SemiBold";
         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: 100;
         background: rgba(44, 44, 44, 0.7);
         display: none;
     }

     #positive_msg {
         width: 680px;
         height: auto;
         background: #0F0D19;
         border: 5px solid white;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 215px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #positive_ok {
         float: right;
         margin-right: -10px;
         margin-top: 10px;
         cursor: pointer;
     }

     #positive_title {
         height: auto;
         width: 671px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 38px;
         margin-top: 40px;
     }

     #positive_text {
         width: 100%;
         font-family: 'Montserrat-SemiBold';
         color: white;
         font-size: 19px;
         text-align: center;
         margin: 0 auto;
         margin-top: 40px;
         margin-bottom: 40px;
     }

     #positive_small {
         font-size: 11px;
         display: block;
         margin-top: 30px;
     }
    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 80px;
        width: 80px;
        z-index: 99;
        background: #EA1F25;
        border-radius: 100px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 40px;
        height: 4px;
        top: 37px;
        left: 20px;
        display: block;
        background: white;
        border-radius: 5px;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 24px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 50px;
    }
    #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: 22px;
        font-family: 'Poppins-ExtraBold';
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

        background: #EA1F25;
        height: 100%;
        transition-delay: 0s;
    }

    #burger:checked ~ nav > ul > li {
        opacity: 1;
        transition-delay: .5s;
    }

    #menu_click {
        display: none;
    }

    .form_input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }

    /* Animated menu end */
    #home {
        width: 320px;
        height: 735px;
        margin: 0 auto;
    }
    #top_bg{
        width: 286px;
        height: 724px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 0px;
        display: inline-block;
        margin-left: 0px;
    }
    #join {
        height:83px;
        width: 310px;
        display: inline-block;
        margin-top: -395px;
        margin-left: 5px;
        background: #EA1F25;
        font-family: "Poppins-ExtraBold";
        text-transform: uppercase;
        border-radius: 9px;
        color: white;
        float: left;
        clear: both;
        font-size: 34px;
        text-align: center;
        line-height: 83px;
        cursor: pointer;
        position: relative;
        border: 0px;
    }
    #nagrody {
        width: 320px;
        height: 310px;
        margin: 0 auto;
    }
    #nagrody_bg{
        width: 336px;
        height: 278.5px;
        background: url('../images/nagrody_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 0px;
        display: inline-block;
        margin-left: -16px;
    }
    #zasady {
        width: 320px;
        height: 600px;
        margin: 0 auto;
    }
    #zasady_bg{
        width: 306px;
        height: 491px;
        background: url('../images/zasady_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 0px;
        display: inline-block;
        margin-left: 7px;
    }
    #rules_download {
        height: 45px;
        width: 210px;
        display: inline-block;
        margin-top: 515px;
        margin-left: 48px;
        background: #EA1F25;
        font-family: "Poppins-ExtraBold";
        text-transform: uppercase;
        color: white;
        font-size: 16px;
        text-align: center;
        line-height:45px;
        border-radius: 9px;
        cursor: pointer;
        border: 0px;
    }

    #wez-udzial {
        width: 320px;
        height: 1620px;
        margin: 0 auto;
    }
    #wez-udzial_bg{
        width: 218px;
        height: 51px;
        background: url('../images/wez-udzial_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 0px;
        display: inline-block;
        margin-left: 51px;
    }
    #main_form {
        width: 320px;
        height: auto;
        margin-top: 0px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 320px;
        height: auto;
        float: left;
        padding-top: 295px;
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 28px;
        text-align: center;
    }

    #paragon_img {
        width: 414px;
        height: 638px;
        background: url('../images/paragon.png');
    }

    .form_input {
        width: 268px;
        height: 70px;
        font-family: "Poppins-ExtraBold";
        font-size: 18px;
        background: none;
        border: 1px solid #EFE2AC;
        border-radius: 12px;
        outline: 0px;
        color: white;
        float: left;
        margin-top: 10px;
        padding: 0px;
        padding-left: 20px;
        margin-left: 15px;
    }

    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: "Poppins-ExtraBold";
            background: none;
        }
    }

    input:-webkit-autofill {
        color: white;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    .label_form {
        width: 220px;
        color: #0164a9;
        font-size: 14px;
        font-family: "Poppins-ExtraBold";
        float: left;
        clear: both;
        text-align: center;
        margin-top: 5px;
    }
    .show_popup1 {
        width: 30px;
        height: 30px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -45px;
        margin-top: 31px;
    }
    .show_popup2 {
        width: 30px;
        height: 30px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -45px;
        margin-top: 31px;
    }
    .styled-select {
        width: 290px;
        height: 70px;
        overflow: hidden;
        background:transparent url('../images/arrow.png') no-repeat;
        background-position: 247px 27px;
        margin-top: 0px;
        border: 1px solid #EFE2AC;
        padding: 0px;
        float: left;
        margin-top: 10px;
        border-radius: 12px;
        margin-left: 15px;
    }
    .styled-select select {
        background: transparent;
        width: 290px;
        padding: 0px 50px 0px 20px;
        font-size: 18px;
        height: 70px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Poppins-ExtraBold";
        color: white;
        outline: none;
    }
    .styled-select select option {
        background-color: #0F0D19;
        color: white;
    }
   
    #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-Medium";
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 15px;
        display: inline-block;
        cursor: pointer;
        min-height: 40px;
        padding-left: 55px;
        margin-top: 0px;
        line-height: 21px;
        width: 235px;
        color: white;
        margin-bottom: 0px;
        padding-top: 0px;
        float: left;
        margin-top: 30px;
    }

    #checke2 {
        margin-top: 20px;
        padding-top: 6px;
    }
    .checker {
        display: none;
        -webkit-appearance: none;
    }

    .checker:checked + label {
        background-image: url('../images/checkbox_checked.png');
    }
    #shield_text {
        width: 290px;
        height: auto;
        color: #EFE2AC;
        font-size: 12px;
        line-height: 21px;
        font-family: "Poppins-Medium";
        float: left;
        margin-top: 30px;
        margin-left: 15px;
    }

    #captcha {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 30px;
    }

    #button_send {
        height: 75px;
        width: 290px;
        display: inline-block;
        margin-top:30px;
        margin-left: 15px;
        background: #EA1F25;
        font-family: "Poppins-ExtraBold";
        text-transform: uppercase;
        color: white;
        float: left;
        font-size: 31px;
        text-align: center;
        line-height: 75px;
        cursor: pointer;
        border-radius: 9px;
        border: 0px;
        outline: 0;
    }
    #form_bg{
        width: 320px;
        height: 331.5px;
        background: url('../images/form_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        clear: both;
        margin-top: 0px;
        margin-right: 0px;
    }
    #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";
    }
    #losowanie {
        width: 320px;
        height: 450px;
        margin: 0 auto;
        margin-top: 0px;
    }
    #losowanie_bg{
        width: 274px;
        height: 133px;
        background: url('../images/losowanie_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 23px;
        margin-top: 0px;
    }
    #losowanie_text{
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        float: left;
        clear: both;
        margin-top: 20px;
    }
    #losowanie_film{
        width: 300px;
        height: 170px;
        float: left;
        clear: both;
        margin-left: 10px;
        margin-top: 20px;
    }
    #kontakt {
        width: 320px;
        height: 330px;
        margin: 0 auto;
        margin-top: 0px;
    }
    #kontakt_bg{
        width: 288px;
        height: 437px;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 16px;
        margin-top: 0px;
    }
    #kontakt_phone {
        display: block;
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 18px;
        line-height: 26px;
        float: left;
        margin-top: -234px;
        margin-left: 130px;
    }

    #kontakt_address {
        width: 150px;
        display: block;
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: -62px;
        margin-left: 130px;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 18px;
        line-height: 26px;
        margin-left: 130px;
        margin-top: -148px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "Poppins-ExtraBold";
        font-size: 18px;
        line-height: 26px;
        margin-left: 130px;
        margin-top: -123px;
        cursor: pointer;
        clear: both;
        float: left;
    }
}

@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: 100;
         background: rgba(44, 44, 44, 0.7);
         display: none;
     }

     #code_msg {
         width: 639px;
         height: 537px;
         background: #0F0D19;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 269px);
         z-index: 10000000;
         display: block;
         display: none;
     }

     #code_ok {
         float: right;
         margin-right: 0px;
         margin-top: 15px;
         cursor: pointer;
     }

     #code_title {
         height: 35px;
         width: 639px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;
         font-weight: bold;
     }

     #code_title2 {
         width: 350px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 0px;
         margin-bottom: 0px;
     }

     #code_title3 {
         width: 350px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

     #code_text {
         width: 90%;
         font-family: 'Montserrat-SemiBold';
         color: white;
         font-size: 25px;
         text-align: center;
         margin: 0 auto;
         margin-top: 0px;
     }

     #email_check {
         width: 300px;
         height: 40px;
         background: none;
         color: white;
         font-size: 20px;
         border-width: 0 0 5px 0;
         border-color: white;
         float: left;
         clear: both;
         text-align: center;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
		 border-radius: 0px;
     }

     #paragon_check {
         width: 300px;
         height: 40px;
         background: none;
         color: white;
         font-size: 20px;
         border-width: 0 0 5px 0;
         border-color: white;
         float: left;
         clear: both;
         text-align: center;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
		 border-radius: 0px;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #0F0D19;
         font-family: 'Montserrat-SemiBold';
         text-align: center;
         border: 0px;
         font-size: 20px;
         cursor: pointer;
         margin-left: 200px;
         margin-top: 30px;
         margin-bottom: 0px;
         outline: 0px;
         float: left;
     }

     #response {
         width: 500px;
         height: 100px;
         margin: 0 auto;
         font-family: 'Montserrat-SemiBold';
         color: white;
         font-size: 18px;
         line-height: 22px;
         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: 100;
         background: rgba(44, 44, 44, 0.7);
         display: none;
     }

     #code_msg {
         width: 90%;
         height: 460px;
         background: #0F0D19;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 230px);
         z-index: 10000000;
         display: block;
         display: none;
     }

     #code_ok {
         float: right;
         margin-right: 10px;
         margin-top: 10px;
         cursor: pointer;
     }

     #code_title {
         height: 35px;
         width: 260px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 17px;
         text-transform: uppercase;
         margin-top: 55px;
         font-weight: bold;
     }

     #code_title2 {
         width: 280px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 12px;
         text-transform: uppercase;
         margin-top: 10px;
     }

     #code_title3 {
         width: 280px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 12px;
         text-transform: uppercase;
         margin-top: 10px;
     }

     #code_text {
         width: 290px;
         font-family: 'Montserrat-SemiBold';
         color: white;
         font-size: 25px;
         text-align: center;
         margin: 0 auto;
         margin-top: 0px;
     }

     #email_check {
         width: 270px;
         height: 50px;
         background: none;
         color: white;
         border-width: 0 0 5px 0;
         border-color: white;
         margin-left: 9px;
         margin-top: 0px;
         text-align: center;
         padding: 0px;
		 border-radius: 0px;

     }

     #paragon_check {
         width: 270px;
         height: 50px;
         background: none;
         color: white;
         border-width: 0 0 5px 0;
         border-color: white;
         margin-left: 9px;
         margin-top: 20px;
         text-align: center;
         padding: 0px;
		 border-radius: 0px;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #0F0D19;
         font-family: 'Montserrat-SemiBold';
         text-align: center;
         border: 0px;
         font-size: 20px;
         cursor: pointer;
         margin-left: 58px;
         margin-top: 15px;
         margin-bottom: 10px;
         outline: 0px;
         float: left;
     }

     #response {
         width: 80%;
         height: 80px;
         margin: 0 auto;
         font-family: 'Montserrat-SemiBold';
         color: white;
         font-size: 11px;
         line-height: 17px;
         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: 100;
         background: rgba(44, 44, 44, 0.7);
         display: none;
     }

     #positive_msg {
         width: 90%;
         height: auto;
         background: #0F0D19;
         border: 5px solid white;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 240px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #positive_ok {
         float: right;
         margin-right: -10px;
         margin-top: 10px;
         cursor: pointer;
     }

     #positive_title {
         height: auto;
         width: 300px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 26px;
         margin-top: 54px;
     }

     #positive_text {
         width: 275px;
         font-family: 'Montserrat-SemiBold';
         color: white;
         font-size: 17px;
         text-align: center;
         margin: 0 auto;
         margin-top: 30px;
         margin-bottom: 30px;
     }

     #positive_small {
         font-size: 10px;
         display: block;
         margin-top: 20px;
     }
    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
        clear: both;
    }
}
