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

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

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

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


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

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

     body {
         background: url('../images/main_bg2.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: 800px;
         position: fixed;
         top: 50px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #popup > img {
         width: 800px;
     }
	 #popup_img_mobile{
		 display: none;
	 }

     #burger {
         display: none;
     }

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

     #burger + #nav_cross .cross {
         position: absolute;
         width: 30px;
         height: 4px;
         top: 38px;
         margin-top: -1px;
         left: 24px;
         display: block;
         background: #005837;
         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: #005837;
         font-weight: 800;
         font-size: 22px;
         font-family: "Montserrat-ExtraBold";
         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: #B7D837;
         height: 410px;
         transition-delay: 0s;

     }

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

     #menu_click {
         display: none;
     }

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

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

     #positive_msg {
         width: 870px;
         height: auto;
         background: #005837;
         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: "Montserrat-ExtraBold";
         margin: 0 auto;
         color: white;
         font-size: 41px;
         margin-top: 55px;
     }

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

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

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

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

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

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

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

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

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

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

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

     #wait_box {
         width: 518px;
         height: 238px;
         position: fixed;
         background: #005837;
         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: "Montserrat-ExtraBold";
         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: #005837;
         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: 'Montserrat-ExtraBold';
         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: 'Montserrat-ExtraBold';
         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: 'Montserrat-ExtraBold';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

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

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

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

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

     }

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

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

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

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

     /* CODE WRAPPER END */
     #status {
         width: 135px;
         height: 43px;
         background: #B7D837;
         border-radius: 50px;
         color: #005837;
         font-family: "Montserrat-Bold";
         text-align: center;
         padding-top: 10px;
         font-size: 13px;
         position: fixed;
         right: 20px;
         cursor: pointer;
         top: 120px;
     }

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

     #top_img1 {
         width: 1071px;
         height: 873px;
         background: url('../images/top_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 35px;
         margin-left: 10px;
     }

     #join {
         display: inline-block;
         width: 236px;
         height: 62px;
         margin-left: 160px;
         margin-top: -540px;
         background: #005837;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Montserrat-ExtraBold";
         font-size: 27px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 62px;
     }

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

     #nagrody_bg {
         width: 959px;
         height: 702px;
         background: url('../images/nagrody_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 99px;
         margin-top: 0px;
     }
     #nagrody_link1{
         width: 267px;
         height: 28px;
         float: left;
         clear: both;
         margin-top: 677px;
         margin-left: 316px;
     }
     #nagrody_link2{
         width: 267px;
         height: 28px;
         float: left;
         margin-top: 677px;
         margin-left: 109px;
     }
     #zasady {
         width: 1100px;
         height: 780px;
         margin: 0 auto;
     }

     #zasady_bg {
         width: 1100px;
         height: 793.5px;
         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: 185px;
         height: 30px;
         float: left;
         clear: both;
         margin-left: 335px;
         margin-top: 328px;
         cursor: pointer;
         position: relative;
     }

     #rules_download {
         display: inline-block;
         width: 310px;
         height: 82px;
         margin-left: 85px;
         margin-top: -225px;
         background: #005837;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Montserrat-ExtraBold";
         font-size: 35px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 82px;
     }

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

     #wez-udzial_bg {
         width: 375px;
         height: 79px;
         background: url('../images/wez-udzial_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 363px;
         margin-top: 0px;
         display: inline-block;
     }

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

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

     .switch3 {
         position: relative;
         display: inline-block;
         width: 102px;
         height: 38px;
         float: left;
         margin-left: 0px;
     }

     .switch3 input {
         opacity: 0;
         width: 0;
         height: 0;
     }

     .slider3 {
         position: absolute;
         cursor: pointer;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: #B7D837;
         -webkit-transition: .4s;
         transition: .4s;
     }

     .slider3:before {
         position: absolute;
         content: "";
         height: 30px;
         width: 30px;
         left: 4px;
         top: 4px;
         background: #00482D;
         background-repeat: no-repeat;
         background-position: center;
         -webkit-transition: .4s;
         transition: .4s;
     }

     input:checked + .slider3 {
         background-color: #B7D837;
     }


     input:checked + .slider3:before {
         -webkit-transform: translateX(21px);
         -ms-transform: translateX(21px);
         transform: translateX(21px);
         background: #00482D;
         left: 47px;
         background-repeat: no-repeat;
         background-position: center;
     }

     .slider3.round3 {
         border-radius: 34px;
     }

     .slider3.round3:before {
         border-radius: 50%;
     }

     .data_box3 {
         width: auto;
         height: auto;
         float: left;
         margin-left: 40px;
         margin-right: 40px;
         margin-top: 25px;
     }

     #form_konsument_label {
         font-family: "Montserrat-Regular";
         font-size: 20px;
         color: white;
         float: left;
         padding-bottom: 20px;
         margin-top: 30px;
         margin-left: 180px;
         border-bottom: 3px solid transparent;
                        
     }

     #form_firma_label {
         font-family: "Montserrat-Regular";
         font-size: 20px;
         color: white;
         float: left;
         padding-bottom: 20px;
         margin-top: 30px;
         border-bottom: 3px solid transparent;
         margin-bottom: 10px;
     }
     .active_border{
         border-bottom: 3px solid;
         border-image: linear-gradient(to right, transparent 33%, #B7D837 33%, #B7D837 66%, transparent 66%) 100% 1;
     }
     .form_input {
         width: 430px;
         height: 80px;
         font-family: "Montserrat-Regular";
         font-size: 18px;
         background: rgba(183, 216, 55, 0.3);
         outline: 0;
         border: 0px;
         border-radius: 50px;
         color: white;
         float: left;
         margin-left: 0px;
         padding: 0px;
         padding-left: 20px;
         margin-top: 40px;
     }

     #email,
     #paragon {
         margin-left: 50px;
     }

     @-webkit-keyframes autofill {
         to {
             color: white;
             font-family: "Montserrat-Regular";
             background: none;
         }
     }

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

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

     .styled-select1 {
         width: 450px;
         height: 80px;
         overflow: hidden;
         background: rgba(183, 216, 55, 0.3) url('../images/arrow.png') no-repeat;
         background-position: 405px 32px;
         border-radius: 50px;
         margin-top: 0px;
         float: left;
         margin-left: 50px;
         margin-top: 40px;
     }

     .styled-select1 select {
         background: transparent;
         width: 450px;
         font-size: 20px;
         height: 80px;
         padding: 0px;
         padding-left: 18px;
         border: 0px;
         border-radius: 50px;
         -webkit-appearance: none;
         font-family: "Montserrat-Regular";
         color: white;
         outline: none;
     }

     .styled-select1 select option {
         background-color: #005837;
         color: white;
     }
     #form_lab{
         width: 450px;
         text-align: center;
         float: right;
         clear: both;
         color: white;
         font-family: "Montserrat-Regular";
         font-size: 11px;
         margin-top: 5px;
     }
     #show_popup1 {
         width: 29px;
         height: 29px;
         background: url("../images/gdzie_jest_numer.png");
         margin-left: -45px;
         margin-top: 65px;
         display: block;
         float: left;
     }

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

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

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

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "Montserrat-Regular";
         font-size: 18px;
         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: #B7D837;
     }


     input:checked + .slider2:before {
         -webkit-transform: translateX(21px);
         -ms-transform: translateX(21px);
         transform: translateX(21px);
         background: white;
         left: 15px;
         background-repeat: no-repeat;
         background-position: center;
     }

     .slider2.round2 {
         border-radius: 34px;
     }

     .slider2.round2:before {
         border-radius: 50%;
     }

     .data_box2 {
         width: 950px;
         height: auto;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 30px;
     }

     .data_label2 {
         width: 850px;
         color: white;
         font-size: 18px;
         line-height: 22px;
         font-family: "Montserrat-Regular";
         float: left;
         margin-left: 20px;
         margin-top: 1px;
     }

     #shield {
         width: 950px;
         color: #B7D837;
         font-size: 15px;
         line-height: 21px;
         font-family: 'Montserrat-Regular';
         margin-top: 40px;
         float: left;
     }

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

     #button_send {
         display: inline-block;
         width: 310px;
         height: 82px;
         margin-top: 40px;
         background: #B7D837;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Montserrat-ExtraBold";
         font-size: 35px;
         text-align: center;
         float: right;
         margin-right: 320px;
         color: white;
         outline: 0px;
     }

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

     #laureaci_bg {
         width: 290px;
         height: 79px;
         background: url('../images/laureaci_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 405px;
     }
     #laureaci_slider{
         width: 1100px;
         height: 650px;
         margin-top: 70px;
     }
     .slids{
         width: 1000px !important;
         padding-left: 50px;
         padding-right: 50px;
     }
     .slids_title{
         font-family: "Montserrat-Bold";
         font-size: 41px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
     }
     .slids_losowanie_label{
         width: 250px;
         font-family: "Montserrat-Bold";
         font-size: 30px;
         color: white;
         text-align: center;
         float: left;
         cursor: pointer;
         border-bottom: 4px solid transparent;
         padding-bottom: 5px;
         margin-top: 70px;
     }
     .slids3_losowanie_inner_title{
         margin-bottom: 40px;
     }
     .slids1_losowanie1_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids1_losowanie2_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids1_losowanie3_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids1_losowanie4_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids2_losowanie1_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids2_losowanie2_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids2_losowanie3_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids2_losowanie4_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids3_losowanie1_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids3_losowanie_inner_box1{
         float: left;
         width: 330px;
         margin-left: 5px;
     }
     .slids3_losowanie_inner_box2{
         float: left;
         width: 330px;
     }
     .slids3_losowanie_inner_box3{
         float: left;
         width: 330px;
     }
     .slids3_losowanie2_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids3_losowanie3_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids3_losowanie4_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids4_losowanie1_inner{
         font-family: "Montserrat-Medium";
         font-size: 30px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .active{
         color: #B7D837;
         border-bottom: 4px solid #B7D837;
     }
     .hide{
         display: none;
     }
     .prev{
         width: 50px;
         height: 50px;
         background: url('../images/arrow_left.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: -650px;
         position: relative;
         margin-left: 230px;
         cursor: pointer;
     }
     .next{
         width: 50px;
         height: 50px;
         background: url('../images/arrow_right.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: right;
         margin-top: -650px;
         position: relative;
         margin-right: 230px;
         cursor: pointer;
     }
     #kontakt {
         width: 1100px;
         height: 350px;
         margin: 0 auto;
     }

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

     #kontakt_phone {
         display: block;
         color: #005837;
         font-family: "Montserrat-Bold";
         font-size: 20px;
         line-height: 30px;
         float: left;
         margin-top: 270px;
         margin-left: -55px;
     }

     #foot_email {
         display: block;
         color: #005837;
         font-family: "Montserrat-Bold";
         font-size: 20px;
         line-height: 30px;
         margin-left: 139px;
         margin-top: 270px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #kontakt_link {
         display: block;
         color: #005837;
         font-family: "Montserrat-Bold";
         font-size: 20px;
         line-height: 30px;
         margin-left: 236px;
         margin-top: -30px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

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

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

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

     #errors ul {
         font-family: "Montserrat-ExtraBold";
         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: #005837;
         font-family: "Montserrat-ExtraBold";
         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: 6355px;
         margin: 0px;
         padding: 0px;
     }

     body {
         background: url('../images/mobile_bg2.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;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 20px;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #popup > img {
         width: 320px;
     }
	 #popup_img{
		 display: none;
	 }
     #check_wrapper {
         position: absolute;
         z-index: 55000;
         cursor: pointer;
     }

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

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

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

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

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

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

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

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

     }

     #wait_box {
         width: 80%;
         height: 230px;
         background: #005837;
         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: "Montserrat-ExtraBold";
         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: #005837;
         border: 5px solid white;
         height: auto;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         position: fixed;
         top: 15px;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

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

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

     #status {
         width: 100px;
         height: 27px;
         background: #B7D837;
         border-radius: 50px;
         color: #005837;
         font-family: "Montserrat-Bold";
         text-align: center;
         padding-top: 10px;
         font-size: 10px;
         line-height: 9px;
         position: fixed;
         right: 10px;
         cursor: pointer;
         top: 70px;
         z-index: 1;
     }

     /* 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: #005837;
         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: 'Montserrat-ExtraBold';
         margin: 0 auto;
         color: white;
         font-size: 38px;
         margin-top: 40px;
     }

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

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

     #burger {
         display: none;
     }

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

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

     #burger:checked ~ nav {

         background: #B7D837;
         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: 810px;
         margin: 0 auto;
     }

     #top_img1 {
         width: 305px;
         height: 613px;
         background: url('../images/top_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 155px;
         margin-left: 7.5px;
     }

     #join {
         display: inline-block;
         width: 230px;
         height: 62px;
         margin-left: 45px;
         margin-top: -385px;
         background: #005837;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Montserrat-ExtraBold";
         font-size: 27px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 62px;
     }

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

     #nagrody_bg {
         width: 278px;
         height: 904px;
         background: url('../images/nagrody_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 21px;
         margin-top: 0px;
     }
     #nagrody_link1{
         width: 190px;
         height: 19px;
         float: left;
         clear: both;
         margin-top: 656px;
         margin-left: 46px;
     }
     #nagrody_link2{
         width: 190px;
         height: 19px;
         float: left;
         margin-top: 211px;
         margin-left: 46px;
     }
     #zasady {
         width: 320px;
         height: 900px;
         margin: 0 auto;
     }

     #zasady_bg {
         width: 320px;
         height: 878.5px;
         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: 140px;
         height: 20px;
         float: left;
         clear: both;
         margin-left: 160px;
         margin-top: 335px;
         cursor: pointer;
         position: relative;
     }

     #rules_download {
         display: inline-block;
         width: 220px;
         height: 60px;
         margin-left: 50px;
         margin-top: -340px;
         background: #005837;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Montserrat-ExtraBold";
         font-size: 24px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 60px;
     }

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

     #wez-udzial_bg {
         width: 151px;
         height: 32px;
         background: url('../images/wez-udzial_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left:85px;
         margin-top: 0px;
         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: 150px;
         color: white;
         text-align: center;
         font-family: "Montserrat-ExtraBold";
         font-size: 30px;
         margin-left: 0px;
         padding-bottom: 100px;
     }

     .switch3 {
         position: relative;
         display: inline-block;
         width: 73px;
         height: 38px;
         float: left;
         margin-left: 0px;
     }

     .switch3 input {
         opacity: 0;
         width: 0;
         height: 0;
     }

     .slider3 {
         position: absolute;
         cursor: pointer;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: #B7D837;
         -webkit-transition: .4s;
         transition: .4s;
     }

     .slider3:before {
         position: absolute;
         content: "";
         height: 30px;
         width: 30px;
         left: 4px;
         top: 4px;
         background: #00482D;
         background-repeat: no-repeat;
         background-position: center;
         -webkit-transition: .4s;
         transition: .4s;
     }

     input:checked + .slider3 {
         background-color: #B7D837;
     }


     input:checked + .slider3:before {
         -webkit-transform: translateX(21px);
         -ms-transform: translateX(21px);
         transform: translateX(21px);
         background: #00482D;
         left: 18px;
         background-repeat: no-repeat;
         background-position: center;
     }

     .slider3.round3 {
         border-radius: 34px;
     }

     .slider3.round3:before {
         border-radius: 50%;
     }

     .data_box3 {
         width: auto;
         height: auto;
         float: left;
         margin-left: 10px;
         margin-right: 10px;
         margin-top: 30px;
     }

     #form_konsument_label {
         width: 120px;
         font-family: "Montserrat-Regular";
         font-size: 16px;
         color: white;
         float: left;
         padding-bottom: 10px;
         text-align: center;
         margin-top: 30px;
         margin-left: 10px;
         border-bottom: 3px solid transparent;
                        
     }

     #form_firma_label {
         width: 80px;
         font-family: "Montserrat-Regular";
         font-size: 16px;
         color: white;
         float: left;
         text-align: center;
         padding-bottom: 10px;
         margin-top: 30px;
         border-bottom: 3px solid transparent;
         margin-bottom: 10px;
     }
     .active_border{
         border-bottom: 3px solid;
         border-image: linear-gradient(to right, transparent 33%, #B7D837 33%, #B7D837 66%, transparent 66%) 100% 1;
     }
     .form_input {
         width: 280px;
         height: 60px;
         font-family: "Montserrat-Regular";
         font-size: 14px;
         background: rgba(183, 216, 55, 0.3);
         outline: 0;
         border: 0px;
         border-radius: 50px;
         color: white;
         float: left;
         margin-left: 10px;
         padding: 0px;
         padding-left: 20px;
         margin-top: 20px;
     }

     @-webkit-keyframes autofill {
         to {
             color: white;
             font-family: "Montserrat-Regular";
             background: none;
         }
     }

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

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

     .styled-select1 {
         width: 300px;
         height: 60px;
         overflow: hidden;
         background: rgba(183, 216, 55, 0.3) url('../images/arrow.png') no-repeat;
         background-position: 257px 22.5px;
         border-radius: 50px;
         margin-top: 0px;
         float: left;
         margin-left: 10px;
         margin-top: 20px;
     }

     .styled-select1 select {
         background: transparent;
         width: 300px;
         font-size: 14px;
         height: 60px;
         padding: 0px;
         padding-left: 18px;
         border: 0px;
         border-radius: 50px;
         -webkit-appearance: none;
         font-family: "Montserrat-Regular";
         color: white;
         outline: none;
     }

     .styled-select1 select option {
         background-color: #005837;
         color: white;
     }
     #form_lab{
         width: 300px;
         float: left;
         clear: both;
         color: white;
         font-family: "Montserrat-Regular";
         font-size: 8px;
         margin-left: 10px;
         margin-top: 5px;
     }
     #show_popup1 {
         width: 29px;
         height: 29px;
         background: url("../images/gdzie_jest_numer.png");
         margin-left: -45px;
         margin-top: 35px;
         display: block;
         float: left;
     }

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

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

     #reg {
         float: left;
         clear: both;
         font-family: "Montserrat-Regular";
         font-size: 15px;
         color: white;
         margin-left: 10px;
         margin-top: 30px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "Montserrat-Regular";
         font-size: 15px;
         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: #B7D837;
     }


     input:checked + .slider2:before {
         -webkit-transform: translateX(21px);
         -ms-transform: translateX(21px);
         transform: translateX(21px);
         background: white;
         left: 15px;
         background-repeat: no-repeat;
         background-position: center;
     }

     .slider2.round2 {
         border-radius: 34px;
     }

     .slider2.round2:before {
         border-radius: 50%;
     }

     .data_box2 {
         width: 300px;
         height: auto;
         float: left;
         clear: both;
         margin-left: 10px;
         margin-top: 30px;
     }

     .data_label2 {
         width: 210px;
         color: white;
         font-size: 15px;
         line-height: 16px;
         font-family: "Montserrat-Regular";
         float: left;
         margin-left: 20px;
         margin-top: 1px;
     }

     #shield {
         width: 300px;
         color: #B7D837;
         font-size: 14px;
         line-height: 16px;
         font-family: 'Montserrat-Regular';
         margin-top: 30px;
         margin-left: 10px;
         float: left;
     }

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

     #button_send {
         display: inline-block;
         width: 230px;
         height: 60px;
         margin-top: 40px;
         background: #B7D837;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Montserrat-ExtraBold";
         font-size: 25px;
         text-align: center;
         float: right;
         margin-right: 45px;
         color: white;
         outline: 0px;
     }

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

     #laureaci_bg {
         width: 116px;
         height: 32px;
         background: url('../images/laureaci_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 102px;
     }
     #laureaci_slider{
         width: 320px;
         height: 650px;
         margin-top: 50px;
     }
     .slids{
         width: 320px !important;
     }
     .slids_title{
         font-family: "Montserrat-Bold";
         font-size: 17px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-bottom: 30px;
     }
     .slids_losowanie_label{
         width: 150px;
         font-family: "Montserrat-Bold";
         font-size: 21px;
         color: white;
         text-align: center;
         float: left;
         clear: both;
         cursor: pointer;
         border-bottom: 4px solid transparent;
         padding-bottom: 5px;
         margin-top: 15px;
         margin-left: 85px;
     }
     .slids1_losowanie1_inner{
         font-family: "Montserrat-Medium";
         font-size: 20px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
         line-height: 35px;
     }
     .slids1_losowanie2_inner{
         font-family: "Montserrat-Medium";
         font-size: 20px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
         line-height: 35px;
     }
     .slids1_losowanie3_inner{
         font-family: "Montserrat-Medium";
         font-size: 20px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
         line-height: 35px;
     }
     .slids1_losowanie4_inner{
         font-family: "Montserrat-Medium";
         font-size: 20px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
         line-height: 35px;
     }
     .slids2_losowanie1_inner{
         font-family: "Montserrat-Medium";
         font-size: 20px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
         line-height: 35px;
     }
     .slids2_losowanie2_inner{
         font-family: "Montserrat-Medium";
         font-size: 20px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
         line-height: 35px;
     }
     .slids2_losowanie3_inner{
         font-family: "Montserrat-Medium";
         font-size: 20px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
         line-height: 35px;
     }
     .slids2_losowanie4_inner{
         font-family: "Montserrat-Medium";
         font-size: 20px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
         line-height: 35px;
     }
     .slids3_losowanie_inner_title{
         margin-bottom: 40px;
     }
     .slids3_losowanie1_inner{
         font-family: "Montserrat-Medium";
         font-size: 14px;
         color: white;
         text-align: center;
         min-width: 320px;
         width: auto;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids3_losowanie_inner_box1{
         float: left;
         width: 160px;
     }
     .slids3_losowanie_inner_box2{
         float: left;
         width: 160px;
     }
     .slids3_losowanie_inner_box3{
         float: left;
         width: 320px;
         margin-top: 30px;
     }
     .slids3_losowanie2_inner{
         font-family: "Montserrat-Medium";
         font-size: 14px;
         color: white;
         text-align: center;
         min-width: 320px;
         width: auto;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids3_losowanie3_inner{
         font-family: "Montserrat-Medium";
         font-size: 14px;
         color: white;
         text-align: center;
         min-width: 320px;
         width: auto;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids3_losowanie4_inner{
         font-family: "Montserrat-Medium";
         font-size: 14px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .slids4_losowanie1_inner{
         font-family: "Montserrat-Medium";
         font-size: 20px;
         color: white;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .active{
         color: #B7D837;
         border-bottom: 4px solid #B7D837;
     }
     .hide{
         display: none;
     }
     .prev{
         width: 34px;
         height: 34px;
         background: url('../images/arrow_left.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: -658px;
         position: relative;
         margin-left: 10px;
         cursor: pointer;
     }
     .next{
         width: 34px;
         height: 34px;
         background: url('../images/arrow_right.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: right;
         margin-top: -658px;
         position: relative;
         margin-right: 10px;
         cursor: pointer;
     }
     #kontakt {
         width: 320px;
         height: 350px;
         margin: 0 auto;
     }

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

     #kontakt_phone {
         display: block;
         color: #005837;
         font-family: "Montserrat-Bold";
         font-size: 20px;
         line-height: 30px;
         float: left;
         margin-top: 230px;
         width: 100%;
         text-align: center;
     }

     #foot_email {
         display: block;
         color: #005837;
         font-family: "Montserrat-Bold";
         font-size: 20px;
         line-height: 30px;
         margin-left: 50px;
         margin-top: 90px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #kontakt_link {
         display: block;
         color: #005837;
         font-family: "Montserrat-Bold";
         font-size: 20px;
         line-height: 30px;
         margin-left: 58px;
         margin-top: 0px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         width: 200px;
         display: block;
         color: #005837;
         font-family: "Montserrat-Bold";
         font-size: 20px;
         line-height: 30px;
         float: left;
         clear: both;
         text-align: center;
         margin-top: 90px;
         margin-left: 38px;
     }

 }

 @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: #005837;
         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: 'Montserrat-ExtraBold';
         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: 'Montserrat-ExtraBold';
         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: 'Montserrat-ExtraBold';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

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

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

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

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #005837;
         font-family: 'Montserrat-ExtraBold';
         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: 'Montserrat-ExtraBold';
         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: 375px;
         background: #005837;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 230px);
         z-index: 10000000;
         display: block;
         display: none;
     }

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

     #code_title {
         height: 35px;
         width: 260px;
         text-align: center;
         font-family: 'Montserrat-ExtraBold';
         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: 'Montserrat-ExtraBold';
         margin: 0 auto;
         color: white;
         font-size: 12px;
         text-transform: uppercase;
         margin-top: 10px;
     }

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

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

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

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

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #005837;
         font-family: 'Montserrat-ExtraBold';
         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: 'Montserrat-ExtraBold';
         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: #005837;
         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: 'Montserrat-ExtraBold';
         margin: 0 auto;
         color: white;
         font-size: 26px;
         margin-top: 54px;
     }

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

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