 @charset "utf-8";

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

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

 .close:hover {
     opacity: 1;
 }

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

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

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

 .form_input::-webkit-input-placeholder {
     /* Chrome/Opera/Safari */
     color: black;
 }

 .form_input::-moz-placeholder {
     /* Firefox 19+ */
     color: black;
 }

 .form_input:-ms-input-placeholder {
     /* IE 10+ */
     color: black;
 }

 .form_input:-moz-placeholder {
     /* Firefox 18- */
     color: black;
 }

 #opis::-webkit-input-placeholder {
     /* Chrome/Opera/Safari */
     color: black;
 }

 #opis::-moz-placeholder {
     /* Firefox 19+ */
     color: black;
 }

 #opis:-ms-input-placeholder {
     /* IE 10+ */
     color: black;
 }

 #opis:-moz-placeholder {
     /* Firefox 18- */
     color: black;
 }

 .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: 4195px;
         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 {
         width: 300px;
         position: fixed;
         top: 50px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #popup > img {
         width: 300px;
     }

     #burger {
         display: none;
     }

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

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

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

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

     #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: 0px;
         right: 0px;
         width: 350px;
         height: 0px;
         z-index: 3;
         transition: .5s;
         transition-delay: .5s;
         overflow: hidden;
         border-radius: 5px;
     }

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

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

     #burger ~ nav > ul > li > a {
         text-decoration: none;
         text-transform: uppercase;
         color: white;
         font-weight: 800;
         font-size: 22px;
         font-family: "omnes-pro";
         display: block;
         padding-left: 15px;
         padding-right: 15px;
         padding-top: 10px;
         padding-bottom: 10px;
     }

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

     #burger:checked ~ nav {
         background: black;
         height: 410px;
         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: 870px;
         height: auto;
         background: #000000;
         border-radius: 20px;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 125px;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

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

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

     #positive_title {
         height: auto;
         width: 100%;
         text-align: center;
         font-family: "omnes-pro";
         font-weight: bold;
         margin: 0 auto;
         color: white;
         font-size: 41px;
         margin-top: 55px;
     }

     #positive_text {
         width: 670px;
         font-family: "omnes-pro";
         font-weight: bold;
         color: white;
         font-size: 25px;
         text-align: center;
         margin: 0 auto;
         margin-top: 40px;
         margin-bottom: 40px;
     }

     #positive_small {
         font-size: 11px;
         display: block;
         margin-top: 60px;
     }

     /* WAIT WRAPPER */
     #wait_wrapper {
         position: absolute;
         z-index: 55000;
     }

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

     #wait_box {
         width: 518px;
         height: 238px;
         position: fixed;
         background: #000000;
         border: 5px solid white;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 259px);
         z-index: 10000000;
         display: block;
         color: white;
         font-family: "omnes-pro";
         font-size: 28px;
         text-decoration: none;
         text-align: center;
         padding-top: 50px;
     }

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

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

     #code_msg {
         width: 639px;
         height: 430px;
         background: #000000;
         border-radius: 20px;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 269px);
         z-index: 10000000;
         display: block;
         display: none;
     }

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

     #code_title {
         height: 35px;
         width: 639px;
         text-align: center;
         font-family: 'omnes-pro';
         margin: 0 auto;
         color: white;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;
         font-weight: bold;
     }

     #code_title2 {
         width: 350px;
         text-align: center;
         font-family: 'omnes-pro';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 0px;
         margin-bottom: 0px;
         font-weight: bold;
     }

     #code_title3 {
         width: 350px;
         text-align: center;
         font-family: 'omnes-pro';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

     #code_text {
         width: 90%;
         font-family: 'omnes-pro';
         color: white;
         font-size: 25px;
         text-align: center;
         margin: 0 auto;
         margin-top: 0px;
     }

     #email_check {
         width: 300px;
         height: 40px;
         background: none;
         color: white;
         font-size: 20px;
         border-width: 0 0 5px 0;
         border-color: white;
         float: left;
         clear: both;
         text-align: center;
         font-family: 'omnes-pro';
         font-weight: bold;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
         outline: 0;
     }

     #paragon_check {
         width: 300px;
         height: 40px;
         background: none;
         color: white;
         font-size: 20px;
         border-width: 0 0 5px 0;
         border-color: white;
         float: left;
         clear: both;
         text-align: center;
         font-family: 'omnes-pro';
         font-weight: bold;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
         outline: 0;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #000000;
         font-family: 'omnes-pro';
         text-align: center;
         font-weight: bold;
         border: 0px;
         font-size: 20px;
         cursor: pointer;
         margin-left: 200px;
         margin-top: 30px;
         margin-bottom: 0px;
         outline: 0px;
         float: left;
     }

     #response {
         width: 500px;
         height: 100px;
         margin: 0 auto;
         font-family: 'omnes-pro';
         color: white;
         font-size: 18px;
         line-height: 22px;
         font-weight: bold;
         cursor: auto;
         clear: both;
         padding-top: 20px;

     }

     /* CODE WRAPPER END */
     #status {
         width: 135px;
         height: 50px;
         background: black;
         border-radius: 50px;
         color: white;
         font-family: "omnes-pro";
         font-weight: 500;
         text-align: center;
         padding-top: 7px;
         font-size: 14px;
         line-height: 20px;
         position: fixed;
         right: 20px;
         cursor: pointer;
         top: 120px;
         z-index: 2;
     }

     #home {
         width: 1100px;
         height: 830px;
         margin: 0 auto;
         position: relative;
     }

     #top_img1 {
         width: 712px;
         height: 480px;
         background: url('../images/top_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 35px;
         margin-left: 194px;
     }
     #anim1{
        width: 106px;
         height: auto;
         float: left;
         clear: both;
         margin-left: 410px;
         margin-top: -280px;
     }
     #lottie_box{
         width: 460px;
         height: 275px;
         overflow: hidden;
         float: left;
         clear: both;
         margin-top: -22px;
     }
     #anim2{
        width: 460px;
         height: auto;
         float: left;
         clear: both;
     }
     #join {
         display: inline-block;
         width: 250px;
         height: 70px;
         margin-left: 395px;
         margin-top: -195px;
         background:black url('../images/arrow.png');
         background-repeat: no-repeat;
         background-position: 250px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "omnes-pro";
         padding-left: 60px;
         font-size: 32px;
         float: left;
         clear: both;
         color: white;
         line-height: 65px;
         position: relative;
         font-weight: 800;
         z-index: 1;
     }

     #nagrody {
         width: 1100px;
         height: 775px;
         margin: 0 auto;
     }

     #nagrody_bg {
         width: 856px;
         height: 385px;
         background: url('../images/nagrody_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 122px;
         margin-top: 0px;
     }
     #anim3{
        width: 223px;
         height: auto;
         float: left;
         clear: both;
         margin-left: 470px;
         margin-top: 15px;
     }
     #zasady {
         width: 1100px;
         height: 780px;
         margin: 0 auto;
     }

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

     #join2 {
         width: 175px;
         height: 45px;
         float: left;
         clear: both;
         margin-top: 270px;
         margin-left: 640px;
         cursor: pointer;
     }

     #rules_download {
         display: inline-block;
         width: 360px;
         height: 70px;
         margin-left: 370px;
         margin-top: 30px;
         background: black;
         border-radius: 50px;
         cursor: pointer;
         font-family: "omnes-pro";
         font-weight: 800;
         font-size: 32px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 65px;
     }

     #wez-udzial {
         width: 1100px;
         height: 1310px;
         margin: 0 auto;
         position: relative;
     }
     #wez-udzial_bg {
         width: 305.5px;
         height: 46px;
         background: url('../images/wez-udzial_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 397.5px;
         margin-top: 0px;
         float: left;
         clear: both;
         display: inline-block;
     }

     #main_form {
         width: 920px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 20px;
         margin-left: 90px;
     }

     #main_form2 {
         width: 1100px;
         height: auto;
         padding-top: 384px;
         color: black;
         text-align: center;
         font-family: "omnes-pro";
         font-size: 30px;
         margin-left: 0px;
         padding-bottom: 100px;
     }
     #form_img1{
         width: 97px;
         height: 106.5px;
         background: url('../images/form_bg1.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 411px;
         margin-top: 10px;
     }
     #form_text1{
         width: 100%;
         text-align: center;
         font-family: "omnes-pro";
         font-size: 32px;
         font-weight: 600;
         margin-top: 20px;
         float: left;
         clear: both;
         margin-bottom: 10px;
     }
     .form_input {
         width: 410px;
         height: 70px;
         font-family: "omnes-pro";
         font-size: 20px;
         font-weight: 500;
         background: #F6F6F6;
         outline: 0;
         border: 0px;
         color: black;
         float: left;
         margin-left: 0px;
         padding: 0px;
         padding-left: 20px;
         border-radius: 50px;
         margin-top: 30px;
     }

     #email {
         margin-left: 60px;
     }

     @-webkit-keyframes autofill {
         to {
             color: black;
             font-family: "omnes-pro";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: black;
         -webkit-animation-name: autofill;
         -webkit-animation-fill-mode: both;
     }
     #show_popup1 {
         width: 17px;
         height: 18px;
         background: url("../images/gdzie_jest_numer.png");
         margin-left: -39px;
         margin-top: 57px;
         display: block;
         float: left;
     }
     #data {
         box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
         content: '';
         float: left;
         clear: both;
         cursor: pointer;
     }


     #opis_label1 {
         width:650px;
         font-family: "omnes-pro";
         font-weight: 800;
         font-size: 24px;
         color: black;
         float: left;
         clear: both;
         text-align: center;
         margin-top: 20px;
         margin-left: 135px;
     }

     #opis {
         width: 880px;
         height: 120px;
         background: #F6F6F6;
         color: black;
         padding: 20px;
         font-family: "omnes-pro";
         font-size: 20px;
         font-weight: 500;
         border-radius: 30px;
         margin-top: 25px;
         float: left;
         clear: both;
         border: 0px;
         outline: 0;
         resize: none;
         position: relative;
         z-index: 1;
     }

     #opis_max {
         width: 100%;
         text-align: center;
         float: left;
         clear: both;
         color: black;
         font-size: 15px;
         font-family: "omnes-pro";
         font-weight: 500;
         margin-top: 5px;
     }
     #form_img2{
         width:83px;
         height: 158px;
         background: url('../images/form_bg2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: right;
         clear: both;
         margin-top: -302px;
         position: relative;
         margin-right: 20px;
     }
     #reg {
         float: left;
         clear: both;
         font-family: "omnes-pro";
         font-weight: 500;
         font-size: 20px;
         color: black;
         margin-top: 20px;

     }

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

     .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: #A9A9A9;
         -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: #00C2E8;
     }


     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: 25px;
     }

     .data_label2 {
         width: 830px;
         color: black;
         font-size: 20px;
         font-family: "omnes-pro";
         float: left;
         font-weight: 500;
         margin-left: 20px;
         margin-top: 4px;
     }
     #shield {
         width: 830px;
         color: black;
         background: url('../images/shield.png');
         background-repeat: no-repeat;
         background-position: 0px 0px;
         font-weight: 500;
         font-size: 16px;
         padding-left: 76px;
         line-height: 22px;
         font-family: 'omnes-pro';
         margin-top: 20px;
         margin-left: 6px;
         float: left;
     }

     #captcha {
         display: block;
         float: left;
         clear: both;
         margin-top: 40px;
         margin-left: 0px;
     }

     #button_send {
         display: inline-block;
         width: 320px;
         height: 70px;
         margin-top: 30px;
         background: black;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "omnes-pro";
         font-weight: 800;
         font-size: 32px;
         text-align: center;
         margin-left: 300px;
         float: left;
         clear: both;
         color: white;
         outline: 0px;
     }

     #error {
         position: relative;
         width: 900px;
         color: red;
         background: white;
         height: 50px;
         margin-left: 80px;
         margin-top: 20px;
         text-align: center;
         vertical-align: middle;
         line-height: 50px;
         border: 3px solid red;
         font-family: "omnes-pro";
     }
     #kontakt {
         width: 1100px;
         height: 400px;
         margin: 0 auto;
     }

     #kontakt_bg {
         width: 811px;
         height: 184px;
         background: url('../images/kontakt_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 145px;
     }

     #kontakt_phone {
         display: block;
         color: black;
         font-family: "omnes-pro";
         font-weight: 700;
         font-size: 24px;
         line-height: 30px;
         float: left;
         margin-top: 220px;
         margin-left: 20px;
     }

     #foot_email {
         display: block;
         color: black;
         font-family: "omnes-pro";
         font-weight: 700;
         font-size: 24px;
         line-height: 30px;
         margin-left: 140px;
         margin-top: 220px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #kontakt_link {
         display: block;
         color: black;
         font-family: "omnes-pro";
         font-weight: 700;
         font-size: 24px;
         line-height: 30px;
         margin-left: 326px;
         margin-top: -30px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         width: 200px;
         display: block;
         color: black;
         font-family: "omnes-pro";
         font-weight: 700;
         font-size: 24px;
         line-height: 30px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: -60px;
         margin-left: 595px;
     }
     #lottie_box2{
         width: 345px;
         height: 206px;
         overflow: hidden;
         float: left;
         clear: both;
         margin-left: 377.5px;
         margin-top: 14px;
     }
     #anim5{
        width: 345px;
         height: auto;
         float: left;
         clear: both;
     }
     #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: #E90000;
         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: "omnes-pro";
         color: white;
     }

     #errors ul {
         font-family: "omnes-pro";
         font-size: 20px;
         color: white;
     }

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

     #errors_ok {
         background: white;
         border-radius: 25px;
         width: 150px;
         height: 50px;
         color: #E90000;
         font-family: "omnes-pro";
         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) {
     a[href^=tel] {
         text-decoration: inherit;
         color: inherit;
     }

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

     body {
         background:url('../images/mobile_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: 100;
         display: none;

     }

     #popup {
         width: 280px;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 15px;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #popup > img {
         width: 280px;
     }

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

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

     }

     #wait_box {
         width: 80%;
         height: 230px;
         background: #000000;
         border: 5px solid white;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 115px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
         font-family: "omnes-pro";
         color: white;
         font-size: 26px;
         text-align: center;
         padding-top: 50px;
     }

     /* 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: #E90000;
         border: 5px solid white;
         height: auto;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         position: fixed;
         top: 15px;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #errors h1 {
         padding-left: 30px;
         font-family: "omnes-pro";
         font-size: 16px;
         color: white;
     }

     #errors ul {
         font-family: "omnes-pro";
         font-size: 16px;
         color: white;
     }

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

     #errors_ok {
         background: white;
         border-radius: 25px;
         width: 150px;
         height: 50px;
         color: #E90000;
         font-family: "omnes-pro";
         font-size: 20px;
         text-align: center;
         vertical-align: middle;
         line-height: 50px;
         margin-left: 135px;
         margin-bottom: 15px;
     }

     #status {
         width: 80px;
         height: 24px;
         background: black;
         border-radius: 50px;
         color: white;
         font-family: "omnes-pro";
         text-align: center;
         padding-top: 5px;
         font-size: 10px;
         line-height: 9px;
         position: fixed;
         right: 5px;
         cursor: pointer;
         top: 60px;
         z-index: 2;
     }

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

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

     #positive_msg {
         width: 680px;
         height: auto;
         background: #000000;
         border-radius: 20px;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 215px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #positive_ok {
         float: right;
         margin-right: 10px;
         margin-top: 10px;
         cursor: pointer;
     }

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

     #positive_title {
         height: auto;
         width: 671px;
         text-align: center;
         font-family: 'omnes-pro';
         margin: 0 auto;
         color: white;
         font-size: 38px;
         margin-top: 40px;
         font-weight: bold;
     }

     #positive_text {
         width: 100%;
         font-family: 'omnes-pro';
         color: white;
         font-size: 18px;
         text-align: center;
         margin: 0 auto;
         margin-top: 40px;
         margin-bottom: 40px;
         font-weight: bold;
     }

     #positive_small {
         font-size: 11px;
         display: block;
         margin-top: 60px;
     }

     #burger {
         display: none;
     }

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

     #burger + #nav_cross .cross {
         position: absolute;
         width: 22px;
         height: 3px;
         top: 23px;
         left: 14px;
         display: block;
         background: white;
         transition: .5s;
     }

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

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

     #nav_cross:hover {
         cursor: pointer;
     }

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

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

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

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

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

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

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

     #burger:checked ~ nav {

         background: black;
         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: 555px;
         margin: 0 auto;
         position: relative;
     }

     #top_img1 {
         width: 282.5px;
         height: 188px;
         background: url('../images/top_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 120px;
         margin-left: 19px;
     }
     #anim1{
        width: 42px;
         height: auto;
         float: left;
         clear: both;
         margin-left: 100px;
         margin-top: -107px;
     }
     #lottie_box{
         width: 227px;
         height: 137px;
         overflow: hidden;
         float: left;
         clear: both;
         margin-top: 81px;
     }
     #anim2{
        width: 227px;
         height: auto;
         float: left;
         clear: both;
     }
     #join {
         display: inline-block;
         width: 190px;
         height: 60px;
         margin-left: 50px;
         margin-top: -195px;
         background:black url('../images/arrow.png');
         background-repeat: no-repeat;
         background-position: 165px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "omnes-pro";
         padding-left: 30px;
         font-size: 24px;
         float: left;
         clear: both;
         color: white;
         line-height: 55px;
         position: relative;
         font-weight: 800;
         z-index: 1;
     }

     #nagrody {
         width: 320px;
         height: 455px;
         margin: 0 auto;
     }

     #nagrody_bg {
         width: 258.5px;
         height: 247px;
         background: url('../images/nagrody_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 31px;
         margin-top: 0px;
     }
     #anim3{
        width: 108px;
         height: auto;
         float: left;
         clear: both;
         margin-left: 126px;
         margin-top: 10px;
     }
     #zasady {
         width: 320px;
         height: 770px;
         margin: 0 auto;
     }

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

     #join2 {
         width: 110px;
         height: 27px;
         float: left;
         clear: both;
         margin-top: 400px;
         margin-left: 40px;
         cursor: pointer;
     }

     #rules_download {
         display: inline-block;
         width: 260px;
         height: 50px;
         margin-left: 30px;
         margin-top: 30px;
         background: black;
         border-radius: 50px;
         cursor: pointer;
         font-family: "omnes-pro";
         font-weight: 800;
         font-size: 20px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 45px;
     }

     #wez-udzial {
         width: 320px;
         height: 1490px;
         margin: 0 auto;
         position: relative;
     }
     #wez-udzial_bg {
         width: 161.5px;
         height: 24.5px;
         background: url('../images/wez-udzial_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 80px;
         margin-top: 0px;
         float: left;
         clear: both;
         display: inline-block;
     }

     #main_form {
         width: 320px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 10px;
         margin-left: 0px;
     }

     #main_form2 {
         width: 320px;
         height: auto;
         padding-top: 200px;
         color: black;
         text-align: center;
         font-family: "omnes-pro";
         font-size: 30px;
         margin-left: 0px;
     }
     #form_img1{
         width: 65.5px;
         height: 93.5px;
         background: url('../images/form_bg1_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 127px;
         margin-top: 10px;
     }
     #form_text1{
         width:60%;
         text-align: center;
         font-family: "omnes-pro";
         font-size: 20px;
         margin-left: 20%;
         font-weight: 700;
         margin-top: 0px;
         float: left;
         clear: both;
         margin-bottom: 0px;
     }
     .form_input {
         width: 280px;
         height: 55px;
         font-family: "omnes-pro";
         font-size: 15px;
         font-weight: 500;
         background: #F6F6F6;
         outline: 0;
         border: 0px;
         color: black;
         float: left;
         margin-left: 10px;
         padding: 0px;
         padding-left: 20px;
         border-radius: 50px;
         margin-top: 13px;
     }

     @-webkit-keyframes autofill {
         to {
             color: black;
             font-family: "omnes-pro";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: black;
         -webkit-animation-name: autofill;
         -webkit-animation-fill-mode: both;
     }
     #show_popup1 {
         width: 17px;
         height: 18px;
         background: url("../images/gdzie_jest_numer.png");
         margin-left: -32px;
         margin-top: 33px;
         display: block;
         float: left;
     }
     #data {
         box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
         content: '';
         float: left;
         clear: both;
         cursor: pointer;
     }


     #opis_label1 {
         width:240px;
         font-family: "omnes-pro";
         font-weight: 800;
         font-size: 16px;
         line-height: 18px;
         color: black;
         float: left;
         clear: both;
         text-align: center;
         margin-top: 10px;
         margin-left: 40px;
     }

     #opis {
         width: 260px;
         height: 130px;
         background: #F6F6F6;
         color: black;
         padding: 20px;
         font-family: "omnes-pro";
         font-size: 15px;
         font-weight: 500;
         border-radius: 30px;
         margin-left: 10px;
         margin-top: 75px;
         float: left;
         clear: both;
         border: 0px;
         outline: 0;
         resize: none;
         position: relative;
         z-index: 1;
     }

     #opis_max {
         width: 100%;
         text-align: center;
         float: left;
         clear: both;
         color: black;
         font-size: 15px;
         font-family: "omnes-pro";
         font-weight: 500;
         margin-top: 5px;
     }
     #form_img2{
         width:44px;
         height:84px;
         background: url('../images/form_bg2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: right;
         clear: both;
         margin-top: -255px;
         position: relative;
         margin-right: 138px;
     }
     #reg {
         float: left;
         clear: both;
         font-family: "omnes-pro";
         font-weight: 500;
         font-size: 15px;
         color: black;
         margin-top: 20px;
         margin-left: 10px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "omnes-pro";
         font-size: 15px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: black;
     }

     .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: #A9A9A9;
         -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: #00C2E8;
     }


     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: 25px;
     }

     .data_label2 {
         width: 210px;
         color: black;
         font-size: 14px;
         line-height: 15px;
         font-family: "omnes-pro";
         float: left;
         font-weight: 500;
         margin-left: 20px;
     }
     #shield {
         width: 240px;
         color: black;
         background: url('../images/shield.png');
         background-repeat: no-repeat;
         background-position: 0px 0px;
         font-weight: 500;
         font-size: 14px;
         line-height: 15px;
         padding-left: 50px;
         font-family: 'omnes-pro';
         margin-top: 20px;
         margin-left: 16px;
         float: left;
     }

     #captcha {
         display: block;
         float: left;
         clear: both;
         margin-top: 40px;
         margin-left: 0px;
     }

     #button_send {
         display: inline-block;
         width: 210px;
         height: 50px;
         margin-top: 30px;
         background: black;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "omnes-pro";
         font-weight: 800;
         font-size: 20px;
         text-align: center;
         padding-bottom: 5px;
         margin-left: 55px;
         float: left;
         clear: both;
         color: white;
         outline: 0px;
     }

     #error {
         position: relative;
         width: 900px;
         color: red;
         background: white;
         height: 50px;
         margin-left: 80px;
         margin-top: 20px;
         text-align: center;
         vertical-align: middle;
         line-height: 50px;
         border: 3px solid red;
         font-family: "omnes-pro";
     }
     #kontakt {
         width: 320px;
         height: 400px;
         margin: 0 auto;
     }

     #kontakt_bg {
         width: 283px;
         height: 138px;
         background: url('../images/kontakt_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 18.5px;
     }

     #kontakt_phone {
         display: block;
         color: black;
         font-family: "omnes-pro";
         font-weight: 700;
         font-size: 20px;
         line-height: 26px;
         float: left;
         width: 100%;
         text-align: center;
         margin-top: 155px;
         margin-left: 0px;
     }

     #foot_email {
         display: block;
         color: black;
         font-family: "omnes-pro";
         font-weight: 700;
         font-size: 20px;
         line-height: 26px;
         margin-left: 67px;
         margin-top: 20px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #kontakt_link {
         display: block;
         color: black;
         font-family: "omnes-pro";
         font-weight: 700;
         font-size: 20px;
         line-height: 26px;
         margin-left: 74px;
         margin-top: 0px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         width: 200px;
         display: block;
         color: black;
         font-family: "omnes-pro";
         font-weight: 700;
         font-size: 20px;
         line-height: 26px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 20px;
         margin-left: 41.5px;
     }
     #lottie_box2{
         width: 219px;
         height: 130px;
         overflow: hidden;
         float: left;
         clear: both;
         margin-left: 32px;
         margin-top: 37px;
     }
     #anim5{
        width: 219px;
         height: auto;
         float: left;
         clear: both;
     }
 }

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

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

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

     #code_msg {
         width: 639px;
         height: 430px;
         background: #000000;
         border-radius: 20px;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 269px);
         z-index: 10000000;
         display: block;
         display: none;
     }

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

     #code_title {
         height: 35px;
         width: 639px;
         text-align: center;
         font-family: 'omnes-pro';
         margin: 0 auto;
         color: white;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;
         font-weight: bold;
     }

     #code_title2 {
         width: 350px;
         text-align: center;
         font-family: 'omnes-pro';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 0px;
         margin-bottom: 0px;
     }

     #code_title3 {
         width: 350px;
         text-align: center;
         font-family: 'omnes-pro';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

     #code_text {
         width: 90%;
         font-family: 'omnes-pro';
         color: white;
         font-size: 25px;
         text-align: center;
         margin: 0 auto;
         margin-top: 0px;
     }

     #email_check {
         width: 300px;
         height: 40px;
         background: none;
         color: white;
         font-size: 20px;
         border-width: 0 0 5px 0;
         border-color: white;
         float: left;
         clear: both;
         text-align: center;
         font-family: 'omnes-pro';
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
         outline: 0;
         font-weight: bold;
     }

     #paragon_check {
         width: 300px;
         height: 40px;
         background: none;
         color: white;
         font-size: 20px;
         border-width: 0 0 5px 0;
         border-color: white;
         float: left;
         clear: both;
         text-align: center;
         font-family: 'omnes-pro';
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
         outline: 0;
         font-weight: bold;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #000000;
         font-family: 'omnes-pro';
         text-align: center;
         border: 0px;
         font-size: 20px;
         cursor: pointer;
         margin-left: 200px;
         margin-top: 30px;
         margin-bottom: 0px;
         outline: 0px;
         float: left;
         font-weight: bold;
     }

     #response {
         width: 500px;
         height: 100px;
         margin: 0 auto;
         font-family: 'omnes-pro';
         color: white;
         font-size: 18px;
         line-height: 22px;
         cursor: auto;
         clear: both;
         padding-top: 20px;
         font-weight: bold;

     }

     /* CODE WRAPPER END */
 }

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

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

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

     #code_msg {
         width: 90%;
         height: 375px;
         background: #000000;
         border-radius: 20px;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 230px);
         z-index: 10000000;
         display: block;
         display: none;
     }

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

     #code_title {
         height: 35px;
         width: 260px;
         text-align: center;
         font-family: 'omnes-pro';
         margin: 0 auto;
         color: white;
         font-size: 17px;
         text-transform: uppercase;
         margin-top: 55px;
         font-weight: bold;
     }

     #code_title2 {
         width: 280px;
         text-align: center;
         font-family: 'omnes-pro';
         margin: 0 auto;
         color: white;
         font-size: 12px;
         text-transform: uppercase;
         margin-top: 10px;
     }

     #code_title3 {
         width: 280px;
         text-align: center;
         font-family: 'omnes-pro';
         margin: 0 auto;
         color: white;
         font-size: 12px;
         text-transform: uppercase;
         margin-top: 10px;
     }

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

     #email_check {
         width: 270px;
         height: 50px;
         background: none;
         color: white;
         border-width: 0 0 5px 0;
         border-color: white;
         margin-left: 0px;
         margin-top: 0px;
         text-align: center;
         font-family: 'omnes-pro';
         padding: 0px;
         outline: 0;
         font-weight: bold;
     }

     #paragon_check {
         width: 270px;
         height: 50px;
         background: none;
         color: white;
         border-width: 0 0 5px 0;
         border-color: white;
         margin-left: 0px;
         margin-top: 20px;
         text-align: center;
         font-family: 'omnes-pro';
         padding: 0px;
         outline: 0;
         font-weight: bold;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #000000;
         font-family: 'omnes-pro';
         text-align: center;
         border: 0px;
         font-size: 20px;
         cursor: pointer;
         margin-left: 58px;
         margin-top: 15px;
         margin-bottom: 10px;
         outline: 0px;
         float: left;
         font-weight: bold;
     }

     #response {
         width: 80%;
         height: 80px;
         margin: 0 auto;
         font-family: 'omnes-pro';
         color: white;
         font-size: 11px;
         line-height: 17px;
         cursor: auto;
         clear: both;
         font-weight: bold;
     }


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

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

     #positive_msg {
         width: 90%;
         height: auto;
         background: #000000;
         border-radius: 20px;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 240px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #positive_ok {
         float: right;
         margin-right: 10px;
         margin-top: 10px;
         cursor: pointer;
     }

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

     #positive_title {
         height: auto;
         width: 300px;
         text-align: center;
         font-family: 'omnes-pro';
         margin: 0 auto;
         color: white;
         font-size: 26px;
         margin-top: 54px;
         font-weight: bold;
     }

     #positive_text {
         width: 275px;
         font-family: 'omnes-pro';
         color: white;
         font-size: 15px;
         text-align: center;
         margin: 0 auto;
         margin-top: 20px;
         margin-bottom: 20px;
         font-weight: bold;
     }

     #positive_small {
         font-size: 10px;
         display: block;
         margin-top: 30px;
     }
 }
