 @charset "utf-8";

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

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

 .close:hover {
     opacity: 1;
 }

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

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

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

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

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

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

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

 .form_input2 {
     font-family: "Poppins-Bold";
     font-weight: bold;
     font-size: 16px;
     outline: 0;
     color: white;
 }

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

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

     body {
         background: url('../images/main_bg_new.jpg');
         background-repeat: no-repeat;
         background-position: center top;
     }

     /* Use to form category "Where is code" - Paragon */
     #popup_wrapper {
         display: none;
         position: absolute;
         z-index: 55000;
         cursor: pointer;
         background: rgba(128, 128, 128, 0.74)
     }

     #popup_wrapper {
         width: 100%;
         height: 100%;
         position: fixed;
         left: 0;
         top: 0;
         z-index: 55000;
         display: none;

     }

     #popup {
         height: 500px;
         position: fixed;
         top: calc(50% - 225px);
         left: calc(50% - 183px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #navigation {
         display: none;
     }

     #logo_1 {
         width: 150px;
         height: 49px;
         background: url('../images/logo2.png');
         background-size: contain;
         background-repeat: no-repeat;
         float: left;
         margin-top: 23.5px;
         margin-left: 40px;
     }

     #logo_2 {
         width: 179px;
         height: 32px;
         background: url('../images/super_logo.png');
         background-size: contain;
         background-repeat: no-repeat;
         float: left;
         margin-top: 30px;
         margin-left: 20px;
     }

     #nav_scrolled {
         width: 100%;
         height: 96px;
         left: 0;
         right: 0;
         margin: 0 auto;
         position: fixed;
         background: white;
         z-index: 100;
     }

     #nav_scrolled_inner {
         width: 1180px;
         height: 96px;
         margin: 0 auto;
     }

     #menu_scrolled {
         padding-left: 0px;
     }

     #nav_scrolled ul {
         float: left;
         margin-top: 22px;
         margin-left: 65px;
     }

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

     #nav_scrolled ul > li > a {
         padding: 12px;
         display: block;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 16px;
         text-decoration: none;
         color: black;
         cursor: pointer;
     }

     .menu-item:hover {
         padding: 12px;
         color: white !important;
         background: black;
         border-radius: 50px;
     }

     .menu-item-active {
         padding: 12px;
         color: white !important;
         background: black;
         border-radius: 50px;
     }

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

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

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

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

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

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

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

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

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

     }

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

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

     }

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

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

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

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

     /* CODE WRAPPER END */
     #status {
         width: 100px;
         height: 66px;
         background: black;
         color: white;
         border-radius: 30px 0px 0px 30px;
         font-family: "Poppins-Bold";
         font-weight: bold;
         text-align: center;
         padding-top: 12px;
         font-size: 12px;
         position: fixed;
         right: 0px;
         cursor: pointer;
         top: 93px;
     }

     /* Animated menu end */
     #home {
         width: 1180px;
         height: 480px;
         margin: 0 auto;
     }

     #home_bg {
         width: 1085px;
         height: 408px;
         background: url('../images/top_bg_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 113px;
         display: inline-block;
         margin-left: 40px;
     }

     #join {
         display: inline-block;
         width: 300px;
         height: 80px;
         margin-left: 0px;
         margin-top: 280px;
         background: #EC4B96;
         border: 0px;
         cursor: pointer;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 35px;
         float: left;
         clear: both;
         color: white;
         text-align: center;
         line-height: 80px;
         vertical-align: middle;
         border-radius: 100px;
     }
     #nagrody {
         width: 1180px;
         height: 970px;
         margin: 0 auto;
     }

     #nagrody_bg {
         width: 1060.5px;
         height: 874px;
         background: url('../images/nagrody_bg_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 89px;
         margin-left: 80px;
         display: inline-block;
     }
     #zasady {
         width: 1180px;
         height: 610px;
         margin: 0 auto;
     }

     #zasady_bg {
         width: 969px;
         height: 347px;
         background: url('../images/zasady_bg_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 89px;
         margin-left: 105px;
         display: inline-block;
     }
     #join2{
         width: 170px;
         height: 30px;
         float: left;
         clear: both;
         margin-top: 210px;
         margin-left: 496px;
     }
     #rules_download {
         display: inline-block;
         width: 240px;
         height: 45px;
         margin-left: 364px;
         margin-top: 140px;
         background: black;
         border: 0px;
         cursor: pointer;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 20px;
         float: left;
         clear: both;
         color: white;
         text-align: center;
         line-height: 45px;
         vertical-align: middle;
         border-radius: 100px;
         position: relative;
     }

     #wez-udzial {
         width: 1180px;
         height: 850px;
         margin: 0 auto;
     }

     #wez-udzial_bg {
         width: 321px;
         height: 84px;
         background: url('../images/wez-udzial_bg_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 89px;
         margin-left: 429px;
         display: inline-block;
     }

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

     #main_form2 {
         width: 1180px;
         height: auto;
         padding-top: 200px;
         color: black;
         text-align: center;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 23px;
         margin-left: 0px;
     }

     .label_form {
         width: auto;
         text-align: center;
         color: #211D70;
         font-size: 17px;
         font-family: "Poppins-Bold";
         font-weight: bold;
         float: left;
         clear: both;
         padding-left: 5px;
         padding-right: 5px;
         margin-top: 0px;
         margin-bottom: 0px;
         margin-left: 18px;
         position: relative;
     }

     .form_input {
         width: 285px;
         height: 40px;
         font-family: "Poppins-Bold";
         font-size: 16px;
         background: none;
         outline: 0;
         border-width: 0px 0px 2px 0px;
         border-color: black;
         color: black;
         float: left;
         padding: 0px;
         padding-left: 15px;
         margin-top: 60px;
     }

     #email,
     #paragon,
     #price, #price2 {
         margin-left: 79px;
     }

     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: white;
             font-family: "Poppins-Bold";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: white;
         -webkit-animation-name: autofill;
         -webkit-animation-fill-mode: both;
     }

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

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

     #show_popup3 {
         width: 26px;
         height: 26px;
         background: url("../images/gdzie_jest_numer.png");
         display: block;
         float: left;
         margin-left: -26px;
         margin-top: 67px;
         position: relative;
     }
     #show_popup4 {
         width: 26px;
         height: 26px;
         background: url("../images/gdzie_jest_numer.png");
         display: block;
         float: left;
         margin-left: -26px;
         margin-top: 67px;
         position: relative;
     }

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

     .check_label {
         font-size: 12px;
         font-family: "Poppins-Regular";
         background: url("../images/checkbox_new.png");
         background-repeat: no-repeat;
         margin-left: 0px;
         display: inline-block;
         cursor: pointer;
         min-height: 22px;
         padding-left: 40px;
         margin-top: 10px;
         width: 695px;
         color: black;
         float: left;
         clear: both;
         padding-top: 0px;
         margin-bottom: 0px;
     }

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

     #check_up {
         margin-top: 35px;
         padding-top: 2px;
     }

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

     #rules_download2 {
         display: inline-block;
         width: 155px;
         height: 32px;
         margin-top: 50px;
         background: black;
         border: 0px;
         cursor: pointer;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 13px;
         float: left;
         color: white;
         text-align: center;
         line-height: 32px;
         vertical-align: middle;
         border-radius: 100px;
     }

     #shield_text {
         width: 1050px;
         height: auto;
         float: left;
         color: #98182C;
         font-size: 12px;
         line-height: 18px;
         font-family: 'Poppins-Regular';
         margin-left: 0px;
         margin-top: 32px;
     }

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

     #button_send {
         display: inline-block;
         width: 220px;
         height: 80px;
         margin-right: 2px;
         margin-top: 40px;
         background: black;
         border: 0px;
         cursor: pointer;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 35px;
         float: right;
         color: white;
         text-align: center;
         vertical-align: middle;
         border-radius: 100px;
         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: "Poppins-Bold";
         font-weight: bold;
     }
     #laureaci {
         width: 1180px;
         height: 560px;
         margin: 0 auto;
     }
     #laureaci_bg {
         width: 257px;
         height: 84px;
         background: url('../images/laureaci_bg_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         display: inline-block;
         margin-top: 89px;
         margin-left: 461.5px;
     }

     .slider {
         width: 1040px;
         height: 461px;
         margin-left: 70px;
         margin-top: 0px;
     }

     .slids_title {
         width: 362px;
         font-size: 25px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         color: black;
         float: left;
         text-align: center;
         margin-left: 50px;
         margin-top: 60px;
     }
     .slids_title2 {
         width: 190px;
         font-size: 25px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         text-align: center;
         color: white;
         float: left;
         margin-left: 150px;
         margin-top: 60px;
     }
     .slids_title3 {
         width: 190px;
         padding-right: 100px;
         font-size: 25px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         text-align: center;
         color: white;
         float: left;
         margin-left: 150px;
         margin-top: 50px;
     }
     .slids_title4 {
         width: 260px;
         font-size: 25px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         color: white;
         float: left;
         margin-left: 160px;
         margin-top: 50px;
     }

     .slids_text {
         width: 362px;
         font-size: 24px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         color: black;
         float: left;
         text-align: center;
         margin-left: 50px;
         margin-top: 65px;
     }
     .slids_text2 {
         width: 410px;
         font-size: 24px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         color: white;
         float: left;
         text-align: center;
         margin-left: 40px;
         margin-top: 65px;
     }
     .slids_text3 {
         width: 410px;
         font-size: 24px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         color: white;
         float: left;
         text-align: center;
         margin-left: 42px;
         margin-top: 65px;
     }
     .slids_text4 {
         width: 410px;
         font-size: 24px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         color: white;
         float: left;
         text-align: center;
         margin-left:80px;
         margin-top: 65px;
     }
	 #slids4_nav{
		 float: left;
		 clear: both;
		 margin-left: 440px;	
         
	 }
     .slids_text1_1 {
         width: 362px;
         font-size: 18px;
         font-family: "Poppins-Medium";
         color: black;
         text-align: center;
         float: left;
         line-height: 30px;
         margin-left: 50px;
         margin-top: 30px;
     }
     .slids_text2_1 {
         width: 190px;
         font-size: 18px;
         font-family: "Poppins-Medium";
         color: black;
         text-align: center;
         float: left;
         line-height: 30px;
         margin-left: 150px;
         margin-top: 30px;
     }

     .slids_text3_1 {
         width: 190px;
         font-size: 18px;
         font-family: "Poppins-Medium";
         color: black;
         text-align: center;
         float: left;
         line-height: 30px;
         margin-left: 58px;
         margin-top: 30px;
     }
     .slids_text3_2 {
         width: 190px;
         font-size: 18px;
         font-family: "Poppins-Medium";
         color: black;
         float: left;
         text-align: center;
         line-height: 30px;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_text4_1 {
         width: 160px;
         font-size: 18px;
         font-family: "Poppins-Medium";
         color: black;
         text-align: center;
         float: left;
         line-height: 30px;
         margin-left: 46px;
         margin-top: 30px;
         
     }

     .slids_text4_2 {
         width: 160px;
         font-size: 18px;
         font-family: "Poppins-Medium";
         color: black;
         float: left;
         text-align: center;
         line-height: 30px;
         margin-left: 0px;
         margin-top: 30px;
         
     }
     .slids_text4_3 {
         width: 160px;
         font-size: 18px;
         font-family: "Poppins-Medium";
         color: black;
         float: left;
         text-align: center;
         line-height: 30px;
         margin-left: 0px;
         margin-top: 30px;
         
     }
     .slids4_arrow_left{
         width: 8px;
         height: 13px;
         background: url('../images/arrow_left_slid_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 244px;
         margin-top: 20px;
         cursor: pointer;
     }
     .slids4_arrow_right{
         width: 8px;
         height: 13px;
         background: url('../images/arrow_right_slid_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 53px;
         margin-top: 20px;
         cursor: pointer;
     }
     #slids_1 {
         width: 262px;
         height: 251.5px;
         background: url('../images/s1_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 40px;
         margin-left: 170px;
     }
     #slids_2 {
         width: 262px;
         height: 251.5px;
         background: url('../images/s2_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 40px;
         margin-left: 170px;
     }
     #slids_3 {
         width: 262px;
         height: 251.5px;
         background: url('../images/s3_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 40px;
         margin-left: 170px;
     }
     #slids_4 {
         width: 262px;
         height: 251.5px;
         background: url('../images/s4_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 40px;
         margin-left: 170px;
     }
     .prev {
         width: 56px;
         height: 78px;
         float: left;
         clear: both;
         background: url('../images/arrow_left_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 39px;
         margin-top: -330px;
         cursor: pointer;
         position: relative;
     }

     .next {
         width: 56px;
         height: 78px;
         float: right;
         background: url('../images/arrow_right_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-right: 39px;
         margin-top: -330px;
         cursor: pointer;
         position: relative;
     }

     #kontakt {
         width: 1180px;
         height: 300px;
         margin: 0 auto;
     }
     #kontakt_bg {
         width: 1050px;
         height: 254px;
         background: url('../images/kontakt_bg_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         display: inline-block;
         margin-top: 0px;
         margin-left: 65px;
     }

     #kontakt_phone {
         display: block;
         color: black;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 14px;
         float: left;
         margin-top: 200px;
         margin-left: 0px;
     }

     #foot_email {
         display: block;
         color: black;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 14px;
         margin-left: 45px;
         margin-top: 200px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #foot_link {
         display: block;
         color: black;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 14px;
         margin-left: 167px;
         margin-top: 0px;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         display: block;
         color: black;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 14px;
         float: left;
         clear: both;
         margin-top: -36px;
         margin-left: 390px;
     }

     #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: "Poppins-Bold";
         font-weight: bold;
         color: #c90219;
     }

     #errors ul {
         font-family: "Poppins-Bold";
         font-weight: bold;
         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: "Poppins-Bold";
         font-weight: bold;
         font-size: 20px;
         text-align: center;
         vertical-align: middle;
         line-height: 50px;
         margin-left: 525px;
         margin-bottom: 25px;
     }
 }

 @media screen and (max-width: 1180px) and (min-width: 200px) {
     a[href^=tel] {
         text-decoration: inherit;
         color: inherit;
     }

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

     body {
         background: url('../images/mobile_bg_new.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: "Poppins-Bold";
         font-weight: bold;
         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: "Poppins-Bold";
         font-weight: bold;
         font-size: 16px;
         color: #c90219;
     }

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

     #status {
         width: 80px;
         height: 52px;
         background: black;
         color: white;
         border-radius: 30px 0px 0px 30px;
         font-family: "Poppins-Bold";
         font-weight: bold;
         text-align: center;
         padding-top: 5px;
         padding-left: 5px;
         font-size: 10px;
         position: fixed;
         right: 0px;
         cursor: pointer;
         top: 65px;
         display: none;
         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: black;
         border: 5px solid white;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 215px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

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

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

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

     #positive_text {
         width: 100%;
         font-family: 'Poppins-Bold';
         color: white;
         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;
     }

     #navigation {
         width: 100%;
         height: 65px;
         background: white;
         position: fixed;
         z-index: 2;
     }

     #logo_1_mobile {
         width: 93px;
         height: 30px;
         background: url('../images/logo2_mobile.png');
         background-size: contain;
         background-repeat: no-repeat;
         float: left;
         margin-top: 17.5px;
         margin-left: 10px;
     }

     #logo_2_mobile {
         width: 111px;
         height: 20px;
         background: url('../images/super_logo_mobile.png');
         background-size: contain;
         background-repeat: no-repeat;
         float: left;
         margin-top: 22.5px;
         margin-left: 10px;
     }

     #burger {
         display: none;
     }

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

     #burger + #nav_cross .cross {
         position: absolute;
         width: 25px;
         height: 3px;
         top: 24px;
         margin-top: -1px;
         left: 12px;
         display: block;
         background: white;
         transition: .5s;
     }

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

     #burger + #nav_cross .cross:last-child {
         width: 15px;
         left: 17px;
         top: 35px;
     }

     #nav_cross:hover {
         cursor: pointer;
     }

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

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

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

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

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

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

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

     #burger:checked ~ nav {

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

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

     #menu_click {
         display: none;
     }

     #nav_scrolled {
         display: none;
     }

     /* Animated menu end */
     #home {
         width: 320px;
         height: 495px;
         margin: 0 auto;
     }

     #home_bg {
         width: 298px;
         height: 411px;
         background: url('../images/top_bg_mobile_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 112px;
         margin-left: 22px;
         display: inline-block;
     }

     #join {
         display: inline-block;
         width: 240px;
         height: 63px;
         margin-left: 22px;
         margin-top: 154px;
         background: #EC4B96;
         border: 0px;
         cursor: pointer;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 24px;
         float: left;
         clear: both;
         color: white;
         text-align: center;
         line-height: 63px;
         vertical-align: middle;
         border-radius: 100px;
         position: relative;
         z-index: 0;
     }
     #nagrody {
         width: 320px;
         height: 1140px;
         margin: 0 auto;
     }

     #nagrody_bg {
         width: 292px;
         height: 1072px;
         background: url('../images/nagrody_bg_mobile_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 58px;
         margin-left: 14px;
         display: inline-block;
     }
     #zasady {
         width: 320px;
         height: 925px;
         margin: 0 auto;
     }

     #zasady_bg {
         width: 276px;
         height: 770px;
         background: url('../images/zasady_bg_mobile_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 58px;
         margin-left: 22px;
         display: inline-block;
     }
     #join2{
         width: 170px;
         height: 30px;
         float: left;
         clear: both;
         margin-top: 437px;
         margin-left: 52px;
     }
     #rules_download {
         display: inline-block;
         width: 240px;
         height: 45px;
         margin-left: 18px;
         margin-top: 325px;
         background: black;
         border: 0px;
         cursor: pointer;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 20px;
         float: left;
         clear: both;
         color: white;
         text-align: center;
         line-height: 45px;
         vertical-align: middle;
         border-radius: 100px;
         position: relative;
     }
     #wez-udzial {
         width: 320px;
         height: 1270px;
         margin: 0 auto;
     }

     #wez-udzial_bg {
         width: 187px;
         height: 49px;
         background: url('../images/wez-udzial_bg_mobile_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 58px;
         margin-left: 66.5px;
         display: inline-block;
     }

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

     #main_form2 {
         width: 320px;
         height: auto;
         padding-top: 200px;
         color: black;
         text-align: center;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 23px;
         margin-left: 0px;
     }

     .label_form {
         width: auto;
         text-align: center;
         color: #211D70;
         font-size: 17px;
         font-family: "Poppins-Bold";
         font-weight: bold;
         float: left;
         clear: both;
         padding-left: 5px;
         padding-right: 5px;
         margin-top: 0px;
         margin-bottom: 0px;
         margin-left: 18px;
         position: relative;
     }

     .form_input {
         width: 285px;
         height: 60px;
         font-family: "Poppins-Bold";
         font-size: 16px;
         background: none;
         outline: 0;
         border-width: 0px 0px 2px 0px;
         border-color: black;
         color: black;
         float: left;
         clear: both;
         padding: 0px;
         padding-left: 15px;
         margin-top: 0px;
         margin-left: 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: white;
             font-family: "Poppins-Bold";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: white;
         -webkit-animation-name: autofill;
         -webkit-animation-fill-mode: both;
     }

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

     #show_popup2 {
         width: 26px;
         height: 26px;
         background: url("../images/gdzie_jest_numer.png");
         display: block;
         float: left;
         margin-left: -26px;
         margin-top: 20px;
         position: relative;
     }
     #show_popup3 {
         width: 26px;
         height: 26px;
         background: url("../images/gdzie_jest_numer.png");
         display: block;
         float: left;
         margin-left: -26px;
         margin-top: 20px;
         position: relative;
     }
     #show_popup4 {
         width: 26px;
         height: 26px;
         background: url("../images/gdzie_jest_numer.png");
         display: block;
         float: left;
         margin-left: -26px;
         margin-top: 20px;
         position: relative;
     }
     #data {
         box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
         content: '';
         float: left;
         clear: both;
         cursor: pointer;
     }

     .check_label {
         font-size: 12px;
         font-family: "Poppins-Regular";
         background: url("../images/checkbox_new.png");
         background-repeat: no-repeat;
         margin-left: 10px;
         display: inline-block;
         cursor: pointer;
         min-height: 22px;
         padding-left: 40px;
         margin-top: 30px;
         width: 260px;
         color: black;
         float: left;
         padding-top: 0px;
         margin-bottom: 0px;
     }

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

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

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

     #rules_download2 {
         display: inline-block;
         width: 160px;
         height: 32px;
         margin-right: 80px;
         margin-top: 30px;
         background: black;
         border: 0px;
         cursor: pointer;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 13px;
         float: right;
         color: white;
         text-align: center;
         line-height: 32px;
         vertical-align: middle;
         border-radius: 100px;
     }

     #shield_text {
         width: 300px;
         height: auto;
         float: left;
         color: #98182C;
         font-size: 11px;
         line-height: 18px;
         font-family: 'Poppins-Regular';
         margin-left: 10px;
         margin-top: 32px;
     }

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

     #button_send {
         display: inline-block;
         width: 220px;
         height: 80px;
         margin-right: 50px;
         margin-top: 70px;
         background: black;
         border: 0px;
         cursor: pointer;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 35px;
         float: right;
         color: white;
         text-align: center;
         vertical-align: middle;
         border-radius: 100px;
         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: "Poppins-Bold";
         font-weight: bold;
     }
     #laureaci {
         width: 320px;
         height: 680px;
         margin: 0 auto;
     }

     #laureaci_bg {
         width: 150px;
         height: 49px;
         background: url('../images/laureaci_bg_mobile_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         display: inline-block;
         margin-top: 58px;
         margin-left: 85px;
     }

     .slider {
         width: 320px;
         height: 461px;
         margin-left: 0px;
         margin-top: 0px;
     }

     .slids_title {
         width: 320px;
         font-size: 20px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         color: white;
         float: left;
         text-align: center;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_title2 {
         width: 320px;
         font-size: 20px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         color: white;
         float: left;
         text-align: center;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_title3 {
         width: 320px;
         font-size: 20px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         text-align: center;
         color: white;
         float: left;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_title4 {
         width: 320px;
         font-size: 20px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         text-align: center;
         color: white;
         float: left;
         margin-left: 0px;
         margin-top: 30px;
     }

     .slids_text {
         width: 320px;
         font-size: 24px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         color: white;
         float: left;
         text-align: center;
         margin-left: 0px;
         margin-top: 55px;
     }
     .slids_text2 {
         width: 320px;
         font-size: 24px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         color: white;
         float: left;
         text-align: center;
         margin-left: 0px;
         margin-top: 55px;
     }
     .slids_text3 {
         width: 320px;
         font-size: 24px;
         font-family: "Poppins-Medium";
         font-weight: bold;
         color: white;
         float: left;
         text-align: center;
         margin-left: 0px;
         margin-top: 84px;
     }
     .slids_text1_1 {
         width: 150px;
         font-size: 18px;
         font-family: "Poppins-Medium";
         color: black;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 85px;
         margin-top: 40px;
     }
     .slids_text2_1 {
         width: 150px;
         font-size: 18px;
         font-family: "Poppins-Medium";
         color: black;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 85px;
         margin-top: 40px;
     }

     .slids_text3_1 {
         width: 150px;
         font-size: 18px;
         font-family: "Poppins-Medium";
         color: black;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 85px;
         margin-top: 20px;
     }
     .slids_text3_2 {
         width: 150px;
         font-size: 18px;
         font-family: "Poppins-Medium";
         color: black;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 85px;
         margin-top: 0px;
     }
     .slids_text4_1 {
         width: 100px;
         font-size: 13px;
         font-family: "Poppins-Medium";
         color: black;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 10px;
         margin-top: 30px;
     }
     .slids_text4_2 {
         width: 100px;
         font-size: 13px;
         font-family: "Poppins-Medium";
         color: black;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_text4_3 {
         width: 100px;
         font-size: 13px;
         font-family: "Poppins-Medium";
         color: black;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 0px;
         margin-top: 30px;
     }

     .slids4_arrow_left{
         width: 8px;
         height: 13px;
         background: url('../images/arrow_left_slid_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 124px;
         margin-top: 20px;
         cursor: pointer;
     }
     .slids4_arrow_right{
         width: 8px;
         height: 13px;
         background: url('../images/arrow_right_slid_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 53px;
         margin-top: 20px;
         cursor: pointer;
     }
     #slids_1 {
         width: 197px;
         height: 197px;
         background: url('../images/s1_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 20px;
         margin-left: 61.5px;
     }
     #slids_2 {
         width: 192px;
         height: 184px;
         background: url('../images/s2_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 20px;
         margin-left: 64px;
     }
     #slids_3 {
         width: 192px;
         height: 184px;
         background: url('../images/s3_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 20px;
         margin-left: 64px;
     }
     #slids_4 {
         width: 192px;
         height: 184px;
         background: url('../images/s4_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 20px;
         margin-left: 64px;
     }
     .prev {
         width: 39px;
         height: 39px;
         float: left;
         clear: both;
         background: url('../images/arrow_left_mobile_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 0px;
         margin-top: -365px;
         cursor: pointer;
         position: relative;
     }

     .next {
         width: 39px;
         height: 39px;
         float: right;
         background: url('../images/arrow_right_mobile_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-right: 0px;
         margin-top: -365px;
         cursor: pointer;
         position: relative;
     }

     #kontakt {
         width: 320px;
         height: 360px;
         margin: 0 auto;
     }
     #kontakt_bg {
         width: 238px;
         height: 434px;
         background: url('../images/kontakt_bg_mobile_new.png');
         background-repeat: no-repeat;
         background-size: contain;
         display: inline-block;
         margin-left: 41px;
         margin-top: 51px;
     }

     #kontakt_phone {
         width: 100%;
         text-align: center;
         display: block;
         color: black;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 14px;
         float: left;
         margin-top: 140px;
     }

     #foot_email {
         display: block;
         color: black;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 14px;
         margin-left: 30px;
         margin-top: 15px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #foot_link {
         display: block;
         color: black;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 14px;
         margin-left: 65px;
         margin-top: 0px;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         display: block;
         color: black;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 14px;
         float: left;
         clear: both;
         text-align: center;
         margin-top: 15px;
         margin-left: 60px;
     }
 }

 @media screen and (max-width: 1180px) 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: 537px;
         background: black;
         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: 'Poppins-Bold';
         margin: 0 auto;
         color: white;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;
         font-weight: bold;
     }

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

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

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

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

     }

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

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

     }

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

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

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

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

     /* CODE WRAPPER END */
 }

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

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

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

     #code_msg {
         width: 90%;
         height: 460px;
         background: black;
         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: 'Poppins-Bold';
         margin: 0 auto;
         color: white;
         font-size: 17px;
         text-transform: uppercase;
         margin-top: 55px;
         font-weight: bold;
     }

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

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

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

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

     }

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

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

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

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

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

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

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

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

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

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

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

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

     #positive_text {
         width: 275px;
         font-family: 'Poppins-Bold';
         color: white;
         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;
     }
 }
