@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: 4709px;
        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: #D31E1B;
    }

    #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: #D31E1B;
        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: #022856;
        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: #022856;
        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: #022856;
        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: 42px;
        background: #D31E1B;
        color: white;
        font-family: "Roboto-Bold";
        border-radius: 50px;
        padding-top: 14px;
        font-size: 12px;
        position: fixed;
        text-align: center;
        text-transform: uppercase;
        right: 20px;
        top: 130px;
        cursor: pointer;
    }
    /* Animated menu end */
    #home {
        width: 1100px;
        height: 815px;
        margin: 0 auto;
    }
    #top_bg{
        width: 1100px;
        height: 677px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 0px;
        margin-left: 0px;
        display: inline-block;
    }
    #join {
        display: inline-block;
        width: 285px;
        height: 75px;
        background: #D31E1B;
        margin-left: 740px;
        color: white;
        float: left;
        clear: both;
        line-height: 75px;
        margin-top: -400px;
        font-family: 'Roboto-Bold';
        border-radius: 50px;
        text-align: center;
        font-size: 33px;
        cursor: pointer;
        position: relative;
    }
    #nagrody {
        width: 1100px;
        height: 830px;
        margin: 0 auto;
    }
    #nagrody_bg{
        width: 1066.5px;
        height: 658px;
        background: url('../images/nagrody_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 33.5px;
    }

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

    #zasady_bg{
        width: 953.5px;
        height: 489px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        float: left;
        clear: both;
        margin-left: 125px;
    }
    #join2{
        width: 135px;
        height: 35px;
        float: left;
        clear: both;
        margin-left: 694px;
        margin-top: 280px;
    }
    #rules_download {
        display: inline-block;
        width: 280px;
        height: 75px;
        background: #D31E1B;
        color: white;
        float: left;
        clear: both;
        line-height: 75px;
        margin-top: 30px;
        margin-left: 410px;
        font-family: 'Roboto-Bold';
        border-radius: 50px;
        text-align: center;
        font-size: 33px;
        cursor: pointer;
    }

    #wez-udzial {
        width: 1100px;
        height: 1320px;
        margin: 0 auto;
    }
    #wez-udzial_bg{
        width: 373px;
        height: 78px;
        background: url('../images/wez-udzial_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 363.5px;
    }
    #main_form {
        width: 980px;
        height: auto;
        margin-top: 0px;
        float: left;
        margin-left: 60px;
    }

    #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: 450px;
        height: 80px;
        font-family: "Roboto-Regular";
        font-size: 25px;
        background: #005FA8;
        outline: 0;
        border: 0px;
        border-radius: 50px;
        color: white;
        float: left;
        padding: 0px;
        padding-left: 20px;
        margin-top: 20px;
    }

    #email,
    #date {
        margin-left: 40px;
    }

    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: "Roboto-Regular";
            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;
    }
    .styled-select1 {
        width: 470px;
        height: 80px;
        overflow: hidden;
        background: #005FA8 url('../images/arrow.png') no-repeat;
        background-position: 420px 31px;
        margin-top: 0px;
        float: left;
        margin-left: 0px;
        margin-top: 20px;
        border: 0px;
        border-radius: 50px;
    }

    .styled-select1 select {
        background: transparent;
        width: 470px;
        font-size: 25px;
        padding-left: 20px;
        height: 80px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Roboto-Regular";
        color: white;
        outline: none;
    }

    .styled-select1 select option {
        background-color: #005FA8;
        color: white;
    }
    #show_popup1 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -50px;
        margin-top: 46px;
        display: block;
        float: left;
    }

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

    #opis_label {
        font-size: 25px;
        color: white;
        font-family: "Roboto-Regular";
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 40px;
    }

    #opis {
        width: 940px;
        height: 180px;
        background: #005FA8;
        border-radius: 26px;
        border: 0px;
        outline: 0px;
        padding: 20px;
        margin-top: 30px;
        font-size: 25px;
        color: white;
        font-family: "Roboto-Regular";
        resize: none;
    }

    #opis_max {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        float: right;
        clear: both;
        font-size: 16px;
        color: white;
        font-family: "Roboto-Regular";
    }

    #reg {
         float: left;
         clear: both;
         font-family: "Roboto-Regular";
         font-size: 20px;
         color: white;
         margin-top: 30px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "Roboto-Regular";
         font-size: 20px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: white;
     }

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

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

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

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

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


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

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

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

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

     .data_label2 {
         width: 860px;
         color: white;
         font-size: 20px;
         line-height: 30px;
         font-family: "Roboto-Regular";
         float: left;
         margin-left: 20px;
         margin-top: 1px;
     }
    #shield {
        width: 960px;
        height: auto;
        float: left;
        clear: both;
        font-family: "Roboto-Regular";
        color: white;
        font-size: 15px;
        margin-top: 40px;
    }

    #button_send {
        display: inline-block;
        width: 280px;
        height: 85px;
        background: #D31E1B;
        margin-left: 350px;
        color: white;
        float: left;
        clear: both;
        border:0px;
        margin-top: 50px;
        font-family: 'Roboto-Bold';
        border-radius: 50px;
        text-align: center;
        font-size: 37px;
        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";
    }
    #laureaci {
        width: 1100px;
        height: 590px;
        margin: 0 auto;
    }

    #laureaci_bg {
        width: 932px;
        height: 447px;
        background: url('../images/laureaci_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 84px;
    }
    #laureaci_box1{
        width: 440px;
        height: 295px;
        float: left;
        clear: both;
        margin-top: 152px;
    }
    #laureaci_box2{
        width: 440px;
        height: 295px;
        float: right;
        margin-top: 152px;
    }
    .laureaci_title{
        font-family: "Roboto-Bold";
        font-size: 23px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 70%;
        margin-left: 15%;
        margin-top: 50px;
    }
    #laureaci_slider_box1{
        display: none;
    }
    #laureaci_slider_box2{
        display: none;
    }
    .laureaci_title_before{
        font-family: "Roboto-Bold";
        font-size: 23px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 70%;
        margin-left: 15%;
        margin-top: 50px;
    }
    .laureaci_title2{
        font-family: "Roboto-Regular";
        font-size: 18px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 70%;
        margin-left: 15%;
        margin-top: 20px;
    }
    #laureaci_slider1{
        width: 200px;
        float: left;
        clear: both;
        margin-left: 120px;
        margin-top: 30px;
    }
    #laureaci_slider2{
        width: 200px;
        float: left;
        clear: both;
        margin-left: 120px;
        margin-top: 30px;
    }
    .slids{
        width: 200px;
    }
    .laureaci_winners_box{
        font-family: "Roboto-Regular";
        font-size: 18px;
        color: white;
        text-align: center;
    }
    #kontakt {
        width: 1100px;
        height: 400px;
        margin: 0 auto;
    }

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

    #kontakt_phone {
        display: block;
        color: white;
        font-family: "Roboto-Bold";
        font-size: 20px;
        line-height: 30px;
        float: left;
        margin-top: 20px;
        margin-left: 190px;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "Roboto-Bold";
        font-size: 20px;
        line-height: 30px;
        margin-left: 148px;
        margin-top: 20px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "Roboto-Bold";
        font-size: 20px;
        line-height: 30px;
        margin-left: 477px;
        margin-top: -30px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #kontakt_address {
        display: block;
        color: white;
        font-family: "Roboto-Bold";
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: -60px;
        margin-left: 749px;
    }

    #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: 4776px;
        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: #022856;
        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: 72px;
        height: 27px;
        background: #D31E1B;
        color: white;
        font-family: "Roboto-Bold";
        border-radius: 50px;
        padding-top: 5px;
        font-size: 8px;
        text-align: center;
        position: fixed;
        right: 5px;
        top: 65px;
        z-index: 3;
        cursor: pointer;
    }

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

    #burger + #nav_cross {
        position: fixed;
        top: 5px;
        right: 5px;
        height: 54px;
        width: 54px;
        z-index: 5;
        background: #D31E1B;
        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: #D31E1B;
        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: 470px;
        margin: 0 auto;
    }
    #top_bg{
        width: 320px;
        height: 368px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 0px;
    }
    #join {
        display: inline-block;
        width: 200px;
        height: 50px;
        background: #D31E1B;
        margin-left: 60px;
        color: white;
        float: left;
        clear: both;
        line-height: 50px;
        margin-top: 10px;
        font-family: 'Roboto-Bold';
        border-radius: 50px;
        text-align: center;
        font-size: 24px;
        cursor: pointer;
    }
    #nagrody {
        width: 320px;
        height: 690px;
        margin: 0 auto;
    }
    #nagrody_bg{
        width: 324px;
        height: 658px;
        background: url('../images/nagrody_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: -2px;
    }

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

    #zasady_bg{
        width: 300px;
        height: 528px;
        background: url('../images/zasady_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        margin-left: 10px;
        float: left;
        clear: both;
    }
    #join2{
        width: 92px;
        height: 26px;
        float: left;
        clear: both;
        margin-top: 365px;
        margin-left: 144px;
    }
    #rules_download {
        display: inline-block;
        width: 220px;
        height: 56px;
        background: #D31E1B;
        margin-left: 50px;
        margin-top: 25px;
        color: white;
        float: left;
        clear: both;
        line-height: 56px;
        font-family: 'Roboto-Bold';
        border-radius: 50px;
        text-transform: uppercase;
        text-align: center;
        font-size: 25px;
        cursor: pointer;
    }

    #wez-udzial {
        width: 320px;
        height: 1630px;
        margin: 0 auto;
    }
    #wez-udzial_bg{
        width: 172px;
        height: 37px;
        background: url('../images/wez-udzial_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 74px;
    }
    #main_form {
        width: 320px;
        height: auto;
        margin-top: 0px;
        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: 280px;
        height: 70px;
        font-family: "Roboto-Regular";
        font-size: 18px;
        background: #005FA8;
        outline: 0;
        border: 0px;
        border-radius: 50px;
        color: white;
        float: left;
        padding: 0px;
        padding-left: 20px;
        margin-top: 15px;
        margin-left: 10px;
    }


    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: "Roboto-Regular";
            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;
    }
    .styled-select1 {
        width: 300px;
        height: 70px;
        overflow: hidden;
        background: #005FA8 url('../images/arrow.png') no-repeat;
        background-position: 250px 26px;
        margin-top: 0px;
        float: left;
        margin-left: 10px;
        margin-top: 15px;
        border: 0px;
        border-radius: 50px;
    }

    .styled-select1 select {
        background: transparent;
        width: 300px;
        font-size: 18px;
        padding-left: 20px;
        height: 70px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Roboto-Regular";
        color: white;
        outline: none;
    }

    .styled-select1 select option {
        background-color: #005FA8;
        color: white;
    }
    #show_popup1 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -48px;
        margin-top: 35px;
        display: block;
        float: left;
    }

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

    #opis_label {
        font-size: 20px;
        color: white;
        font-family: "Roboto-Regular";
        width: 80%;
        margin-left: 10%;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 20px;
    }

    #opis_label_red {
        font-family: "Myriad Pro Bold";
        color: #E30613;
    }

    #opis {
        width: 260px;
        height: 190px;
        background: #005FA8;
        border-radius: 26px;
        border: 0px;
        outline: 0px;
        padding: 20px;
        margin-top: 20px;
        font-size: 18px;
        margin-left: 10px;
        color: white;
        font-family: "Roboto-Regular";
        resize: none;
    }

    #opis_max {
        text-align: center;
        margin-top: 5px;
        width: 100%;
        float: right;
        clear: both;
        font-size: 15px;
        color: white;
        font-family: "Roboto-Regular";
    }

    #reg {
        width: 195px;
         float: left;
         clear: both;
         font-family: "Roboto-Regular";
         font-size: 18px;
         color: white;
         margin-top: 20px;
        margin-left: 10px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "Roboto-Regular";
         font-size: 18px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: white;
     }

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

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

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

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

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


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

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

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

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

     .data_label2 {
         width: 210px;
         color: white;
         font-size: 15px;
         line-height: 18px;
         font-family: "Roboto-Regular";
         float: left;
         margin-left: 20px;
         margin-top: 1px;
     }
    #shield {
        width: 300px;
        height: auto;
        float: left;
        clear: both;
        font-family: "Roboto-Regular";
        color: white;
        font-size: 14px;
        line-height: 16px;
        margin-left: 10px;
        margin-top: 30px;
    }

    #button_send {
        display: inline-block;
        width: 240px;
        height: 62px;
        background: #D31E1B;
        margin-top: 20px;
        margin-left: 40px;
        border: 0px;
        color: white;
        float: left;
        clear: both;
        font-family: 'Roboto-Bold';
        border-radius: 50px;
        text-align: center;
        font-size: 31px;
        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";
    }
    #laureaci {
        width: 320px;
        height: 670px;
        margin: 0 auto;
    }

    #laureaci_bg {
        width: 320px;
        height: 586px;
        background: url('../images/laureaci_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }
    #laureaci_box1{
        width: 320px;
        height: 205px;
        float: left;
        clear: both;
        margin-top: 52px;
    }
    #laureaci_box2{
        width: 320px;
        height: 233px;
        float: right;
        margin-top: 81px;
        padding-top: 15px;
    }
    .laureaci_title{
        font-family: "Roboto-Bold";
        font-size: 17px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        margin-top: 40px;
    }
    .laureaci_title_before{
        font-family: "Roboto-Bold";
        font-size: 23px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 70%;
        margin-left: 15%;
        margin-top: 50px;
    }
    #laureaci_slider_box1{
        display: none;
    }
    #laureaci_slider_box2{
        display: none;
    }
    .laureaci_title2{
        font-family: "Roboto-Regular";
        font-size: 16px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 70%;
        margin-left: 15%;
        margin-top: 10px;
    }
    #laureaci_slider1{
        width: 200px;
        float: left;
        clear: both;
        margin-left: 60px;
        margin-top: 20px;
    }
    #laureaci_slider2{
        width: 200px;
        float: left;
        clear: both;
        margin-left: 60px;
        margin-top: 30px;
    }
    .slids{
        width: 200px;
    }
    .laureaci_winners_box{
        font-family: "Roboto-Regular";
        font-size: 17px;
        color: white;
        text-align: center;
    }
    #kontakt {
        width: 320px;
        height: 400px;
        margin: 0 auto;
    }

    #kontakt_img {
        width: 316px;
        height: 527px;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 4px;
        float: left;
        clear: both;
    }

    #kontakt_phone {
        display: block;
        color: white;
        font-family: "Roboto-Bold";
        font-size: 18px;
        line-height: 24px;
        float: left;
        margin-top: -285px;
        width: 100%;
        text-align: center;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "Roboto-Bold";
        font-size: 18px;
        line-height: 24px;
        margin-left: 94px;
        margin-top: -132px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "Roboto-Bold";
        font-size: 18px;
        line-height: 24px;
        margin-left: 100px;
        margin-top: -108px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #kontakt_address {
        display: block;
        color: white;
        font-family: "Roboto-Bold";
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        float: left;
        clear: both;
        width: 100%;
        margin-top: 15px;
    }
}
@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: #022856;
        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: #022856;
        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: #022856;
        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: #022856;
        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: #022856;
        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;
    }
}
