@charset "utf-8";

a:visited,
a:link,
a:active {
    color: white;
    text-decoration: none;
}

.close {
    width: 40px;
    height: 40px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    content: ' ';
    height: 40px;
    width: 3px;
    background-color: white;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}
 .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;
    }

    .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;
    }
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: 4024px;
        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(0, 0, 0, 0.74)
    }

    #popup_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 55000;
        display: none;

    }

    #popup {
        width: 900px;
        height: 600px;
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }
	#mobile_popup{
		display: none;
	}
    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 80px;
        width: 80px;
        z-index: 5;
        background: transparent radial-gradient( #F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        border-radius: 50px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 32px;
        height: 4px;
        top: 38px;
        margin-top: -1px;
        left: 24px;
        display: block;
        background: black;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 29px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 47px;
    }

    #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;
        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: black;
        font-weight: 800;
        font-size: 26px;
        font-family: 'Montserrat-Bold';
        display: block;
        padding: 15px;
    }

    #burger ~ nav > ul > li > a:hover {
        color: gray;
    }

    #burger:checked ~ nav {
        background: #EBCE81;
        height: 450px;
        transition-delay: 0s;
    }

    #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: 9999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 1000px;
        height: auto;
        background: #0A0C10;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        float: right;
        margin-right: 0px;
        margin-top: 15px;
        cursor: pointer;
    }

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }
    #positive_title {
        height: auto;
        width: 100%;
        text-align: center;
        font-family: "Montserrat-Bold";
        margin: 0 auto;
        color: white;
        font-size: 41px;
        margin-top: 55px;
    }

    #positive_text {
        width: 730px;
        font-family: "Montserrat-Bold";
        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: 60px;
    }
    /* 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: #0A0C10;
        position: fixed;
        border: 8px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        float: right;
        margin-right: 0px;
        margin-top: 15px;
        cursor: pointer;
    }

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: 'Montserrat-Bold';
        margin: 0 auto;
        color: white;
        font-size: 54px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: 'Montserrat-Bold';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 60px;
    }

    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'Montserrat-Bold';
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'Montserrat-Bold';
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Montserrat-Bold';
        color: #0A0C10;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 50px;
        margin-bottom: 0px;
        float: left;
        outline: 0;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'Montserrat-Bold';
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

   

    /* CODE WRAPPER END */
    #status {
        width: 124px;
        height: 33px;
        background: transparent radial-gradient( #F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        border-radius: 10px;
        position: fixed;
        text-align: left;
        vertical-align: middle;
        right: 8px;
        top: 100px;
        cursor: pointer;
        font-family: "Montserrat-Black";
        text-transform: uppercase;
        text-align: center;
        color: black;
        padding-top: 10px;
        font-size: 10px;
    }

    #home {
        width: 1100px;
        height: 960px;
        margin: 0 auto;
        position: relative;
    }

    #home_bg {
        width: 1041px;
        height: 788px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 59px;
        margin-top: 47px;
        display: inline-block;
    }

    #join {
        display: inline-block;
        width: 380px;
        height: 115px;
        background: transparent radial-gradient(#F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        color: black;
        font-family: "Montserrat-Black";
        text-transform: uppercase;
        font-size: 43px;
        line-height: 115px;
        border-radius: 100px;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 360px;
        margin-top: -50px;
		position: relative;
		z-index:5;
    }
    #nagrody {
        width: 1100px;
        height: 710px;
        margin: 0 auto;
    }

    #nagrody_bg {
        width: 1076px;
        height: 653px;
        background: url('../images/nagrody_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 12px;
    }
    #zasady {
        width: 1100px;
        height: 770px;
        margin: 0 auto;
    }

    #zasady_bg {
        width: 1008px;
        height: 601px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 46px;
    }

    #join2 {
        width: 147px;
        height: 35px;
        margin-left: 585px;
        margin-top: 270px;
        float: left;
        clear: both;
        cursor: pointer;
    }

    #rules_download {
        display: inline-block;
        width: 230px;
        height: 70px;
        background: transparent radial-gradient(#F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        color: black;
        font-family: "Montserrat-Black";
        text-transform: uppercase;
        font-size: 26px;
        line-height: 70px;
        border-radius: 100px;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 389px;
        margin-top: 320px;
		position: relative;
		z-index:5;
    }
    #wez-udzial {
        width: 1100px;
        height: 1280px;
        margin: 0 auto;
        position: relative;
    }

    #wez-udzial_title {
        width: 380px;
        height: 68px;
        background: url('../images/wez-udzial_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 360px;
    }

    #main_form {
        width: 830px;
        height: auto;
        margin-top: 0px;
        float: left;
        margin-left: 135px;
    }

    #main_form2 {
        width: 1100px;
        height: 480px;
        float: left;
        padding-top: 220px;
        color: white;
        font-family: "Montserrat-Black";
        font-size: 42px;
        text-align: center;
        margin: 0 auto;
    }

    .label_form {
        width: 446px;
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: "Montserrat-Black";
        float: left;
        clear: both;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .form_input {
        width: 374px;
        height: 84px;
        font-family: "Montserrat-Black";
        font-size: 18px;
        background: none;
        outline: 0;
        border: 3px solid #E2C477;
        border-radius: 10px;
        color: white;
        float: left;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 0px;
        padding-left: 20px;
        margin-top: 30px;
    }

    #email, #date{
        margin-left: 30px;
    }
    

    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: "Montserrat-Black";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: white;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }
    #show_popup1 {
        width: 39px;
        height: 39px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -60px;
        margin-top: 55px;
    }

    #show_popup2 {
        width: 39px;
        height: 39px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -60px;
        margin-top: 55px;
    }

    #show_popup3 {
        width: 39px;
        height: 39px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -60px;
        margin-top: 55px;
    }
    #form_text{
        float: left;
        clear: both;
        color: #EBCE81;
        font-family: "Montserrat-Medium";
        font-size: 12px;
        margin-top: 10px;
    }
    #rules_download2 {
        display: inline-block;
        width: 120px;
        height: 37px;
        background: transparent radial-gradient(#F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        color: black;
        font-family: "Montserrat-Black";
        text-transform: uppercase;
        font-size: 12px;
        line-height: 37px;
        border-radius: 100px;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 0px;
        margin-top: 30px;
    }
    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }

    .check_label {
        font-size: 13px;
        font-family: 'Montserrat-Medium';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 0px;
        display: inline-block;
        cursor: pointer;
        min-height: 37px;
        padding-left: 65px;
        line-height: 23px;
        margin-top: 30px;
        float: left;
        width: 760px;
        color: white;
        padding-top: 7px;
    }

    #check2, #check3 {
        margin-top: 5px;
    }

    .norm_check {
        display: none;
        -webkit-appearance: none;
    }

    .norm_check:checked + label {
        background-image: url('../images/checkbox_checked.png');
    }

    #shield_text {
        width: 830px;
        height: auto;
        float: left;
        clear: both;
        color: #EBCE81;
        font-size: 12px;
        line-height: 20px;
        font-family: 'Montserrat-Medium';
        margin-left: 0px;
        margin-top: 30px;
    }

    #captcha {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 58px;
    }

    #button_send {
        display: inline-block;
        width: 570px;
        height: 115px;
        background: transparent radial-gradient(#F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        color: black;
        font-family: "Montserrat-Black";
        text-transform: uppercase;
        font-size: 43px;
        line-height: 115px;
        border-radius: 100px;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 130px;
        margin-top: 40px;
        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: 'Montserrat-Black';
    }

    #kontakt {
        width: 1100px;
        height: 290px;
        margin: 0 auto;
        position: relative;
    }

    #kontakt_bg {
        width: 766px;
        height: 232px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 148px;
    }

    #kontakt_phone {
        display: inline-block;
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 18px;
        line-height: 26px;
        float: left;
        margin-top: 182px;
        margin-left: 70px;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 18px;
        line-height: 26px;
        margin-left: 347px;
        margin-top: -26px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 18px;
        line-height: 26px;
        margin-left: 150px;
        margin-top: 182px;
        cursor: pointer;
        float: left;
    }

    #kontakt_address {
        width: 240px;
        display: inline-block;
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 18px;
        line-height: 26px;
        float: left;
        clear: both;
        margin-top: -52px;
        margin-left: 610px;
    }

    #error_wrapper {
        position: absolute;
        z-index: 55001;
        cursor: pointer;
    }

    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 55002;
        background: rgba(44, 44, 44, 0.7);
        display: none;

    }

    #errors {
        width: 700px;
        background: #bb0b20;
        border: 5px solid white;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Montserrat-Bold";
        color: white;
    }

    #errors ul {
        font-family: "Montserrat-Bold";
        font-size: 18px;
        color: white;
    }

    #errors ul li {
        margin-top: 15px;
        list-style-type: disc;
    }

    #errors_ok {
        background: white;
        border-radius: 25px;
        width: 150px;
        height: 50px;
        color: #bb0b20;
        font-family: "Montserrat-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: 5086px;
        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(1254, 209, 0, 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: 10px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }
	#deskt_popup{
		display: none;
	}
    #popup > img {
        width: 320px;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 320px;
        height: auto;
        background: #0A0C10;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 20px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -30px;
        margin-top: 5px;
        position: relative;
        z-index: 3;
    }

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }
    #positive_title {
        height: auto;
        width: 97%;
        text-align: center;
        font-family: 'Montserrat-Bold';
        margin: 0 auto;
        color: white;
        font-size: 26px;
        margin-top: 40px;
    }

    #positive_text {
        width: 100%;
        font-family: 'Montserrat-Bold';
        color: white;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #positive_small {
        font-size: 11px;
        display: block;
        margin-top: 60px;
    }
    /* Errors wrapper */
    #error_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;

    }

    #errors {
        width: 310px;
        background: #bb0b20;
        border: 5px solid white;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: calc(35% - 125px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Montserrat-Bold";
        font-size: 18px;
        color: white;
    }

    #errors ul {
        font-family: "Montserrat-Bold";
        font-size: 15px;
        color: white;
    }

    #errors ul li {
        margin-top: 15px;
        list-style-type: disc;
    }

    #errors_ok {
        background: white;
        border-radius: 25px;
        width: 150px;
        height: 50px;
        color: #bb0b20;
        font-family: "Montserrat-Bold";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }

    #status {
        width: 100px;
        height: 28px;
        background: transparent radial-gradient( #F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        border-radius: 10px;
        position: fixed;
        text-align: left;
        vertical-align: middle;
        right: 10px;
        top: 90px;
        cursor: pointer;
        font-family: "Montserrat-Black";
        text-transform: uppercase;
        text-align: center;
        color: black;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        font-size: 9px;
        z-index: 2;
    }

    /* Errors END*/
    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 70px;
        width: 70px;
        z-index: 5;
        background: transparent radial-gradient( #F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        border-radius: 50px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 32px;
        height: 4px;
        top: 34px;
        margin-top: -1px;
        left: 19px;
        display: block;
        background: black;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 25px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 43px;
    }

    #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: black;
        font-weight: 800;
        font-size: 20px;
        font-family: "Montserrat-Bold";
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

        background: #EBCE81;
        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: 465px;
        margin: 0 auto;
        position: relative;
    }

    #home_bg {
        width: 320px;
        height: 337px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
        margin-top: 27px;
        display: inline-block;
    }

    #join {
        display: inline-block;
        width: 250px;
        height: 75px;
        background: transparent radial-gradient(#F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        color: black;
        font-family: "Montserrat-Black";
        text-transform: uppercase;
        font-size: 28px;
        line-height: 75px;
        border-radius: 100px;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 35px;
        margin-top: 0px;
		position: relative;
    }
    #nagrody {
        width: 320px;
        height: 1180px;
        margin: 0 auto;
    }

    #nagrody_bg {
        width: 297px;
        height: 1154px;
        background: url('../images/nagrody_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 11.5px;
    }
    #zasady {
        width: 320px;
        height: 1115px;
        margin: 0 auto;
    }

    #zasady_bg {
        width: 320px;
        height: 971px;
        background: url('../images/zasady_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }

    #join2 {
        width: 127px;
        height: 28px;
        margin-left:97px;
        margin-top: 610px;
        float: left;
        clear: both;
        cursor: pointer;
    }

    #rules_download {
        display: inline-block;
        width: 230px;
        height: 70px;
        background: transparent radial-gradient(#F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        color: black;
        font-family: "Montserrat-Black";
        text-transform: uppercase;
        font-size: 26px;
        line-height: 70px;
        border-radius: 100px;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 45px;
        margin-top: 360px;
    }
    #wez-udzial {
        width: 320px;
        height: 1960px;
        margin: 0 auto;
        position: relative;
    }

    #wez-udzial_title {
        width: 244px;
        height: 44px;
        background: url('../images/wez-udzial_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 38px;
    }

    #main_form {
        width: 320px;
        height: auto;
        margin-top: 0px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 320px;
        height: 480px;
        float: left;
        padding-top: 220px;
        color: white;
        font-family: "Montserrat-Black";
        font-size: 42px;
        text-align: center;
        margin: 0 auto;
    }

    .label_form {
        width: 446px;
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: "Montserrat-Black";
        float: left;
        clear: both;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .form_input {
        width: 264px;
        height: 78px;
        font-family: "Montserrat-Black";
        font-size: 13px;
        background: none;
        outline: 0;
        border: 3px solid #E2C477;
        border-radius: 10px;
        color: white;
        float: left;
        margin-bottom: 0px;
        margin-left: 15px;
        padding: 0px;
        padding-left: 20px;
        margin-top: 15px;
    }
    

    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: "Montserrat-Black";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: white;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }
    #show_popup1 {
        width: 39px;
        height: 39px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -55px;
        margin-top: 37px;
    }

    #show_popup2 {
        width: 39px;
        height: 39px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -55px;
        margin-top: 37px;
    }

    #show_popup3 {
        width: 39px;
        height: 39px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -55px;
        margin-top: 37px;
    }
    #form_text{
        float: left;
        clear: both;
        color: #EBCE81;
        font-family: "Montserrat-Medium";
        font-size: 12px;
        margin-top: 10px;
        margin-left: 15px;
        text-align: center;
        width: 290px;
    }
    #rules_download2 {
        display: inline-block;
        width: 120px;
        height: 37px;
        background: transparent radial-gradient(#F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        color: black;
        font-family: "Montserrat-Black";
        text-transform: uppercase;
        font-size: 12px;
        line-height: 37px;
        border-radius: 100px;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 100px;
        margin-top: 15px;
    }
    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }

    .check_label {
        font-size: 12px;
        font-family: 'Montserrat-Medium';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 15px;
        display: inline-block;
        cursor: pointer;
        min-height: 37px;
        padding-left: 65px;
        line-height: 20px;
        margin-top: 15px;
        float: left;
        width: 230px;
        color: white;
        padding-top: 7px;
    }

    #check2, #check3 {
        margin-top: 5px;
    }

    .norm_check {
        display: none;
        -webkit-appearance: none;
    }

    .norm_check:checked + label {
        background-image: url('../images/checkbox_checked.png');
    }

    #shield_text {
        width: 290px;
        height: auto;
        float: left;
        clear: both;
        color: #EBCE81;
        font-size: 11px;
        line-height: 19px;
        font-family: 'Montserrat-Medium';
        margin-left: 15px;
        margin-top: 30px;
    }

    #captcha {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 58px;
    }

    #button_send {
        display: inline-block;
        width: 290px;
        height: 60px;
        background: transparent radial-gradient(#F4D98B 0%, #A47D32 100%) 0% 0% no-repeat padding-box;
        color: black;
        font-family: "Montserrat-Black";
        text-transform: uppercase;
        font-size: 21px;
        line-height: 60px;
        border-radius: 100px;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 15px;
        margin-top: 30px;
        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: 'Montserrat-Black';
    }

    #kontakt {
        width: 320px;
        height: 290px;
        margin: 0 auto;
        position: relative;
    }

    #kontakt_bg {
        width: 260px;
        height: 327px;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 30px;
    }

    #kontakt_phone {
        display: inline-block;
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 14px;
        line-height: 18px;
        float: left;
        margin-top: 145px;
        margin-left: 105px;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 14px;
        line-height: 18px;
        margin-left: 105px;
        margin-top: 0px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 14px;
        line-height: 18px;
        margin-left: 105px;
        margin-top: 38px;
        cursor: pointer;
        float: left;
    }

    #kontakt_address {
        width: 130px;
        display: inline-block;
        color: white;
        font-family: 'Montserrat-Medium';
        font-size: 14px;
        line-height: 18px;
        float: left;
        clear: both;
        margin-top: 30px;
        margin-left: 105px;
    }


}

@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: 99999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #code_msg {
        width: 718px;
        height: 538px;
        background: #0A0C10;
        position: fixed;
        border: 8px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        width: 20px;
        height: 53px;
        float: right;
        margin-right: 20px;
        margin-top: 20px;
        cursor: pointer;
    }

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: 'Montserrat-Bold';
        margin: 0 auto;
        color: white;
        font-size: 54px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: 'Montserrat-Bold';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 60px;
    }

    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        float: left;
        text-align: center;
        font-family: 'Montserrat-Bold';
        padding: 0px;
        outline: 0px;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        font-family: 'Montserrat-Bold';
        padding: 0px;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Montserrat-Bold';
        color: #0A0C10;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 50px;
        margin-bottom: 0px;
        float: left;
        outline: 0;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'Montserrat-Bold';
        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: #0A0C10;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 15px;
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        width: 20px;
        height: 53px;
        float: right;
        margin-right: 2px;
        margin-top: 2px;
        cursor: pointer;
    }

    #code_title {
        height: 35px;
        width: 280px;
        text-align: center;
        font-family: 'Montserrat-Bold';
        margin: 0 auto;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 55px;
    }

    #code_text {
        width: 290px;
        font-family: 'Montserrat-Bold';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
    }

    #phone_check {
        width: 270px;
        height: 50px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'Montserrat-Bold';
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }

    #paragon_check {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'Montserrat-Bold';
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Montserrat-Bold';
        color: #0A0C10;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 17px;
        margin-top: 20px;
        margin-bottom: 15px;
        float: left;
        outline: 0;
    }

    #response {
        width: 80%;
        height: 80px;
        margin: 0 auto;
        margin-top: 15px;
        font-family: 'Montserrat-Bold';
        color: white;
        font-size: 14px;
        line-height: 20px;
        cursor: auto;
        clear: both;
    }

}
