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

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

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

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

 .form_input2 {
     font-family: "optima-nova-lt-pro";
     font-weight: bold;
     font-size: 16px;
     outline: 0;
     color: white;
 }

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

     html,
     body {
         width: 100%;
         height: 4291px;
         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: 450px;
         position: fixed;
         top: 25px;
         left: 0;
         right: 0;
		 margin-left: 0px;
		 margin-right: 0px;
		 margin: 0 auto;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }
	 #popup > img{
		 width: inherit;
	 }
     #navigation {
         display: none;
     }

     #logo_1 {
         width: 149px;
         height: 43px;
         background: url('../images/logo.png');
         background-size: contain;
         background-repeat: no-repeat;
         float: left;
         margin-top: 20px;
         margin-left: 20px;
     }

     #nav_scrolled {
         width: 1100px;
         height: 88px;
         left: 0;
         right: 0;
         margin: 0 auto;
         position: fixed;
         background: white;
         z-index: 10;
     }

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

     #menu_scrolled {
         padding-left: 0px;
     }

     #nav_scrolled ul {
         float: right;
         margin-top: 22px;
         margin-right: 30px;
     }

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

     #nav_scrolled ul > li > a {
         padding: 12px;
         display: block;
         font-family: "optima-nova-lt-pro";
         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: #F17664;
         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: "optima-nova-lt-pro";
         font-weight: bold;
         margin: 0 auto;
         color: white;
         font-size: 41px;
         margin-top: 55px;
     }

     #positive_text {
         width: 730px;
         font-family: "optima-nova-lt-pro";
         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: #F17664;
         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: "optima-nova-lt-pro";
         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: #F17664;
         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: 'optima-nova-lt-pro';
         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: 'optima-nova-lt-pro';
         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: 'optima-nova-lt-pro';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

     #code_text {
         width: 90%;
         font-family: 'optima-nova-lt-pro';
         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: #F17664;
         font-family: 'optima-nova-lt-pro';
         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: 'optima-nova-lt-pro';
         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: 90px;
         height: 56px;
         background: #F38271;
         color: white;
         border-radius: 20px 0px 0px 20px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         text-align: center;
         padding-top: 12px;
         padding-left: 5px;
         font-size: 12px;
         position: fixed;
         right: 0px;
         cursor: pointer;
         top: 93px;
     }

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

     #home_bg {
         width: 578px;
         height: 382px;
         background: url('../images/top_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 135px;
         display: inline-block;
         margin-left: 413px;
     }

     #join {
         display: inline-block;
         width: 150px;
         height: 50px;
         margin-left: 352px;
         margin-top: 290px;
         background: white;
         border: 0px;
         cursor: pointer;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 20px;
         float: left;
         clear: both;
         color: #A82D1A;
         text-align: center;
         line-height: 50px;
         vertical-align: middle;
         border-radius: 100px;
     }
     #nagrody {
         width: 1180px;
         height: 750px;
         margin: 0 auto;
     }

     #nagrody_bg {
         width: 1100px;
         height: 663px;
         background: url('../images/nagrody_bg2.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 88px;
         margin-left: 40px;
         display: inline-block;
     }
     #zasady {
         width: 1180px;
         height: 600px;
         margin: 0 auto;
     }

     #zasady_bg {
         width: 832px;
         height: 496px;
         background: url('../images/zasady_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 90px;
         margin-left: 175px;
         display: inline-block;
     }
     #join2{
         width: 210px;
         height:40px;
         float: left;
         clear: both;
         margin-top: 190px;
         margin-left: 440px;
         cursor: pointer;
     }
     #rules_download {
         display: inline-block;
         width: 360px;
         height: 75px;
         margin-left: 236px;
         margin-top: 220px;
         background: #F38271;
         border: 0px;
         cursor: pointer;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 34px;
         float: left;
         clear: both;
         color: white;
         text-align: center;
         line-height: 75px;
         vertical-align: middle;
         border-radius: 100px;
         position: relative;
     }

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

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

     #main_form {
         width: 1100px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 50px;
         margin-left: 40px;
     }

     #main_form2 {
         width: 1180px;
         height: auto;
         padding-top: 200px;
         color: #CC9757;
         text-align: center;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 23px;
         margin-left: 0px;
     }

     .label_form {
         width: auto;
         text-align: center;
         color: #211D70;
         font-size: 17px;
         font-family: "optima-nova-lt-pro";
         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: 540px;
         height: 40px;
         font-family: "optima-nova-lt-pro";
         font-size: 20px;
         background: none;
         outline: 0;
         border-width: 0px 0px 2px 0px;
         border-color: #CC9757;
         color: #CC9757;
         float: left;
         clear: both;
         padding: 0px;
         padding-left: 10px;
         margin-top: 20px;
     }


     input[type="date"]::-webkit-calendar-picker-indicator {
         color: rgba(0, 0, 0, 0);
         opacity: 1;
         display: block;
         border-width: thin;
     }

     @-webkit-keyframes autofill {
         to {
             color: #CC9757;
             font-family: "optima-nova-lt-pro";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #CC9757;
         -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: 27px;
         position: relative;
     }

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

     #show_popup3 {
         width: 26px;
         height: 26px;
         background: url("../images/gdzie_jest_numer.png");
         display: block;
         float: left;
         margin-left: -26px;
         margin-top: 27px;
         position: relative;
     }
     #show_popup4 {
         width: 26px;
         height: 26px;
         background: url("../images/gdzie_jest_numer.png");
         display: block;
         float: left;
         margin-left: -26px;
         margin-top: 27px;
         position: relative;
     }
     #form_bg{
         width: 357px;
         height: 395px;
         background: url('../images/form_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: right;
         clear: both;
         margin-top: -380px;
         margin-right: 70px;
     }
     #data {
         box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
         content: '';
         float: left;
         clear: both;
         cursor: pointer;
     }

     .check_label {
         font-size: 16px;
         font-family: "optima-nova-lt-pro";
         background: url("../images/checkbox.png");
         background-repeat: no-repeat;
         margin-left: 0px;
         display: inline-block;
         cursor: pointer;
         min-height: 22px;
         padding-left: 40px;
         margin-top: 20px;
         width: 950px;
         color: #CC9757;
         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.png");
         background-repeat: no-repeat;
     }

     #reg {
         float: left;
         clear: both;
         font-family: "optima-nova-lt-pro";
         font-size: 20px;
         color: #CC9757;
         margin-top:30px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "optima-nova-lt-pro";
         font-size: 20px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: #CC9757;
     }

     #shield_text {
         width: 1060px;
         height: auto;
         float: left;
         color: #CC9757;
         background: #FEF1EF;
         padding: 20px;
         border-radius: 27px;
         font-size: 12px;
         line-height: 18px;
         font-family: 'optima-nova-lt-pro';
         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: 240px;
         height: 70px;
         margin-right: 430px;
         margin-top: 30px;
         background: #F38271;
         border: 0px;
         cursor: pointer;
         font-family: "optima-nova-lt-pro";
         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: "optima-nova-lt-pro";
         font-weight: bold;
     }
     #laureaci {
         width: 1180px;
         height: 760px;
         margin: 0 auto;
     }
     #laureaci_bg {
         width: 244px;
         height: 64px;
         background: url('../images/laureaci_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         display: inline-block;
         margin-top: 89px;
         margin-left: 468px;
     }

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

     .slids_title {
         width: 360px;
         font-size: 25px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         color: #CC9757;
         float: left;
         text-align: center;
         margin-left: 100px;
         margin-top: 60px;
     }
     .slids_title2 {
         width: 360px;
         font-size: 25px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         text-align: center;
         color: #CC9757;
         float: left;
         margin-left: 100px;
         margin-top: 60px;
     }
     .slids_title3 {
         width: 360px;
         font-size: 25px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         text-align: center;
         color: #CC9757;
         float: left;
         margin-left: 100px;
         margin-top: 60px;
     }
     .slids_title4 {
         width: 360px;
         font-size: 25px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         text-align: center;
         color: #CC9757;
         float: left;
         margin-left: 100px;
         margin-top: 60px;
     }

     .slids_text {
         width: 360px;
         font-size: 24px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         color: #CC9757;
         float: left;
         text-align: center;
         margin-left: 100px;
         margin-top: 65px;
     }
     .slids_text2 {
         width: 360px;
         font-size: 24px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         color: #CC9757;
         float: left;
         text-align: center;
         margin-left: 100px;
         margin-top: 65px;
     }
     .slids_text3 {
         width: 360px;
         font-size: 24px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         color: #CC9757;
         float: left;
         text-align: center;
         margin-left: 100px;
         margin-top: 65px;
     }
     .slids_text4 {
         width: 360px;
         font-size: 24px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         color: #CC9757;
         float: left;
         text-align: center;
         margin-left: 100px;
         margin-top: 65px;
     }  
     #slids3_nav{
		 float: left;
		 clear: both;
		 margin-left: 440px;		 
	 }
	 #slids4_nav{
		 float: left;
		 clear: both;
		 margin-left: 440px;		 
	 }
     .slids_text1_1 {
         width: 180px;
         font-size: 18px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 30px;
         margin-left: 100px;
         margin-top: 30px;
     }
     .slids_text1_2 {
         width: 180px;
         font-size: 18px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 30px;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_text2_1 {
         width: 180px;
         font-size: 18px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 30px;
         margin-left: 100px;
         margin-top: 30px;
     }
     .slids_text2_2 {
         width: 180px;
         font-size: 18px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 30px;
         margin-left: 0px;
         margin-top: 30px;
     }

     .slids_text3_1 {
         width: 180px;
         font-size: 18px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 30px;
         margin-left: 100px;
         margin-top: 30px;
     }

     .slids_text3_2 {
         width: 180px;
         font-size: 18px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 30px;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids3_arrow_left{
         width: 29px;
         height: 29px;
         background: url('../images/arrow_left.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 206px;
         margin-top: 0px;
         cursor: pointer;
     }
     .slids3_arrow_right{
         width:29px;
         height: 29px;
         background: url('../images/arrow_right.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 53px;
         margin-top: 0px;
         cursor: pointer;
     }
     .slids_text4_1 {
         width: 160px;
         font-size: 18px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 30px;
         margin-left: 26px;
         margin-top: 30px;
     }

     .slids_text4_2 {
         width: 160px;
         font-size: 18px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         float: left;
         text-align: center;
         line-height: 30px;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_text4_3 {
         width: 160px;
         font-size: 18px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         float: left;
         text-align: center;
         line-height: 30px;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids4_arrow_left{
         width: 29px;
         height: 29px;
         background: url('../images/arrow_left.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 191px;
         margin-top: 0px;
         cursor: pointer;
     }
     .slids4_arrow_right{
         width:29px;
         height: 29px;
         background: url('../images/arrow_right.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 53px;
         margin-top: 0px;
         cursor: pointer;
     }
     #slids_1 {
         width: 260px;
         height: 260px;
         border-radius: 25px;
         float: left;
         margin-top: 30px;
         margin-left: 160px;
     }
     #slids_1 > div{
         background: url('../images/laur1.png');
         background-repeat: no-repeat;
         background-size: contain;
         width: 334px;
         height: 261px;
     }
     #slids_2 > div{
         background: url('../images/laur2.png');
         background-repeat: no-repeat;
         background-size: contain;
         width: 122px;
         height: 252px;
         margin-left: 60px;
     }
     #slids_3 > div{
         background: url('../images/laur3.png');
         background-repeat: no-repeat;
         background-size: contain;
         width: 144px;
         height: 199px;
         margin-left: 60px;
         margin-top: 40px;
     }
     #slids_4 > div{
         background: url('../images/laur4.png');
         background-repeat: no-repeat;
         background-size: contain;
         width: 323px;
         height: 212px;
         margin-left: -26px;
         margin-top: 20px;
     }
     #slids_2 {
         width: 260px;
         height: 260px;
         float: left;
         margin-top: 30px;
         margin-left: 160px;
     }
     #slids_3 {
         width: 260px;
         height: 260px;
         float: left;
         margin-top: 30px;
         margin-left: 160px;
     }
     #slids_4 {
         width: 260px;
         height: 260px;
         float: left;
         margin-top: 30px;
         margin-left: 160px;
     }
     .slider_anim1{
         width: 189px;
         height: auto;
         float: left;
     }
     .prev {
         width: 39px;
         height: 39px;
         float: left;
         clear: both;
         background: url('../images/arrow_left.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 39px;
         margin-top: -330px;
         cursor: pointer;
         position: relative;
     }

     .next {
         width: 39px;
         height: 39px;
         float: right;
         background: url('../images/arrow_right.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-right: 39px;
         margin-top: -330px;
         cursor: pointer;
         position: relative;
     }
     #slider_info{
         width: 800px;
         text-align: center;
         color: #CC9757;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 17px;
         float: left;
         clear: both;
         margin-left: 180px;
         margin-top: -120px;
     }
     #kontakt {
         width: 1180px;
         height: 300px;
         margin: 0 auto;
     }
     #kontakt_bg {
         width: 1100px;
         height: 442px;
         background: url('../images/kontakt_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         display: inline-block;
         margin-top: 0px;
         margin-left: 40px;
     }

     #kontakt_phone {
         display: block;
         color: #CC9757;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 18px;
         float: left;
         margin-top: 200px;
         margin-left: 210px;
     }

     #foot_email {
         display: block;
         color: #CC9757;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 18px;
         margin-left: 95px;
         margin-top: 200px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #foot_link {
         display: block;
         color: #CC9757;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 18px;
         margin-left: 486px;
         margin-top: 0px;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         display: block;
         color: #CC9757;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 18px;
         float: left;
         clear: both;
         margin-top: -44px;
         margin-left: 740px;
         text-align: center;
     }

     #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: "optima-nova-lt-pro";
         font-weight: bold;
         color: #c90219;
     }

     #errors ul {
         font-family: "optima-nova-lt-pro";
         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: "optima-nova-lt-pro";
         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%;
         min-height: 100dvh;
         height: 5036px;
         margin: 0px;
         padding: 0px;
         overscroll-behavior-y: none;
     }

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

     /* 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: #F17664;
         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: "optima-nova-lt-pro";
         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: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 16px;
         color: #c90219;
     }

     #errors ul {
         font-family: "optima-nova-lt-pro";
         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: "optima-nova-lt-pro";
         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: 46px;
         background: #F38271;
         color: white;
         border-radius: 10px 0px 0px 10px;
         font-family: "optima-nova-lt-pro";
         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: #F17664;
         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: 'optima-nova-lt-pro';
         margin: 0 auto;
         color: white;
         font-size: 38px;
         margin-top: 40px;
     }

     #positive_text {
         width: 100%;
         font-family: 'optima-nova-lt-pro';
         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: 149px;
         height: 43px;
         background: url('../images/logo.png');
         background-size: contain;
         background-repeat: no-repeat;
         float: left;
         margin-top: 11px;
         margin-left: 10px;
     }
     #burger {
         display: none;
     }

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

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

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

     #burger + #nav_cross .cross:last-child {
         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: #D5A15E;
         font-weight: 800;
         font-size: 22px;
         font-family: 'optima-nova-lt-pro';
         display: block;
         padding: 15px;
     }

     #burger:checked ~ nav {

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

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

     #menu_click {
         display: none;
     }

     #nav_scrolled {
         display: none;
     }

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

     #home_bg {
         width: 320px;
         height: 750px;
         background: url('../images/top_bg_mobile2.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 70px;
         display: inline-block;
         margin-left: 0px;
     }

     #join {
         display: inline-block;
         width: 160px;
         height: 40px;
         margin-left: 83px;
         margin-top: 660px;
         background: white;
         border: 0px;
         cursor: pointer;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 20px;
         float: left;
         clear: both;
         color: #A82D1A;
         text-align: center;
         line-height: 40px;
         vertical-align: middle;
         border-radius: 100px;
     }
     #nagrody {
         width: 320px;
         height: 1070px;
         margin: 0 auto;
     }

     #nagrody_bg {
         width: 320px;
         height: 1008px;
         background: url('../images/nagrody_bg_mobile2.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 70px;
         margin-left: 0px;
         display: inline-block;
     }
     #zasady {
         width: 320px;
         height: 610px;
         margin: 0 auto;
     }

     #zasady_bg {
         width: 320px;
         height: 495px;
         background: url('../images/zasady_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 70px;
         margin-left: 0px;
         display: inline-block;
     }
     #join2{
         width: 130px;
         height:26px;
         float: left;
         clear: both;
         margin-top: 155px;
         margin-left: 65px;
         cursor: pointer;
     }
     #rules_download {
         display: inline-block;
         width: 240px;
         height: 50px;
         margin-left: 40px;
         margin-top: 320px;
         background: #F38271;
         border: 0px;
         cursor: pointer;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 22px;
         float: left;
         clear: both;
         color: white;
         text-align: center;
         line-height: 50px;
         vertical-align: middle;
         border-radius: 100px;
         position: relative;
     }

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

     #wez-udzial_bg {
         width: 192px;
         height: 40px;
         background: url('../images/wez-udzial_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 70px;
         margin-left: 64px;
         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: #CC9757;
         text-align: center;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 23px;
         margin-left: 0px;
     }

     .label_form {
         width: auto;
         text-align: center;
         color: #211D70;
         font-size: 17px;
         font-family: "optima-nova-lt-pro";
         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: 290px;
         height: 40px;
         font-family: "optima-nova-lt-pro";
         font-size: 16px;
         background: none;
         outline: 0;
         border-width: 0px 0px 2px 0px;
         border-color: #CC9757;
         color: #CC9757;
         float: left;
         clear: both;
         padding: 0px;
         padding-left: 10px;
         margin-left: 10px;
         margin-top: 20px;
     }


     input[type="date"]::-webkit-calendar-picker-indicator {
         color: rgba(0, 0, 0, 0);
         opacity: 1;
         display: block;
         border-width: thin;
     }

     @-webkit-keyframes autofill {
         to {
             color: #CC9757;
             font-family: "optima-nova-lt-pro";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #CC9757;
         -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: 27px;
         position: relative;
     }

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

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

     .check_label {
         font-size: 16px;
         font-family: "optima-nova-lt-pro";
         background: url("../images/checkbox.png");
         background-repeat: no-repeat;
         margin-left: 10px;
         display: inline-block;
         cursor: pointer;
         min-height: 22px;
         padding-left: 40px;
         margin-top: 20px;
         width: 260px;
         color: #CC9757;
         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.png");
         background-repeat: no-repeat;
     }

     #reg {
         float: left;
         clear: both;
         font-family: "optima-nova-lt-pro";
         font-size: 16px;
         color: #CC9757;
         margin-top:30px;
         margin-left: 10px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "optima-nova-lt-pro";
         font-size: 16px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: #CC9757;
     }

     #shield_text {
         width: 260px;
         height: auto;
         float: left;
         color: #CC9757;
         background: #FEF1EF;
         padding: 20px;
         border-radius: 27px;
         font-size: 12px;
         line-height: 18px;
         font-family: 'optima-nova-lt-pro';
         margin-left: 10px;
         margin-top: 32px;
     }

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

     #button_send {
         display: inline-block;
         width: 160px;
         height: 50px;
         margin-right: 80px;
         margin-top: 30px;
         background: #F38271;
         border: 0px;
         cursor: pointer;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 22px;
         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: "optima-nova-lt-pro";
         font-weight: bold;
     }
     #laureaci {
         width: 320px;
         height: 700px;
         margin: 0 auto;
     }

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

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

     .slids_title {
         width: 320px;
         font-size: 20px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         color: #CC9757;
         float: left;
         text-align: center;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_title2 {
         width: 320px;
         font-size: 20px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         color: #CC9757;
         float: left;
         text-align: center;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_title3 {
         width: 320px;
         font-size: 20px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         text-align: center;
         color: #CC9757;
         float: left;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_title4 {
         width: 320px;
         font-size: 20px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         text-align: center;
         color: #CC9757;
         float: left;
         margin-left: 0px;
         margin-top: 30px;
     }

     .slids_text {
         width: 320px;
         font-size: 24px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         color: #CC9757;
         float: left;
         text-align: center;
         margin-left: 0px;
         margin-top: 55px;
     }
     .slids_text2 {
         width: 320px;
         font-size: 24px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         color: #CC9757;
         float: left;
         text-align: center;
         margin-left: 0px;
         margin-top: 55px;
     }
     .slids_text3 {
         width: 320px;
         font-size: 24px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         color: #CC9757;
         float: left;
         text-align: center;
         margin-left: 0px;
         margin-top: 55px;
     }
     .slids_text4 {
         width: 320px;
         font-size: 24px;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         color: #CC9757;
         float: left;
         text-align: center;
         margin-left: 0px;
         margin-top: 55px;
     }
     .slids_text1_1 {
         width: 150px;
         font-size: 16px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 10px;
         margin-top: 40px;
     }
     .slids_text1_2 {
         width: 150px;
         font-size: 16px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_text2_1 {
         width: 150px;
         font-size: 16px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 10px;
         margin-top: 40px;
     }
     .slids_text2_2 {
         width: 150px;
         font-size: 16px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_text3_1 {
         width: 150px;
         font-size: 16px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 10px;
         margin-top: 30px;
     }
     .slids_text3_2 {
         width: 150px;
         font-size: 16px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_text4_1 {
         width: 100px;
         font-size: 13px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 10px;
         margin-top: 30px;
     }
     .slids_text4_2 {
         width: 100px;
         font-size: 13px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 0px;
         margin-top: 30px;
     }
     .slids_text4_3 {
         width: 100px;
         font-size: 13px;
         font-family: "optima-nova-lt-pro";
         color: #CC9757;
         text-align: center;
         float: left;
         line-height: 25px;
         margin-left: 0px;
         margin-top: 30px;
     }  
     .slids3_arrow_left{
         width: 23px;
         height: 23px;
         background: url('../images/arrow_left.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 113px;
         margin-top: 20px;
         cursor: pointer;
     }
     .slids3_arrow_right{
         width: 23px;
         height: 23px;
         background: url('../images/arrow_right.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 53px;
         margin-top: 20px;
         cursor: pointer;
     }
     .slids4_arrow_left{
         width: 23px;
         height: 23px;
         background: url('../images/arrow_left.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 113px;
         margin-top: 20px;
         cursor: pointer;
     }
     .slids4_arrow_right{
         width: 23px;
         height: 23px;
         background: url('../images/arrow_right.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 53px;
         margin-top: 20px;
         cursor: pointer;
     }
     #slids_1 {
         width: 260px;
         height: 180px;
         float: left;
         margin-top: 20px;
         margin-left: 30px;
     }
     #slids_1 > div{
         background: url('../images/laur1.png');
         background-repeat: no-repeat;
         background-size: contain;
         width: 202px;
         height: 154px;
         margin-left: 29px;
         margin-top: 0px;
     }
     #slids_2 > div{
         background: url('../images/laur2.png');
         background-repeat: no-repeat;
         background-size: contain;
         width: 87px;
         height: 179px;
         margin-left: 85px;
     }
     #slids_3 > div{
         background: url('../images/laur3.png');
         background-repeat: no-repeat;
         background-size: contain;
         width: 122px;
         height: 168px;
         margin-left: 65px;
         margin-top: 0px;
     }
     #slids_4 > div{
         background: url('../images/laur4.png');
         background-repeat: no-repeat;
         background-size: contain;
         width: 257px;
         height: 169px;
         margin-left: 0px;
         margin-top: 0px;
     }
     #slids_2 {
         width: 260px;
         height: 180px;
         float: left;
         margin-top: 20px;
         margin-left: 30px;
     }
     #slids_3 {
         width: 260px;
         height: 180px;
         float: left;
         margin-top: 20px;
         margin-left: 30px;
     }
     #slids_4 {
         width: 260px;
         height: 180px;
         float: left;
         margin-top: 20px;
         margin-left: 30px;
     }
     .prev {
         width: 33px;
         height: 33px;
         float: left;
         clear: both;
         background: url('../images/arrow_left.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 0px;
         margin-top: -285px;
         cursor: pointer;
         position: relative;
     }

     .next {
         width: 33px;
         height: 33px;
         float: right;
         background: url('../images/arrow_right.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-right: 0px;
         margin-top: -285px;
         cursor: pointer;
         position: relative;
     }
     #slider_info{
         display: block;
         color: #CC9757;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 14px;
         text-align: center;
     }
     #kontakt {
         width: 320px;
         height: 360px;
         margin: 0 auto;
     }
     #kontakt_bg {
         width: 320px;
         height: 392px;
         background: url('../images/kontakt_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         display: inline-block;
         margin-left: 0px;
         margin-top: 40px;
     }

     #kontakt_phone {
         width: 100%;
         text-align: center;
         display: block;
         color: #CC9757;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 16px;
         float: left;
         margin-top: 135px;
     }

     #foot_email {
         display: block;
         color: #CC9757;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 16px;
         margin-left: 70px;
         margin-top: 20px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #foot_link {
         display: block;
         color: #CC9757;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 16px;
         margin-left: 105px;
         margin-top: 0px;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         width: 160px;
         display: block;
         color: #CC9757;
         font-family: "optima-nova-lt-pro";
         font-weight: bold;
         font-size: 16px;
         float: left;
         clear: both;
         text-align: center;
         margin-top: 20px;
         margin-left: 80px;
     }
 }

 @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: #F17664;
         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: 'optima-nova-lt-pro';
         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: 'optima-nova-lt-pro';
         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: 'optima-nova-lt-pro';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

     #code_text {
         width: 90%;
         font-family: 'optima-nova-lt-pro';
         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: #F17664;
         font-family: 'optima-nova-lt-pro';
         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: 'optima-nova-lt-pro';
         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: #F17664;
         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: 'optima-nova-lt-pro';
         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: 'optima-nova-lt-pro';
         margin: 0 auto;
         color: white;
         font-size: 12px;
         text-transform: uppercase;
         margin-top: 10px;
     }

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

     #code_text {
         width: 290px;
         font-family: 'optima-nova-lt-pro';
         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: #F17664;
         font-family: 'optima-nova-lt-pro';
         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: 'optima-nova-lt-pro';
         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: #F17664;
         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: 'optima-nova-lt-pro';
         margin: 0 auto;
         color: white;
         font-size: 26px;
         margin-top: 54px;
     }

     #positive_text {
         width: 275px;
         font-family: 'optima-nova-lt-pro';
         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;
     }
 }
