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

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

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

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


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

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

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

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

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

     }

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

     #popup > img {
         width: 400px;
     }

     #burger {
         display: none;
     }

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

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

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

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

     #nav_cross:hover {
         cursor: pointer;
     }

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

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

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

     #burger ~ nav {
         position: fixed;
         top: 0px;
         right: 0px;
         width: 350px;
         height: 0px;
         z-index: 3;
         transition: .5s;
         transition-delay: .5s;
         overflow: hidden;
         border-radius: 5px;
     }

     #burger ~ nav > ul {
         list-style: none;
         text-align: center;
         position: absolute;
         top: 22%;
         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: "Roboto-Black";
         display: block;
         padding-left: 15px;
         padding-right: 15px;
         padding-top: 10px;
         padding-bottom: 10px;
     }

     #burger ~ nav > ul > li > a:hover {
         color: #E30613;
     }

     #burger:checked ~ nav {
         background: #004996;
         height: 330px;
         transition-delay: 0s;

     }

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

     #menu_click {
         display: none;
     }

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

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

     #positive_msg {
         width: 870px;
         height: auto;
         background: #004996;
         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_title {
         height: auto;
         width: 100%;
         text-align: center;
         font-family: "Roboto-Black";
         margin: 0 auto;
         color: white;
         font-size: 41px;
         margin-top: 55px;
     }

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

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

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

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

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

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

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

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

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

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

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

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

     #code_text {
         width: 90%;
         font-family: 'Roboto-Black';
         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: 'Roboto-Black';
         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: 'Roboto-Black';
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
         outline: 0;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #004996;
         font-family: 'Roboto-Black';
         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: 'Roboto-Black';
         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: 105px;
         height: 35px;
         background:#004996;
         border-radius: 50px;
         color: white;
         font-family: "Roboto-Black";
         text-align: center;
         text-transform: uppercase;
         padding-top: 10px;
         font-size: 10px;
         position: fixed;
         right: 10px;
         cursor: pointer;
         top: 110px;
     }

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

     #top_img1 {
         width: 524px;
         height: 607px;
         background: url('../images/top_bg2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: right;
         clear: both;
         margin-top: 0px;
         margin-right: 50px;
         position: relative;
         z-index: 2;
     }
     #slider{
         width: 550px;
         height: 449px;
         float: left;
         clear: both;
         margin-top: -448px;
         position: relative;
     }
     .s1{
         width: 550px;
         height: 449px;
         background: url('../images/s1.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     .s2{
         width: 550px;
         height: 449px;
         background: url('../images/s2.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     .s3{
         width: 550px;
         height: 449px;
         background: url('../images/s3.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     .s4{
         width: 550px;
         height: 449px;
         background: url('../images/s4.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     .s5{
         width: 550px;
         height: 449px;
         background: url('../images/s5.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     .s6{
         width: 550px;
         height: 449px;
         background: url('../images/s6.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     #join {
         display: inline-block;
         width: 300px;
         height: 70px;
         margin-left: 400px;
         margin-top: 40px;
         background: #004996;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 32px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 70px;
     }

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

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

     #join2 {
         width: 145px;
         height: 28px;
         float: left;
         clear: both;
         margin-left: 415px;
         margin-top: 265px;
         cursor: pointer;
         position: relative;
     }

     #rules_download {
         display: inline-block;
         width: 275px;
         height: 70px;
         margin-left: 0px;
         margin-top: 190px;
         background: #004996;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 32px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 70px;
     }
     #shop_download {
         display: inline-block;
         width: 345px;
         height: 70px;
         margin-left: 30px;
         margin-top: 190px;
         background: #004996;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 32px;
         text-align: center;
         float: left;
         color: white;
         line-height: 70px;
     }
     #product_download {
         display: inline-block;
         width: 345px;
         height: 70px;
         margin-left: 30px;
         margin-top: 190px;
         background: #004996;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 32px;
         text-align: center;
         float: left;
         color: white;
         line-height: 70px;
     }
     #form_bg{
         width: 100%;
         background: #F4D1B4;
         height: auto;
         overflow: hidden;
     }
     #wez-udzial {
         width: 1100px;
         height: auto;
         margin: 0 auto;
     }

     #wez-udzial_bg {
         width: 483px;
         height: 55px;
         background: url('../images/wez-udzial_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 308.5px;
         margin-top: 0px;
         display: inline-block;
     }
     #main_form{
         width: 1030px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 15px;
         margin-left: 35px;
     }
     .form_text_krok{
         width: 100%;
         text-align: center;
         float: left;
         clear: both;
         color: #E30613;
         font-size: 44px;
         font-family: "Roboto-Bold";
     }
     .form_text1{
         width: 100%;
         text-align: center;
         float: left;
         clear: both;
         color: #004996;
         font-size: 27px;
         font-family: "Roboto-Bold";
         margin-top: 23px;
     }
     #next_step{
         display: inline-block;
         width: 275px;
         height: 70px;
         margin-bottom: 85px;
         margin-left: 0px;
         margin-top: 0px;
         background: #004996;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 32px;
         text-align: center;
         float: right;
         clear: both;
         color: white;
         line-height: 70px;
     }
     #second_form {
         width: 1030px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 15px;
         margin-left: 35px;
         display: none;
     }

     #main_form2 {
         width: 1030px;
         height: auto;
         padding-top: 150px;
         color: #004996;
         text-align: center;
         font-family: "Roboto-Black";
         font-size: 30px;
         margin-left: 35px;
         padding-bottom: 100px;
     }

     #form_title2 {
         color: #E30613;
         display: block;
         float: left;
         clear: both;
         width: 100%;
         font-family: "Roboto-Black";
         font-size: 24px;
         margin-top: 70px;
         margin-bottom: 0px;
     }

     #form_title3 {
         color: #E30613;
         display: block;
         float: left;
         clear: both;
         width: 100%;
         font-family: "Roboto-Black";
         font-size: 24px;
         margin-top: 70px;
         margin-bottom: 0px;
     }

     #form_title4 {
         color: #E30613;
         display: block;
         float: left;
         clear: both;
         width: 100%;
         font-family: "Roboto-Black";
         font-size: 24px;
         margin-top: 60px;
         margin-bottom: 10px;
     }

     .form_input {
         width: 480px;
         height: 50px;
         font-family: "Roboto-Bold";
         font-size: 20px;
         background: none;
         outline: 0;
         border-width: 0px 0px 4px 0px;
         border-color: #E30613;
         color: #004996;
         float: left;
         margin-left: 0px;
         padding: 0px;
         padding-left: 0px;
         margin-top: 40px;
     }

     @-webkit-keyframes autofill {
         to {
             color: #004996;
             font-family: "Roboto-Bold";
             background: none;
         }
     }

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

     #email, #home_nr, #postal, #local_nr{
         margin-left: 70px;
     }
     #home_nr, #local_nr, #postal{
         width: 205px;
     }
     #paragon, #date{
         float: left;
         clear: both;
     }
     #price{
         margin-left: 70px;
     }
     #bank{
         width: 780px;
         margin-top: 0px;
     }
     #data {
         box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
         content: '';
         float: left;
         clear: both;
         cursor: pointer;
     }

     .styled-select1 {
         width: 480px;
         height: 54px;
         overflow: hidden;
         background: url('../images/arrow.png') no-repeat;
         background-position: 452px 16px;
         margin-top: 0px;
         float: left;
         margin-left: 70px;
         margin-top: 40px;
     }

     .styled-select1 select {
         background: transparent;
         width: 480px;
         font-size: 20px;
         height: 54px;
         border-width: 0px 0px 4px 0px;
         border-color: #E30613;
         -webkit-appearance: none;
         font-family: "Roboto-Bold";
         color: #004996;
         outline: none;
     }

     .styled-select1 select option {
         background-color: #F4D1B4;
         color: #004996;
     }

     .clear{
         clear: both;
         margin-left: 0px;
     }
     .mrg80 {
         margin-left: 80px;
     }

     input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file {
         height: 105px;
         width: 480px;
         display: block;
         margin-top: -326px;
         background:#004996 url('../images/file.png');
         background-repeat: no-repeat;
         background-position:198px 40px;
         border-radius: 24px;
         border: 0px;
         color: white;
         font-family: "Roboto-Black";
         font-size: 22px;
         padding-top: 125px;
         cursor: pointer;
         text-align: center;
         float: right;
     }
     .file_text1 {
         font-family: "Roboto-Bold";
         font-size: 16px;
         margin-top: 10px;
     }

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

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

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

     .ankieta{
         font-size: 23px;
         font-family: "Roboto-Bold";
         color:#004996;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 40px;
         margin-bottom: 10px;
     }
     .check_label {
         font-size: 23px;
         font-family: "Roboto-Bold";
         background: url("../images/checkbox.png");
         background-repeat: no-repeat;
         margin-left: 0px;
         display: inline-block;
         cursor: pointer;
         min-height: 37px;
         padding-left: 55px;
         margin-top: 7px;
         width: 695px;
         color:#004996;
         float: left;
         clear: both;
         padding-top: 7px;
         margin-bottom: 4px;
     }

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

     .norm_check:checked + label {
         background: url("../images/checkbox_checked.png");
         background-repeat: no-repeat;
     }
     #reg {
         float: left;
         clear: both;
         font-family: "Roboto-Black";
         font-size: 20px;
         color: #004996;
         margin-top: 50px;
         margin-bottom: 10px;

     }

     #rules_download3 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 20px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: #004996;
     }

     .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: 4px;
         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: #E30613;
     }


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

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

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

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

     .data_label2 {
         width: 850px;
         color: #004996;
         font-size: 20px;
         font-family: "Roboto-Bold";
         float: left;
         margin-left: 20px;
         margin-top: 1px;
     }

     #shield {
         width: 1030px;
         color: #004996;
         font-size: 15px;
         line-height: 21px;
         font-family: 'Roboto-Regular';
         border-radius: 12px;
         margin-left: 0px;
         margin-top: 40px;
         float: left;
     }
     #prev_step{
         width: 260px;
         height: 62px;
         background: none;
         border: 4px solid #004996;
         float: left;
         clear: both;
         color: #004996;
         text-align: center;
         line-height: 62px;
         font-family: "Roboto-Black";
         font-size: 32px;
         border-radius: 50px;
         margin-top: 40px;
         cursor: pointer;
         
     }
     #button_send {
         display: inline-block;
         width: 305px;
         height: 70px;
         margin-top: 40px;
         background:#004996;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 32px;
         text-align: center;
         float: right;
         color: white;
         line-height: 70px;
         outline: 0px;
         margin-bottom: 85px;
     }

     #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: "Roboto-Black";
     }
     #kontakt_color{
         width: 100%;
         height: 438px;
         background: url('../images/bottom_bg.jpg');
         background-repeat: no-repeat;
         background-position: center top;
         padding-top: 105px;
     }
     #kontakt {
         width: 1100px;
         height: 370px;
         margin: 0 auto;
         
     }

     #kontakt_bg {
         width: 907px;
         height: 330px;
         background: url('../images/kontakt_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 90px;
     }
     #kontakt_phone {
         display: block;
         color: white;
         font-family: "Roboto-Bold";
         font-size: 18px;
         float: left;
         margin-top: 273px;
         margin-left: 87px;
     }
     #foot_email {
         display: block;
         color: white;
         font-family: "Roboto-Bold";
         font-size: 18px;
         margin-left: 225px;
         margin-top: 273px;
         text-align: center;
         cursor: pointer;
         float: left;
     }
     #kontakt_link {
         display: block;
         color: white;
         font-family: "Roboto-Bold";
         font-size: 18px;
         margin-left: 431px;
         margin-top: -22px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }
     #kontakt_address {
         width: 160px;
         display: block;
         color: white;
         font-family: "Roboto-Bold";
         font-size: 18px;
         float: left;
         clear: both;
         margin-top:-44px;
         margin-left: 790px;
     }

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

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

     #errors ul {
         font-family: "Roboto-Black";
         font-size: 18px;
         color: white;
     }

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

     #errors_ok {
         background: white;
         border-radius: 25px;
         width: 150px;
         height: 50px;
         color: #004996;
         font-family: "Roboto-Black";
         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: auto;
         margin: 0px;
         padding: 0px;
     }

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

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

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

     }

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

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

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

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

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

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

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

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

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

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

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

     }

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

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

     #errors ul {
         font-family: "Roboto-Black";
         font-size: 12px;
         color: white;
     }

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

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

     #status {
         width: 100px;
         height: 33px;
         background: #004996;
         border-radius: 50px;
         color: white;
         font-family: "Roboto-Black";
         text-align: center;
         text-transform: uppercase;
         padding-top: 7px;
         font-size: 9px;
         line-height: 13px;
         position: fixed;
         right: 10px;
         z-index: 3;
         cursor: pointer;
         top: 70px;
     }

     /* 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: #004996;
         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_title {
         height: auto;
         width: 671px;
         text-align: center;
         font-family: 'Roboto-Black';
         margin: 0 auto;
         color: white;
         font-size: 38px;
         margin-top: 40px;
     }

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

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

     #burger {
         display: none;
     }

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

     #burger + #nav_cross .cross {
         position: absolute;
         width: 22px;
         height: 3px;
         top: 23px;
         left: 14px;
         display: block;
         background: white;
         transition: .5s;
     }

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

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

     #nav_cross:hover {
         cursor: pointer;
     }

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

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

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

     #burger ~ nav {
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 0px;
         z-index: 4;
         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: 'Roboto-Black';
         display: block;
         padding: 15px;
     }

     #burger:checked ~ nav {

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

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

     #menu_click {
         display: none;
     }

     /* Animated menu end */

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

     #top_img1 {
         width: 303px;
         height: 625px;
         background: url('../images/top_bg_mobile2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 0px;
         margin-left: 7px;
         position: relative;
         z-index: 2;
     }
     #slider{
         width: 300px;
         height: 245px;
         float: left;
         clear: both;
         margin-top: -459px;
         margin-left: 10px;
         position: relative;
     }
     .s1{
         width: 300px;
         height: 245px;
         background: url('../images/s1.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     .s2{
         width: 300px;
         height: 245px;
         background: url('../images/s2.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     .s3{
         width: 300px;
         height: 245px;
         background: url('../images/s3.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     .s4{
         width: 300px;
         height: 245px;
         background: url('../images/s4.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     .s5{
         width: 300px;
         height: 245px;
         background: url('../images/s5.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     .s6{
         width: 300px;
         height: 245px;
         background: url('../images/s6.png');
         background-repeat: no-repeat;
         background-size: contain;
     }
     #join {
         display: inline-block;
         width: 280px;
         height: 64px;
         margin-left: 20px;
         margin-top: 20px;
         background: #004996;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 28px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 64px;
     }

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

     #zasady_bg {
         width: 304px;
         height: 857px;
         background: url('../images/zasady_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         display: inline-block;
         margin-left: 8px;
         margin-top: 0px;
     }
     #join2{
         width: 123px;
         height: 27px;
         float: left;
         clear: both;
         margin-top: 470px;
         margin-left: 103px;
     }
     #rules_download {
         display: inline-block;
         width: 280px;
         height: 57px;
         margin-left: 12px;
         margin-top: 380px;
         background: #004996;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 26px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 57px;
     }
     #shop_download {
         display: inline-block;
         width: 280px;
         height: 57px;
         margin-left: 12px;
         margin-top: 15px;
         background: #004996;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 26px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 57px;
     }
     #product_download {
         display: inline-block;
         width: 280px;
         height: 57px;
         margin-left: 12px;
         margin-top: 15px;
         background: #004996;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 26px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 57px;
     }
     #form_bg{
         width: 100%;
         background: #F4D1B4;
         height: auto;
         overflow: hidden;
     }
     #wez-udzial {
         width: 320px;
         height: auto;
         margin: 0 auto;
     }

     #wez-udzial_bg {
         width: 307px;
         height: 35px;
         background: url('../images/wez-udzial_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 6.5px;
         margin-top: 0px;
         display: inline-block;
     }
     #main_form {
         width: 320px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 15px;
         margin-left: 0px;
     }
     .form_text_krok{
         width: 100%;
         text-align: center;
         float: left;
         clear: both;
         color: #E30613;
         font-size: 30px;
         font-family: "Roboto-Bold";
     }
     .form_text1{
         width: 100%;
         text-align: center;
         float: left;
         clear: both;
         color: #004996;
         font-size: 27px;
         font-family: "Roboto-Bold";
         margin-top: 15px;
     }
     #next_step{
         display: inline-block;
         width: 260px;
         height: 58px;
         margin-bottom: 65px;
         margin-left: 0px;
         margin-top: 30px;
         background: #004996;
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 32px;
         text-align: center;
         float: left;
         clear: both;
         color: white;
         line-height: 58px;
         margin-left: 30px;
     }
     #second_form {
         width: 320px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top:15px;
         margin-left: 0px;
         display: none;
     }

     #main_form2 {
         width: 320px;
         height: auto;
         padding-top: 150px;
         color: #004996;
         text-align: center;
         font-family: "Roboto-Black";
         font-size: 30px;
         margin-left: 0px;
         padding-bottom: 100px;
     }

     #form_title2 {
         color: #E30613;
         display: block;
         float: left;
         clear: both;
         font-family: "Roboto-Black";
         font-size: 24px;
         margin-top: 30px;
         margin-bottom: 0px;
         margin-left: 15px;
     }

     #form_title3 {
         color: #E30613;
         display: block;
         float: left;
         clear: both;
         font-family: "Roboto-Black";
         font-size: 24px;
         margin-top: 30px;
         margin-bottom: 0px;
         margin-left: 15px;
     }

     #form_title4 {
         color: #E30613;
         display: block;
         float: left;
         clear: both;
         width: 285px;
         font-family: "Roboto-Black";
         font-size: 17px;
         margin-top: 30px;
         margin-bottom: 0px;
         margin-left: 15px;
     }


     .form_input {
         width: 290px;
         height: 50px;
         font-family: "Roboto-Bold";
         font-size: 16px;
         background: none;
         outline: 0;
         border-width: 0px 0px 4px 0px;
         border-color: #E30613;
         color: #004996;
         float: left;
         clear: both;
         margin-left: 15px;
         padding: 0px;
         padding-left: 0px;
         margin-top: 20px;
     }

     @-webkit-keyframes autofill {
         to {
             color: #004996;
             font-family: "Roboto-Bold";
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #004996;
         -webkit-animation-name: autofill;
         -webkit-animation-fill-mode: both;
     }
     #data {
         box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
         content: '';
         float: left;
         clear: both;
         cursor: pointer;
     }

     .styled-select1 {
         width: 290px;
         height: 50px;
         overflow: hidden;
         background: url('../images/arrow.png') no-repeat;
         background-position: 265px 12px;
         margin-top: 0px;
         float: left;
         clear: both;
         margin-left: 15px;
         margin-top: 20px;
     }

     .styled-select1 select {
         background: transparent;
         width: 290px;
         font-size: 16px;
         height: 50px;
         border-width: 0px 0px 4px 0px;
         border-color: #E30613;
         -webkit-appearance: none;
         font-family: "Roboto-Bold";
         color: #004996;
         outline: none;
     }

     .styled-select1 select option {
         background-color: #F4D1B4;
         color: #004996;
     }

     .mrg80 {
         margin-left: 80px;
     }

     input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file {
         height: 90px;
         width: 170px;
         display: block;
         margin-top: 20px;
         margin-left: 15px;
         background:#004996 url('../images/file.png');
         background-repeat: no-repeat;
         background-position:20px;
         border-radius: 24px;
         border: 0px;
         color: white;
         font-family: "Roboto-Black";
         font-size: 16px;
         padding-left: 120px;
         padding-top: 25px;
         cursor: pointer;
         float: left;
     }
     .file_text1 {
         width: 100%;
         font-family: "Roboto-Bold";
         font-size: 12px;
         margin-top: 10px;
         float: left;
         clear: both;
     }

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

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

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

     .ankieta{
         width: 290px;
         font-size: 18px;
         line-height: 23px;
         font-family: "Roboto-Bold";
         color:#004996;
         float: left;
         clear: both;
         margin-left: 10px;
         margin-top: 30px;
         margin-bottom: 10px;
     }
     .check_label {
         font-size: 18px;
         font-family: "Roboto-Bold";
         background: url("../images/checkbox.png");
         background-repeat: no-repeat;
         margin-left: 10px;
         display: inline-block;
         cursor: pointer;
         min-height: 37px;
         padding-left: 55px;
         margin-top: 7px;
         width: 240px;
         color:#004996;
         float: left;
         clear: both;
         padding-top: 8px;
         margin-bottom: 4px;
     }

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

     #check_up {
         margin-top: 45px;
         padding-top: 4px;
     }

     .norm_check:checked + label {
         background: url("../images/checkbox_checked.png");
         background-repeat: no-repeat;
     }
     #reg {
         width: 290px;
         float: left;
         clear: both;
         font-family: "Roboto-Black";
         font-size: 16px;
         color: #004996;
         margin-top: 30px;
         margin-bottom: 10px;
         margin-left: 15px;

     }

     #rules_download3 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 16px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: #004996;
     }

     .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: 4px;
         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: #E30613;
     }


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

     .data_label2 {
         width: 210px;
         color: #004996;
         font-size: 16px;
         font-family: "Roboto-Bold";
         float: left;
         margin-left: 20px;
         margin-top: 1px;
     }

     #shield {
         width: 300px;
         color: #004996;
         font-size: 15px;
         line-height: 16px;
         font-family: 'Roboto-Regular';
         margin-left: 10px;
         margin-top: 30px;
         float: left;
     }
     #prev_step{
         display: inline-block;
         width: 272px;
         height: 56px;
         margin-top: 30px;
         margin-right: 20px;
         background:none;
         border: 4px solid #004996;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 29px;
         text-align: center;
         float: right;
         clear: both;
         color: #004996;
         line-height: 56px;
         outline: 0px;
     }
     #button_send {
         display: inline-block;
         width: 280px;
         height: 64px;
         margin-top: 30px;
         margin-right: 20px;
         background:#004996;
         margin-bottom:65px; 
         border: 0px;
         border-radius: 50px;
         cursor: pointer;
         font-family: "Roboto-Black";
         font-size: 29px;
         text-align: center;
         float: right;
         clear: both;
         color: white;
         line-height: 64px;
         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: "Roboto-Black";
     }
    #kontakt_color{
         width: 100%;
         height: 549px;
         background: url('../images/bottom_bg_mobile.jpg');
         background-repeat: no-repeat;
         background-position: center top;
         padding-top: 65px;
     }
     #kontakt {
         width: 320px;
         height: 300px;
         margin: 0 auto;
     }

     #kontakt_bg {
         width: 320px;
         height: 472px;
         background: url('../images/kontakt_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 0px;
     }
     #kontakt_phone {
         display: block;
         color: white;
         font-family: "Roboto-Bold";
         font-size: 18px;
         line-height: 29px;
         float: left;
         margin-top: 201px;
         margin-left: 140px;
     }
     #foot_email {
         display: block;
         color: white;
         font-family: "Roboto-Bold";
         font-size: 18px;
         line-height: 29px;
         margin-left: 140px;
         margin-top: 47px;
         text-align: center;
         cursor: pointer;
         float: left;
     }
     #kontakt_link {
         display: block;
         color: white;
         font-family: "Roboto-Bold";
         font-size: 18px;
         line-height: 29px;
         margin-left: 140px;
         margin-top: 0px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }
     #kontakt_address {
         width: 150px;
         display: block;
         color: white;
         font-family: "Roboto-Bold";
         font-size: 18px;
         line-height: 29px;
         float: left;
         clear: both;
         margin-top:43px;
         margin-left: 140px;
     }

 }

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

     #code_text {
         width: 90%;
         font-family: 'Roboto-Black';
         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: 'Roboto-Black';
         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: 'Roboto-Black';
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
         outline: 0;
     }

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

     }

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

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

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

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

     /* CODE WRAPPER END */
 }

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

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

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

     #code_msg {
         width: 90%;
         height: 375px;
         background: #004996;
         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: 'Roboto-Black';
         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: 'Roboto-Black';
         margin: 0 auto;
         color: white;
         font-size: 12px;
         text-transform: uppercase;
         margin-top: 10px;
     }

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

     #code_text {
         width: 290px;
         font-family: 'Roboto-Black';
         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: 'Roboto-Black';
         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: 'Roboto-Black';
         padding: 0px;
         outline: 0;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #004996;
         font-family: 'Roboto-Black';
         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: 'Roboto-Black';
         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: #004996;
         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_title {
         height: auto;
         width: 300px;
         text-align: center;
         font-family: 'Roboto-Black';
         margin: 0 auto;
         color: white;
         font-size: 26px;
         margin-top: 54px;
     }

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