 @charset "utf-8";

 a:visited,
 a:link,
 a:active {
     color: #3A2C75;
     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: #3A2C75;
 }

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

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

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

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

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

 .form_input:-moz-placeholder {
     /* Firefox 18- */
     color: #3A2C75;
 }

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

 .form_input2::-moz-placeholder {
     /* Firefox 19+ */
     color: #3A2C75;
 }

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

 .form_input2:-moz-placeholder {
     /* Firefox 18- */
     color: #3A2C75;
 }
#email_check, #paragon_check{
    border-style: solid;
}
 @media screen and (max-width: 4500px) and (min-width: 1101px) {

     html,
     body {
         width: 100%;
         height: 4150px;
         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: 13A2C750;
         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: white;
         border-radius: 50px;
         box-shadow: 5px 5px 8px rgba(0,0,0,0.25);
     }

     #burger + #nav_cross .cross {
         position: absolute;
         width: 30px;
         height: 4px;
         top: 38px;
         margin-top: -1px;
         left: 24px;
         display: block;
         background: #3A2C75;
         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: #3A2C75;
         font-weight: 800;
         font-size: 22px;
         font-family: "CongenialMedium";
         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: white;
         height: 350px;
         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: #FFFFFF;
         border: 5px solid #3A2C75;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 125px;
         z-index: 13A2C750;
         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: "CongenialMedium";
         margin: 0 auto;
         color: #3A2C75;
         font-size: 41px;
         margin-top: 55px;
     }

     #positive_text {
         width: 670px;
         font-family: "CongenialMedium";
         color: #3A2C75;
         font-size: 25px;
         text-align: center;
         margin: 0 auto;
         margin-top: 40px;
         margin-bottom: 40px;
     }

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

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

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

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

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

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

     #code_msg {
         width: 639px;
         height: 430px;
         background: #FFFFFF;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 269px);
         z-index: 13A2C750;
         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: 'CongenialMedium';
         margin: 0 auto;
         color: #3A2C75;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;

     }

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

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

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

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

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

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

     }

     /* CODE WRAPPER END */
     #status {
         width: 135px;
         height: 38px;
         background: white;
         color: #3A2C75;
         font-family: "CongenialMedium";
         text-align: center;
         padding-top: 10px;
         font-size: 15px;
         position: fixed;
         border-radius: 50px;
         right: 20px;
         cursor: pointer;
         top: 120px;
         z-index: 2;
     }

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

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

     }

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

     #nagrody_bg {
         width: 1100px;
         height: 1257px;
         background: url('../images/nagrody_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 0px;
         margin-top: 0px;
     }
     #join {
         display: inline-block;
         width: 220px;
         height: 60px;
         margin-left: 440px;
         margin-top: 160px;
         background: white;
         border: 0px;
         cursor: pointer;
         font-family: "CongenialMedium";
         font-size: 27px;
         border-radius: 50px;
         text-align: center;
         float: left;
         clear: both;
         color: #3A2C75;
         line-height: 65px;
         box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
     }
     #nagrody_text{
         font-family: "CongenialMedium";
         font-size: 12px;
         color: white;
         width: auto;
         text-align: center;
         float: right;
         clear: both;
         margin-top: 750px;
         writing-mode: vertical-rl;
text-orientation: mixed;
         transform: rotate(180deg);
     }
     #zasady {
         width: 1100px;
         height: 750px;
         margin: 0 auto;
     }

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

     #join2 {
         width: 125px;
         height: 25px;
         float: left;
         margin-top: 144px;
         margin-left: 680px;
         cursor: pointer;
     }

     #rules_download {
         display: inline-block;
         width: 220px;
         height: 60px;
         margin-left: 440px;
         margin-top: 10px;
         background: white;
         border: 0px;
         cursor: pointer;
         font-family: "CongenialMedium";
         font-size: 27px;
         border-radius: 50px;
         text-align: center;
         float: left;
         clear: both;
         color: #3A2C75;
         line-height: 65px;
         box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
     }

     #wez-udzial {
         width: 1100px;
         height: 1160px;
         margin: 0 auto;
         position: relative;
     }

     #wez-udzial_bg {
         width: 1100px;
         height: 107px;
         background: url('../images/wez-udzial_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 0px;
         margin-top: 0px;
         float: left;
         clear: both;
         display: inline-block;
     }
     #form_bg{
         width: 590px;
         height: 369px;
         background: url('../images/form_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         position: absolute;
         top: 210px;
         right: 0px;
     }
     #main_form {
         width: 1070px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 30px;
     }

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

     .form_input {
         width: 440px;
         height: 60px;
         font-family: "CongenialMedium";
         font-size: 21px;
         background: white;
         border-radius: 50px;
         outline: 0;
         border:0px;
         color: #3A2C75;
         float: left;
         clear: both;
         margin-left: 0px;
         padding: 0px;
         padding-left: 20px;
         margin-top: 40px;
     }

     @-webkit-keyframes autofill {
         to {
             color: #3A2C75;
             font-family: "CongenialMedium";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #3A2C75;
         -webkit-animation-name: autofill;
         -webkit-animation-fill-mode: both;
     }
     .styled-select1 {
        width: 460px;
        height: 60px;
        overflow: hidden;
        background: white url('../images/arrow.png') no-repeat;
        background-position: 415px 12px;
        margin-top: 0px;
        float: left;
         clear: both;
        margin-left: 0px;
        margin-top: 40px;
        border: 0px;
        border-radius: 50px;
    }

    .styled-select1 select {
        background: transparent;
        width: 460px;
        font-size: 21px;
        padding-left: 20px;
        height: 60px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "CongenialMedium";
        color: #3A2C75;
        outline: none;
    }

    .styled-select1 select option {
        background-color: white;
        color: #3A2C75;
    }
     #data {
         box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
         content: '';
         float: left;
         clear: both;
         cursor: pointer;
     }

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

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

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

     }

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


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

     .data_label2 {
         width: 990px;
         color: white;
         font-size: 17px;
         line-height: 24px;
         font-family: "CongenialMedium";
         font-weight: 400;
         float: left;
         margin-left: 20px;
         margin-top: 2px;
     }
    #shield {
        width: 1070px;
        height: auto;
        background-repeat: no-repeat;
        float: left;
        clear: both;
        font-family: 'CongenialMedium';
        color:white;
        font-size: 14px;
        line-height: 20px;
        margin-top: 30px;
    }

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

     #button_send {
         display: inline-block;
         width: 280px;
         height: 60px;
         margin-left: 380px;
         margin-top: 40px;
         background:white;
         border: 0px;
         cursor: pointer;
         font-family: "CongenialMedium";
         border-radius: 50px;
         font-size: 27px;
         text-align: center;
         float: left;
         clear: both;
         color: #3A2C75;
         outline: 0px;
         box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
     }

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

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

     #kontakt_phone {
         display: block;
         color: white;
         font-family: "CongenialMedium";
         font-size: 27px;
         line-height: 34px;
         float: left;
         margin-top: 0px;
         margin-left: 85px;
     }

     #foot_email {
         display: block;
         color: white;
         font-family: "CongenialMedium";
         font-size: 27px;
         line-height: 34px;
         margin-left: 180px;
         margin-top: 0px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #kontakt_link {
         display: block;
         color: white;
         font-family: "CongenialMedium";
         font-size: 27px;
         line-height: 34px;
         margin-left: 454px;
         margin-top: -34px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         width: 230px;
         display: block;
         color: white;
         font-family: "CongenialMedium";
         font-size: 27px;
         line-height: 34px;
         float: left;
         text-align: center;
         margin-top: -68px;
         margin-left: 803px;
     }

     #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: #CC0606;
         border: 5px solid white;
         height: auto;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 50px;
         z-index: 13A2C750;
         display: block;
         cursor: pointer;
     }

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

     #errors ul {
         font-family: "CongenialMedium";
         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: #CC0606;
         font-family: "CongenialMedium";
         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: 3890px;
         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: 13A2C750;
         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: #FFFFFF;
         border: 5px solid #3A2C75;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 115px);
         z-index: 13A2C750;
         display: block;
         cursor: pointer;
         font-family: "CongenialMedium";
         color: #3A2C75;
         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: #CC0606;
         border: 5px solid white;
         height: auto;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         position: fixed;
         top: 15px;
         z-index: 13A2C750;
         display: block;
         cursor: pointer;
     }

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

     #errors ul {
         font-family: "CongenialMedium";
         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: #CC0606;
         font-family: "CongenialMedium";
         font-size: 20px;
         text-align: center;
         vertical-align: middle;
         line-height: 50px;
         margin-left: 135px;
         margin-bottom: 15px;
     }

     #status {
         width: 100px;
         height: 32px;
         background: white;
         color: #3A2C75;
         font-family: "CongenialMedium";
         text-align: center;
         padding-top: 6px;
         font-size: 10px;
         line-height: 14px;
         position: fixed;
         border-radius: 50px;
         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: #ECB7C6;
         border: 5px solid #3A2C75;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 215px);
         z-index: 13A2C750;
         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: 'CongenialMedium';
         margin: 0 auto;
         color: #3A2C75;
         font-size: 38px;
         margin-top: 40px;
     }

     #positive_text {
         width: 100%;
         font-family: 'CongenialMedium';
         color: #3A2C75;
         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: white;
         border-radius: 50px;
         box-shadow: 5px 5px 8px rgba(0,0,0,0.25);
     }

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

     #burger:checked ~ nav {

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

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

     #menu_click {
         display: none;
     }

     /* Animated menu end */

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

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

     }

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

     #nagrody_bg {
         width: 320px;
         height: 1016.5px;
         background: url('../images/nagrody_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 0px;
         margin-top: 0px;
     }
     #join {
         display: inline-block;
         width: 180px;
         height: 50px;
         margin-left: 70px;
         margin-top: 100px;
         background: white;
         border: 0px;
         cursor: pointer;
         font-family: "CongenialMedium";
         font-size: 24px;
         border-radius: 50px;
         text-align: center;
         float: left;
         clear: both;
         color: #3A2C75;
         line-height: 53px;
         box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
     }
     #nagrody_text{
         font-family: "CongenialMedium";
         font-size: 12px;
         color: white;
         width: auto;
         text-align: center;
         float: right;
         clear: both;
         margin-top: 300px;
         margin-right: -10px;
         writing-mode: vertical-rl;
text-orientation: mixed;
         transform: rotate(180deg);
     }
     #zasady {
         width: 320px;
         height: 970px;
         margin: 0 auto;
     }

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

     #join2 {
         width: 90px;
         height: 25px;
         float: left;
         margin-top: 229px;
         margin-left: 100px;
         cursor: pointer;
     }

     #rules_download {
         display: inline-block;
         width: 180px;
         height: 50px;
         margin-left: 70px;
         margin-top: -310px;
         background: white;
         border: 0px;
         cursor: pointer;
         font-family: "CongenialMedium";
         font-size: 24px;
         border-radius: 50px;
         text-align: center;
         float: left;
         clear: both;
         color: #3A2C75;
         line-height: 53px;
         box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
     }

     #wez-udzial {
         width: 320px;
         height: 830px;
         margin: 0 auto;
         position: relative;
     }

     #wez-udzial_bg {
         width: 320px;
         height: 60px;
         background: url('../images/wez-udzial_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 0px;
         margin-top: 0px;
         float: left;
         clear: both;
         display: inline-block;
     }
     #form_bg{
         display: none;
     }
     #main_form {
         width: 320px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: -20px;
         margin-left: 0px;
     }

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

     .form_input {
         width: 260px;
         height: 40px;
         font-family: "CongenialMedium";
         font-size: 16px;
         background: white;
         border-radius: 50px;
         outline: 0;
         border:0px;
         color: #3A2C75;
         float: left;
         clear: both;
         margin-left: 20px;
         padding: 0px;
         padding-left: 20px;
         margin-top: 20px;
     }

     @-webkit-keyframes autofill {
         to {
             color: #3A2C75;
             font-family: "CongenialMedium";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #3A2C75;
         -webkit-animation-name: autofill;
         -webkit-animation-fill-mode: both;
     }
     .styled-select1 {
        width: 280px;
        height: 40px;
        overflow: hidden;
        background: white url('../images/arrow_mobile.png') no-repeat;
        background-position: 245px 6px;
        margin-top: 0px;
        float: left;
         clear: both;
        margin-left: 20px;
        margin-top: 20px;
        border: 0px;
        border-radius: 50px;
    }

    .styled-select1 select {
        background: transparent;
        width: 280px;
        font-size: 16px;
        padding-left: 20px;
        height: 40px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "CongenialMedium";
        color: #3A2C75;
        outline: none;
    }

    .styled-select1 select option {
        background-color: white;
        color: #3A2C75;
    }
     #data {
         box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
         content: '';
         float: left;
         clear: both;
         cursor: pointer;
     }

     #show_popup1 {
         width: 28px;
         height: 28px;
         background: url("../images/gdzie_jest_numer_mobile.png");
         margin-left: -34px;
         margin-top: 26px;
         display: block;
         float: left;
     }

     #show_popup2 {
         width: 28px;
         height: 28px;
         background: url("../images/gdzie_jest_numer_mobile.png");
         margin-left: -34px;
         margin-top: 26px;
         display: block;
         float: left;
     }

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

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "CongenialMedium";
         font-size: 14px;
         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: #B8ADD5;
     }


     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: 20px;
         margin-top: 15px;
     }

     .data_label2 {
         width: 210px;
         color: white;
         font-size: 10px;
         line-height: 15px;
         font-family: "CongenialMedium";
         font-weight: 400;
         float: left;
         margin-left: 20px;
         margin-top: 2px;
     }
    #shield {
        width: 280px;
        height: auto;
        background-repeat: no-repeat;
        float: left;
        clear: both;
        font-family: 'CongenialMedium';
        color:white;
        font-size: 8px;
        line-height: 11px;
        margin-top: 15px;
        margin-left: 20px;
    }

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

     #button_send {
         display: inline-block;
         width: 220px;
         height: 50px;
         margin-left: 50px;
         margin-top: 25px;
         background:white;
         border: 0px;
         cursor: pointer;
         font-family: "CongenialMedium";
         border-radius: 50px;
         font-size: 21px;
         text-align: center;
         float: left;
         clear: both;
         color: #3A2C75;
         outline: 0px;
         box-shadow: 5px 5px 15px rgba(0,0,0,0.16);
     }

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

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

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

     #foot_email {
         display: block;
         color: white;
         font-family: "CongenialMedium";
         font-size: 18px;
         line-height: 24px;
         margin-left: 0px;
         margin-top: -172px;
         width: 100%;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #kontakt_link {
         display: block;
         color: white;
         font-family: "CongenialMedium";
         font-size: 18px;
         line-height: 24px;
         margin-left: 0px;
         margin-top: -147px;
         width: 100%;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         width: 230px;
         display: block;
         color: white;
         font-family: "CongenialMedium";
         font-size: 18px;
         line-height: 24px;
         float: left;
         text-align: center;
         margin-top: -10px;
         margin-left: 45px;
     }

 }

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

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

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

     #code_msg {
         width: 639px;
         height: 430px;
         background: #FFFFFF;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 269px);
         z-index: 13A2C750;
         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: 'CongenialMedium';
         margin: 0 auto;
         color: #3A2C75;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;

     }

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

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

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

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

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

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

     }

     /* CODE WRAPPER END */
 }

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

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

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

     #code_msg {
         width: 90%;
         height: 375px;
         background: #FFFFFF;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 230px);
         z-index: 13A2C750;
         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: 'CongenialMedium';
         margin: 0 auto;
         color: #3A2C75;
         font-size: 17px;
         text-transform: uppercase;
         margin-top: 55px;

     }

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

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

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

     #email_check {
         width: 270px;
         height: 50px;
         background: none;
         color: #3A2C75;
         border-width: 0 0 5px 0;
         border-color: #3A2C75;
         margin-left: 0px;
         margin-top: 0px;
         text-align: center;
         font-family: 'CongenialMedium';
         padding: 0px;
         outline: 0;
     }

     #paragon_check {
         width: 270px;
         height: 50px;
         background: none;
         color: #3A2C75;
         border-width: 0 0 5px 0;
         border-color: #3A2C75;
         margin-left: 0px;
         margin-top: 20px;
         text-align: center;
         font-family: 'CongenialMedium';
         padding: 0px;
         outline: 0;
     }

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


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

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

     #positive_msg {
         width: 90%;
         height: auto;
         background: #FFFFFF;
         border: 5px solid #3A2C75;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 240px);
         z-index: 13A2C750;
         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: 'CongenialMedium';
         margin: 0 auto;
         color: #3A2C75;
         font-size: 26px;
         margin-top: 54px;
     }

     #positive_text {
         width: 275px;
         font-family: 'CongenialMedium';
         color: #3A2C75;
         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;
     }
 }
