 @charset "utf-8";

 a:visited,
 a:link,
 a:active {
     color: inherit;
     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: #0B3467;
 }

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

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

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

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

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

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

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

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

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

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

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

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

     }

     #popup {
         width: 400px;
         position: fixed;
         top: 50px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #popup > img {
         width: 400px;
     }

     #burger {
         display: none;
     }

     #burger + #nav_cross {
         position: fixed;
         top: 10px;
         right: 10px;
         height: 60px;
         width: 70px;
         z-index: 5;
         background: #C10016;
         border-radius: 40px 0px 40px 40px;
     }

     #burger + #nav_cross .cross {
         position: absolute;
         width: 32px;
         height: 4px;
         top: 28px;
         margin-top: -1px;
         left: 19px;
         display: block;
         background: white;
         transition: .5s;
         border-radius: 5px;
     }

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

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

     #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: 300px;
         height: 0px;
         background: #0B3467;
         z-index: 3;
         transition: .5s;
         transition-delay: .5s;
         overflow: hidden;
     }

     #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: white;
         font-weight: 800;
         font-size: 22px;
         font-family: "Lato-Bold";
         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: #C10016;
         height: 410px;
         transition-delay: 0s;
         z-index: 4;

     }

     #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: #0B3467;
         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: "Lato-Bold";
         margin: 0 auto;
         color: white;
         font-size: 41px;
         margin-top: 55px;
     }

     #positive_text {
         width: 670px;
         font-family: "Lato-Bold";
         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;
     }

     /* 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: #0B3467;
         border: 5px solid white;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 259px);
         z-index: 10000000;
         display: block;
         color: black;
         font-family: "Lato-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: 430px;
         background: #0B3467;
         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: 'Lato-Bold';
         margin: 0 auto;
         color: white;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;
         font-weight: bold;
     }

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

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

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

     #email_check {
         width: 300px;
         height: 40px;
         background: none;
         color: white;
         font-size: 20px;
         border-width: 0 0 5px 0;
         border-color: white;
         float: left;
         clear: both;
         text-align: center;
         font-family: 'Lato-Bold';
         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: 'Lato-Bold';
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
         outline: 0;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #0B3467;
         font-family: 'Lato-Bold';
         text-align: center;
         border: 0px;
         font-size: 20px;
         cursor: pointer;
         margin-left: 200px;
         margin-top: 30px;
         margin-bottom: 0px;
         outline: 0px;
         float: left;
     }

     #response {
         width: 500px;
         height: 100px;
         margin: 0 auto;
         font-family: 'Lato-Bold';
         color: white;
         font-size: 18px;
         line-height: 22px;
         cursor: auto;
         clear: both;
         padding-top: 20px;

     }

     /* CODE WRAPPER END */
     #status {
         width: 165px;
         height: 51px;
         border-radius: 40px 0px 40px 40px;
         background: #C10016;
         color: white;
         font-family: "Lato-Bold";
         text-transform: uppercase;
         text-align: center;
         padding-top: 10px;
         font-size: 14px;
         line-height: 20px;
         position: fixed;
         right: 10px;
         cursor: pointer;
         top: 80px;
         z-index: 3;
     }

     #home {
         width: 1100px;
         height: 1046px;
         margin: 0 auto;
         margin-top: 0px;
     }

     #logo {
         width: 152.5px;
         height: 161px;
         background: url('../images/logo.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 75px;
         margin-top: 30px;
         float: left;
         clear: both;
     }

     #top_text1 {
         font-family: "Lato-Black";
         font-size: 48px;
         color: #F6F3EE;
         width: 800px;
         text-align: center;
         float: right;
         margin-top: 47px;
     }

     #top_text2 {
         font-family: "Lato-Regular";
         font-size: 24px;
         color: #F6F3EE;
         width: 800px;
         text-align: center;
         float: right;
         margin-top: 15px;
     }

     #top_img1 {
         width: 300px;
         height: 532px;
         background: url('../images/top_bg1.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 80px;
         margin-left: 0px;
     }

     #join {
         display: inline-block;
         width: 300px;
         height: 60px;
         margin-left: 0px;
         margin-top: 75px;
         background: #C10016;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Black";
         font-size: 24px;
         border-radius: 50px;
         text-align: center;
         float: left;
         clear: both;
         color: #F6F3EE;
         line-height: 58px;
     }

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

     #nagrody_text1 {
         width: 100%;
         font-family: "bebas-neue-semirounded";
         color: #0B3467;
         font-size: 120px;
         text-align: center;
         letter-spacing: 2px;
         float: left;
         clear: both;
     }

     #nagrody_text2 {
         width: 100%;
         font-family: "Lato-Regular";
         color: #0B3467;
         font-size: 27px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 10px;
     }

     #nagrody_text3 {
         width: 100%;
         font-family: "Lato-Black";
         color: #0B3467;
         font-size: 29px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 30px;
     }

     #nagrody_slider {
         width: 1000px;
         height: 300px;
         float: left;
         clear: both;
         margin-top: 45px;
         margin-left: 50px;
     }

     .slids {
         width: 200px;
     }

     .slid_text1 {
         width: 100%;
         font-family: "Lato-Black";
         color: #0B3467;
         font-size: 30px;
         text-align: center;
         float: left;
         clear: both;
     }

     .slid_text2 {
         width: 100%;
         font-family: "Lato-Regular";
         color: #0B3467;
         font-size: 15px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 10px;
     }

     .slid_img {
         max-width: 200px;
         height: auto;
         float: left;
         clear: both;
         margin-top: 10px;
     }

     .slid_text3 {
         width: 100%;
         font-family: "Lato-Bold";
         color: #0B3467;
         font-size: 16px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 10px;
     }
     .slid_text4 {
         width: 100%;
         font-family: "Lato-Bold";
         color: #0B3467;
         font-size: 12px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 5px;
     }

     #nagrody_slider .slick-slide {
         transition: transform 0.3s ease, opacity 0.3s ease;
         transform: scale(0.9);
         opacity: 1;
     }

     #nagrody_slider .slick-center {
         transform: scale(1.1);
         opacity: 1;
         z-index: 2;
     }

     #nagrody_slider .slick-track {
         padding: 40px 0;
     }

     #nagrody_slider .slids {
         position: relative;
     }

     #nagrody_slider .slids::before {
         content: "dzisiaj do wygrania:";
         position: absolute;
         top: -15px;
         left: 50%;
         transform: translateX(-50%) translateY(10px);
         font-family: "Lato-Black";
         font-size: 12px;
         font-weight: 700;
         color: #C10016;
         text-transform: uppercase;
         opacity: 0;
         transition: opacity 0.3s ease, transform 0.3s ease;
         pointer-events: none;
         white-space: nowrap;
     }

     #nagrody_slider .slick-center .slids::before {
         opacity: 1;
         transform: translateX(-50%) translateY(0);
     }

     #nagrody_slider .slick-list {
         overflow-y: visible;
     }

     /* tylko środkowy (aktywny) slajd */
     #nagrody_slider .slick-center .slid_text1,
     #nagrody_slider .slick-center .slid_text2 {
         color: #C10016;
         /* lub np. brandowy */
     }

     #prev {
         width: 40px;
         height: 40px;
         background: url('../images/arrow_left.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         cursor: pointer;
         position: relative;
         z-index: 2;
         margin-top: -170px;
     }

     #next {
         width: 40px;
         height: 40px;
         background: url('../images/arrow_right.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: right;
         cursor: pointer;
         position: relative;
         z-index: 2;
         margin-top: -170px;
     }

     #nagrody_text_bottom {
         width: 100%;
         font-family: "Lato-Regular";
         color: #0B3467;
         font-size: 18px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 30px;
     }

     #zasady {
         width: 1100px;
         height: 880px;
         margin: 0 auto;
     }

     #zasady_title {
         font-family: "bebas-neue-semirounded";
         font-size: 90px;
         color: #F6F3EE;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         display: inline-block;
         letter-spacing: 2px;
         margin-bottom: 40px;
     }

     .zasady_box {
         margin-left: 0px;
         margin-right: 0px;
     }

     #box1 {
         width: 330px;
         float: left;
         clear: both;
     }

     #box2 {
         width: 440px;
         float: left;
     }

     #box3 {
         width: 330px;
         float: right;
     }

     .zasady_nr {
         width: 100%;
         text-align: center;
         color: #B40A28;
         font-family: "Lato-Black";
         font-size: 80px;
     }

     .zasady_text {
         font-family: "Lato-Regular";
         font-size: 27px;
         letter-spacing: 1px;
         color: #F6F3EE;
         width: 100%;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 20px;
     }

     #zasady_text_bottom {
         font-family: "Lato-Black";
         font-size: 24px;
         color: #F6F3EE;
         text-align: center;
         width: 100%;
         letter-spacing: 1px;
         margin-top: 60px;
         float: left;
         clear: both;
     }

     #zasady_text_bottom2 {
         font-family: "Lato-Regular";
         font-size: 24px;
         color: #F6F3EE;
         line-height: 34px;
         text-align: center;
         width: 610px;
         margin-left: 245px;
         letter-spacing: 1px;
         margin-top: 40px;
         float: left;
         clear: both;
     }

     #rules_download {
         display: inline-block;
         width: 300px;
         height: 60px;
         margin-left: 400px;
         margin-top: 40px;
         background: #C10016;
         cursor: pointer;
         font-family: "Lato-Black";
         font-size: 24px;
         border-radius: 50px;
         text-align: center;
         float: left;
         clear: both;
         color: #F6F3EE;
         line-height: 58px;
     }

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

     #wez-udzial_bg {
         font-family: "bebas-neue-semirounded";
         font-size: 90px;
         color: #0B3467;
         text-align: center;
         width: 820px;
         margin-left: 140px;
         float: left;
         clear: both;
         display: inline-block;
     }

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

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

     .form_input {
         width: 768px;
         height: 50px;
         font-family: "Lato-Regular";
         font-size: 25px;
         background: transparent;
         outline: 0;
         border: 1px solid #0B3467;
         color: #0B3467;
         float: left;
         margin-left: 15px;
         padding: 0px;
         padding-left: 20px;
         margin-top: 40px;
     }

     #phone {
         margin-top: 18px;
     }

     @-webkit-keyframes autofill {
         to {
             color: #0B3467;
             font-family: "Lato-Regular";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #0B3467;
         -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;
     }

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

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

     #email_label {
         float: left;
         clear: both;
         color: #0B3467;
         font-size: 14px;
         font-family: "Lato-Regular";
         margin-top: 5px;
         margin-left: 20px;
     }

     #reg {
         float: left;
         clear: both;
         font-family: "Lato-Regular";
         font-size: 20px;
         color: #0B3467;
         margin-top: 40px;
         margin-left: 20px;
         margin-bottom: 15px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Regular";
         font-size: 20px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: #0B3467;
     }

     .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: #C10016;
     }


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

     .data_label2 {
         width: 690px;
         color: #0B3467;
         font-size: 20px;
         line-height: 24px;
         font-family: "Lato-Regular";
         float: left;
         margin-left: 20px;
         margin-top: 2px;
     }

     #maczfit_policy {
         width: 780px;
         color: #0B3467;
         font-size: 18px;
         line-height: 22px;
         font-family: "Lato-Regular";
         float: left;
         clear: both;
         margin-left: 20px;
         margin-top: 45px;
     }

     #oblig {
         color: #0B3467;
         font-size: 18px;
         line-height: 22px;
         font-family: "Lato-Regular";
         float: left;
         clear: both;
         margin-left: 20px;
         margin-top: 30px;
     }

     #shield {
         width: 780px;
         background: #0B3467;
         padding: 20px;
         color: #F6F3EE;
         font-size: 15px;
         line-height: 19px;
         font-family: 'Lato-Regular';
         margin-top: 35px;
         float: left;
     }

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

     #button_send {
         display: inline-block;
         width: 400px;
         height: 70px;
         margin-top: 50px;
         background: #C10016;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Lato-Black";
         font-size: 24px;
         margin-left: 210px;
         text-align: center;
         float: left;
         clear: both;
         color: #F6F3EE;
         outline: 0px;
     }

     #error {
         position: relative;
         width: 900px;
         color: red;
         background: black;
         height: 50px;
         margin-left: 80px;
         margin-top: 20px;
         text-align: center;
         vertical-align: middle;
         line-height: 50px;
         border: 3px solid red;
         font-family: "Lato-Bold";
     }

     #zamow {
         width: 1100px;
         height: 810px;
         margin: 0 auto;
     }

     #zamow_text {
         width: 400px;
         color: #0B3467;
         font-family: "Lato-Black";
         font-size: 60px;
         line-height: 72px;
         float: right;
         clear: both;
         text-align: right;
         margin-right: 140px;
     }

     #zamow_button {
         display: inline-block;
         width: 400px;
         height: 70px;
         margin-top: 45px;
         background: #C10016;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Lato-Black";
         font-size: 24px;
         text-align: center;
         float: right;
         margin-right: 140px;
         line-height: 70px;
         clear: both;
         color: #F6F3EE;
     }

     #kontakt {
         width: 1100px;
         height: 350px;
         margin: 0 auto;
     }

     #kontakt_title {
         font-family: "bebas-neue-semirounded";
         font-size: 90px;
         color: #0B3467;
         text-align: center;
         width: 100%;
         margin-top: 0px;
         float: left;
         clear: both;
         display: inline-block;
     }

     #kontakt_text1 {
         font-family: "Lato-Regular";
         font-size: 25px;
         color: #0B3467;
         text-align: center;
         width: 100%;
         margin-top: 30px;
         float: left;
         clear: both;
         display: inline-block;
     }

     #kontakt_phone {
         display: block;
         color: #0B3467;
         font-family: "Lato-Bold";
         font-size: 25px;
         line-height: 30px;
         float: left;
         margin-top: 40px;
         margin-left: 166px;
     }

     #foot_email {
         display: block;
         color: #0B3467;
         font-family: "Lato-Bold";
         font-size: 25px;
         line-height: 30px;
         margin-left: 133px;
         margin-top: 40px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #kontakt_link {
         display: block;
         color: #0B3467;
         font-family: "Lato-Bold";
         font-size: 25px;
         line-height: 30px;
         margin-left: 466px;
         margin-top: -30px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         width: 200px;
         display: block;
         color: #0B3467;
         font-family: "Lato-Bold";
         font-size: 25px;
         line-height: 30px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: -60px;
         margin-left: 756px;
     }

     #kontakt_logo {
         width: 114px;
         height: 120.5px;
         background: url('../images/logo_bottom.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 493px;
         margin-top: 40px;
     }

     #kontakt_text_bottom {
         color: #0B3467;
         font-family: "Lato-Regular";
         font-size: 20px;
         float: left;
         clear: both;
         width: 100%;
         text-align: center;
         margin-top: 25px;
     }

     #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 #0B3467;
         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: "Lato-Bold";
         color: #0B3467;
     }

     #errors ul {
         font-family: "Lato-Bold";
         font-size: 18px;
         color: #0B3467;
     }

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

     #errors_ok {
         background: #0B3467;
         border-radius: 25px;
         width: 150px;
         height: 50px;
         color: white;
         font-family: "Lato-Bold";
         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: 4548px;
         margin: 0px;
         padding: 0px;
     }

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

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

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

     }

     #popup {
         width: 320px;
         height: 500px;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 225px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #popup > img {
         width: 320px;
         height: 480px;
     }

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

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

     }

     #wait_box {
         width: 80%;
         height: 230px;
         background: #0B3467;
         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: "Lato-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 #0B3467;
         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: "Lato-Bold";
         font-size: 16px;
         color: #0B3467;
     }

     #errors ul {
         font-family: "Lato-Bold";
         font-size: 12px;
         color: #0B3467;
     }

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

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

     #status {
         width: 110px;
         height: 37px;
         border-radius: 40px 0px 40px 40px;
         background: #C10016;
         color: white;
         font-family: "Lato-Bold";
         text-transform: uppercase;
         text-align: center;
         padding-top: 8px;
         font-size: 10px;
         line-height: 14px;
         position: fixed;
         right: 10px;
         cursor: pointer;
         top: 80px;
         z-index: 3;
     }

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

     #positive_text {
         width: 100%;
         font-family: 'Lato-Bold';
         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: 60px;
         width: 70px;
         z-index: 5;
         background: #C10016;
         border-radius: 40px 0px 40px 40px;
     }

     #burger + #nav_cross .cross {
         position: absolute;
         width: 32px;
         height: 4px;
         top: 28px;
         margin-top: -1px;
         left: 19px;
         display: block;
         background: white;
         transition: .5s;
         border-radius: 5px;
     }

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

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

     #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: white;
         font-weight: 800;
         font-size: 22px;
         font-family: 'Lato-Bold';
         display: block;
         padding: 15px;
     }

     #burger:checked ~ nav {

         background: #C10016;
         height: 100%;
         transition-delay: 0s;
         z-index: 4;
     }

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

     #menu_click {
         display: none;
     }

     /* Animated menu end */

     #home {
         width: 320px;
         height: 660px;
         margin: 0 auto;
         margin-top: 0px;
     }

     #logo {
         width: 71px;
         height:75px;
         background: url('../images/logo.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 10px;
         margin-top: 20px;
         float: left;
         clear: both;
     }

     #top_text1 {
         font-family: "Lato-Black";
         font-size: 19px;
         color: #F6F3EE;
         width: 320px;
         text-align: center;
         float: right;
         margin-top: 25px;
     }

     #top_text2 {
         font-family: "Lato-Regular";
         font-size: 14px;
         color: #F6F3EE;
         width: 320px;
         text-align: center;
         float: right;
         margin-top: 10px;
     }

     #top_img1 {
         width: 320px;
         height: 130px;
         background: url('../images/top_bg_mobile1.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 20px;
         margin-left: 0px;
     }

     #join {
         display: inline-block;
         width: 150px;
         height: 30px;
         margin-left: 10px;
         margin-top: 18px;
         background: #C10016;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Black";
         font-size: 14px;
         border-radius: 50px;
         text-align: center;
         float: left;
         clear: both;
         color: #F6F3EE;
         line-height: 30px;
     }

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

     #nagrody_text1 {
         width: 100%;
         font-family: "bebas-neue-semirounded";
         color: #0B3467;
         font-size: 48px;
         text-align: center;
         letter-spacing: 2px;
         float: left;
         clear: both;
     }

     #nagrody_text2 {
         width: 100%;
         font-family: "Lato-Regular";
         color: #0B3467;
         font-size: 14px;
         line-height: 21px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 10px;
     }

     #nagrody_text3 {
         width: 90%;
         margin-left: 5%;
         font-family: "Lato-Black";
         color: #0B3467;
         font-size: 15px;
         line-height: 21px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 30px;
     }

     #nagrody_slider {
         width: 200px;
         height: 300px;
         float: left;
         clear: both;
         margin-top: 15px;
         margin-left: 60px;
     }

     .slids {
         width: 200px;
     }

     .slid_text1 {
         width: 100%;
         font-family: "Lato-Black";
         color: #0B3467;
         font-size: 30px;
         text-align: center;
         float: left;
         clear: both;
     }

     .slid_text2 {
         width: 100%;
         font-family: "Lato-Regular";
         color: #0B3467;
         font-size: 15px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 10px;
     }

     .slid_img {
         max-width: 200px;
         height: auto;
         float: left;
         clear: both;
         margin-top: 10px;
     }

     .slid_text3 {
         width: 100%;
         font-family: "Lato-Bold";
         color: #0B3467;
         font-size: 16px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 10px;
     }
     .slid_text4 {
         width: 100%;
         font-family: "Lato-Bold";
         color: #0B3467;
         font-size: 12px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 5px;
     }
     #nagrody_slider .slick-slide {
         transition: transform 0.3s ease, opacity 0.3s ease;
         transform: scale(0.9);
         opacity: 1;
     }

     #nagrody_slider .slick-center {
         transform: scale(1.1);
         opacity: 1;
         z-index: 2;
     }

     #nagrody_slider .slick-track {
         padding: 40px 0;
     }

     #nagrody_slider .slids {
         position: relative;
     }

     #nagrody_slider .slids::before {
         content: "dzisiaj do wygrania:";
         position: absolute;
         top: -15px;
         left: 50%;
         transform: translateX(-50%) translateY(10px);
         font-family: "Lato-Black";
         font-size: 12px;
         font-weight: 700;
         color: #C10016;
         text-transform: uppercase;
         opacity: 0;
         transition: opacity 0.3s ease, transform 0.3s ease;
         pointer-events: none;
         white-space: nowrap;
     }

     #nagrody_slider .slick-center .slids::before {
         opacity: 1;
         transform: translateX(-50%) translateY(0);
     }

     #nagrody_slider .slick-list {
         overflow-y: visible;
     }

     /* tylko środkowy (aktywny) slajd */
     #nagrody_slider .slick-center .slid_text1,
     #nagrody_slider .slick-center .slid_text2 {
         color: #C10016;
         /* lub np. brandowy */
     }

     #prev {
         width: 40px;
         height: 40px;
         background: url('../images/arrow_left.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         cursor: pointer;
         position: relative;
         z-index: 2;
         margin-top: -170px;
     }

     #next {
         width: 40px;
         height: 40px;
         background: url('../images/arrow_right.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: right;
         cursor: pointer;
         position: relative;
         z-index: 2;
         margin-top: -170px;
     }

     #nagrody_text_bottom {
         width: 100%;
         font-family: "Lato-Regular";
         color: #0B3467;
         font-size: 12px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 30px;
     }

     #zasady {
         width: 320px;
         height: 1220px;
         margin: 0 auto;
     }

     #zasady_title {
         font-family: "bebas-neue-semirounded";
         font-size: 48px;
         color: #F6F3EE;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         display: inline-block;
         letter-spacing: 2px;
         margin-bottom: 40px;
     }

     .zasady_box {
         margin-left: 0px;
         margin-right: 0px;
     }

     #box1 {
         width: 320px;
         float: left;
         clear: both;
     }

     #box2 {
         width: 320px;
         float: left;
         clear: both;
     }

     #box3 {
         width: 320px;
         float: right;
     }

     .zasady_nr {
         width: 100%;
         text-align: center;
         color: #B40A28;
         font-family: "Lato-Black";
         font-size: 54px;
     }

     .zasady_text {
         font-family: "Lato-Regular";
         font-size: 24px;
         letter-spacing: 1px;
         color: #F6F3EE;
         width: 100%;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 10px;
         margin-bottom: 20px;
     }

     #zasady_text_bottom {
         font-family: "Lato-Black";
         font-size: 15px;
         line-height: 21px;
         color: #F6F3EE;
         text-align: center;
         width: 90%;
         margin-left: 5%;
         letter-spacing: 1px;
         margin-top: 40px;
         float: left;
         clear: both;
     }

     #zasady_text_bottom2 {
         font-family: "Lato-Regular";
         font-size: 14px;
         color: #F6F3EE;
         line-height: 17px;
         text-align: center;
         width: 320px;
         margin-left: 0px;
         letter-spacing: 1px;
         margin-top: 40px;
         float: left;
         clear: both;
     }

     #rules_download {
         display: inline-block;
         width: 220px;
         height: 45px;
         margin-left: 50px;
         margin-top: 30px;
         background: #C10016;
         cursor: pointer;
         font-family: "Lato-Black";
         font-size: 18px;
         border-radius: 50px;
         text-align: center;
         float: left;
         clear: both;
         color: #F6F3EE;
         line-height: 45px;
     }

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

     #wez-udzial_bg {
         font-family: "bebas-neue-semirounded";
         font-size: 48px;
         color: #0B3467;
         text-align: center;
         width: 320px;
         margin-left: 0px;
         float: left;
         clear: both;
         display: inline-block;
     }

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

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

     .form_input {
         width: 288px;
         height: 30px;
         font-family: "Lato-Regular";
         font-size: 12px;
         background: transparent;
         outline: 0;
         border: 1px solid #0B3467;
         color: #0B3467;
         float: left;
         margin-left: 10px;
         padding: 0px;
         padding-left: 10px;
         margin-top: 20px;
     }

     #phone {
         margin-top: 5px;
     }

     @-webkit-keyframes autofill {
         to {
             color: #0B3467;
             font-family: "Lato-Regular";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #0B3467;
         -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;
     }

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

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

     #email_label {
         float: left;
         clear: both;
         color: #0B3467;
         font-size: 8px;
         font-family: "Lato-Regular";
         margin-top: 5px;
         margin-left: 20px;
     }

     #reg {
         float: left;
         clear: both;
         font-family: "Lato-Regular";
         font-size: 12px;
         color: #0B3467;
         margin-top: 30px;
         margin-left: 10px;
         margin-bottom: 0px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Regular";
         font-size: 12px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: #0B3467;
     }

     .switch2 {
         position: relative;
         display: inline-block;
         width: 34px;
         height: 16px;
         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: 12px;
         width: 12px;
         left: 2px;
         top: 2px;
         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: #C10016;
     }


     input:checked + .slider2:before {
         -webkit-transform: translateX(21px);
         -ms-transform: translateX(21px);
         transform: translateX(21px);
         background: white;
         left: -1px;
         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: 15px;
     }

     .data_label2 {
         width: 250px;
         color: #0B3467;
         font-size: 12px;
         line-height: 15px;
         font-family: "Lato-Regular";
         float: left;
         margin-left: 10px;
         margin-top: 2px;
     }

     #maczfit_policy {
         width: 300px;
         color: #0B3467;
         font-size: 11px;
         line-height: 15px;
         font-family: "Lato-Regular";
         float: left;
         clear: both;
         margin-left: 10px;
         margin-top: 20px;
     }

     #oblig {
         color: #0B3467;
         font-size: 12px;
         font-family: "Lato-Regular";
         float: left;
         clear: both;
         margin-left: 10px;
         margin-top: 15px;
     }

     #shield {
         width: 260px;
         background: #0B3467;
         padding: 20px;
         color: #F6F3EE;
         font-size: 11px;
         line-height: 14px;
         font-family: 'Lato-Regular';
         margin-top: 20px;
         margin-left: 10px;
         float: left;
     }

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

     #button_send {
         display: inline-block;
         width: 240px;
         height: 42px;
         margin-top: 25px;
         background: #C10016;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Lato-Black";
         font-size: 18px;
         margin-left: 40px;
         text-align: center;
         float: left;
         clear: both;
         color: #F6F3EE;
         outline: 0px;
     }

     #error {
         position: relative;
         width: 900px;
         color: red;
         background: black;
         height: 50px;
         margin-left: 80px;
         margin-top: 20px;
         text-align: center;
         vertical-align: middle;
         line-height: 50px;
         border: 3px solid red;
         font-family: "Lato-Bold";
     }

     #zamow {
         width: 320px;
         height: 300px;
         margin: 0 auto;
     }

     #zamow_text {
         width: 160px;
         color: #0B3467;
         font-family: "Lato-Black";
         font-size: 24px;
         line-height: 30px;
         float: right;
         clear: both;
         text-align: right;
         margin-right: 10px;
     }

     #zamow_button {
         display: inline-block;
         width: 160px;
         height: 30px;
         margin-top: 15px;
         background: #C10016;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Lato-Black";
         font-size: 11px;
         text-align: center;
         float: right;
         margin-right: 10px;
         line-height: 30px;
         clear: both;
         color: #F6F3EE;
     }

     #kontakt {
         width: 320px;
         height: 350px;
         margin: 0 auto;
     }

     #kontakt_title {
         font-family: "bebas-neue-semirounded";
         font-size: 54px;
         color: #0B3467;
         text-align: center;
         width: 100%;
         float: left;
         clear: both;
         display: inline-block;
     }

     #kontakt_text1 {
         font-family: "Lato-Regular";
         font-size: 14px;
         line-height: 17px;
         color: #0B3467;
         text-align: center;
         width: 100%;
         margin-top: 20px;
         float: left;
         clear: both;
         display: inline-block;
     }

     #kontakt_logo {
         width: 90px;
         height: 95px;
         background: url('../images/logo_bottom.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 115px;
         margin-top: 25px;
     }

     #kontakt_text_bottom {
         color: #0B3467;
         font-family: "Lato-Regular";
         font-size: 16px;
         float: left;
         clear: both;
         width: 100%;
         text-align: center;
         margin-top: 20px;
     }

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

     #foot_email {
         display: block;
         color: #0B3467;
         font-family: "Lato-Bold";
         font-size: 18px;
         line-height: 24px;
         margin-left: 89px;
         margin-top: 20px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #kontakt_link {
         display: block;
         color: #0B3467;
         font-family: "Lato-Bold";
         font-size: 18px;
         line-height: 24px;
         margin-left: 95px;
         margin-top: 0px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         width: 200px;
         display: block;
         color: #0B3467;
         font-family: "Lato-Bold";
         font-size: 18px;
         line-height: 24px;
         text-align: center;
         float: left;
         clear: both;
         margin-top: 20px;
         margin-left: 60px;
     }

 }

 @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: #0B3467;
         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: 'Lato-Bold';
         margin: 0 auto;
         color: white;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;
         font-weight: bold;
     }

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

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

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

     #email_check {
         width: 300px;
         height: 40px;
         background: none;
         color: white;
         font-size: 20px;
         border-width: 0 0 5px 0;
         border-color: white;
         float: left;
         clear: both;
         text-align: center;
         font-family: 'Lato-Bold';
         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: 'Lato-Bold';
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
         outline: 0;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #0B3467;
         font-family: 'Lato-Bold';
         text-align: center;
         border: 0px;
         font-size: 20px;
         cursor: pointer;
         margin-left: 200px;
         margin-top: 30px;
         margin-bottom: 0px;
         outline: 0px;
         float: left;
     }

     #response {
         width: 500px;
         height: 100px;
         margin: 0 auto;
         font-family: 'Lato-Bold';
         color: white;
         font-size: 18px;
         line-height: 22px;
         cursor: auto;
         clear: both;
         padding-top: 20px;

     }

     /* CODE WRAPPER END */
 }

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

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

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

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

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

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

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

     #email_check {
         width: 270px;
         height: 50px;
         background: none;
         color: white;
         border-width: 0 0 5px 0;
         border-color: white;
         margin-left: 0px;
         margin-top: 0px;
         text-align: center;
         font-family: 'Lato-Bold';
         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: 'Lato-Bold';
         padding: 0px;
         outline: 0;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #0B3467;
         font-family: 'Lato-Bold';
         text-align: center;
         border: 0px;
         font-size: 20px;
         cursor: pointer;
         margin-left: 58px;
         margin-top: 15px;
         margin-bottom: 10px;
         outline: 0px;
         float: left;
     }

     #response {
         width: 80%;
         height: 80px;
         margin: 0 auto;
         font-family: 'Lato-Bold';
         color: white;
         font-size: 11px;
         line-height: 17px;
         cursor: auto;
         clear: both;
     }


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

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

     #positive_msg {
         width: 90%;
         height: auto;
         background: #0B3467;
         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: 'Lato-Bold';
         margin: 0 auto;
         color: white;
         font-size: 26px;
         margin-top: 54px;
     }

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