@charset "utf-8";

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

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

.close {
    width: 40px;
    height: 40px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    content: ' ';
    height: 40px;
    width: 3px;
    background-color: white;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

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

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

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

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

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

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

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

    /* Use to form category "Where is code" - Paragon */
    #popup_wrapper {
        display: none;
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        background: rgba(128, 128, 128, 0.74)
    }

    #popup_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 55000;
        display: none;

    }

    #popup {
        height: 500px;
        position: fixed;
        top: calc(50% - 225px);
        left: calc(50% - 183px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 20px;
        right: 20px;
        height: 93px;
        width: 93px;
        z-index: 5;
        border-radius: 50px;
        background: #E01826;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 41px;
        height: 6px;
        top: 44px;
        left: 25px;
        display: block;
        background: white;
        border-radius: 5px;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 30px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 58px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

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

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

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

    #burger ~ nav {
        position: fixed;
        top: 0;
        right: 0%;
        width: 30%;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
    }

    #burger ~ nav > ul {
        list-style: none;
        text-align: center;
        position: absolute;
        top: 18%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    #burger ~ nav > ul > li {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s;
        cursor: pointer;
    }

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: 800;
        font-size: 25px;
        font-family: 'Myriad Pro Bold';
        display: block;
        padding: 15px;
    }

    #burger ~ nav > ul > li > a:hover {
        color: black;
    }

    #burger:checked ~ nav {
        background: #E01826;
        height: 440px;
        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: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

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

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

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }

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

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

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

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

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

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

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

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

    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        float: left;
        text-align: center;
        font-family: 'Myriad Pro Bold';
        padding: 0px;
        outline: 0px;
        margin: 0px;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        float: right;
        clear: none;
        text-align: center;
        font-family: 'Myriad Pro Bold';
        padding: 0px;
        outline: 0px;
        margin: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Myriad Pro Bold';
        color: #005DA2;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 50px;
        margin-bottom: 0px;
        float: left;
    }

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

    }

    #status {
        width: 140px;
        height: 48px;
        background: #E01826;
        color: white;
        font-family: "Poppins-Bold";
        border-radius: 50px;
        padding-top: 14px;
        font-size: 12px;
        position: fixed;
        text-align: center;
        text-transform: uppercase;
        right: 20px;
        top: 130px;
        cursor: pointer;
    }

    #logo {
        width: 171px;
        height: 177px;
        background: url('../images/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -5px;
        left: 100px;
    }

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

    #top_bg {
        width: 1100px;
        height: 503.5px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 13px;
        margin-left: 0px;
        display: inline-block;
    }

    #join {
        display: inline-block;
        width: 360px;
        height: 100px;
        background: #E01826;
        margin-left: 30px;
        color: white;
        float: left;
        clear: both;
        line-height: 100px;
        margin-top: -330px;
        font-family: 'brother-1816';
        font-weight: 900;
        border-radius: 50px;
        text-align: center;
        font-size: 38px;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }
    #wiewior{
        width: 233px;
        height: 363px;
        float: left;
        clear: both;
        margin-top: -280px;
        margin-left: 360px;
    }
    #nagrody {
        width: 1100px;
        height: 740px;
        margin: 0 auto;
    }

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

    #zasady {
        width: 1100px;
        height: 870px;
        margin: 0 auto;
    }

    #zasady_bg {
        width: 1099px;
        height: 764px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        float: left;
        clear: both;
        margin-left: 0px;
    }

    #rules_download {
        display: inline-block;
        width: 300px;
        height: 57px;
        background: #E01826;
        color: white;
        float: left;
        clear: both;
        line-height: 55px;
        margin-top: -57px;
        margin-left: 0px;
        font-family: 'brother-1816';
        font-weight: 900;
        border-radius: 50px;
        text-align: center;
        font-size: 21px;
        cursor: pointer;
    }

    #wez-udzial {
        width: 1100px;
        height: 1300px;
        margin: 0 auto;
    }

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

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

    #main_form2 {
        width: 920px;
        height: auto;
        font-family: 'Myriad Pro Bold';
        color: white;
        font-size: 32px;
        padding-top: 150px;
        text-align: center;
        margin-left: 90px;
    }

    .label_form {
        width: auto;
        text-align: center;
        color: #8DAC51;
        font-size: 16px;
        background: transparent;
        font-family: "Myriad Pro Bold";
        float: left;
        clear: both;
        letter-spacing: -0.5px;
        position: relative;
        margin-left: 23px;
        z-index: 3;
        margin-top: -2px;
    }

    .form_input {
        width: 294px;
        height: 74px;
        font-family: 'brother-1816';
        font-weight: 900;
        font-size: 18px;
        background: transparent;
        outline: 0;
        border: 3px solid white;
        border-radius: 50px;
        color: white;
        float: left;
        clear: both;
        padding: 0px;
        padding-left: 20px;
        margin-top: 20px;
    }

    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: 'brother-1816';
            font-weight: 900;
            background: transparent;
        }
    }

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

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

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

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

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

    #show_popup1 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -50px;
        margin-top: 45px;
        display: block;
        float: left;
    }

    #show_popup2 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -50px;
        margin-top: 45px;
        display: block;
        float: left;
    }

    #opis_label {
        width: 700px;
        font-size: 24px;
        color: #FED42A;
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        text-align: center;
        float: right;
        clear: both;
        margin-top: -370px;
    }

    #opis {
        width: 660px;
        height: 234px;
        background: transparent;
        border-radius: 26px;
        border: 3px solid white;;
        outline: 0px;
        padding: 20px;
        margin-top: -280px;
        font-size: 18px;
        color: white;
        float: right;
        font-family: 'brother-1816';
        font-weight: 900;
        resize: none;
    }

    #opis_max {
        text-align: center;
        margin-top: 10px;
        margin-right: 10px;
        float: right;
        clear: both;
        font-size: 16px;
        color: white;
        font-family: 'brother-1816';
        font-weight: 600;
    }

    #reg {
        float: left;
        clear: both;
        font-family: 'brother-1816';
        font-weight: 900;
        font-size: 20px;
        color: white;
        margin-top: 30px;
        text-transform: uppercase;

    }

    #rules_download2 {
        display: inline-block;
        border: 0px;
        cursor: pointer;
        font-family: 'brother-1816';
        font-weight: 900;
        font-size: 20px;
        margin-right: 5px;
        text-decoration: underline;
        text-transform: uppercase;
        float: left;
        clear: both;
        color: #FED42A;
    }

    .switch2 {
        position: relative;
        display: inline-block;
        width: 63px;
        height: 30px;
        float: left;
        margin-left: 0px;
    }

    .switch2 input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider2 {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #0085C9;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider2:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        top: 3px;
        background: #1C2B56;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    }

    input:checked + .slider2 {
        background-color: #FED42A;
    }


    input:checked + .slider2:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px);
        background: #1C2B56;
        left: 15px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slider2.round2 {
        border-radius: 34px;
    }

    .slider2.round2:before {
        border-radius: 50%;
    }

    .data_box2 {
        width: 1100px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 40px;
    }

    .data_label2 {
        width: 1000px;
        color: white;
        font-size: 18px;
        line-height: 28px;
        font-family: 'brother-1816';
        float: left;
        margin-left: 20px;
        margin-top: 1px;
    }

    #shield {
        width: 1100px;
        height: auto;
        float: left;
        clear: both;
        font-family: 'brother-1816';
        color: white;
        font-size: 18px;
        margin-top: 40px;
    }

    #button_send {
        display: inline-block;
        width:310px;
        height: 100px;
        background: #E01826;
        margin-left: 395px;
        color: white;
        float: left;
        clear: both;
        border:0px;
        margin-top: 50px;
        font-family: 'brother-1816';
        font-weight: 900;
        border-radius: 50px;
        text-align: center;
        font-size: 38px;
        cursor: pointer;
        outline: 0;
    }

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

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

    #kontakt_bg {
        width: 734px;
        height: 221px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 183px;
        float: left;
        clear: both;
    }

    #anim1{
        width: 100px;
        height: 150px;
        float:left;
        clear: both;
        margin-left: -60px;
        margin-top: 270px;
    }
    #anim2{
        width: 100px;
        height: 150px;
        float:left;
        margin-top: 265px;
        margin-left: 70px;
    }
    #anim3{
        width: 100px;
        height: 150px;
        float:left;
        margin-left: 70px;
        margin-top: 267px;
        
    }
     #kontakt_phone {
         display: block;
         color: white;
         font-family: 'brother-1816';
         font-weight: 900;
         font-size: 18px;
         float: left;
         line-height: 28px;
         margin-top: 315px;
         margin-left: -10px;
     }

     #foot_email {
         display: block;
         color: white;
         font-family: 'brother-1816';
         font-weight: 900;
         font-size: 18px;
         margin-left:640px;
         margin-top: -78px;
         text-align: center;
         cursor: pointer;
         line-height: 25px;
         float: left;
         clear: both;
     }

     #foot_link {
         display: block;
         color: white;
         font-family: 'brother-1816';
         font-weight: 900;
         font-size: 18px;
         margin-left: 640px;
         margin-top: -103px;
         cursor: pointer;
         line-height: 25px;
         float: left;
     }

     #kontakt_address {
         display: block;
         color: white;
         font-family: 'brother-1816';
         font-weight: 900;
         font-size: 18px;
         line-height: 28px;
         float: left;
         margin-top: 315px;
         margin-left: -10px;
     }

    #error_wrapper {
        position: absolute;
        z-index: 55001;
        cursor: pointer;
    }

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

    #errors {
        width: 700px;
        background: #c40e0e;
        border: 5px solid white;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 50px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Myriad Pro Bold";
        color: white;
    }

    #errors ul {
        font-family: "Myriad Pro Bold";
        font-size: 18px;
        color: white;
    }

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

    #errors_ok {
        background: white;
        width: 150px;
        height: 50px;
        color: #c40e0e;
        font-family: "Myriad Pro Bold";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 525px;
        margin-bottom: 25px;
    }
}

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

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

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

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

    /* Use to form category "Where is code" - Paragon */
    #popup_wrapper {
        display: none;
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        background: rgba(128, 128, 128, 0.74)
    }

    #popup_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        display: none;

    }

    #popup {
        width: 320px;
        height: 500px;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup > img {
        width: 320px;
        height: 480px;
    }

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

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

    #positive_msg {
        width: 80%;
        height: auto;
        background: #005DA2;
        border: 2px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -20px;
        margin-top: 10px;
    }

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }

    #positive_title {
        height: auto;
        width: 671px;
        text-align: center;
        font-family: 'Myriad Pro Bold';
        margin: 0 auto;
        color: white;
        font-size: 30px;
        margin-top: 50px;
    }

    #positive_text {
        width: 100%;
        font-family: 'Myriad Pro Bold';
        color: white;
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #nav_scrolled {
        display: none;
    }

    /* Errors wrapper */
    #error_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

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

    }

    #errors {
        width: 310px;
        background: #bb0b20;
        border: 5px solid white;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: calc(35% - 125px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Myriad Pro Bold";
        font-size: 18px;
        color: white;
    }

    #errors ul {
        font-family: "Myriad Pro Bold";
        font-size: 15px;
        color: white;
    }

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

    #errors_ok {
        background: white;
        width: 150px;
        height: 50px;
        color: #bb0b20;
        font-family: "Myriad Pro Bold";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }

    #status {
        width: 92px;
        height: 31px;
        background: #E01826;
        color: white;
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        border-radius: 50px;
        padding-top: 7px;
        font-size: 8px;
        text-align: center;
        position: fixed;
        right: 10px;
        top: 70px;
        z-index: 3;
        cursor: pointer;
    }

    /* Errors END*/
    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 54px;
        width: 54px;
        z-index: 5;
        background: #E01826;
        border-radius: 50px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 24px;
        height: 4px;
        top: 25px;
        left: 15px;
        display: block;
        background: white;
        transition: .5s;
        border-radius: 5px;
    }

    #burger + #nav_cross .cross:first-child {
        top: 18px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 32px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

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

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

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

    #burger ~ nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
    }

    #burger ~ nav > ul {
        list-style: none;
        text-align: center;
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    #burger ~ nav > ul > li {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s;
        cursor: pointer;
    }

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: 800;
        font-size: 20px;
        font-family: "Myriad Pro Bold";
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

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

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

    #menu_click {
        display: none;
    }

    #logo {
        display: none;
    }

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

    #top_bg {
        width: 320px;
        height: 595px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 17px;
        margin-left: 0px;
        display: inline-block;
    }

    #join {
        display: inline-block;
        width: 290px;
        height: 80px;
        background: #E01826;
        margin-left: 15px;
        color: white;
        float: left;
        clear: both;
        line-height: 80px;
        margin-top: -490px;
        font-family: 'brother-1816';
        font-weight: 900;
        border-radius: 50px;
        text-align: center;
        font-size: 29px;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }
    #wiewior{
        width: 125px;
        height: 195px;
        float: left;
        clear: both;
        margin-top: -150px;
        margin-left: 0px;
    }
    #nagrody {
        width: 320px;
        height: 840px;
        margin: 0 auto;
    }

    #nagrody_bg {
        width: 315px;
        height: 778px;
        background: url('../images/nagrody_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }

    #zasady {
        width: 320px;
        height: 950px;
        margin: 0 auto;
    }

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

    #rules_download {
        display: inline-block;
        width: 300px;
        height: 57px;
        background: #E01826;
        color: white;
        float: left;
        clear: both;
        line-height: 55px;
        margin-top: -117px;
        margin-left: 10px;
        font-family: 'brother-1816';
        font-weight: 900;
        border-radius: 50px;
        text-align: center;
        font-size: 21px;
        cursor: pointer;
    }

    #wez-udzial {
        width: 320px;
        height: 1860px;
        margin: 0 auto;
    }

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

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

    #main_form2 {
        width: 320px;
        height: auto;
        font-family: 'Myriad Pro Bold';
        color: white;
        font-size: 32px;
        padding-top: 150px;
        text-align: center;
        margin-left: 0px;
    }

    .label_form {
        width: auto;
        text-align: center;
        color: #8DAC51;
        font-size: 16px;
        background: transparent;
        font-family: "Myriad Pro Bold";
        float: left;
        clear: both;
        letter-spacing: -0.5px;
        position: relative;
        margin-left: 23px;
        z-index: 3;
        margin-top: -2px;
    }

    .form_input {
        width: 294px;
        height: 74px;
        font-family: 'brother-1816';
        font-weight: 900;
        font-size: 18px;
        background: transparent;
        outline: 0;
        border: 3px solid white;
        border-radius: 50px;
        color: white;
        float: left;
        clear: both;
        padding: 0px;
        padding-left: 20px;
        margin-top: 20px;
    }

    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: 'brother-1816';
            font-weight: 900;
            background: transparent;
        }
    }

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

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

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

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

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

    #show_popup1 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -50px;
        margin-top: 45px;
        display: block;
        float: left;
    }

    #show_popup2 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -50px;
        margin-top: 45px;
        display: block;
        float: left;
    }

    #opis_label {
        width: 300px;
        font-size: 18px;
        color: #FED42A;
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        text-align: center;
        float: right;
        clear: both;
        margin-top:30px;
        margin-right: 10px;
    }

    #opis {
        width: 280px;
        height: 234px;
        background: transparent;
        border-radius: 26px;
        border: 3px solid white;;
        outline: 0px;
        padding: 20px;
        margin-top: 30px;
        font-size: 18px;
        color: white;
        float: right;
        font-family: 'brother-1816';
        font-weight: 900;
        resize: none;
    }

    #opis_max {
        text-align: center;
        margin-top: 10px;
        margin-right: 10px;
        float: right;
        clear: both;
        font-size: 16px;
        color: white;
        font-family: 'brother-1816';
        font-weight: 600;
    }

    #reg {
        width: 190px;
        float: left;
        clear: both;
        font-family: 'brother-1816';
        font-weight: 900;
        font-size: 14px;
        color: white;
        margin-left: 20px;
        margin-top: 30px;
        text-transform: uppercase;

    }

    #rules_download2 {
        display: inline-block;
        border: 0px;
        cursor: pointer;
        font-family: 'brother-1816';
        font-weight: 900;
        font-size: 14px;
        margin-right: 5px;
        text-decoration: underline;
        text-transform: uppercase;
        float: left;
        clear: both;
        color: #FED42A;
    }

    .switch2 {
        position: relative;
        display: inline-block;
        width: 63px;
        height: 30px;
        float: left;
        margin-left: 0px;
    }

    .switch2 input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider2 {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #0085C9;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider2:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        top: 3px;
        background: #1C2B56;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    }

    input:checked + .slider2 {
        background-color: #FED42A;
    }


    input:checked + .slider2:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px);
        background: #1C2B56;
        left: 15px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slider2.round2 {
        border-radius: 34px;
    }

    .slider2.round2:before {
        border-radius: 50%;
    }

    .data_box2 {
        width: 300px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 20px;
        margin-top: 20px;
    }

    .data_label2 {
        width: 200px;
        color: white;
        font-size: 12px;
        line-height: 18px;
        font-family: 'brother-1816';
        float: left;
        margin-left: 20px;
        margin-top: 1px;
    }

    #shield {
        width: 280px;
        height: auto;
        float: left;
        clear: both;
        font-family: 'brother-1816';
        color: white;
        font-size: 12px;
        line-height: 22px;
        margin-top: 40px;
        margin-left: 20px;
    }

    #button_send {
        display: inline-block;
        width:300px;
        height: 100px;
        background: #E01826;
        margin-left: 10px;
        color: white;
        float: left;
        clear: both;
        border:0px;
        margin-top: 35px;
        font-family: 'brother-1816';
        font-weight: 900;
        border-radius: 50px;
        text-align: center;
        font-size: 38px;
        cursor: pointer;
        outline: 0;
    }

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

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

    #kontakt_bg {
        width: 250px;
        height: 199px;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 35px;
        float: left;
        clear: both;
    }

    #anim1{
        width: 100px;
        height: 150px;
        float:left;
        clear: both;
        margin-left: 0px;
        margin-top: 200px;
    }
    #anim2{
        width: 100px;
        height: 150px;
        float:left;
        clear: both;
        margin-top: -60px;
        margin-left:5px;
    }
    #anim3{
        width: 100px;
        height: 150px;
        float:left;
        clear: both;
        margin-left: 0px;
        margin-top: -65px;
        
    }
     #kontakt_phone {
         display: block;
         color: white;
         font-family: 'brother-1816';
        font-weight: 900;
         font-size: 18px;
         float: left;
         line-height: 28px;
         margin-top:-10px;
         margin-left: -5px;
     }

     #foot_email {
         display: block;
         color: white;
         font-family: 'brother-1816';
        font-weight: 900;
         margin-left:100px;
         margin-top: -74px;
         text-align: center;
         cursor: pointer;
         line-height: 25px;
         float: left;
         clear: both;
     }

     #foot_link {
         display: block;
         color: white;
         font-family: 'brother-1816';
        font-weight: 900;
         margin-left: 0px;
         margin-top: -17px;
         cursor: pointer;
         line-height: 25px;
         float: left;
     }

     #kontakt_address {
         display: block;
         color: white;
         font-family: 'brother-1816';
        font-weight: 900;
         line-height: 28px;
         float: left;
         margin-top: 245px;
         margin-left:0px;
     }
}

@media screen and (max-width: 1300px) and (min-width: 1101px) {
    #logo {
        width: 171px;
        height: 177px;
        background: url('../images/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -5px;
        left: 0px;
    }
}

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

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

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

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

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

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

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

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

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

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

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Myriad Pro Bold';
        color: #005DA2;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'Myriad Pro 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: #005DA2;
        border: 2px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 15px;
        z-index: 10000000;
        display: block;
        display: none;
    }

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

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

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

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

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

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

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Myriad Pro Bold';
        color: #005DA2;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 17px;
        margin-top: 25px;
        margin-bottom: 15px;
        float: left;
    }

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

    /* CODE WRAPPER END */
    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

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

    #positive_msg {
        width: 90%;
        height: auto;
        background: #005DA2;
        border: 2px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -20px;
        margin-top: 15px;
    }

    #positive_losowanie {
        width: 290px;
        margin: 0 auto;
        clear: both;
    }

    #positive_title {
        height: auto;
        width: 300px;
        text-align: center;
        font-family: 'Myriad Pro Bold';
        margin: 0 auto;
        color: white;
        font-size: 20px;
        margin-top: 60px;
    }

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