 @charset "utf-8";

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

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

 .close:hover {
     opacity: 1;
 }

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

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

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

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

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

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

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

 #opis::-webkit-input-placeholder {
     /* Chrome/Opera/Safari */
     color: black;
 }

 #opis::-moz-placeholder {
     /* Firefox 19+ */
     color: black;
 }

 #opis:-ms-input-placeholder {
     /* IE 10+ */
     color: black;
 }

 #opis:-moz-placeholder {
     /* Firefox 18- */
     color: black;
 }

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

     html,
     body {
         width: 100%;
         height: 4915px;
         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;
     }

     #popup_wrapper2 {
         display: none;
         position: absolute;
         z-index: 55000;
         cursor: pointer;
         background: rgba(128, 128, 128, 0.74)
     }

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

     }

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

     #popup2 > img {
         width: 400px;
     }
     #popup_wrapper3 {
         display: none;
         position: absolute;
         z-index: 55000;
         cursor: pointer;
         background: rgba(128, 128, 128, 0.74)
     }

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

     }

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

     #popup3 > img {
         width: 400px;
     }
     #burger {
         display: none;
     }

     #burger + #nav_cross {
         position: fixed;
         top: 20px;
         right: 20px;
         height: 74px;
         width: 74px;
         z-index: 5;
         background: #A70925;
     }

     #burger + #nav_cross .cross {
         position: absolute;
         width: 34px;
         height: 4px;
         top: 35px;
         margin-top: -1px;
         left: 20px;
         display: block;
         background: white;
         transition: .5s;
     }

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

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

     #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: 20%;
         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: #A70925;
         height: 300px;
         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: #1A1A1B;
         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: "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;
     }

     #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: #A70925;
         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: "Lato-Regular";
         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: "Lato-Regular";
         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: #A70925;
         font-family: "Lato-Regular";
         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: #1A1A1B;
         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: "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: #1A1A1B;
         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;
         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;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;
         outline: 0;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #1A1A1B;
         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;

     }

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

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

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

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

     /* CODE WRAPPER END */
     #status {
         width: 135px;
         height: 48px;
         background: #A70925;
         color: white;
         font-family: "Lato-Bold";
         text-align: center;
         padding-top: 10px;
         font-size: 14px;
         position: fixed;
         right: 20px;
         cursor: pointer;
         top: 120px;
     }

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

     #top_bg {
         width: 422px;
         height: 744px;
         background: url('../images/top_bg2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 0px;
         margin-left: 65px;
         display: inline-block;
     }

     #join {
         display: inline-block;
         width: 252px;
         height: 74px;
         margin-left: 64px;
         margin-top: 460px;
         background: #A70925;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Bold";
         text-align: center;
         font-size: 24px;
         float: left;
         clear: both;
         color: white;
         padding-left: 20px;
         padding-right: 20px;
         padding-top: 12px;
         vertical-align: middle;
     }

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

     #zasady_bg {
         width: 993px;
         height: 962px;
         background: url('../images/zasady_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-left: 47px;
         display: inline-block;
     }

     #rules_download {
         display: inline-block;
         width: 227px;
         height: 60px;
         margin-left: 0px;
         margin-top: 990px;
         background: #A70925 url('../images/reg_icon.png');
         background-repeat: no-repeat;
         background-position: 20px;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Bold";
         padding-left: 65px;
         font-size: 24px;
         float: left;
         clear: both;
         color: white;
         line-height: 60px;
         vertical-align: middle;
     }

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

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

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

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

     #form_title1 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         width: 90%;
         font-family: "Lato-Bold";
         font-size: 29px;
         margin-left: 45px;
         margin-top: 0px;
     }

     #form_title2 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         width: 90%;
         font-family: "Lato-Bold";
         font-size: 29px;
         margin-left: 45px;
         margin-top: 50px;
     }

     #bills_container {
         width: 100%;
         height: auto;
         background: #F3F3F3;
         float: left;
         clear: both;
         margin-top: 70px;
         padding-bottom: 40px;
     }

     #form_title3 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         width: 90%;
         font-family: "Lato-Bold";
         font-size: 29px;
         margin-left: 45px;
         margin-top: 35px;
     }

     #form_title4 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         width: 90%;
         font-family: "Lato-Bold";
         font-size: 29px;
         margin-left: 45px;
         margin-top: 50px;
     }

     #form_title5 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         width: 90%;
         font-family: "Lato-Bold";
         font-size: 29px;
         margin-left: 45px;
         margin-top: 50px;
     }

     .form_input {
         width: 460px;
         height: 65px;
         font-family: "Lato-Regular";
         font-size: 24px;
         background: transparent;
         outline: 0;
         border-width: 0px 0px 2px 0px;
         border-color: #A70925;
         color: black;
         float: left;
         margin-left: 80px;
         padding: 0px;
         margin-top: 35px;
     }

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

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

     #name,
     #email,
     #street,
     #city,
     #bank,
     #date,
     #paragon,
     #city2 {
         margin-left: 45px;
     }

     #home_nr,
     #local_nr,
     #postal {
         width: 215px;
     }

     #local_nr {
         margin-left: 30px;
     }

     #bank {
         width: 755px;
     }

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

     .styled-select1 {
         width: 460px;
         height: 65px;
         overflow: hidden;
         background: url('../images/arrow.png') no-repeat;
         background-position: 440px 28px;
         margin-top: 0px;
         float: left;
         margin-left: 45px;
         margin-top: 35px;
     }

     .styled-select1 select {
         background: transparent;
         width: 460px;
         font-size: 24px;
         height: 65px;
         border-width: 0px 0px 2px 0px;
         border-color: #A70925;
         -webkit-appearance: none;
         font-family: "Lato-Regular";
         color: black;
         outline: none;
     }

     .styled-select1 select option {
         background-color: #A70925;
         color: black;
     }

     .mrg80 {
         margin-left: 80px;
     }

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

     .lab_file {
         height: 75px;
         width: 340px;
         display: block;
         margin-top: 45px;
         margin-left: 0px;
         background: #A70925 url('../images/file.png');
         background-repeat: no-repeat;
         background-position: 10px;
         border: 0px;
         color: white;
         font-family: "Lato-Regular";
         font-size: 18px;
         padding-left: 80px;
         padding-top: 12px;
         padding-right: 40px;
         cursor: pointer;
         float: left;
     }

     .file_text1 {
         font-family: "Lato-Regular";
         font-size: 13px;
     }

     .file1 {
         height: 65px;
         padding-top: 22px;
     }

     .file3 {
         margin-top: 20px;
     }

     .file4 {
         height: 50px;
         padding-top: 10px;
         margin-left: 45px;
         clear: both;
     }

     .file5 {
         height: 50px;
         padding-top: 10px;
         margin-left: 80px;
     }

     #opinia_box {
         width: 460px;
         float: left;
     }

     #opinia_inner {
         background: #EAE8E4 url('../images/gdzie_jest_numer2.png');
         background-repeat: no-repeat;
         background-position: 10px;
         width: 390px;
         font-family: "Lato-Bold";
         font-size: 13px;
         color: black;
         float: left;
         clear: both;
         margin-left: 80px;
         padding-top: 10px;
         padding-bottom: 10px;
         padding-right: 20px;
         padding-left: 50px;
         margin-top: 10px;

     }

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

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

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

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

     .file_box {
         width: 460px;
         height: auto;
         overflow: hidden;
         float: left;
         margin-left: 45px;
     }

     .mrg2 {
         margin-left: 80px;
     }

     #show_popup5 {
         color: black;
         font-family: "Lato-Bold";
         text-decoration: underline;
         font-size: 13px;
         display: block;
         float: right;
         clear: both;
         margin-top: 5px;
     }

     #show_popup6 {
         color: black;
         font-family: "Lato-Bold";
         text-decoration: underline;
         font-size: 13px;
         display: block;
         float: right;
         clear: both;
         margin-top: 5px;
     }

     #show_popup7 {
         color: black;
         font-family: "Lato-Bold";
         text-decoration: underline;
         font-size: 13px;
         display: block;
         float: right;
         clear: both;
         margin-top: 5px;
     }

     #form_text6 {
         color: black;
         font-family: "Lato-Bold";
         float: left;
         clear: both;
         font-size: 29px;
         margin-left: 45px;
         margin-top: 70px;
     }

     #form_text7 {
         width: 990px;
         color: black;
         font-family: "Lato-Regular";
         float: left;
         clear: both;
         font-size: 16px;
         line-height: 19px;
         margin-left: 45px;
         margin-top: 20px;
     }

     #opis {
         float: left;
         clear: both;
         width: 950px;
         height: 200px;
         background: none;
         border: 2px solid #A70925;
         margin-left: 45px;
         color: black;
         font-size: 20px;
         font-family: "Lato-Regular";
         resize: none;
         margin-top: 30px;
         padding: 20px;
         outline: 0;
     }

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

     #rules_download2 {
         display: inline-block;
         width: 227px;
         height: 60px;
         margin-left: 45px;
         margin-top: 20px;
         background: #A70925 url('../images/reg_icon.png');
         background-repeat: no-repeat;
         background-position: 20px;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Bold";
         padding-left: 65px;
         font-size: 24px;
         float: left;
         clear: both;
         color: white;
         line-height: 60px;
         vertical-align: middle;
         text-decoration: none;
         margin-bottom: 20px;
     }

     .switch2 {
         position: relative;
         display: inline-block;
         width: 53px;
         height: 22px;
         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: #F3F3F3;
         -webkit-transition: .4s;
         transition: .4s;
     }

     .slider2:before {
         position: absolute;
         content: "";
         height: 29px;
         width: 29px;
         left: 0px;
         top: -4px;
         background: #A70925;
         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: #A70925;
     }


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

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

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

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

     .data_label2 {
         width: 900px;
         color: black;
         font-size: 18px;
         font-family: "Lato-Regular";
         float: left;
         margin-left: 20px;
         margin-top: 1px;
     }

     #shield {
         width: 960px;
         padding: 20px;
         color: #1A1A1B;
         background: #EAE8E4;
         font-size: 13px;
         line-height: 17px;
         font-family: 'Lato-Regular';
         margin-left: 45px;
         margin-top: 50px;
         float: left;
     }

     #button_send {
         display: inline-block;
         width: 270px;
         height: 60px;
         margin-right: 55px;
         margin-top: 50px;
         background: #A70925;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Bold";
         text-align: center;
         font-size: 24px;
         float: right;
         clear: both;
         color: white;
         vertical-align: middle;
         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: "Lato-Bold";
     }

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

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

     #foot_email {
         display: block;
         color: black;
         font-family: "Lato-Regular";
         font-size: 22px;
         margin-left: 460px;
         margin-top: -44px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         display: block;
         color: black;
         font-family: "Lato-Regular";
         font-size: 22px;
         float: left;
         margin-top: 247px;
         margin-left: 70px;
     }

     #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: #1A1A1B;
         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: "Lato-Bold";
         color: white;
     }

     #errors ul {
         font-family: "Lato-Bold";
         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: #1A1A1B;
         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: 6211px;
         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;
     }
     #popup_wrapper2 {
         display: none;
         position: absolute;
         z-index: 55000;
         cursor: pointer;
         background: rgba(128, 128, 128, 0.74)
     }

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

     }

     #popup2 {
         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;
     }

     #popup2 > img {
         width: 320px;
     }
     #popup_wrapper3 {
         display: none;
         position: absolute;
         z-index: 55000;
         cursor: pointer;
         background: rgba(128, 128, 128, 0.74)
     }

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

     }

     #popup3 {
         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;
     }

     #popup3 > img {
         width: 320px;
     }	 
     #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: #A70925;
         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: "Lato-Regular";
         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: "Lato-Regular";
         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: #A70925;
         font-family: "Lato-Regular";
         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: #1A1A1B;
         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: #1A1A1B;
         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: "Lato-Bold";
         font-size: 16px;
         color: white;
     }

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

     #status {
         width: 94px;
         height: 34px;
         background: #A70925;
         color: white;
         font-family: "Lato-Bold";
         text-align: center;
         padding-top: 5px;
         font-size: 11px;
         position: fixed;
         right: 0px;
         cursor: pointer;
         top: 75px;
     }

     /* 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: #1A1A1B;
         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: '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: 49px;
         width: 49px;
         z-index: 5;
         background: #A70925;
     }

     #burger + #nav_cross .cross {
         position: absolute;
         width: 22px;
         height: 3px;
         top: 23px;
         left: 13.5px;
         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: 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: #A70925;
         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: 820px;
         margin: 0 auto;
     }

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

     #join {
         display: inline-block;
         width: 252px;
         height: 74px;
         margin-left: 14px;
         margin-top: 530px;
         background: #A70925;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Bold";
         text-align: center;
         font-size: 24px;
         float: left;
         clear: both;
         color: white;
         padding-left: 20px;
         padding-right: 20px;
         padding-top: 12px;
         vertical-align: middle;
     }

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

     #zasady_bg {
         width: 304px;
         height: 1309px;
         background: url('../images/zasady_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 16px;
         clear: both;
         display: inline-block;
     }

     #rules_download {
         display: inline-block;
         width: 155px;
         height: 53px;
         margin-left: 31px;
         margin-top: 1335px;
         background: #A70925 url('../images/reg_icon.png');
         background-repeat: no-repeat;
         background-position: 20px;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Regular";
         padding-left: 65px;
         font-size: 16px;
         float: left;
         clear: both;
         color: white;
         line-height: 50px;
         vertical-align: middle;
     }

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

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

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

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

     #form_title1 {
         color: black;
         display: block;
         float: left;
         clear: both;
         font-family: "Lato-Bold";
         font-size: 24px;
         margin-left: 15px;
         margin-top: 0px;
     }

     #form_title2 {
         color: black;
         display: block;
         float: left;
         clear: both;
         font-family: "Lato-Bold";
         font-size: 24px;
         margin-left: 15px;
         margin-top: 50px;
     }

     #bills_container {
         width: 100%;
         height: auto;
         background: #F3F3F3;
         float: left;
         clear: both;
         margin-top: 70px;
         padding-bottom: 40px;
     }

     #form_title3 {
         color: black;
         display: block;
         float: left;
         clear: both;
         font-family: "Lato-Bold";
         font-size: 24px;
         margin-left: 15px;
         margin-top: 35px;
     }

     #form_title4 {
         color: black;
         display: block;
         float: left;
         clear: both;
         font-family: "Lato-Bold";
         font-size: 24px;
         margin-left: 15px;
         margin-top: 30px;
     }

     #form_title5 {
         color: black;
         display: block;
         float: left;
         clear: both;
         font-family: "Lato-Bold";
         font-size: 24px;
         margin-left: 15px;
         margin-top: 50px;
     }

     .form_input {
         width: 290px;
         height: 60px;
         font-family: "Lato-Regular";
         font-size: 18px;
         background: transparent;
         outline: 0;
         border-width: 0px 0px 2px 0px;
         border-color: #A70925;
         color: black;
         float: left;
         margin-left: 15px;
         padding: 0px;
         margin-top: 20px;
     }

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

     .form_input:-webkit-autofill {
         color: black;
         -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: 60px;
         overflow: hidden;
         background: url('../images/arrow.png') no-repeat;
         background-position: 270px 26px;
         margin-top: 0px;
         float: left;
         margin-left: 15px;
         margin-top: 20px;
     }

     .styled-select1 select {
         background: transparent;
         width: 290px;
         font-size: 16px;
         height: 60px;
         border-width: 0px 0px 2px 0px;
         border-color: #A70925;
         -webkit-appearance: none;
         font-family: "Lato-Regular";
         color: black;
         outline: none;
     }

     .styled-select1 select option {
         background-color: #A70925;
         color: black;
     }

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

     .lab_file {
         height: 80px;
         width: 200px;
         display: block;
         margin-top: 35px;
         margin-left: 15px;
         background: #A70925 url('../images/file.png');
         background-repeat: no-repeat;
         background-position: 20px;
         border: 0px;
         color: white;
         font-family: "Lato-Regular";
         font-size: 17px;
         padding-left: 90px;
         padding-top: 15px;
         cursor: pointer;
         float: left;
     }

     .file_text1 {
         font-family: "Lato-Regular";
         font-size: 12px;
         margin-top: 5px;
     }

     .file1 {
         height: auto;
         padding-top: 15px;
         padding-bottom: 15px;
     }
     .file2{
         height: auto;
         padding-top: 15px;
         padding-bottom: 15px;
         margin-top: 20px;
     }
     .file3 {
         height: auto;
         padding-top: 15px;
         padding-bottom: 15px;
         margin-top: 20px;
     }

     .file4 {
         height: auto;
         padding-top: 15px;
         padding-bottom: 15px;
         clear: both;
         margin-top: 30px;
     }

     .file5 {
         height: auto;
         padding-top: 15px;
         padding-bottom: 15px;
         clear: both;
         margin-top: 30px;
     }

     #opinia_box {
         width: 290px;
         float: left;
     }

     #opinia_inner {
         background: #EAE8E4 url('../images/gdzie_jest_numer2.png');
         background-repeat: no-repeat;
         background-position: 10px;
         width: 210px;
         font-family: "Lato-Bold";
         font-size: 13px;
         color: black;
         float: left;
         clear: both;
         margin-left: 15px;
         padding-top: 10px;
         padding-bottom: 10px;
         padding-right: 30px;
         padding-left: 50px;
         margin-top: 30px;

     }

     .file_box {
         width: 290px;
         height: auto;
         float: left;

     }

     #show_popup5 {
         width: 290px;
         color: black;
         font-family: "Lato-Bold";
         text-decoration: underline;
         font-size: 13px;
         display: block;
         float: left;
         clear: both;
         margin-top:20px;
         margin-left: 15px;
         text-align: center;
     }

     #show_popup6 {
         width: 290px;
         color: black;
         font-family: "Lato-Bold";
         text-decoration: underline;
         font-size: 13px;
         display: block;
         float: left;
         clear: both;
         margin-top:20px;
         margin-left: 15px;
         text-align: center;
     }

     #show_popup7 {
         width: 290px;
         color: black;
         font-family: "Lato-Bold";
         text-decoration: underline;
         font-size: 13px;
         display: block;
         float: left;
         clear: both;
         margin-top:20px;
         margin-left: 15px;
         text-align: center;
     }

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

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

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

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

     #form_text6 {
         width: 220px;
         color: black;
         font-family: "Lato-Bold";
         float: left;
         clear: both;
         font-size: 20px;
         margin-left: 15px;
         margin-top: 50px;
     }

     #form_text7 {
         width: 290px;
         color: black;
         font-family: "Lato-Regular";
         float: left;
         clear: both;
         font-size: 13px;
         line-height: 16px;
         margin-left: 15px;
         margin-top: 20px;
     }

     #opis {
         float: left;
         clear: both;
         width: 246px;
         height: 260px;
         background: none;
         border: 2px solid #A70925;
         margin-left: 15px;
         resize: none;
         margin-top: 30px;
         padding: 20px;
         font-family: "Lato-Regular";
         font-size: 18px;
         color: black;
         outline: 0;
     }

     #opis_max {
         width: 100%;
         text-align: center;
         color: black;
         font-family: "Lato-Regular";
         float: left;
         clear: both;
         font-size: 13px;
         margin-top: 20px;
     }

     #rules_download2 {
         display: inline-block;
         width: 225px;
         height: 60px;
         margin-left: 15px;
         margin-top: 40px;
         background: #A70925 url('../images/reg_icon.png');
         background-repeat: no-repeat;
         background-position: 20px;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Bold";
         padding-left: 65px;
         font-size: 20px;
         float: left;
         clear: both;
         color: white;
         line-height: 60px;
         vertical-align: middle;
         text-decoration: none;
         margin-bottom: 0px;
     }

     .switch2 {
         position: relative;
         display: inline-block;
         width: 53px;
         height: 22px;
         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: #F3F3F3;
         -webkit-transition: .4s;
         transition: .4s;
     }

     .slider2:before {
         position: absolute;
         content: "";
         height: 29px;
         width: 29px;
         left: 0px;
         top: -4px;
         background: #A70925;
         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: #A70925;
     }


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

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

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

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

     .data_label2 {
         width: 210px;
         color: black;
         font-size: 15px;
         font-family: "Lato-Regular";
         float: left;
         margin-left: 20px;
         margin-top: 0px;
     }

     #shield {
         width: 280px;
         padding: 20px;
         color: #1A1A1B;
         background: white;
         font-size: 15px;
         line-height: 17px;
         font-family: 'Lato-Regular';
         margin-left: 0px;
         margin-top: 30px;
         float: left;
     }

     #button_send {
         display: inline-block;
         width: 270px;
         height: 60px;
         margin-left: 25px;
         margin-top: 50px;
         background: #A70925;
         border: 0px;
         cursor: pointer;
         font-family: "Lato-Bold";
         text-align: center;
         font-size: 24px;
         float: left;
         clear: both;
         color: white;
         vertical-align: middle;
         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: "Lato-Bold";
     }

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

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

     #foot_email {
         display: block;
         color: black;
         font-family: "Lato-Regular";
         font-size: 22px;
         margin-left: 80px;
         margin-top: 35px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         display: block;
         color: black;
         font-family: "Lato-Regular";
         font-size: 22px;
         float: left;
         margin-top: 223px;
         margin-left: 80px;
     }
 }

 @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: #1A1A1B;
         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;
         padding: 0px;
         margin: 0px;
         margin-left: 140px;
         margin-top: 20px;

     }

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

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #1A1A1B;
         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;

     }

     ::-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: #1A1A1B;
         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;
         padding: 0px;

     }

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

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #1A1A1B;
         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;
     }

     ::-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: #1A1A1B;
         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: '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;
     }
 }
