 @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: #1B3371;
 }

 .form_input::-moz-placeholder {
     /* Firefox 19+ */
     color: #1B3371;
 }

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

 .form_input:-moz-placeholder {
     /* Firefox 18- */
     color: #1B3371;
 }

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

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

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

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

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

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

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

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

 #join2 {
     cursor: pointer;
     color: inherit;
 }

 html {
     -webkit-text-size-adjust: 100%;
     text-size-adjust: 100%;
 }

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

     html,
     body {
         width: 100%;
         height: 3712px;
         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: 400px;
         position: fixed;
         top: 50px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #popup > img {
         width: 400px;
     }

     #burger {
         display: none;
     }

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

     #burger + #nav_cross .cross {
         position: absolute;
         width: 30px;
         height: 4px;
         top: 38px;
         margin-top: -1px;
         left: 24px;
         display: block;
         background: #1B3371;
         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: #1B3371;
         font-weight: 800;
         font-size: 22px;
         font-family: "PlutoCondBlack";
         display: block;
         padding-left: 15px;
         padding-right: 15px;
         padding-top: 10px;
         padding-bottom: 10px;
     }

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

     #burger:checked ~ nav {
         background: #FFDF07;
         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: #1B3371;
         border: 5px 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 {
         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: "PlutoCondBlack";
         margin: 0 auto;
         color: white;
         font-size: 41px;
         margin-top: 55px;
     }

     #positive_text {
         width: 670px;
         font-family: "PlutoCondBlack";
         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;
     }

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

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

     #check_msg {
         width: 1000px;
         height: auto;
         background: #E23A49;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 125px;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

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

     #check_title {
         height: auto;
         width: 65%;
         text-align: center;
         font-family: "PlutoCondBlack";
         margin: 0 auto;
         color: white;
         font-size: 24px;
         margin-top: 100px;
     }

     #check_button_check {
         width: 198px;
         height: 43px;
         border: 1px solid white;
         background: none;
         color: white;
         font-family: "PlutoCondBlack";
         font-size: 17px;
         text-align: center;
         line-height: 45px;
         float: left;
         clear: both;
         margin-top: 50px;
         margin-left: 275px;
         margin-bottom: 70px;
         cursor: pointer;
     }

     #check_button_ok {
         width: 200px;
         height: 45px;
         background: white;
         color: #E23A49;
         font-family: "PlutoCondBlack";
         font-size: 17px;
         text-align: center;
         line-height: 45px;
         margin-left: 50px;
         margin-top: 50px;
         margin-bottom: 70px;
         float: left;
         cursor: pointer;
     }

     /* 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: #1B3371;
         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: "PlutoCondBlack";
         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: 485px;
         background: #1B3371;
         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: 'PlutoCondBlack';
         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: 'PlutoCondBlack';
         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: 'PlutoCondBlack';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

     #code_text {
         width: 90%;
         font-family: 'PlutoCondBlack';
         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-style: solid;
         border-width: 0 0 5px 0;
         border-color: white;
         border-radius: 0px;
         float: left;
         clear: both;
         text-align: center;
         font-family: 'PlutoCondBlack';
         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-style: solid;
         border-width: 0 0 5px 0;
         border-color: white;
         border-radius: 0px;
         float: left;
         clear: both;
         text-align: center;
         font-family: 'PlutoCondBlack';
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
         outline: 0;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #1B3371;
         font-family: 'PlutoCondBlack';
         text-align: center;
         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: 'PlutoCondBlack';
         color: white;
         font-size: 18px;
         line-height: 22px;
         cursor: auto;
         clear: both;
         padding-top: 20px;

     }

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

     /* CODE WRAPPER END */
     #status {
         width: 135px;
         height: 44px;
         background: #FFDF07;
         border-radius: 50px;
         color: #1B3371;
         font-family: "PlutoCond";
         text-align: center;
         padding-top: 10px;
         font-size: 14px;
         position: fixed;
         right: 20px;
         cursor: pointer;
         top: 120px;
         z-index: 2;
     }

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

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

     #losowanie_msg {
         width: 580px;
         height: 670px;
         background: transparent radial-gradient(closest-side at 50% 50%, #2A7ADF 0%, #012595 100%) 0% 0% no-repeat padding-box;
         border: 4px solid #FFFFFF;
         position: fixed;
         border-radius: 40px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 50px;
         z-index: 10000000;
         display: block;
         cursor: pointer;
         overflow: hidden;
     }

     #losowanie_ok {
         float: right;
         margin-right: 0px;
         margin-top: 15px;
         cursor: pointer;
         visibility: hidden;
     }

     #losowanie_title {
         height: auto;
         width: 100%;
         text-align: center;
         font-family: "PlutoCondBlack";
         margin: 0 auto;
         color: white;
         font-size: 26px;
         margin-top: 55px;
     }

     #losowanie_text1 {
         width: 400px;
         font-family: "PlutoCond";
         color: white;
         font-size: 15px;
         text-align: center;
         margin: 0 auto;
         margin-top: 20px;
     }

     #losowanie_text2 {
         width: 400px;
         font-family: "PlutoCondBlack";
         text-transform: uppercase;
         color: white;
         font-size: 20px;
         text-align: center;
         margin: 0 auto;
         margin-top: 20px;
     }

     #losowanie_ciastko {
         width: 200px;
         height: 200px;
         background: white;
         border-radius: 100%;
         float: left;
         clear: both;
         margin-left: 190px;
         margin-top: 45px;
         cursor: pointer;
         position: relative;
         z-index: 2;
         transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
     }

     #losowanie_ciastko:hover {
         transform: scale(1.05);
     }

     #losowanie_ciastko.zjezdza {
         transform: translateY(500px);
         transition: transform 2s cubic-bezier(0.4, 0, 0.6, 1);
     }

     #losowanie_helper {
         width: 270px;
         height: 38px;
         line-height: 38px;
         font-family: "PlutoCond";
         background: url('../images/touch-icon.png');
         background-repeat: no-repeat;
         background-position: 230px 0px;
         color: #012595;
         float: left;
         clear: both;
         font-size: 23px;
         position: relative;
         z-index: 4;
         margin-top: 85px;
         margin-left: 155px;
     }

     #anim1 {
         width: 580px;
         height: 540px;
         position: absolute;
         bottom: 0px;
         z-index: 3;
         pointer-events: none;
     }

     #anim2 {
         width: 580px;
         height: 540px;
         position: absolute;
         bottom: 0px;
         z-index: 1;
         pointer-events: none;
     }

     #anim3,
     #anim4,
     #anim5 {
         width: 580px;
         height: 540px;
         position: absolute;
         bottom: 0px;
         z-index: 5;
         pointer-events: none;
         visibility: hidden;
     }

     #losowanie_after_win {
         width: 370px;
         height: auto;
         padding: 20px;
         background: rgba(1, 37, 149, 0.75);
         color: white;
         font-family: "PlutoCond";
         font-size: 18px;
         text-align: center;
         position: absolute;
         border-radius: 17px;
         margin-left: 85px;
         float: left;
         clear: both;
         z-index: 6;
         bottom: 55px;
         display: none;
     }

     #home {
         width: 1100px;
         height: 920px;
         margin: 0 auto;
     }

     #top_bg {
         width: 410px;
         height: auto;
         float: left;
         margin-top: 37px;
         margin-left: 345px;
     }

     #top_bg2 {
         width: 237px;
         height: auto;
         float: left;
         margin-top: 15px;
         margin-left: 432px;
     }

     #top_bg3 {
         width: 627px;
         height: auto;
         float: left;
         margin-top: 20px;
         margin-left: 237px;
     }

     #top_bg4 {
         width: 517px;
         height: auto;
         float: left;
         margin-top: 25px;
         margin-left: 292px;
     }

     #join {
         display: inline-block;
         width: 260px;
         height: 63px;
         margin-left: 415px;
         margin-top: 20px;
         background: #1B3371;
         border: 5px solid white;
         border-radius: 50px;
         cursor: pointer;
         font-family: "PlutoCondBlack";
         font-size: 29px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 63px;
         box-shadow: 0px 4px 13px #0C2159;
     }

     #top_text1 {
         width: 100%;
         text-align: center;
         font-family: "PlutoCond";
         font-size: 20px;
         color: white;
         float: left;
         clear: both;
         margin-top: 30px;
     }

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

     #nagrody_box1 {
         width: 300px;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 100px;
     }

     #nagrody_box2 {
         width: 300px;
         float: left;
         margin-left: 80px;
         margin-top: 145px;
     }

     #nagrody_box3 {
         width: 340px;
         float: left;
         margin-left: 80px;
         margin-top: 145px;
     }

     #nagrody_text1 {
         font-family: "PlutoCondBlack";
         font-size: 50px;
         color: white;
         float: left;
         clear: both;
         width: 100%;
         text-align: center;
         margin-top: 0px;
     }

     #nagrody_text2 {
         width: 100%;
         text-align: center;
         font-family: "PlutoCondBlack";
         font-size: 160px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-top: 0px;
         margin-left: 0px;
     }

     .xxx {
         display: inline-block;
         width: 30px;
         height: 20px;
         line-height: 30px;
         text-align: center;
         font-size: 49px;
         transform: rotate(45deg);
         font-family: "Poppins-Bold";
     }

     #nagrody_text3 {
         font-family: "PlutoCondBlack";
         font-size: 66px;
         color: white;
         float: left;
         clear: both;
         width: 90px;
         margin-left: 100px;
         margin-top: 0px;
     }

     #nagrody_text4 {
         width: 290px;
         font-family: "PlutoCondBlack";
         font-size: 66px;
         color: white;
         float: left;
         clear: both;
         margin-top: -10px;
         margin-left: 0px;
     }

     #nagrody_text4a {
         width: 285px;
         font-family: "PlutoCondBlack";
         font-size: 27px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-top: -5px;
         margin-left: 0px;
     }

     #nagrody_bg1 {
         width: 89px;
         height: 90px;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 190px;
         margin-top: -207px;
     }


     #nagrody_text5 {
         width: 300px;
         text-align: center;
         font-family: "PlutoCondBlack";
         font-size: 66px;
         color: white;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 0px;
     }

     #nagrody_text6 {
         width: 300px;
         font-family: "PlutoCondBlack";
         font-size: 33px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-top: -10px;
         margin-left: 0px;
     }

     #nagrody_bg2 {
         width: 95px;
         height: 94px;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 170px;
         margin-top: -143px;
     }

     #nagrody_text7 {
         width: 340px;
         text-align: center;
         font-family: "PlutoCondBlack";
         font-size: 66px;
         color: white;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 0px;
     }

     #nagrody_text8 {
         width: 340px;
         font-family: "PlutoCondBlack";
         font-size: 33px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-top: -10px;
         margin-left: 0px;
     }

     #nagrody_bg3 {
         width: 96px;
         height: 97px;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 230px;
         margin-top: -145px;
     }

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

     #zasady_title {
         font-family: "PlutoCondBlack";
         font-size: 50px;
         text-transform: uppercase;
         color: white;
         float: left;
         clear: both;
         width: 100%;
         text-align: center;
     }

     .zasady_box {
         width: 350px;
         float: left;
         margin-left: 16px;
         margin-top: 80px;
     }

     #zasady_nr1 {
         width: 69px;
         height: 69px;
         background: #FFD200;
         border-radius: 50px;
         text-align: center;
         line-height: 71px;
         font-family: "PlutoCondBlack";
         font-size: 39px;
         color: #1B3371;
         float: left;
         clear: both;
         margin-left: 140px;
         margin-bottom: 25px;
     }

     #zasady_nr2 {
         width: 69px;
         height: 69px;
         background: #FFD200;
         border-radius: 50px;
         text-align: center;
         line-height: 71px;
         font-family: "PlutoCondBlack";
         font-size: 39px;
         color: #1B3371;
         float: left;
         clear: both;
         margin-bottom: 25px;
         margin-left: 140px;
     }

     #zasady_nr3 {
         width: 69px;
         height: 69px;
         background: #FFD200;
         border-radius: 50px;
         text-align: center;
         line-height: 71px;
         font-family: "PlutoCondBlack";
         font-size: 39px;
         color: #1B3371;
         float: left;
         clear: both;
         margin-bottom: 25px;
         margin-left: 140px;
     }

     #zasady_text1 {
         width: 350px;
         font-family: "PlutoCond";
         font-size: 25px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-left: 0px;
         margin-top: 0px;
     }

     #zasady_text2 {
         width: 280px;
         font-family: "PlutoCond";
         font-size: 25px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-left: 35px;
         margin-top: 0px;
     }

     #zasady_text3 {
         width: 310px;
         font-family: "PlutoCond";
         font-size: 25px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-left: 20px;
         margin-top: 0px;
     }

     #zasady_text4 {
         font-family: "PlutoCond";
         font-size: 22px;
         color: white;
         float: left;
         clear: both;
         width: 760px;
         text-align: center;
         margin-left: 170px;
         margin-top: 100px;
     }

     #rules_download {
         display: inline-block;
         width: 250px;
         height: 55px;
         margin-left: 420px;
         margin-top: 30px;
         background: #1B3371;
         border: 5px solid white;
         border-radius: 50px;
         cursor: pointer;
         font-family: "PlutoCondBlack";
         font-size: 29px;
         text-align: center;
         text-transform: uppercase;
         float: left;
         clear: both;
         color: white;
         line-height: 57px;
         position: relative;
         z-index: 3;
     }

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

     #wez-udzial_title {
         font-family: "PlutoCondBlack";
         font-size: 55px;
         color: white;
         float: left;
         clear: both;
         width: 100%;
         text-align: center;
     }

     #main_form {
         width: 990px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 30px;
         margin-left: 55px;
     }

     #main_form2 {
         width: 1100px;
         height: auto;
         padding-top: 150px;
         color: white;
         text-align: center;
         font-family: "PlutoCondBlack";
         font-size: 30px;
         margin-left: 0px;
         padding-bottom: 100px;
     }

     .form_input {
         width: 430px;
         height: 70px;
         font-family: "PlutoCond";
         font-size: 21px;
         background: white;
         outline: 0;
         border: 0px;
         border-radius: 50px;
         color: #1B3371;
         float: left;
         margin-left: 0px;
         padding: 0px;
         padding-left: 20px;
         margin-top: 30px;
     }

     #phone,
     #date {
         margin-left: 90px;
     }

     @-webkit-keyframes autofill {
         to {
             color: #1B3371;
             font-family: "PlutoCond";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #1B3371;
         -webkit-animation-name: autofill;
         -webkit-animation-fill-mode: both;
     }

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

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

     #data {
         box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
         content: '';
         float: left;
         clear: both;
         cursor: pointer;
     }

     #form_text1 {
         width: 100%;
         text-align: center;
         color: white;
         font-family: "PlutoCondBlack";
         font-size: 35px;
         margin-top: 50px;
         float: left;
         clear: both;
     }

     #form_text2 {
         width: 100%;
         text-align: center;
         color: white;
         font-family: "PlutoCond";
         font-size: 17px;
         margin-top: 20px;
         float: left;
         clear: both;
     }

     input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file {
         height: 339px;
         width: 339px;
         display: block;
         background: url('../images/file.png');
         background-repeat: no-repeat;
         background-size: cover;
         user-select: none;
         border: 5px dashed #FFDF07;
         border-radius: 100%;
         cursor: pointer;
         float: left;
         clear: both;
         margin-left: 320px;
         margin-top: 40px;
     }

     #file_helper {
         font-family: "PlutoCond";
         font-size: 20px;
         color: white;
         float: left;
         text-decoration: underline;
         margin-top: 200px;
         margin-left: 50px;
         cursor: pointer;
     }

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

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "PlutoCond";
         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: #286DFF;
     }


     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: 1030px;
         height: auto;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 30px;
     }

     .data_label2 {
         width: 900px;
         color: white;
         font-size: 20px;
         font-family: "PlutoCond";
         float: left;
         margin-left: 20px;
         margin-top: 1px;
     }

     #shield_img {
         width: 56px;
         height: 62px;
         background: url('../images/shield.png');
         float: left;
         margin-left: -87px;
         margin-top: 34px;

     }

     #shield {
         width: 880px;
         padding: 20px;
         padding-left: 60px;
         border-radius: 36px;
         background: rgba(40, 109, 255, 0.19);
         color: white;
         font-size: 15px;
         line-height: 19px;
         font-family: 'PlutoCond';
         margin-top: 30px;
         margin-left: 30px;
         float: left;
     }

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

     #button_send {
         display: inline-block;
         width: 300px;
         height: 65px;
         margin-top: 40px;
         background: #1B3371;
         border: 5px solid white;
         border-radius: 50px;
         cursor: pointer;
         font-family: "PlutoCondBlack";
         font-size: 29px;
         text-align: center;
         float: left;
         color: white;
         margin-left: 345px;
         box-shadow: 0px 4px 13px #0C2159;
         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: "PlutoCondBlack";
     }

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

     #kontakt_title {
         font-family: "PlutoCondBlack";
         font-size: 55px;
         color: white;
         float: left;
         clear: both;
         width: 100%;
         text-align: center;
     }

     #kontakt_text1 {
         font-family: "PlutoCond";
         font-size: 32px;
         color: white;
         float: left;
         clear: both;
         width: 100%;
         text-align: center;
         margin-top: 50px;
     }

     #kontakt_img {
         width: 649px;
         height: 63px;
         background: url('../images/kontakt_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 223px;
         margin-top: 40px;
     }

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

     #foot_email {
         display: block;
         color: white;
         font-family: "PlutoCond";
         font-size: 24px;
         line-height: 30px;
         margin-left: 127px;
         margin-top: 20px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #kontakt_link {
         display: block;
         color: white;
         font-family: "PlutoCond";
         font-size: 24px;
         line-height: 30px;
         margin-left: 456px;
         margin-top: -30px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         width: 200px;
         display: block;
         color: white;
         font-family: "PlutoCond";
         font-size: 24px;
         line-height: 30px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: -60px;
         margin-left: 740px;
     }

     #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: #1B3371;
         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: "PlutoCondBlack";
         color: white;
     }

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

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

     #errors_ok {
         background: white;
         border-radius: 25px;
         width: 150px;
         height: 50px;
         color: #1B3371;
         font-family: "PlutoCondBlack";
         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: 5085px;
         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: 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;
     }

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

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

     #check_msg {
         width: 320px;
         height: auto;
         background: #E23A49;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 125px;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

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

     #check_title {
         height: auto;
         width: 90%;
         text-align: center;
         font-family: "PlutoCondBlack";
         margin: 0 auto;
         color: white;
         font-size: 18px;
         margin-top: 70px;
     }

     #check_button_check {
         width: 198px;
         height: 43px;
         border: 1px solid white;
         background: none;
         color: white;
         font-family: "PlutoCondBlack";
         font-size: 17px;
         text-align: center;
         line-height: 45px;
         float: left;
         clear: both;
         margin-top: 20px;
         margin-left: 60px;
         margin-bottom: 0px;
         cursor: pointer;
     }

     #check_button_ok {
         width: 200px;
         height: 45px;
         background: white;
         color: #E23A49;
         font-family: "PlutoCondBlack";
         font-size: 17px;
         text-align: center;
         line-height: 45px;
         margin-left: 60px;
         margin-top: 20px;
         margin-bottom: 50px;
         float: left;
         cursor: pointer;
     }

     /* 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: #1B3371;
         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: "PlutoCondBlack";
         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: #1B3371;
         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: "PlutoCondBlack";
         font-size: 16px;
         color: white;
     }

     #errors ul {
         font-family: "PlutoCondBlack";
         font-size: 12px;
         color: white;
     }

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

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

     #status {
         width: 90px;
         height: 27px;
         background: #FFDF07;
         border-radius: 50px;
         color: #1B3371;
         font-family: "PlutoCond";
         text-align: center;
         padding-top: 10px;
         font-size: 10px;
         line-height: 9px;
         position: fixed;
         right: 10px;
         cursor: pointer;
         top: 70px;
         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: #1B3371;
         border: 5px solid white;
         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: 'PlutoCondBlack';
         margin: 0 auto;
         color: white;
         font-size: 38px;
         margin-top: 40px;
     }

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

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

     #burger {
         display: none;
     }

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

     #burger + #nav_cross .cross {
         position: absolute;
         width: 22px;
         height: 3px;
         top: 23px;
         left: 14px;
         display: block;
         background: #1B3371;
         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: #1B3371;
         font-weight: 800;
         font-size: 22px;
         font-family: 'PlutoCondBlack';
         display: block;
         padding: 15px;
     }

     #burger:checked ~ nav {

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

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

     #menu_click {
         display: none;
     }

     /* Animated menu end */
     #losowanie_wrapper {
         position: absolute;
         z-index: 55000;
         cursor: pointer;
     }

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

     #losowanie_msg {
         width: 312px;
         height: 540px;
         background: transparent radial-gradient(closest-side at 50% 50%, #2A7ADF 0%, #012595 100%) 0% 0% no-repeat padding-box;
         border: 4px solid #FFFFFF;
         position: fixed;
         border-radius: 24px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 40px;
         z-index: 10000000;
         display: block;
         cursor: pointer;
         overflow: hidden;
     }

     #losowanie_ok {
         float: right;
         margin-right: 0px;
         margin-top: 15px;
         cursor: pointer;
         visibility: hidden;
     }

     #losowanie_title {
         height: auto;
         width: 70%;
         text-align: center;
         font-family: "PlutoCondBlack";
         text-transform: uppercase;
         margin: 0 auto;
         color: white;
         font-size: 20px;
         margin-top: 30px;
     }

     #losowanie_text1 {
         width: 90%;
         font-family: "PlutoCond";
         color: white;
         font-size: 14px;
         text-align: center;
         margin: 0 auto;
         margin-top: 20px;
     }

     #losowanie_text2 {
         width: 90%;
         font-family: "PlutoCondBlack";
         text-transform: uppercase;
         color: white;
         font-size: 16px;
         text-align: center;
         margin: 0 auto;
         margin-top: 20px;
     }

     #losowanie_ciastko {
         width: 130px;
         height: 130px;
         background: white;
         border-radius: 100%;
         float: left;
         clear: both;
         margin-left: 91px;
         margin-top: 25px;
         cursor: pointer;
         position: relative;
         z-index: 2;
         transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
     }

     #losowanie_ciastko:hover {
         transform: scale(1.05);
     }

     #losowanie_ciastko.zjezdza {
         transform: translateY(500px);
         transition: transform 2s cubic-bezier(0.4, 0, 0.6, 1);
     }

     #losowanie_helper {
         width: 200px;
         height: 38px;
         line-height: 38px;
         font-family: "PlutoCond";
         background: url('../images/touch-icon.png');
         background-repeat: no-repeat;
         background-position: 160px 0px;
         color: #012595;
         float: left;
         clear: both;
         font-size: 16px;
         position: relative;
         z-index: 4;
         margin-top: 70px;
         margin-left: 65px;
     }

     #anim1 {
         width: 320px;
         height: 298px;
         position: absolute;
         bottom: 0px;
         z-index: 3;
         pointer-events: none;
     }

     #anim2 {
         width: 320px;
         height: 298px;
         position: absolute;
         bottom: 0px;
         z-index: 1;
         pointer-events: none;
     }

     #anim3,
     #anim4,
     #anim5 {
         width: 320px;
         height: 298px;
         position: absolute;
         bottom: 0px;
         z-index: 5;
         pointer-events: none;
         visibility: hidden;
     }

     #losowanie_after_win {
         width: 252px;
         height: auto;
         padding: 20px;
         background: #02116C;
         color: white;
         font-family: "PlutoCond";
         font-size: 14px;
         text-align: center;
         position: absolute;
         border-radius: 17px;
         margin-left: 10px;
         float: left;
         clear: both;
         z-index: 6;
         bottom: 295px;
         display: none;
     }

     #home {
         width: 320px;
         height: 675px;
         margin: 0 auto;
     }

     #top_bg {
         width: 254px;
         height: auto;
         float: left;
         margin-top: 37px;
         margin-left: 33px;
     }

     #top_bg2 {
         width: 175px;
         height: auto;
         float: left;
         margin-top: 25px;
         margin-left: 72.5px;
     }

     #top_bg3 {
         width: 295px;
         height: auto;
         float: left;
         margin-top: 25px;
         margin-left: 12.5px;
     }

     #top_bg4 {
         width: 295px;
         height: auto;
         float: left;
         margin-top: 25px;
         margin-left: 12.5px;
     }

     #join {
         display: inline-block;
         width: 260px;
         height: 53px;
         margin-left: 25px;
         margin-top: 30px;
         background: #1B3371;
         border: 5px solid white;
         border-radius: 50px;
         cursor: pointer;
         font-family: "PlutoCondBlack";
         font-size: 29px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 55px;
         box-shadow: 0px 4px 13px #0C2159;
     }

     #top_text1 {
         width: 100%;
         text-align: center;
         font-family: "PlutoCond";
         font-size: 14px;
         color: white;
         float: left;
         clear: both;
         margin-top: 30px;
     }

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

     #nagrody_box1 {
         width: 320px;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 40px;
     }

     #nagrody_box2 {
         width: 320px;
         float: left;
         margin-left: 0px;
         margin-top: 55px;
     }

     #nagrody_box3 {
         width: 320px;
         float: left;
         margin-left: 0px;
         margin-top: 55px;
     }

     #nagrody_text1 {
         font-family: "PlutoCondBlack";
         font-size: 31px;
         color: white;
         float: left;
         clear: both;
         width: 80%;
         margin-left: 10%;
         text-align: center;
         margin-top: 0px;
     }

     .xxx {
         display: inline-block;
         width: 30px;
         height: 20px;
         line-height: 30px;
         text-align: center;
         font-size: 41px;
         transform: rotate(45deg);
         font-family: "Poppins-Bold";
     }

     #nagrody_text3 {
         font-family: "PlutoCondBlack";
         font-size: 56px;
         color: white;
         float: left;
         clear: both;
         width: 80px;
         margin-left: 120px;
         margin-top: 0px;
     }

     #nagrody_text4 {
         width: 320px;
         font-family: "PlutoCondBlack";
         font-size: 56px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-top: -10px;
         margin-left: 0px;
     }

     #nagrody_text4a {
         width: 320px;
         font-family: "PlutoCondBlack";
         font-size: 23px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         text-align: center;
         margin-top: -5px;
         margin-left: 0px;
     }

     #nagrody_bg1 {
         width: 78px;
         height: 79px;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 200px;
         margin-top: -169px;
     }


     #nagrody_text5 {
         width: 110px;
         text-align: center;
         font-family: "PlutoCondBlack";
         font-size: 56px;
         color: white;
         float: left;
         clear: both;
         margin-left: 90px;
         margin-top: 0px;
     }

     #nagrody_text6 {
         width: 320px;
         font-family: "PlutoCondBlack";
         font-size: 28px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-top: -10px;
         margin-left: 0px;
     }

     #nagrody_bg2 {
         width: 82px;
         height: 82px;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 162px;
         margin-top: -125px;
     }

     #nagrody_text7 {
         width: 160px;
         text-align: center;
         font-family: "PlutoCondBlack";
         font-size: 56px;
         color: white;
         float: left;
         clear: both;
         margin-left: 65px;
         margin-top: 0px;
     }

     #nagrody_text8 {
         width: 320px;
         font-family: "PlutoCondBlack";
         font-size: 28px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-top: -10px;
         margin-left: 0px;
     }

     #nagrody_bg3 {
         width: 83px;
         height: 84px;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 200px;
         margin-top: -130px;
     }

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

     #zasady_title {
         font-family: "PlutoCondBlack";
         font-size: 30px;
         color: white;
         float: left;
         clear: both;
         width: 100%;
         text-align: center;
     }

     .zasady_box {
         width: 280px;
         float: left;
         margin-left: 20px;
         margin-top: 30px;
     }

     #zasady_nr1 {
         width: 69px;
         height: 69px;
         background: #FFD200;
         border-radius: 50px;
         text-align: center;
         line-height: 71px;
         font-family: "PlutoCondBlack";
         font-size: 39px;
         color: #1B3371;
         float: left;
         clear: both;
         margin-left: 105px;
         margin-bottom: 12px;
     }

     #zasady_nr2 {
         width: 69px;
         height: 69px;
         background: #FFD200;
         border-radius: 50px;
         text-align: center;
         line-height: 71px;
         font-family: "PlutoCondBlack";
         font-size: 39px;
         color: #1B3371;
         float: left;
         clear: both;
         margin-bottom: 12px;
         margin-left: 105px;
     }

     #zasady_nr3 {
         width: 69px;
         height: 69px;
         background: #FFD200;
         border-radius: 50px;
         text-align: center;
         line-height: 71px;
         font-family: "PlutoCondBlack";
         font-size: 39px;
         color: #1B3371;
         float: left;
         clear: both;
         margin-bottom: 12px;
         margin-left: 105px;
     }

     #zasady_text1 {
         width: 270px;
         font-family: "PlutoCond";
         font-size: 20px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-left: 5px;
         margin-top: 0px;
     }

     #zasady_text2 {
         width: 260px;
         font-family: "PlutoCond";
         font-size: 20px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-left: 10px;
         margin-top: 0px;
     }

     #zasady_text3 {
         width: 244px;
         font-family: "PlutoCond";
         font-size: 20px;
         color: white;
         float: left;
         clear: both;
         text-align: center;
         margin-left: 18px;
         margin-top: 0px;
     }

     #zasady_text4 {
         font-family: "PlutoCond";
         font-size: 18px;
         color: white;
         float: left;
         clear: both;
         width: 270px;
         text-align: center;
         margin-left: 25px;
         margin-top: 30px;
     }

     #rules_download {
         display: inline-block;
         width: 200px;
         height: 45px;
         margin-left: 55px;
         margin-top: 30px;
         background: #1B3371;
         border: 5px solid white;
         border-radius: 50px;
         cursor: pointer;
         font-family: "PlutoCondBlack";
         text-transform: uppercase;
         font-size: 24px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 46px;
     }

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

     #wez-udzial_title {
         font-family: "PlutoCondBlack";
         text-transform: uppercase;
         font-size: 30px;
         color: white;
         float: left;
         clear: both;
         width: 100%;
         text-align: center;
     }

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

     #main_form2 {
         width: 320px;
         height: auto;
         padding-top: 150px;
         color: white;
         text-align: center;
         font-family: "PlutoCondBlack";
         font-size: 30px;
         margin-left: 0px;
         padding-bottom: 100px;
     }

     .form_input {
         width: 280px;
         height: 70px;
         font-family: "PlutoCond";
         font-size: 18px;
         background: white;
         outline: 0;
         border: 0px;
         border-radius: 50px;
         color: #1B3371;
         float: left;
         margin-left: 10px;
         padding: 0px;
         padding-left: 20px;
         margin-top: 25px;
     }

     @-webkit-keyframes autofill {
         to {
             color: #1B3371;
             font-family: "PlutoCond";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #1B3371;
         -webkit-animation-name: autofill;
         -webkit-animation-fill-mode: both;
     }

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

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

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

     #form_text2 {
         width: 100%;
         text-align: center;
         color: white;
         font-family: "PlutoCond";
         font-size: 17px;
         margin-top: 15px;
         float: left;
         clear: both;
     }

     input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file {
         height: 240px;
         width: 240px;
         display: block;
         background: url('../images/file.png');
         background-repeat: no-repeat;
         background-size: cover;
         user-select: none;
         border: 5px dashed #FFDF07;
         border-radius: 100%;
         cursor: pointer;
         float: left;
         clear: both;
         margin-left: 35px;
         margin-top: 20px;
     }

     #file_helper {
         font-family: "PlutoCond";
         font-size: 20px;
         color: white;
         float: left;
         clear: both;
         width: 150px;
         text-align: center;
         text-decoration: underline;
         margin-top: 20px;
         margin-left: 85px;
         cursor: pointer;
     }

     #data {
         box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
         content: '';
         float: left;
         clear: both;
         cursor: pointer;
     }

     #reg {
         float: left;
         clear: both;
         font-family: "PlutoCond";
         font-size: 16px;
         color: white;
         margin-top: 25px;
         margin-left: 10px;
         width: 165px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "PlutoCond";
         font-size: 16px;
         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: #1B3371;
     }


     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: white;
         font-size: 16px;
         font-family: "PlutoCond";
         float: left;
         margin-left: 20px;
         margin-top: 1px;
     }

     #shield_img {
         width: 56px;
         height: 62px;
         background: url('../images/shield.png');
         float: left;
         margin-left: 112px;
         margin-top: -80px;

     }

     #shield {
         width: 260px;
         padding: 20px;
         padding-bottom: 20px;
         padding-top: 50px;
         border-radius: 36px;
         background: rgba(40, 109, 255, 0.19);
         color: white;
         font-size: 15px;
         line-height: 19px;
         font-family: 'PlutoCond';
         margin-top: 50px;
         margin-left: 10px;
         float: left;
     }

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

     #button_send {
         display: inline-block;
         width: 230px;
         height: 55px;
         margin-top: 40px;
         background: #1B3371;
         border: 5px solid white;
         border-radius: 50px;
         cursor: pointer;
         font-family: "PlutoCondBlack";
         font-size: 24px;
         text-align: center;
         float: left;
         color: white;
         margin-left: 45px;
         box-shadow: 0px 4px 13px #0C2159;
         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: "PlutoCondBlack";
     }

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

     #kontakt_title {
         font-family: "PlutoCondBlack";
         font-size: 30px;
         color: white;
         float: left;
         clear: both;
         width: 100%;
         text-align: center;
     }

     #kontakt_text1 {
         font-family: "PlutoCond";
         font-size: 20px;
         color: white;
         float: left;
         clear: both;
         width: 100%;
         text-align: center;
         margin-top: 20px;
     }

     #kontakt_img {
         width: 52px;
         height: 338px;
         background: url('../images/kontakt_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 134px;
         margin-top: 40px;
     }

     #kontakt_phone {
         width: 200px;
         text-align: center;
         display: block;
         color: white;
         font-family: "PlutoCond";
         font-size: 20px;
         line-height: 30px;
         float: left;
         clear: both;
         margin-top: -275px;
         margin-left: 60px;
     }

     #foot_email {
         display: block;
         color: white;
         font-family: "PlutoCond";
         font-size: 20px;
         line-height: 30px;
         margin-left: 82px;
         margin-top: -125px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #kontakt_link {
         display: block;
         color: white;
         font-family: "PlutoCond";
         font-size: 20px;
         line-height: 30px;
         margin-left: 86px;
         margin-top: -95px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

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

 }

 @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: 485px;
         background: #1B3371;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 40px;
         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: 'PlutoCondBlack';
         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: 'PlutoCondBlack';
         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: 'PlutoCondBlack';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

     #code_text {
         width: 90%;
         font-family: 'PlutoCondBlack';
         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-style: solid;
         border-width: 0 0 5px 0;
         border-color: white;
         border-radius: 0px;
         float: left;
         clear: both;
         text-align: center;
         font-family: 'PlutoCondBlack';
         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-style: solid;
         border-width: 0 0 5px 0;
         border-color: white;
         border-radius: 0px;
         float: left;
         clear: both;
         text-align: center;
         font-family: 'PlutoCondBlack';
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
         outline: 0;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #1B3371;
         font-family: 'PlutoCondBlack';
         text-align: center;
         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: 'PlutoCondBlack';
         color: white;
         font-size: 18px;
         line-height: 22px;
         cursor: auto;
         clear: both;
         padding-top: 20px;

     }

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

     /* 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: 425px;
         background: #1B3371;
         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: 'PlutoCondBlack';
         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: 'PlutoCondBlack';
         margin: 0 auto;
         color: white;
         font-size: 12px;
         text-transform: uppercase;
         margin-top: 10px;
     }

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

     #code_text {
         width: 290px;
         font-family: 'PlutoCondBlack';
         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-style: solid;
         border-width: 0 0 5px 0;
         border-color: white;
         border-radius: 0px;
         margin-left: 0px;
         margin-top: 0px;
         text-align: center;
         font-family: 'PlutoCondBlack';
         padding: 0px;
         outline: 0;
     }

     #paragon_check {
         width: 270px;
         height: 50px;
         background: none;
         color: white;
         border-style: solid;
         border-width: 0 0 5px 0;
         border-color: white;
         border-radius: 0px;
         margin-left: 0px;
         margin-top: 20px;
         text-align: center;
         font-family: 'PlutoCondBlack';
         padding: 0px;
         outline: 0;
     }

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

     #response {
         width: 80%;
         height: 80px;
         margin: 0 auto;
         font-family: 'PlutoCondBlack';
         color: white;
         font-size: 11px;
         line-height: 17px;
         cursor: auto;
         clear: 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;
     }

     /* 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: #1B3371;
         border: 5px solid white;
         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: 'PlutoCondBlack';
         margin: 0 auto;
         color: white;
         font-size: 26px;
         margin-top: 54px;
     }

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

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

 @media screen and (max-width: 1400px) and (min-width: 1101px) {
     #snow1 {
         width: 150px;
         height: 150px;
         background: url('../images/r4.png');
         background-repeat: no-repeat;
         background-size: contain;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         margin-left: 500px;
         top: -50px;
     }

     #snow2 {
         width: 160px;
         height: 160px;
         background: url('../images/r4.png');
         background-repeat: no-repeat;
         background-size: contain;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         margin-left: -590px;
         top: 1000px;
     }

     #snow3 {
         width: 170px;
         height: 170px;
         background: url('../images/r4.png');
         background-repeat: no-repeat;
         background-size: contain;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         margin-left: 630px;
         top: 1850px;
     }

     #snow4 {
         width: 120px;
         height: 120px;
         background: url('../images/r4.png');
         background-repeat: no-repeat;
         background-size: contain;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         margin-left: 590px;
         top: 2350px;
     }

     #snow5 {
         width: 160px;
         height: 160px;
         background: url('../images/r4.png');
         background-repeat: no-repeat;
         background-size: contain;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         margin-left: -610px;
         top: 2830px;
     }

     #snow6 {
         width: 190px;
         height: 190px;
         background: url('../images/r4.png');
         background-repeat: no-repeat;
         background-size: contain;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         margin-left: 550px;
         top: 3565px;
     }

     #snow7 {
         width: 238px;
         height: 238px;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         margin-left: -650px;
         top: 420px;
     }

     #snow7_in {
         width: 238px;
         height: 238px;
     }

     #snow8 {
         width: 270px;
         height: 270px;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         margin-left: 440px;
         top: 1050px;
     }

     #snow8_in {
         width: 270px;
         height: 270px;
     }

     #snow9 {
         width: 220px;
         height: 220px;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         margin-left: -680px;
         top: 1680px;
     }

     #snow9_in {
         width: 220px;
         height: 220px;
     }

     #snow10 {
         width: 180px;
         height: 180px;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         margin-left: -580px;
         top: 3300px;
     }

     #snow10_in {
         width: 180px;
         height: 180px;
     }
 }
