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

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

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

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

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

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

 .form_input:-moz-placeholder {
     /* Firefox 18- */
     color: #171B1F;
 }
.form_input2 {
         font-family: "GeomanistRegular";
         font-size: 16px;
         outline: 0;
         color: white;
     }

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

     html,
     body {
         width: 100%;
         height: auto;
         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: calc(50% - 265px);
		 left: 0;
		 right: 0;
		 margin-left: auto;
		 margin-right: auto;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }
	 #popup > img{
		 width: 400px;
	 }
     #navigation{
         display: none;
     }

    #nav_scrolled {
        width: 100%;
        height: 83px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        background: transparent;
        z-index: 100;
    }
    #nav_scrolled_inner {
        width: 100%;
        height: 83px;
        margin: 0 auto;
    }
     #logo {
        width: 300px;
        height: 44px;
        background: url('../images/logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        clear: both;
        margin-top: 30px;
        margin-left: 30px;
    }
    #menu_scrolled {
        float: right;
        margin-right: 30px;
    }

    #nav_scrolled ul {
        margin-top: 41px;
    }

    #nav_scrolled ul > li {
        display: inline-block;
        margin-left: 40px;
    }

    #nav_scrolled ul > li > a {
        display: block;
        font-family: "GeomanistMedium";
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
        color:black;
        cursor: pointer;
    }
    #nav_scrolled ul > li > a:hover{
        color: black;
    }

     #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: #f5e9d9;
         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: "GeomanistRegular";
         margin: 0 auto;
         color: #212529;
         font-size: 41px;
         margin-top: 55px;
     }

     #positive_text {
         width: 730px;
         font-family: "GeomanistRegular";
         color: #212529;
         font-size: 30px;
         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: black;
         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: "GeomanistRegular";
         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: 497px;
         background: #f5e9d9;
         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: 'GeomanistRegular';
         margin: 0 auto;
         color: #212529;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;
         font-weight: bold;
     }

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

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

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

     #email_check {
         width: 300px;
         height: 40px;
         background: none;
         color: #212529;
         font-size: 20px;
         border-width: 0 0 2px 0;
         border-color: #212529;
         float: left;
         clear: both;
         text-align: center;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;

     }

     #paragon_check {
         width: 300px;
         height: 40px;
         background: none;
         color: #212529;
         font-size: 20px;
         border-width: 0 0 2px 0;
         border-color: #212529;
         float: left;
         clear: both;
         text-align: center;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
     }

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

     }

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

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

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

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

     /* CODE WRAPPER END */
     #status {
         width: 105px;
         height: 35px;
         background: black;
         color: white;
         border-radius: 30px 0px 0px 30px;
         font-family: "GeomanistRegular";
         text-align: center;
         padding-top: 10px;
         font-size: 10px;
         position: fixed;
         right: 0px;
         cursor: pointer;
         top: 90px;
     }

     /* Animated menu end */
     #home {
         width: 1100px;
         height: 960px;
         margin: 0 auto;
     }
     #nagrody {
         width: 1200px;
         height:1380px;
         margin: 0 auto;
     }
     #nagrody_title{
         width: 100%;
         text-align: center;
         font-size: 120px;
         font-family: "Butler_Bold";
         color: #171B1F;
         float: left;
         clear: both;
     }
     #nagrody_text1{
         width: 100%;
         text-align: center;
         font-size: 66px;
         font-family: "Butler_Bold";
         color: #171B1F;
         float: left;
         clear: both;
         margin-top: -15px;
     }
     #nagrody_text2{
         width: 100%;
         text-align: center;
         font-size: 48px;
         font-family: "GeomanistRegular";
         color: black;
         float: left;
         clear: both;
         margin-top: 20px;
     }
      #nagrody_text3{
         width: 100%;
         text-align: center;
         font-size: 30px;
         font-family: "GeomanistRegular";
         color: black;
         float: left;
         clear: both;
         margin-top: 0px;
     }
     #nagrody_text4{
         width: 100%;
         text-align: center;
         font-size: 64px;
         font-family: "Butler_Medium";
         color: #171B1F;
         float: left;
         clear: both;
         margin-top: 67px;
     }
     .nagrody_box{
         width: 400px;
         float: left;
         margin-top: 100px;
     }
     .nagrody_box_title{
         font-size: 30px;
         font-family: "Butler_Medium";
         text-align: center;
         float: left;
         color: #171B1F;
         clear: both;
         width: 100%;
         margin-bottom: 20px;
     }
     .nagrody_box_text1{
         font-size: 16px;
         font-family: "GeomanistRegular";
         text-align: center;
         float: left;
         clear: both;
         width: 100%;
     }
     .nagrody_box_text2{
         font-size: 32px;
         font-family: "GeomanistBold";
         text-align: center;
         float: left;
         clear: both;
         width: 100%;
     }
     .nagrody_box_text3{
         font-size: 12px;
         font-family: "GeomanistRegular";
         text-align: center;
         float: left;
         clear: both;
         width: 100%;
     }
     #nagrody_img1{
         width: 288px;
         height: 344px;
         background: url('../images/nagrody1.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 56px;
         margin-top: 50px;
     }
     #nagrody_img2{
         width: 288px;
         height: 344px;
         background: url('../images/nagrody2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 56px;
         margin-top: 50px;
     }
     #nagrody_img3{
         width: 288px;
         height: 344px;
         background: url('../images/nagrody3.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 56px;
         margin-top: 50px;
     }
     .nagrody_box_top{
         width: 200px;
         float: left;
     }
     .nagrody_box_top2{
         width: 199px;
         float: left;
         border-left: 1px solid black;
     }
     #rules_download {
         display: inline-block;
         width: 286px;
         height: 48px;
         margin-left: 456px;
         margin-top: 60px;
         background: transparent;
         border: 1px solid black;
         cursor: pointer;
         font-family: "GeomanistMedium";
         font-size: 14px;
         float: left;
         clear: both;
         color: black;
         text-align: center;
         line-height: 48px;
         vertical-align: middle;
         border-radius: 4px;
     }
     #zasady {
         width: 1200px;
         height: 640px;
         margin: 0 auto;
     }
     #zasady_title{
         width: 100%;
         text-align: center;
         font-size: 48px;
         font-family: "Butler_Medium";
         color: #171B1F;
         float: left;
         clear: both;
     }
     .zasady_box{
         width: 400px;
         float: left;
         margin-top: 50px;
     }
     .zasady_text1{
         width: 100%;
         text-align: center;
         font-size: 30px;
         font-family: "Butler_Medium";
         color: #171B1F;
         float: left;
         clear: both;
     }
     .zasady_text2{
         width: 70%;
         margin-left: 15%;
         text-align: center;
         font-size: 16px;
         line-height: 28px;
         font-family: "GeomanistRegular";
         color: #676F77;
         float: left;
         clear: both;
         margin-top: 20px;
     }
     #zasady_img1{
         width: 288px;
         height: 344px;
         background: url('../images/zasady1.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 56px;
         float: left;
         clear: both;
         margin-top: 20px;
     }
     #zasady_img2{
         width: 288px;
         height: 344px;
         background: url('../images/zasady2.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 56px;
         float: left;
         clear: both;
         margin-top: 20px;
     }
     #zasady_img3{
         width: 288px;
         height: 344px;
         background: url('../images/zasady3.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 56px;
         float: left;
         clear: both;
         margin-top: 20px;
     }

     #wez-udzial {
         width: 1200px;
         height: 630px;
         background: #F5E9D9;
         border-radius: 32px;
         margin: 0 auto;
     }
     #wez-udzial_title{
         width: 100%;
         text-align: center;
         font-family: "Butler_Medium";
         font-size: 32px;
         float: left;
         clear: both;
         margin-top: 30px;
     }
     #main_form {
         width: 1120px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 10px;
         margin-left: 0px;
         padding-left: 40px;
         padding-right: 40px;
     }

     #main_form2 {
         width: 1000px;
         height: auto;
         padding-top: 200px;
         color: black;
         text-align: center;
         font-family: "Butler_Medium";
         font-size: 23px;
         margin-left: 100px;
     }
     .label_form {
         width: auto;
         text-align: center;
         color: black;
         font-size: 18px;
         font-family: "GeomanistRegular";
         float: left;
         clear: both;
         margin-top: 0px;
         margin-bottom: 5px;
         margin-left: 0px;
         position: relative;
     }
     #form_text1{
         width: 100%;
         color: #6C757D;
         float: left;
         clear: both;
         text-align: center;
         font-size: 14px;
         font-family: "GeomanistRegular";
         margin-bottom: 40px;
     }
     .form_input {
         width: 322px;
         height: 48px;
         font-family: "GeomanistRegular";
         font-size: 14px;
         outline: 0;
         border:1px solid black;
         border-radius: 4px;
         color: #171B1F;
         float: left;
         text-align: center;
         margin-bottom: 0px;
         margin-left: 0px;
         padding: 0px;
         margin-top: 10px;
     }
     #phone, #email{
         width: 548px;
     }
     #email{
         margin-left: 20px;
     }
     #date, #paragon, #order_id{
         width: 358px;
     }
     #paragon, #order_id{
         margin-left: 20px;
     }
     input[type="date"]::-webkit-calendar-picker-indicator {
         color: rgba(0, 0, 0, 0);
         opacity: 1;
         display: block;
         border-width: thin;
     }

     @-webkit-keyframes autofill {
         to {
             color: #171B1F;
             font-family: "GeomanistRegular";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #171B1F;
         -webkit-animation-name: autofill;
         -webkit-animation-fill-mode: both;
     }
     #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: "GeomanistMedium";
         font-size: 14px;
         color: black;
         margin-top: 30px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "GeomanistMedium";
         font-size: 14px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: black;
     }
     .check_label {
         font-size: 14px;
         font-family: "GeomanistRegular";
         background: url("../images/checkbox.png");
         background-repeat: no-repeat;
         margin-left: 0px;
         display: inline-block;
         cursor: pointer;
         min-height: 16px;
         padding-left: 30px;
         margin-top: 20px;
         width: 915px;
         color: black;
         float: left;
         padding-top: 0px;
         margin-bottom: 0px;
     }

     .norm_check {
         display: none;
         -webkit-appearance: none;
     }

     #check_up {
         margin-top: 20px;
         padding-top: 0px;
     }

     .norm_check:checked + label {
         background: url("../images/checkbox_checked.png");
         background-repeat: no-repeat;
     }

     #shield_text {
         width: 100%;
         height: auto;
         float: left;
         color: #6C757D;
         font-size:12px;
         line-height: 150%;
         font-family: 'GeomanistRegular';
         text-align: center;
         margin-top: 35px;
     }

     #captcha {
         width: 180px;
         height: 50px;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 40px;
     }

     #button_send {
         display: inline-block;
         width: 360px;
         height: 48px;
         margin-top: 35px;
         background: #212529;
         border: 0px;
         cursor: pointer;
         margin-left: 380px;
         font-family: "GeomanistMedium";
         font-size: 14px;
         float: left;
         color: white;
         text-align: center;
         padding: 0px;
         border-radius: 4px;
         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: "GeomanistRegular";
     }
     #kontakt {
         width: 1100px;
         height: 420px;
         margin: 0 auto;
         margin-top: 100px;
     }
     #kontakt_title{
         width: 100%;
         text-align: center;
         font-family: "Butler_Medium";
         font-size: 32px;
         float: left;
         clear: both;
     }
     #kontakt_text1{
         width: 100%;
         text-align: center;
         font-family: "GeomanistRegular";
         font-size: 14px;
         line-height: 22px;
         margin-top: 30px;
         color: #6C757D;
         float: left;
         clear: both;
     }
     #kontakt_text2{
         width: 100%;
         text-align: center;
         font-family: "GeomanistMedium";
         font-size: 14px;
         line-height: 22px;
         margin-top: 30px;
         color: #6C757D;
         float: left;
         clear: both;
     }
    
     #kontakt_phone {
         display: block;
         color: #6C757D;
         font-family: "GeomanistRegular";
         font-size: 14px;
         float: left;
         clear: both;
         line-height: 22px;
         margin-top: 20px;
         margin-left: 370px;
     }

     #foot_email {
         display: block;
         color: #6C757D;
         font-family: "GeomanistRegular";
         font-size: 14px;
         float: left;
         line-height: 22px;
         margin-top: 20px;
         margin-left: 40px;
     }

     #foot_link {
         display: block;
         color: #6C757D;
         font-family: "GeomanistRegular";
         font-size: 14px;
         float: left;
         clear: both;
         line-height: 22px;
         margin-top: -22px;
         margin-left: 500px;
     }

     #kontakt_address {
         display: block;
         color: #6C757D;
         font-family: "GeomanistRegular";
         font-size: 14px;
         float: left;
         text-align: center;
         line-height: 22px;
         margin-top: -44px;
         margin-left: 633px;
     }
     #kontakt_logo{
         width: 300px;
         height: 44px;
         margin-left: 400px;
         background: url('../images/logo.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 100px;
     }
     #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: white;
         border: 5px solid #c90219;
         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: "GeomanistRegular";
         color: #c90219;
     }

     #errors ul {
         font-family: "GeomanistRegular";
         font-size: 18px;
         color: #c90219;
     }

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

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

     /* 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: black;
         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: "GeomanistRegular";
         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: white;
         border: 5px solid #c90219;
         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: "GeomanistRegular";
         font-size: 16px;
         color: #c90219;
     }

     #errors ul {
         font-family: "GeomanistRegular";
         font-size: 12px;
         color: #c90219;
     }

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

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

     #status {
         width: 80px;
         height: 27px;
         background: black;
         color: white;
         border-radius: 30px 0px 0px 30px;
         font-family: "GeomanistRegular";
         text-align: center;
         padding-top: 7px;
         padding-left: 5px;
         font-size: 8px;
         position: fixed;
         right: 0px;
         cursor: pointer;
         top: 70px;
         display: none;
     }

     /* 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: #f5e9d9;
         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: 'GeomanistRegular';
         margin: 0 auto;
         color: #212529;
         font-size: 38px;
         margin-top: 40px;
     }

     #positive_text {
         width: 100%;
         font-family: 'GeomanistRegular';
         color: #212529;
         font-size: 19px;
         text-align: center;
         margin: 0 auto;
         margin-top: 30px;
         margin-bottom: 30px;
     }

     #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: #D7B08D;
         border-radius: 50px;
     }

     #burger + #nav_cross .cross {
         position: absolute;
         width: 20px;
         height: 2px;
         top: 23px;
         left: 15px;
         display: block;
         background: black;
         transition: .5s;
     }

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

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

     #nav_cross:hover {
         cursor: pointer;
     }

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

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

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

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

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

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

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

     #burger:checked ~ nav {

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

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

     #menu_click {
         display: none;
     }
     #nav_scrolled{
         display: none;
     }
     /* Animated menu end */
     #home {
         width: 360px;
         height: 460px;
         margin: 0 auto;
     }
     #logo_mobile{
         width: 114px;
        height: 17px;
        background: url('../images/logo_mobile.png');
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        clear: both;
        margin-top: 25px;
        margin-left: 25px;
     }
     #nagrody {
         width: 360px;
         height:2120px;
         margin: 0 auto;
     }
     #nagrody_title{
         width: 100%;
         text-align: center;
         font-size: 45px;
         font-family: "Butler_Bold";
         color: #171B1F;
         float: left;
         clear: both;
     }
     #nagrody_text1{
         width: 100%;
         text-align: center;
         font-size: 26px;
         font-family: "Butler_Bold";
         color: #171B1F;
         float: left;
         clear: both;
         margin-top: 10px;
     }
     #nagrody_text2{
         width: 100%;
         text-align: center;
         font-size: 34px;
         font-family: "GeomanistRegular";
         color: black;
         float: left;
         clear: both;
         margin-top: 20px;
     }
      #nagrody_text3{
         width: 100%;
         text-align: center;
         font-size: 21px;
         font-family: "GeomanistRegular";
         color: black;
         float: left;
         clear: both;
         margin-top: 0px;
     }
     #nagrody_text4{
         width: 80%;
         margin-left: 10%;
         text-align: center;
         font-size: 36px;
         font-family: "Butler_Medium";
         color: #171B1F;
         float: left;
         clear: both;
         margin-top: 67px;
         margin-bottom: 20px;
     }
     .nagrody_box{
         width: 360px;
         float: left;
         margin-top: 30px;
     }
     .nagrody_box_title{
         font-size: 30px;
         font-family: "Butler_Medium";
         text-align: center;
         float: left;
         color: #171B1F;
         clear: both;
         width: 80%;
         margin-left: 10%;
         margin-bottom: 18px;
     }
     .nagrody_box_text1{
         font-size: 16px;
         font-family: "GeomanistRegular";
         text-align: center;
         float: left;
         clear: both;
         width: 100%;
     }
     .nagrody_box_text2{
         font-size: 32px;
         font-family: "GeomanistBold";
         text-align: center;
         float: left;
         clear: both;
         width: 100%;
     }
     .nagrody_box_text3{
         font-size: 12px;
         font-family: "GeomanistRegular";
         text-align: center;
         float: left;
         clear: both;
         width: 100%;
     }
     #nagrody_img1{
         width: 288px;
         height: 344px;
         background: url('../images/nagrody1.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 36px;
         margin-top: 27px;
     }
     #nagrody_img2{
         width: 288px;
         height: 344px;
         background: url('../images/nagrody2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 36px;
         margin-top: 27px;
     }
     #nagrody_img3{
         width: 288px;
         height: 344px;
         background: url('../images/nagrody3.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 36px;
         margin-top: 27px;
     }
     .nagrody_box_top{
         width: 180px;
         float: left;
     }
     .nagrody_box_top2{
         width: 179px;
         float: left;
         border-left: 1px solid black;
     }
     #rules_download {
         display: inline-block;
         width: 286px;
         height: 48px;
         margin-left: 36px;
         margin-top: 25px;
         background: transparent;
         border: 1px solid black;
         cursor: pointer;
         font-family: "GeomanistMedium";
         font-size: 14px;
         float: left;
         clear: both;
         color: black;
         text-align: center;
         line-height: 48px;
         vertical-align: middle;
         border-radius: 4px;
     }
     #zasady {
         width: 360px;
         height: 1660px;
         margin: 0 auto;
     }
     #zasady_title{
         width: 100%;
         text-align: center;
         font-size: 24px;
         font-family: "Butler_Medium";
         color: #171B1F;
         float: left;
         clear: both;
     }
     .zasady_box{
         width: 360px;
         float: left;
         margin-top: 50px;
     }
     .zasady_text1{
         width: 100%;
         text-align: center;
         font-size: 30px;
         font-family: "Butler_Medium";
         color: #171B1F;
         float: left;
         clear: both;
     }
     .zasady_text2{
         width: 70%;
         margin-left: 15%;
         text-align: center;
         font-size: 16px;
         line-height: 28px;
         font-family: "GeomanistRegular";
         color: #676F77;
         float: left;
         clear: both;
         margin-top: 20px;
     }
     #zasady_img1{
         width: 288px;
         height: 344px;
         background: url('../images/zasady1.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 36px;
         float: left;
         clear: both;
         margin-top: 20px;
     }
     #zasady_img2{
         width: 288px;
         height: 344px;
         background: url('../images/zasady2.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 36px;
         float: left;
         clear: both;
         margin-top: 20px;
     }
     #zasady_img3{
         width: 288px;
         height: 344px;
         background: url('../images/zasady3.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 36px;
         float: left;
         clear: both;
         margin-top: 20px;
     }

     #wez-udzial {
         width: 360px;
         height: 1020px;
         background: #F5E9D9;
         border-radius: 32px;
         margin: 0 auto;
         box-shadow: 0px 5px 16px rgba(0,0,0,0.1);
     }
     #wez-udzial_title{
         width: 100%;
         text-align: center;
         font-family: "Butler_Medium";
         font-size: 32px;
         float: left;
         clear: both;
         margin-top: 30px;
     }
     #main_form {
         width: 360px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 10px;
         margin-left: 0px;
     }

     #main_form2 {
         width: 360px;
         height: auto;
         padding-top: 200px;
         color: black;
         text-align: center;
         font-family: "Butler_Medium";
         font-size: 23px;
     }
     .label_form {
         width: auto;
         text-align: center;
         color: black;
         font-size: 18px;
         font-family: "GeomanistRegular";
         float: left;
         clear: both;
         margin-top: 0px;
         margin-bottom: 5px;
         margin-left: 0px;
         position: relative;
     }
     #form_text1{
         width: 100%;
         color: #6C757D;
         float: left;
         clear: both;
         text-align: center;
         font-size: 14px;
         font-family: "GeomanistRegular";
         margin-bottom: 10px;
     }
     .form_input {
         width: 288px;
         height: 48px;
         font-family: "GeomanistRegular";
         font-size: 14px;
         outline: 0;
         border:1px solid black;
         border-radius: 4px;
         color: #171B1F;
         float: left;
         text-align: center;
         margin-bottom: 0px;
         margin-left: 35px;
         padding: 0px;
         margin-top: 10px;
     }
     input[type="date"]::-webkit-calendar-picker-indicator {
         color: rgba(0, 0, 0, 0);
         opacity: 1;
         display: block;
         border-width: thin;
     }

     @-webkit-keyframes autofill {
         to {
             color: #171B1F;
             font-family: "GeomanistRegular";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #171B1F;
         -webkit-animation-name: autofill;
         -webkit-animation-fill-mode: both;
     }
     #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: "GeomanistMedium";
         font-size: 14px;
         color: black;
         margin-top: 30px;
         margin-left: 35px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "GeomanistMedium";
         font-size: 14px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: black;
     }
     .check_label {
         font-size: 14px;
         font-family: "GeomanistRegular";
         background: url("../images/checkbox.png");
         background-repeat: no-repeat;
         margin-left: 35px;
         display: inline-block;
         cursor: pointer;
         min-height: 16px;
         padding-left: 30px;
         margin-top: 20px;
         width: 250px;
         color: black;
         float: left;
         padding-top: 0px;
         margin-bottom: 0px;
     }

     .norm_check {
         display: none;
         -webkit-appearance: none;
     }

     #check_up {
         margin-top: 20px;
         padding-top: 0px;
     }

     .norm_check:checked + label {
         background: url("../images/checkbox_checked.png");
         background-repeat: no-repeat;
     }

     #shield_text {
         width: 300px;
         height: auto;
         float: left;
         color: #6C757D;
         font-size:12px;
         line-height: 150%;
         font-family: 'GeomanistRegular';
         text-align: center;
         margin-top: 25px;
         margin-left: 30px;
     }

     #captcha {
         width: 180px;
         height: 50px;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 40px;
     }

     #button_send {
         display: inline-block;
         width: 300px;
         height: 48px;
         margin-top: 25px;
         background: #212529;
         border: 0px;
         cursor: pointer;
         margin-left: 30px;
         font-family: "GeomanistMedium";
         font-size: 14px;
         float: left;
         color: white;
         text-align: center;
         padding: 0px;
         border-radius: 4px;
         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: "GeomanistRegular";
     }
     #kontakt {
         width: 360px;
         height: 420px;
         margin: 0 auto;
         margin-top: 70px;
     }
     #kontakt_title{
         width: 100%;
         text-align: center;
         font-family: "Butler_Medium";
         font-size: 32px;
         float: left;
         clear: both;
     }
     #kontakt_text1{
         width: 100%;
         text-align: center;
         font-family: "GeomanistRegular";
         font-size: 14px;
         line-height: 22px;
         margin-top: 30px;
         color: #6C757D;
         float: left;
         clear: both;
     }
     #kontakt_text2{
         width: 100%;
         text-align: center;
         font-family: "GeomanistMedium";
         font-size: 14px;
         line-height: 22px;
         margin-top: 30px;
         color: #6C757D;
         float: left;
         clear: both;
     }
    
     #kontakt_phone {
         display: block;
         color: #6C757D;
         font-family: "GeomanistRegular";
         font-size: 14px;
         float: left;
         clear: both;
         line-height: 22px;
         margin-top: 20px;
         margin-left: 20px;
     }

     #foot_email {
         display: block;
         color: #6C757D;
         font-family: "GeomanistRegular";
         font-size: 14px;
         float: left;
         line-height: 22px;
         margin-top: 20px;
         margin-left: 20px;
     }

     #foot_link {
         display: block;
         color: #6C757D;
         font-family: "GeomanistRegular";
         font-size: 14px;
         float: left;
         clear: both;
         line-height: 22px;
         margin-top: -22px;
         margin-left: 130px;
     }

     #kontakt_address {
         display: block;
         color: #6C757D;
         font-family: "GeomanistRegular";
         font-size: 14px;
         float: left;
         text-align: center;
         line-height: 22px;
         margin-top: -44px;
         margin-left: 245px;
     }
     #kontakt_logo{
         width: 300px;
         height: 44px;
         background: url('../images/logo.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 95px;
         margin-left: 30px;
     }

 }

 @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: 497px;
         background: #f5e9d9;
         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: 'GeomanistRegular';
         margin: 0 auto;
         color: #212529;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;
         font-weight: bold;
     }

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

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

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

     #email_check {
         width: 300px;
         height: 40px;
         background: none;
         color: #212529;
         font-size: 20px;
         border-width: 0 0 2px 0;
         border-color: #212529;
         float: left;
         clear: both;
         text-align: center;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;

     }

     #paragon_check {
         width: 300px;
         height: 40px;
         background: none;
         color: #212529;
         font-size: 20px;
         border-width: 0 0 2px 0;
         border-color: #212529;
         float: left;
         clear: both;
         text-align: center;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
     }

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

     }

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

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

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

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

     /* 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: 420px;
         background: #f5e9d9;
         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: -10px;
         margin-top: 10px;
         cursor: pointer;
     }

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

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

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

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

     #email_check {
         width: 270px;
         height: 50px;
         background: none;
         color: #212529;
         border-width: 0 0 2px 0;
         border-color: #212529;
         margin-left: 0px;
         margin-top: 0px;
         text-align: center;
         padding: 0px;

     }

     #paragon_check {
         width: 270px;
         height: 50px;
         background: none;
         color: #212529;
         border-width: 0 0 2px 0;
         border-color: #212529;
         margin-left: 0px;
         margin-top: 20px;
         text-align: center;
         padding: 0px;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: #212529;
         color: white;
         font-family: 'GeomanistRegular';
         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: 'GeomanistRegular';
         color: #212529;
         font-size: 11px;
         line-height: 17px;
         cursor: auto;
         clear: both;
     }

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

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

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

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

     /* 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: #f5e9d9;
         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: 'GeomanistRegular';
         margin: 0 auto;
         color: #212529;
         font-size: 26px;
         margin-top: 54px;
     }

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

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