 @charset "utf-8";

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

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

 .close:hover {
     opacity: 1;
 }

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

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

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

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

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

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

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

 #rules_download2 {
     color: inherit;
 }

 .file_active {
     background: #FFFF00 !important;
 }

 .form_input2 {
     font-family: "specter";
     font-weight: bold;
     outline: 0;
 }

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

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

     body {
         background:#452360 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: 500px;
         position: fixed;
         top: calc(50% - 300px);
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #popup > img {
         width: inherit;
     }

     #burger {
         display: none;
     }

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

     #burger + #nav_cross .cross {
         position: absolute;
         width: 40px;
         height: 4px;
         top: 35px;
         left: 18px;
         display: block;
         background: white;
         transition: .5s;
     }

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

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

     #nav_cross:hover {
         cursor: pointer;
     }

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

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

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

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

     #burger ~ nav > ul {
         list-style: none;
         text-align: center;
         position: absolute;
         top: 25%;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         padding: 0px;
     }

     #burger ~ nav > ul > li {
         opacity: 0;
         transition: .5s;
         transition-delay: 0s;
         cursor: pointer;
     }

     #burger ~ nav > ul > li > a {
         text-decoration: none;
         text-transform: uppercase;
         color: white;
         font-weight: 800;
         font-size: 22px;
         font-family: "specter";
         font-weight: bold;
         display: block;
         padding-left: 15px;
         padding-right: 15px;
         padding-top: 10px;
         padding-bottom: 10px;
     }

     #burger:checked ~ nav {
         background: #14B581;
         height: 400px;
         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: #14B581;
         border: 5px solid white;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 75px;
         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: "specter";
         font-weight: bold;
         margin: 0 auto;
         color: white;
         font-size: 41px;
         margin-top: 55px;
     }

     #positive_text {
         width: 670px;
         font-family: "specter";
         font-weight: bold;
         color: white;
         font-size: 30px;
         text-align: center;
         margin: 0 auto;
         margin-top: 55px;
         margin-bottom: 50px;
     }

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

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

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

     #wait_box {
         width: 518px;
         height: 238px;
         position: fixed;
         background: #14B581;
         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: "specter";
         font-weight: bold;
         font-size: 28px;
         text-decoration: none;
         text-align: center;
         padding-top: 50px;
     }

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

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

     #code_msg {
         width: 639px;
         height: 537px;
         background: #14B581;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 269px);
         z-index: 10000000;
         display: block;
         display: none;
     }

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

     #code_title {
         height: 35px;
         width: 639px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;
         font-weight: bold;
     }

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

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

     #code_text {
         width: 90%;
         font-family: 'Montserrat-SemiBold';
         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: #14B581;
         font-family: 'Montserrat-SemiBold';
         text-align: center;
         border: 0px;
         font-size: 20px;
         cursor: pointer;
         margin-left: 200px;
         margin-top: 30px;
         margin-bottom: 0px;
         outline: 0px;
         float: left;
     }

     #response {
         width: 500px;
         height: 100px;
         margin: 0 auto;
         font-family: 'Montserrat-SemiBold';
         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: 56px;
         background: #14B581;
         color: white;
         border-radius: 30px 0px 0px 30px;
         font-family: "Montserrat-Bold";
         text-align: center;
         padding-top: 10px;
         font-size: 12px;
         position: fixed;
         right: 0px;
         cursor: pointer;
         top: 110px;
     }

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

     #top_bg {
         width: 1080px;
         height: 1078px;
         background: url('../images/top_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 27px;
         margin-left: 0px;
     }

     #join {
         display: inline-block;
         width: 310px;
         height: 90px;
         margin-left: 135px;
         margin-top: 370px;
         background: #14B581;
         cursor: pointer;
         font-family: "specter";
         font-weight: 800;
         font-size: 34px;
         float: left;
         clear: both;
         color: white;
         text-align: center;
         line-height: 90px;
         vertical-align: middle;
         border-radius: 100px;
     }

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

     #zasady_bg {
         width: 1014px;
         height: 560px;
         background: url('../images/zasady_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-left: 40px;
     }

     #rules_download {
         display: inline-block;
         width: 305px;
         height: 60px;
         margin-left: 702px;
         margin-top: 266px;
         background: #14B581;
         cursor: pointer;
         font-family: "specter";
         font-weight: 800;
         font-size: 23px;
         float: left;
         clear: both;
         color: white;
         text-align: center;
         line-height: 60px;
         vertical-align: middle;
         border-radius: 100px;
     }

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

     #wez-udzial_title {
         width: 432px;
         height: 62px;
         background: url('../images/wez-udzial_bg.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 344px;
     }

     #main_form {
         width: 1100px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 0px;
     }
     #paragon_title4 {
         color: #FFD900;
         display: block;
         float: left;
         clear: both;
         width:auto;
         font-family: "specter";
         text-transform: uppercase;
         font-weight: 800;
         font-size: 24px;
         margin-left: 35px;
         margin-top: 50px;
     }
     #zwrot1{
         width: 233.5px;
         height: 79.5px;
         background: url('../images/limit1.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 27px;
         margin-left: 15px;
     }
     #zwrot1_available{
         width: 120px;
         color: white;
         font-family: "specter";
         font-weight: 800;
         font-size: 16px;
         margin-left: 90px;
         float: left;
         clear: both;
         margin-top: 18px;
     }
     #zwrot1_unavailable{
         width: 120px;
         color: white;
         font-family: "specter";
         font-weight: 800;
         font-size: 16px;
         margin-left: 90px;
         float: left;
         clear: both;
     }
     #zwrot2{
         width: 231.5px;
         height: 79px;
         background: url('../images/limit2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 27px;
         margin-left: 15px;
     }
     #zwrot2_available{
         width: 120px;
         color: white;
         font-family: "specter";
         font-weight: 800;
         font-size: 16px;
         margin-left: 90px;
         float: left;
         clear: both;
         margin-top: 18px;
     }
     #zwrot2_unavailable{
         width: 120px;
         color: white;
         font-family: "specter";
         font-weight: 800;
         font-size: 16px;
         margin-left: 90px;
         float: left;
         clear: both;
     }
     .purple{
         color: #744797 !important;
     }
     #main_form2 {
         width: 1100px;
         height: auto;
         padding-top: 100px;
         color: white;
         text-align: center;
         font-family: "specter";
         font-weight: bold;
         font-size: 23px;
         margin-left: 0px;
         margin-bottom: 125px;
     }

     .data_box {
         width: auto;
         height: auto;
         float: left;
         margin-left: 65px;
         margin-top: 93px;
     }

     #form_title2 {
         color: #FFD900;
         display: block;
         float: left;
         clear: both;
         width: 90%;
         font-family: "specter";
         font-weight: 800;
         font-size: 24px;
         margin-left: 35px;
         margin-top: 20px;
         margin-bottom: 20px;
     }

     #paragon_box3 {
         width: 1100px;
         height: 370px;
         float: left;
         clear: both;
         margin-top: 20px;
     }

     #paragon_title3 {
         color: #FFD900;
         display: block;
         float: left;
         clear: both;
         width: 60%;
         font-family: "specter";
         font-weight: 800;
         font-size: 24px;
         margin-left: 35px;
         margin-top: 0px;
         margin-bottom: 15px;
     }

     .input_box {
         width: 454px;
         height: auto;
         float: left;
         margin-left: 35px;
         margin-top: 12px;
     }

     .input_box320 {
         width: 320px;
         height: auto;
         float: left;
         margin-left: 35px;
         margin-top: 12px;
     }

     .input_box150 {
         width: 142px;
         height: auto;
         float: left;
         margin-left: 35px;
         margin-top: 12px;
     }

     .input_box670 {
         width: 675px;
         height: auto;
         float: left;
         margin-left: 35px;
         margin-top: 12px;
     }

     #bank {
         width: 655px;
         float: left;
     }

     #local_nr,
     #home_nr {
         width: 122px;
     }

     .label_form {
         width: auto;
         text-align: center;
         color:white;
         font-size: 14px;
         font-family: "specter";
         font-weight: bold;
         float: left;
         clear: both;
         margin-top: 0px;
         margin-bottom: 8px;
         margin-left: 5px;
         position: relative;
     }

     .form_input {
         width: calc(100% - 20px);
         height: 50px;
         font-family: "specter";
         font-weight: bold;
         font-size: 22px;
         background: none;
         outline: 0;
         border: 2px solid #14B581;
         color: white;
         clear: both;
         border-radius: 5px;
         margin-bottom: 0px;
         margin-left: 0px;
         margin-top: 0px;
         padding: 0px;
         padding-left: 16px;
     }

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

     @-webkit-keyframes autofill {
         to {
             color: white;
             font-family: "specter";
             font-weight: bold;
             background: none;
         }
     }

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

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

     .styled-select2 {
         width: 320px;
         overflow: hidden;
         background: url('../images/arrow.png') no-repeat;
         background-position: 287px 21px;
         margin-top: 0px;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 0px;
     }

     .styled-select2 select {
         background: transparent;
         width: 320px;
         padding: 0px 0px 0px 15px;
         font-size: 16px;
         border-radius: 5px;
         height: 54px;
         margin-top: 0px;
         border: 2px solid #14B581;
         -webkit-appearance: none;
         font-family: "specter";
         font-weight: bold;
         color: white;
         outline: none;
     }

     .styled-select2 select option {
         background-color: #452360;
         color: white;
     }
     #form_title3 {
         color: #FFD900;
         display: block;
         float: left;
         clear: both;
         width: 1030px;
         font-family: "specter";
         font-weight: 800;
         font-size: 24px;
         margin-left: 35px;
         margin-top: 40px;
         margin-bottom: 20px;
         border-bottom: 2px solid #14B581;
         padding-bottom: 30px;
     }
     #label_ank1{
         width: 1030px;
         font-size: 16px;
         text-align: left;
         margin-left: 35px;
         padding-bottom: 31px;
         margin-top: 25px;
         border-bottom: 2px solid #14B581; 
     }
     .label_ank2{
         width: 1030px;
         font-size: 16px;
         text-align: left;
         margin-left: 35px;
         padding-bottom: 31px;
         margin-top: 25px;
         border-bottom: 2px solid #14B581; 
     }
     #label_ank1{
         margin-top: 12px;
     }
     .styled-select3 {
         width: 320px;
         overflow: hidden;
         background: url('../images/arrow.png') no-repeat;
         background-position: 285px 21px;
         margin-top: -80px;
         float: right;
         margin-right: 35px;
         position: relative;
     }

     .styled-select3 select {
         background: transparent;
         width: 320px;
         padding: 0px 0px 0px 15px;
         font-size: 16px;
         border-radius: 5px;
         height: 54px;
         margin-top: 0px;
         border: 2px solid #14B581;
         -webkit-appearance: none;
         font-family: "specter";
         font-weight: bold;
         color: white;
         outline: none;
     }

     .styled-select3 select option {
         background-color: #452360;
         color: white;
         font-weight: bold;
     }
     .add_more_button{
         width: 320px;
         height: 54px;
         background: #14B581;
         float: right;
         clear: both;
         margin-right: 35px;
         border-radius: 5px;
         text-align: center;
         line-height: 54px;
         color: white;
         font-family: "specter";
         font-size: 16px;
         margin-top: 7px;
         cursor: pointer;
     }
     .delete_more_button{
         width: 320px;
         height: 54px;
         background: gray;
         float: right;
         clear: both;
         margin-right: 35px;
         border-radius: 5px;
         text-align: center;
         line-height: 54px;
         color: white;
         font-family: "specter";
         font-size: 16px;
         margin-top: 7px;
         cursor: pointer;
         display: none;
     }
     .clear {
         clear: both;
     }

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

     .lab_file2 {
         height: 140px;
         width: 240px;
         display: block;
         margin-top: -54px;
         margin-left: 35px;
         background: #14B581 url('../images/file.png');
         background-repeat: no-repeat;
         background-position: 137px 40px;
         border-radius: 5px;
         color: white;
         font-family: "specter";
         font-weight: bold;
         font-size: 24px;
         line-height: 25px;
         text-align: center;
         cursor: pointer;
         padding-top: 100px;
         padding-left: 40px;
         padding-right: 40px;
         float: left;
     }

     .file1_text {
         width: 100%;
         margin-top: 20px;
         color: white;
         float: left;
         clear: both;
         font-size: 11px;
         text-align: center;
         font-family: "specter";
         font-weight: bold;
     }

     .check_label2 {
         font-size: 16px;
         font-family: "specter";
         font-weight: bold;
         background: url("../images/checkbox.png");
         background-repeat: no-repeat;
         margin-left: 35px;
         display: inline-block;
         cursor: pointer;
         min-height: 38px;
         margin-top: 10px;
         padding-left: 50px;
         line-height: 26px;
         width: 980px;
         color: white;
         float: left;
         clear: both;
         padding-top: 7px;
     }

     #check_up1 {
         width: auto;
         margin-top: 40px;
     }

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

     .norm_check2:checked + label {
         background: url('../images/checkbox_checked.png');
         background-repeat: no-repeat;
     }

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

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

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

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

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

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

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

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

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

     #shield_bg {
         width: 32px;
         height: 39px;
         background: url('../images/shield.png');
         float: left;
         clear: both;
         margin-left: 38px;
         margin-top: 20px;
     }

     #shield_text {
         width: 980px;
         color: white;
         font-size: 12px;
         line-height: 18px;
         font-family: "specter";
         font-weight: bold;
         margin-left: 15px;
         margin-top: 25px;
         float: left;
     }

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

     #button_send {
         display: inline-block;
         width: 310px;
         height: 110px;
         margin-right: 395px;
         margin-top: 50px;
         background: #14B581;
         border: 0px;
         cursor: pointer;
         font-family: "specter";
         font-weight: 800;
         font-size: 43px;
         float: right;
         color: white;
         text-align: center;
         line-height: 50px;
         vertical-align: middle;
         border-radius: 100px;
         margin-bottom: 50px;
         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: "specter";
         font-weight: bold;
     }
     #bottom_bg{
         width: 100%;
         height: 386px;
         background: url('../images/bottom_bg.jpg');
         background-position: center top;
         background-repeat: no-repeat;
         margin: 0 auto;
         
     }
     #kontakt {
         width: 1100px;
         height: 310px;
         margin: 0 auto;
         padding-top: 60px;
     }

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

     #kontakt_phone {
         display: block;
         color: white;
         font-family: "specter";
         font-weight: bold;
         font-size: 17px;
         float: left;
         margin-top: 198px;
         margin-left: 46px;
     }

     #foot_email {
         display: block;
         color: white;
         font-family: "specter";
         font-weight: bold;
         font-size: 17px;
         margin-left: 590px;
         margin-top: -24px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #foot_link {
         display: block;
         color: white;
         font-family: "specter";
         font-weight: bold;
         font-size: 17px;
         margin-left: 590px;
         margin-top: -48px;
         cursor: pointer;
         float: left;
         clear: both;
     }

     #kontakt_address {
         width: 200px;
         display: block;
         color: white;
         font-family: "specter";
         font-weight: bold;
         font-size: 17px;
         float: left;
         margin-top: 198px;
         margin-left: 86px;
     }

     #error_wrapper {
         position: absolute;
         z-index: 55001;
         cursor: pointer;
     }

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

     }

     #errors {
         width: 700px;
         background: white;
         border: 5px solid #c90219;
         height: auto;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: 50px;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #errors h1 {
         padding-left: 30px;
         font-family: "specter";
         font-weight: bold;
         color: #c90219;
     }

     #errors ul {
         font-family: "specter";
         font-weight: bold;
         font-size: 18px;
         color: #c90219;
     }

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

     #errors_ok {
         background: #c90219;
         border-radius: 25px;
         width: 150px;
         height: 50px;
         color: white;
         font-family: "specter";
         font-weight: bold;
         font-size: 20px;
         text-align: center;
         vertical-align: middle;
         line-height: 50px;
         margin-left: 525px;
         margin-bottom: 25px;
     }
 }

 @media screen and (max-width: 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:#452360 url('../images/mobile_bg2.jpg');
         background-repeat: no-repeat;
         background-position: center top;
     }

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

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

     }

     #popup {
         width: 320px;
         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;
     }

     /* 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: #14B581;
         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: "specter";
         font-weight: bold;
         color: white;
         font-size: 26px;
         text-align: center;
         padding-top: 50px;
     }

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

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

     }

     #errors {
         width: 310px;
         background: white;
         border: 5px solid #c90219;
         height: auto;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         position: fixed;
         top: 15px;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #errors h1 {
         padding-left: 30px;
         font-family: "specter";
         font-weight: bold;
         font-size: 16px;
         color: #c90219;
     }

     #errors ul {
         font-family: "specter";
         font-weight: bold;
         font-size: 12px;
         color: #c90219;
     }

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

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

     #status {
         width: 80px;
         height: 48px;
         background: #14B581;
         color: white;
         border-radius: 30px 0px 0px 30px;
         font-family: "Montserrat-Bold";
         text-align: center;
         padding-top: 10px;
         padding-left: 5px;
         font-size: 10px;
         position: fixed;
         right: 0px;
         cursor: pointer;
         top: 105px;
         display: none;
         z-index: 2;
     }

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

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

     #positive_msg {
         width: 680px;
         height: auto;
         background: #14B581;
         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: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 38px;
         margin-top: 40px;
     }

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

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

     #burger {
         display: none;
     }

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

     #burger + #nav_cross .cross {
         position: absolute;
         width: 40px;
         height: 4px;
         top: 35px;
         left: 18px;
         display: block;
         background: white;
         transition: .5s;
         border-radius: 5px;
     }

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

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

     #nav_cross:hover {
         cursor: pointer;
     }

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

     #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: 'Montserrat-SemiBold';
         display: block;
         padding: 15px;
     }

     #burger:checked ~ nav {

         background: #14B581;
         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: 955px;
         margin: 0 auto;
     }

     #top_bg {
         width: 314px;
         height: 901px;
         background: url('../images/top_bg_mobile2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 30px;
         margin-left: 6px;
     }

     #join {
         display: inline-block;
         width: 310px;
         height: 90px;
         margin-left: 0px;
         margin-top: 485px;
         background: #14B581;
         cursor: pointer;
         font-family: "specter";
         font-weight: 800;
         font-size: 34px;
         float: left;
         clear: both;
         color: white;
         text-align: center;
         line-height:90px;
         vertical-align: middle;
         border-radius: 100px;
     }

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

     #zasady_bg {
         width: 320px;
         height: 1461px;
         background: url('../images/zasady_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 0px;
     }

     #rules_download {
         display: inline-block;
         width: 305px;
         height: 60px;
         margin-left: 7.5px;
         margin-top: 715px;
         background: #14B581;
         cursor: pointer;
         font-family: "specter";
         font-weight: 800;
         font-size: 23px;
         float: left;
         clear: both;
         color: white;
         text-align: center;
         line-height: 60px;
         vertical-align: middle;
         border-radius: 100px;
     }

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

     #wez-udzial_title {
         width: 169px;
         height: 89px;
         background: url('../images/wez-udzial_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 75px;
     }

     #main_form {
         width: 320px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 0px;
     }
     #paragon_title4 {
         color: #FFD900;
         display: block;
         float: left;
         clear: both;
         width:auto;
         font-family: "specter";
         text-transform: uppercase;
         text-align: center;
         font-weight: 800;
         font-size: 24px;
         margin-left: 0px;
         margin-top: 20px;
     }
     #zwrot1{
         width: 233.5px;
         height: 79.5px;
         background: url('../images/limit1.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 15px;
         margin-left: 43px;
     }
     #zwrot1_available{
         width: 120px;
         color: white;
         font-family: "specter";
         font-weight: 800;
         font-size: 16px;
         margin-left: 90px;
         float: left;
         clear: both;
         margin-top: 18px;
     }
     #zwrot1_unavailable{
         width: 120px;
         color: white;
         font-family: "specter";
         font-weight: 800;
         font-size: 16px;
         margin-left: 90px;
         float: left;
         clear: both;
     }
     #zwrot2{
         width: 231.5px;
         height: 79px;
         background: url('../images/limit2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: 10px;
         margin-left: 43px;
     }
     #zwrot2_available{
         width: 120px;
         color: white;
         font-family: "specter";
         font-weight: 800;
         font-size: 16px;
         margin-left: 90px;
         float: left;
         clear: both;
         margin-top: 18px;
     }
     #zwrot2_unavailable{
         width: 120px;
         color: white;
         font-family: "specter";
         font-weight: 800;
         font-size: 16px;
         margin-left: 90px;
         float: left;
         clear: both;
     }
     .purple{
         color: #744797 !important;
     }
     #main_form2 {
         width: 320px;
         height: auto;
         padding-top: 200px;
         color: white;
         text-align: center;
         font-family: "specter";
         font-weight: bold;
         font-size: 23px;
         margin-left: 0px;
         margin-bottom: 125px;
     }

     #paragon_box3 {
         width: 320px;
         float: left;
         clear: both;
         margin-top: 30px;
     }

     #paragon_title3 {
         color: #FFD900;
         display: block;
         float: left;
         clear: both;
         width: 320px;
         text-align: center;
         font-family: "specter";
         font-weight: 800;
         font-size: 24px;
         margin-top: 0px;
         margin-bottom: 0px;
     }

     .input_box {
         width: 290px;
         height: auto;
         float: left;
         margin-left: 15px;
         margin-top: 12px;
     }

     .input_box320 {
         width: 290px;
         height: auto;
         float: left;
         margin-left: 15px;
         margin-top: 12px;
     }

     .input_box150 {
         width: 290px;
         height: auto;
         float: left;
         margin-left: 15px;
         margin-top: 12px;
     }

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

     .label_form {
         width: auto;
         color: white;
         font-size: 14px;
         font-family: "specter";
         font-weight: bold;
         float: left;
         clear: both;
         margin-top: 0px;
         margin-bottom: 8px;
         margin-left: 5px;
         position: relative;
     }

     .form_input {
         width: calc(100% - 20px);
         height: 50px;
         font-family: "specter";
         font-weight: bold;
         font-size: 18px;
         background: none;
         outline: 0;
         border: 2px solid #14B581;
         color: #00449E;
         clear: both;
         border-radius: 5px;
         margin-bottom: 0px;
         margin-left: 0px;
         margin-top: 0px;
         padding: 0px;
         padding-left: 16px;
     }

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

     #form_title2 {
         color: #FFD900;
         display: block;
         float: left;
         clear: both;
         font-family: "specter";
         font-weight: 800;
         font-size: 24px;
         width: 100%;
         text-align: center;
         margin-top: 35px;
         margin-bottom: 0px;
     }

     #form_title3 {
         color: #FFD900;
         display: block;
         float: left;
         clear: both;
         font-family: "specter";
         font-weight: 800;
         font-size: 24px;
         width: 100%;
         text-align: center;
         margin-left: 0px;
         margin-top: 35px;
         margin-bottom: 0px;
     }

     @-webkit-keyframes autofill {
         to {
             color: #00449E;
             font-family: "specter";
             font-weight: bold;
             background: none;
         }
     }

     .form_input:-webkit-autofill {
         color: #00449E;
         -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-select2 {
         width: 290px;
         overflow: hidden;
         background: url('../images/arrow.png') no-repeat;
         background-position: 261px 21px;
         margin-top: 0px;
         float: left;
         clear: both;
         margin-left: 0px;
         margin-top: 0px;
     }

     .styled-select2 select {
         background: transparent;
         width: 290px;
         padding: 0px 0px 0px 15px;
         font-size: 16px;
         border-radius: 5px;
         height: 54px;
         margin-top: 0px;
         border: 2px solid #14B581;
         -webkit-appearance: none;
         font-family: "specter";
         font-weight: bold;
         color: #00449E;
         outline: none;
     }

     .styled-select2 select option {
         background-color: #452360;
         color: white;
     }

     #label_ank1{
         width: 290px;
         text-align: center;
         font-size: 16px;
         margin-top: 20px;
         margin-left: 15px;
         
     }
     .label_ank2{
         width: 290px;
         margin-left: 15px;
         text-align: center;
         padding-top: 15px;
         border-top: 2px solid #14B581;
         font-size: 16px;
         margin-bottom: 15px;
     }
     .styled-select3 {
         width: 290px;
         overflow: hidden;
         background: url('../images/arrow.png') no-repeat;
         background-position: 261px 21px;
         margin-top: 0px;
         float: left;
         clear: both;
         margin-left: 15px;
         margin-top: 0px;
         margin-bottom: 10px;
     }

     .styled-select3 select {
         background: transparent;
         width: 290px;
         padding: 0px 0px 0px 15px;
         font-size: 16px;
         border-radius: 5px;
         height: 54px;
         margin-top: 0px;
         border: 2px solid #14B581;
         -webkit-appearance: none;
         font-family: "specter";
         font-weight: bold;
         color: white;
         outline: none;
     }

     .styled-select3 select option {
         background-color: #452360;
         color:white;
         font-weight: bold;
     }
     .add_more_button{
         width: 290px;
         height: 54px;
         background: #14B581;
         float: right;
         clear: both;
         margin-right: 15px;
         border-radius: 5px;
         text-align: center;
         line-height: 54px;
         color: white;
         font-family: "specter";
         font-size: 16px;
         margin-top: 7px;
         cursor: pointer;
     }
     .delete_more_button{
         width: 290px;
         height: 54px;
         background: gray;
         float: right;
         clear: both;
         margin-right: 15px;
         border-radius: 5px;
         text-align: center;
         line-height: 54px;
         color: white;
         font-family: "specter";
         font-size: 16px;
         margin-top: 7px;
         cursor: pointer;
         display: none;
     }
     .clear {
         clear: both;
     }

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

     .lab_file2 {
         height: 120px;
         width: 245px;
         display: block;
         margin-top: 20px;
         margin-left: 15px;
         background: #14B581 url('../images/file.png');
         background-repeat: no-repeat;
         background-position: 120px 30px;
         border-radius: 5px;
         border: 2px solid #14B581;
         color: white;
         font-family: "specter";
         font-weight: bold;
         font-size: 24px;
         text-align: center;
         cursor: pointer;
         line-height: 25px;
         padding-top: 85px;
         padding-left: 20px;
         padding-right: 20px;
         float: left;
     }

     .file1_text {
         width: 100%;
         margin-top: 20px;
         color: white;
         float: left;
         clear: both;
         font-size: 11px;
         text-align: center;
         font-family: "specter";
         font-weight: bold;
     }

     .check_label2 {
         font-size: 14px;
         font-family: "specter";
         font-weight: bold;
         background: url("../images/checkbox.png");
         background-repeat: no-repeat;
         margin-left: 15px;
         display: inline-block;
         cursor: pointer;
         min-height: 38px;
         margin-top: 20px;
         padding-left: 50px;
         line-height: 18px;
         width: 240px;
         color: white;
         float: left;
         clear: both;
         padding-top: 7px;
     }

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

     .norm_check2:checked + label {
         background: url('../images/checkbox_checked.png');
         background-repeat: no-repeat;
     }

     #rules_download2 {
         display: inline-block;
         width: 155px;
         height: 26px;
         margin-left: 65px;
         margin-top: 20px;
         background: black;
         cursor: pointer;
         font-family: "specter";
         font-weight: bold;
         font-size: 12px;
         float: left;
         clear: both;
         color: white;
         text-decoration: none;
         text-align: center;
         line-height: 26px;
         vertical-align: middle;
         border-radius: 100px;
     }

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

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

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

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

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

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

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

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

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

     #shield_bg {
         width: 32px;
         height: 39px;
         background: url('../images/shield.png');
         float: left;
         clear: both;
         margin-left: 18px;
         margin-top: 20px;
     }

     #shield_text {
         width: 250px;
         color: white;
         font-size: 12px;
         line-height: 18px;
         font-family: "specter";
         font-weight: bold;
         margin-left: 15px;
         margin-top: 30px;
         float: left;
     }

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

     #button_send {
         display: inline-block;
         width: 300px;
         height: 110px;
         margin-right: 10px;
         margin-top: 30px;
         background: #14B581;
         border: 0px;
         cursor: pointer;
         font-family: "specter";
         font-weight: 800;
         font-size: 43px;
         float: right;
         color: white;
         text-align: center;
         line-height: 50px;
         vertical-align: middle;
         border-radius: 100px;
         outline: 0px;
     }

     #error {
         position: relative;
         width: 900px;
         color: red;
         background: white;
         height: 50px;
         margin-left: 80px;
         margin-top: 20px;
         text-align: center;
         vertical-align: middle;
         line-height: 50px;
         border: 3px solid red;
         font-family: "specter";
         font-weight: bold;
     }
     #bottom_bg{
         width: 100%;
         height: 482px;
         background: url('../images/bottom_bg_mobile.jpg');
         background-position: center top;
         background-repeat: no-repeat;
         margin: 0 auto;
         
     }
     #kontakt {
         width: 320px;
         height: 350px;
         margin: 0 auto;
         margin-top: 30px;
         padding-top: 30px;
     }

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

     #kontakt_phone {
         display: block;
         color: white;
         font-family: "specter";
         font-weight: bold;
         font-size: 17px;
         line-height: 25px;
         float: left;
         margin-top: 24px;
         margin-left: 110px;
     }

     #foot_email {
         display: block;
         color: white;
         font-family: "specter";
         font-weight: bold;
         font-size: 17px;
         line-height: 25px;
         margin-left: 110px;
         margin-top: 0px;
         text-align: center;
         cursor: pointer;
         float: left;
     }

     #foot_link {
         display: block;
         color: white;
         font-family: "specter";
         font-weight: bold;
         font-size: 17px;
         line-height: 25px;
         margin-left: 110px;
         margin-top: 34px;
         cursor: pointer;
         float: left;
     }

     #kontakt_address {
         width: 145px;
         display: block;
         color: white;
         font-family: "specter";
         font-weight: bold;
         font-size: 17px;
         line-height: 25px;
         float: left;
         margin-top: 180px;
         margin-left: 110px;
     }
 }

 @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: 537px;
         background: #14B581;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 269px);
         z-index: 10000000;
         display: block;
         display: none;
     }

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

     #code_title {
         height: 35px;
         width: 639px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 25px;
         text-transform: uppercase;
         margin-top: 60px;
         margin-bottom: 10px;
         font-weight: bold;
     }

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

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

     #code_text {
         width: 90%;
         font-family: 'Montserrat-SemiBold';
         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: #14B581;
         font-family: 'Montserrat-SemiBold';
         text-align: center;
         border: 0px;
         font-size: 20px;
         cursor: pointer;
         margin-left: 200px;
         margin-top: 30px;
         margin-bottom: 0px;
         outline: 0px;
         float: left;
     }

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

     }

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

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

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

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

     /* CODE WRAPPER END */
 }

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

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

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

     #code_msg {
         width: 90%;
         height: 460px;
         background: #14B581;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 230px);
         z-index: 10000000;
         display: block;
         display: none;
     }

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

     #code_title {
         height: 35px;
         width: 260px;
         text-align: center;
         font-family: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 17px;
         text-transform: uppercase;
         margin-top: 55px;
         font-weight: bold;
     }

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

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

     #code_text {
         width: 290px;
         font-family: 'Montserrat-SemiBold';
         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: 9px;
         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: 9px;
         margin-top: 20px;
         text-align: center;
         padding: 0px;
     }

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

     #response {
         width: 80%;
         height: 80px;
         margin: 0 auto;
         font-family: 'Montserrat-SemiBold';
         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: #14B581;
         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: 'Montserrat-SemiBold';
         margin: 0 auto;
         color: white;
         font-size: 26px;
         margin-top: 54px;
     }

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

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