@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: black;
    }

    .form_input::-moz-placeholder {
        /* Firefox 19+ */
        color: black;
    }

    .form_input:-ms-input-placeholder {
        /* IE 10+ */
        color: black;
    }

    .form_input:-moz-placeholder {
        /* Firefox 18- */
        color: black;
    }
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: white;
    }

    /* Use to form category "Where is code" - Paragon */
    #popup_wrapper {
        display: none;
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        background: rgba(128, 128, 128, 0.74)
    }

    #popup_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 55000;
        display: none;

    }

    #popup {
        height: 500px;
        position: fixed;
        top: calc(50% - 315px);
        left: calc(50% - 250px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup > img {
        width: 500px;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 80px;
        width: 80px;
        z-index: 5;
        background: #DA2F23;
        border-radius: 50px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 32px;
        height: 4px;
        top: 38px;
        margin-top: -1px;
        left: 24px;
        display: block;
        background: white;
        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);
        width: 32px;
        left: 24px;
    }

    #burger:checked + #nav_cross .cross:last-child {
        opacity: 1;
        transform: rotate(-405deg);
        width: 32px;
        left: 24px;
    }

    #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: white;
        font-weight: 800;
        font-size: 26px;
        font-family: 'Poppins-Bold';
        display: block;
        padding: 15px;
    }

    #burger ~ nav > ul > li > a:hover {
        color: black;
    }

    #burger:checked ~ nav {
        background: #DA2F23;
        height: 490px;
        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: #D0AC69;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        float: right;
        margin-right: 0px;
        margin-top: 15px;
        cursor: pointer;
    }

    #positive_title {
        height: auto;
        width: 100%;
        text-align: center;
        font-family: "Poppins-Bold";
        margin: 0 auto;
        color: white;
        font-size: 41px;
        margin-top: 63px;
    }

    #positive_text {
        width: 100%;
        font-family: "Poppins-Bold";
        color: white;
        font-size: 24px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }

    /* 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: #D0AC69;
        position: fixed;
        border: 8px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        float: right;
        margin-right: 0px;
        margin-top: 15px;
        cursor: pointer;
    }

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: 'Poppins-Bold';
        margin: 0 auto;
        color: white;
        font-size: 54px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: 'Poppins-Bold';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 100px;
    }

    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: 'Poppins-Bold';
        border-color: white;
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #paragon_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: 'Poppins-Bold';
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #paragon_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: 'Poppins-Bold';
        border-color: white;
        float: right;
        clear: none;
        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;
        font-family: 'Poppins-Bold';
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #button_check:-webkit-autofill {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Poppins-Bold';
        color: #D0AC69;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }
    #button_check:autofill {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Poppins-Bold';
        color: #D0AC69;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }
    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Poppins-Bold';
        color: #D0AC69;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'Poppins-Bold';
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

    /* CODE WRAPPER END */
    #status {
        width: 120px;
        height: 44px;
        background: #D0AC69;
        position: fixed;
        text-align: left;
        vertical-align: middle;
        right: 10px;
        top: 100px;
        cursor: pointer;
        border-radius: 10px;
        font-family: "Poppins-Bold";
        text-align: center;
        line-height: 15px;
        color: white;
        font-size: 13px;
        padding-top: 13px;
        z-index: 2;
    }

    #home {
        width: 1100px;
        height: 770px;
        margin: 0 auto;
        position: relative;
    }

    #top_bg1 {
        width: 1099px;
        height: 659px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 22px;
    }

    #join {
        display: inline-block;
        width: 330px;
        height: 95px;
        background: #DA2F23;
        cursor: pointer;
        color: white;
        border-radius: 50px;
        font-family: "Poppins-Bold";
        font-size: 36px;
        text-align: center;
        line-height: 95px;
        text-transform: uppercase;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 385px;
        margin-top: -47px;
    }
    #nagrody {
        width: 1100px;
        height: 1380px;
        margin: 0 auto;
    }
    #nagrody_bg {
        width: 1099px;
        height: 1339.5px;
        background: url('../images/nagrody_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }
    #zasady {
        width: 1100px;
        height: 550px;
        margin: 0 auto;
    }

    #zasady_bg {
        width: 1099px;
        height: 521px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }
    #join2{
        width: 155px;
        height: 34px;
        float: left;
        clear: both;
        margin-top: 177px;
        margin-left: 380px;
		cursor: pointer;
    }
    #rules_download {
        display: block;
        width: 240px;
        height: 50px;
        background: #DA2F23;
        color: white;
        font-family: "Poppins-Bold";
        font-size: 17px;
        line-height: 50px;
        text-align: center;
        border-radius: 50px;
        float: left;
        clear: both;
        margin-left: 300px;
        margin-top: 417px;
        text-transform: uppercase;
        border:0px;
    }

    #wez-udzial {
        width: 1100px;
        height: 1440px;
        margin: 0 auto;
        position: relative;
    }

    #wez-udzial_title {
        width: 265px;
        height: 67px;
        background: url('../images/wez-udzial_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }

    #main_form {
        width: 1100px;
        height: 1000px;
        margin-top: 30px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 1100px;
        height: 480px;
        float: left;
        padding-top: 220px;
        color: #225091;
        font-family: "Poppins-Bold";
        font-size: 36px;
        text-align: center;
        margin-left: 0px;
    }

    .label_form {
        width: 446px;
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: "Poppins-Bold";
        float: left;
        clear: both;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .form_input {
        width: 316px;
        height: 86px;
        font-family: "Poppins-Bold";
        font-size: 20px;
        background: none;
        outline: 0;
        border: 2px solid #225091;
        color: black;
        border-radius: 11px;
        float: left;
        margin-bottom: 0px;
        padding: 0px;
        margin-top: 20px;
        padding-left: 20px;
    }
    
    #surname, #pesel, #date, #email, #home_nr, #local_nr, #postal{
        margin-left: 40px;
    }
    #date{
        display: none;
    }
    #phone{
        clear: both;
    }
    .check_label {
        font-size: 17px;
        font-family: 'Poppins-Bold';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
        min-height: 40px;
        padding-left: 50px;
        margin-top: 10px;
        width: 290px;
        color: black;
        float: right;
        clear: both;
        padding-top: 6px;
    }
.checker {
        display: none;
        -webkit-appearance: none;
    }

    .checker:checked + label {
        background-image: url('../images/checkbox_checked.png');
    }
    #form_text1{
        width: 100%;
        font-family: "Poppins-Bold";
        font-size: 20px;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 40px;
        color: #225091;
        margin-bottom: 15px;
    }
    .styled-select1 {
        width:340px;
        height: 90px;
        overflow: hidden;
        background: none;
        float: left;
        margin-top: 20px;
        margin-left: 40px;
    }
	.sel_no_mrg{
		margin-left: 0px;	
	}
    .styled-select1 select {
        background: transparent;
        width: 340px;
        font-size: 22px;
        padding-left: 20px;
        height: 90px;
        border: 2px solid #225091;
        border-radius: 11px;
        -webkit-appearance: none;
        font-family: "Poppins-Bold";
        color: black;
        outline: none;
    }

    .styled-select1 select option {
        background-color: #225091;
        color: white;
    }
    @-webkit-keyframes autofill {
        to {
            color: black;
            font-family: "Poppins-Bold";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: black;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    input[type="date"] {
        background: #EDEDED;
        color: black;
    }
    #box1{
        width: 420px;
        height: 165px;
        background: #225091;
        border-radius: 15px;
        padding-left: 20px;
        padding-top: 25px;
        padding-right: 30px;
        float: left;
        clear: both;
        margin-top: 43px;
    }
    #box2{
        width: 380px;
        height: 165px;
        background: #002A66;
        border-radius: 15px;
        padding-left: 20px;
        padding-top: 25px;
        float: left;
        margin-top: 43px;
        margin-left: 40px;
        margin-bottom: 30px;
    }
    .check_label2 {
        font-size: 18px;
        font-family: 'Poppins-Bold';
        background: url("../images/checkbox2.png");
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
        min-height: 60px;
        padding-left: 80px;
        margin-top: 0px;
        width: auto;
        color: white;
        float: left;
        clear: both;
    }
.checker2 {
        display: none;
        -webkit-appearance: none;
    }

    .checker2:checked + label {
        background-image: url('../images/checkbox_checked2.png');
    }
    .text2{
        font-size: 14px;
        line-height: 21px;
        font-family: "Poppins-Medium";
        display: block;
        margin-top: 15px;
    }
    .check_label3 {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
        min-height: 40px;
        padding-left: 55px;
        margin-top: 10px;
        margin-left: 15px;
        width: 940px;
        color: black;
        float: left;
        clear: both;
        padding-top: 5px;
    }
.checker3 {
        display: none;
        -webkit-appearance: none;
    }

    .checker3:checked + label {
        background-image: url('../images/checkbox_checked.png');
    }
    #shield_text {
        width: 950px;
        height: auto;
        float: left;
        color: #225091;
        font-size: 14px;
        line-height: 21px;
        margin-left: 70px;
        margin-top: 30px;
        font-family: 'Poppins-Regular';
    }

    #captcha {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 50px;
    }

    #button_send {
        width: 230px;
        height: 95px;
        border: 0px;
        background: #DA2F23;
        cursor: pointer;
        font-size: 36px;
        border-radius: 50px;
        font-family: 'Poppins-Bold';
        text-transform: uppercase;
        float: right;
        margin-right: 0px;
        margin-top: 40px;
        color: white;
        outline: 0;
        border:0px;
    }
    #laureat_download{
        width: 430px;
        height: 80px;
        border: 0px;
        background: #DA2F23;
        cursor: pointer;
        font-size: 36px;
        border-radius: 50px;
        font-family: 'Poppins-Bold';
        text-transform: uppercase;
        text-align: center;
        line-height: 35px;
        float: left;
        padding-top: 12px;
        margin-left: 335px;
        margin-top: -300px;
        color: white;
        outline: 0;
        border:0px;
    }
    #kontakt {
        width: 1100px;
        height: 380px;
        margin: 0 auto;
        position: relative;
    }

    #kontakt_bg {
        width: 736px;
        height: 249px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 181px;
    }

    #kontakt_phone {
        display: inline-block;
        color: #225091;
        font-family: 'Poppins-Bold';
        font-size: 17px;
        line-height: 25px;
        float: left;
        text-align: center;
        margin-top: 255px;
        margin-left: 40px;
    }

    #foot_link {
        display: block;
        color: #225091;
        font-family: 'Poppins-Bold';
        font-size: 17px;
        line-height: 25px;
        margin-left: 108px;
        margin-top: 255px;
        cursor: pointer;
        float: left;
    }

    #foot_email {
        display: block;
        color: #225091;
        font-family: 'Poppins-Bold';
        font-size: 17px;
        line-height: 25px;
        margin-left: 298px;
        margin-top: -25px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #kontakt_address {
        width: 180px;
        display: inline-block;
        color: #225091;
        font-family: 'Poppins-Bold';
        font-size: 17px;
        line-height: 25px;
        float: left;
        clear: both;
        text-align: center;
        margin-top: -50px;
        margin-left: 522px;
    }

    #error_wrapper {
        position: absolute;
        z-index: 55001;
        cursor: pointer;
    }

    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 55002;
        background: rgba(44, 44, 44, 0.7);
        display: none;

    }

    #errors {
        width: 700px;
        background: #bb0b20;
        border: 5px solid white;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 50px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Poppins-Bold";
        color: white;
    }

    #errors ul {
        font-family: "Poppins-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: "Poppins-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: auto;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: white;
    }

    a[href^=tel] {
        text-decoration: inherit;
        color: inherit;
    }

    /* Use to form category "Where is code" - Paragon */
    #popup_wrapper {
        display: none;
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        background: rgba(128, 128, 128, 0.74)
    }

    #popup_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        display: none;

    }

    #popup {
        width: 320px;
        height: 500px;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup > img {
        width: 320px;
    }

    #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: #D0AC69;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 20px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_title {
        height: auto;
        width: 95%;
        text-align: center;
        font-family: 'Poppins-Bold';
        margin: 0 auto;
        color: white;
        font-size: 30px;
        margin-top: 50px;

    }

    #positive_text {
        width: 100%;
        font-family: 'Poppins-Bold';
        color: white;
        font-size: 20px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #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;
    }


    /* Errors wrapper */
    #error_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;

    }

    #errors {
        width: 310px;
        background: #bb0b20;
        border: 5px solid white;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: calc(35% - 125px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Poppins-Bold";
        font-size: 18px;
        color: white;
    }

    #errors ul {
        font-family: "Poppins-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: "Poppins-Bold";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }

    #status {
        width: 95px;
        height: 30px;
        background: #D0AC69;
        position: fixed;
        text-align: left;
        vertical-align: middle;
        border-radius: 10px;
        right: 7px;
        top: 65px;
        cursor: pointer;
        font-family: "Poppins-Bold";
        text-align: center;
        color: white;
        font-size: 10px;
        line-height: 11px;
        padding-top: 8px;
        z-index: 3;
    }

    /* Errors END*/
    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 50px;
        width: 50px;
        z-index: 5;
        background: #DA2F23;
        border-radius: 50px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 21px;
        height: 3px;
        top: 24px;
        margin-top: -1px;
        left: 15px;
        display: block;
        background: white;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 19px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 29px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

    #burger:checked + #nav_cross .cross {
        opacity: 0;
        top: 48%;
    }

    #burger:checked + #nav_cross .cross:first-child {
        opacity: 1;
        transform: rotate(405deg);
        width: 21px;
        left: 15px;
    }

    #burger:checked + #nav_cross .cross:last-child {
        opacity: 1;
        transform: rotate(-405deg);
        width: 21px;
        left: 15px;
    }

    #burger ~ nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
    }

    #burger ~ nav > ul {
        list-style: none;
        text-align: center;
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    #burger ~ nav > ul > li {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s;
        cursor: pointer;
    }

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: 800;
        font-size: 20px;
        font-family: "Poppins-Bold";
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

        background: #DA2F23;
        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: 1090px;
        margin: 0 auto;
        position: relative;
    }

    #top_bg1 {
        width: 320px;
        height: 955px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 12px;
    }

    #join {
        display: inline-block;
        width: 270px;
        height: 75px;
        background: #DA2F23;
        cursor: pointer;
        color: white;
        border-radius: 50px;
        font-family: "Poppins-Bold";
        font-size: 30px;
        text-align: center;
        line-height: 75px;
        text-transform: uppercase;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 25px;
        margin-top: 10px;
    }
    #nagrody {
        width: 320px;
        height: 3080px;
        margin: 0 auto;
    }
    #nagrody_bg {
        width: 320px;
        height: 3051px;
        background: url('../images/nagrody_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }
    #zasady {
        width: 320px;
        height: 840px;
        margin: 0 auto;
    }

    #zasady_bg {
        width: 321px;
        height: 811px;
        background: url('../images/zasady_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }
    #rules_download {
        display: block;
        width: 240px;
        height: 50px;
        background: #DA2F23;
        color: white;
        font-family: "Poppins-Bold";
        font-size: 17px;
        line-height: 50px;
        text-align: center;
        border-radius: 50px;
        float: left;
        clear: both;
        margin-left: 40px;
        margin-top: 735px;
        text-transform: uppercase;
        border:0px;
    }

    #wez-udzial {
        width: 320px;
        height: 2800px;
        margin: 0 auto;
    }

    #wez-udzial_title {
        width: 200px;
        height: 51px;
        background: url('../images/wez-udzial_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 60px;
    }

    #main_form {
        width: 320px;
        height: 1000px;
        margin-top: 20px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 320px;
        height: 480px;
        float: left;
        padding-top: 220px;
        color: #225091;
        font-family: "Poppins-Bold";
        font-size: 36px;
        text-align: center;
        margin-left: 0px;
    }

    .label_form {
        width: 446px;
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: "Poppins-Bold";
        float: left;
        clear: both;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .form_input {
        width: 276px;
        height: 86px;
        font-family: "Poppins-Bold";
        font-size: 17px;
        background: none;
        outline: 0;
        border: 2px solid #225091;
        color: black;
        border-radius: 11px;
        float: left;
        margin-bottom: 0px;
        padding: 0px;
        margin-top: 10px;
        padding-left: 20px;
        margin-left: 10px;
    }
    
    #date{
        display: none;
    }
    .check_label {
        font-size: 15px;
        font-family: 'Poppins-Bold';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
        min-height: 40px;
        padding-left: 50px;
        margin-top: 10px;
        width: 250px;
        color: black;
        float: right;
        clear: both;
        padding-top: 7px;
        margin-right: 10px;
    }
.checker {
        display: none;
        -webkit-appearance: none;
    }

    .checker:checked + label {
        background-image: url('../images/checkbox_checked.png');
    }
    #form_text1{
        width: 88%;
        font-family: "Poppins-Bold";
        font-size: 17px;
        float: left;
        clear: both;
        text-align: center;
        margin-left:6%;
        margin-top: 25px;
        color: #225091;
        margin-bottom: 15px;
    }
    .styled-select1 {
        width:300px;
        height: 90px;
        overflow: hidden;
        background: none;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }

    .styled-select1 select {
        background: transparent;
        width: 300px;
        font-size: 17px;
        padding-left: 20px;
        height: 90px;
        border: 2px solid #225091;
        border-radius: 11px;
        -webkit-appearance: none;
        font-family: "Poppins-Bold";
        color: black;
        outline: none;
    }

    .styled-select1 select option {
        background-color: #225091;
        color: white;
    }
    @-webkit-keyframes autofill {
        to {
            color: black;
            font-family: "Poppins-Bold";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: black;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    input[type="date"] {
        background: #EDEDED;
        color: black;
    }
    #box1{
        width: 250px;
        height: 240px;
        background: #225091;
        border-radius: 15px;
        padding-left: 20px;
        padding-top: 25px;
        padding-right: 30px;
        float: left;
        clear: both;
        margin-top: 20px;
        margin-left: 10px;
    }
    #box2{
        width: 280px;
        height: 155px;
        background: #002A66;
        border-radius: 15px;
        padding-left: 20px;
        padding-top: 25px;
        float: left;
        margin-top: 20px;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .check_label2 {
        font-size: 16px;
        font-family: 'Poppins-Bold';
        background: url("../images/checkbox2.png");
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
        min-height: 60px;
        padding-left: 80px;
        margin-top: 0px;
        width: auto;
        color: white;
        float: left;
        clear: both;
    }
.checker2 {
        display: none;
        -webkit-appearance: none;
    }

    .checker2:checked + label {
        background-image: url('../images/checkbox_checked2.png');
    }
    .text2{
        font-size: 14px;
        line-height: 21px;
        font-family: "Poppins-Medium";
        display: block;
        margin-top: 15px;
    }
    .check_label3 {
        font-size: 14px;
        font-family: 'Poppins-Medium';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
        min-height: 40px;
        padding-left: 55px;
        margin-top: 10px;
        margin-left: 10px;
        line-height: 21px;
        width: 245px;
        color: black;
        float: left;
        clear: both;
        padding-top: 5px;
    }
.checker3 {
        display: none;
        -webkit-appearance: none;
    }

    .checker3:checked + label {
        background-image: url('../images/checkbox_checked.png');
    }
    #shield_text {
        width: 300px;
        height: auto;
        float: left;
        color: #225091;
        font-size: 14px;
        line-height: 21px;
        margin-left: 10px;
        margin-top: 30px;
        font-family: 'Poppins-Regular';
    }

    #captcha {
        width: 300px;
        height: auto;
        float: left;
        margin-left:10px;
        margin-top: 30px;
    }

    #button_send {
        width: 300px;
        height: 95px;
        border: 0px;
        background: #DA2F23;
        cursor: pointer;
        font-size: 36px;
        border-radius: 50px;
        font-family: 'Poppins-Bold';
        text-transform: uppercase;
        float: right;
        margin-right: 10px;
        margin-top: 30px;
        color: white;
        outline: 0;
        border:0px;
    }
    #laureat_download{
        width: 300px;
        height: 80px;
        border: 0px;
        background: #DA2F23;
        cursor: pointer;
        font-size: 26px;
        border-radius: 50px;
        font-family: 'Poppins-Bold';
        text-transform: uppercase;
        text-align: center;
        line-height: 35px;
        float: left;
        padding-top: 10px;
        margin-left: 10px;
        margin-top: -280px;
        color: white;
        outline: 0;
        border:0px;
    }
    #kontakt {
        width: 320px;
        height: 650px;
        margin: 0 auto;
    }

    #kontakt_bg {
        width: 272px;
        height: 545px;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 24px;
    }

    #kontakt_phone {
        display: inline-block;
        color: #225091;
        font-family: 'Poppins-Bold';
        font-size: 17px;
        line-height: 25px;
        float: left;
        text-align: center;
        margin-top: 283px;
        margin-left: 52px;
    }

    #foot_link {
        display: block;
        color: #225091;
        font-family: 'Poppins-Bold';
        font-size: 17px;
        line-height: 25px;
        margin-left: 68px;
        margin-top: 82px;
        cursor: pointer;
        float: left;
    }

    #foot_email {
        display: block;
        color: #225091;
        font-family: 'Poppins-Bold';
        font-size: 17px;
        line-height: 25px;
        margin-left: 59px;
        margin-top: 0px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #kontakt_address {
        width: 180px;
        display: inline-block;
        color: #225091;
        font-family: 'Poppins-Bold';
        font-size: 17px;
        line-height: 25px;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 90px;
        margin-left: 46px;
    }

}

@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: #D0AC69;
        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: 'Poppins-Bold';
        margin: 0 auto;
        color: white;
        font-size: 54px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: 'Poppins-Bold';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 100px;
    }
    #phone_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'Poppins-Bold';
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #phone_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'Poppins-Bold';
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'Poppins-Bold';
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #paragon_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'Poppins-Bold';
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #paragon_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'Poppins-Bold';
        float: right;
        clear: none;
        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: 'Poppins-Bold';
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Poppins-Bold';
        color: #D0AC69;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'Poppins-Bold';
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

    .form_input2::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input2::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input2:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input2:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }
}

@media screen and (max-width: 719px) and (min-width: 200px) {

    /* CODE WRAPPER */
    #code_wrapper {
        position: absolute;
        z-index: 55000;
    }

    #code_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #code_msg {
        width: 90%;
        height: 430px;
        background: #D0AC69;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 15px;
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        width: 20px;
        height: 53px;
        float: right;
        margin-right: 2px;
        margin-top: 2px;
        cursor: pointer;
    }

    #code_title {
        height: 35px;
        width: 280px;
        text-align: center;
        font-family: 'Poppins-Bold';
        margin: 0 auto;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 55px;
    }

    #code_text {
        width: 290px;
        font-family: 'Poppins-Bold';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
    }
    #phone_check:-webkit-autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: 'Poppins-Bold';
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }
    #phone_check:autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: 'Poppins-Bold';
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }
    #phone_check {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: 'Poppins-Bold';
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }
    #paragon_check:-webkit-autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: 'Poppins-Bold';
        padding: 0px;
        outline: 0px;
    }
    #paragon_check:autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: 'Poppins-Bold';
        padding: 0px;
        outline: 0px;
    }
    #paragon_check {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: 'Poppins-Bold';
        padding: 0px;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Poppins-Bold';
        color: #D0AC69;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 17px;
        margin-top: 25px;
        margin-bottom: 15px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 80%;
        height: 80px;
        margin: 0 auto;
        margin-top: 5px;
        font-family: 'Poppins-Bold';
        color: white;
        font-size: 12px;
        line-height: 20px;
        cursor: auto;
        clear: both;
    }

    .form_input2::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input2::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input2:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input2:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 90%;
        height: auto;
        background: #D0AC69;
        border: 3px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -20px;
        margin-top: 15px;
    }

    #positive_title {
        height: auto;
        width: 290px;
        text-align: center;
        font-family: 'Poppins-Bold';
        margin: 0 auto;
        color: white;
        font-size: 20px;
        margin-top: 60px;
    }

    #positive_text {
        width: 300px;
        font-family: 'Poppins-Bold';
        color: white;
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
