 @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;
 }
 @media screen and (max-width: 4500px) and (min-width: 1521px) {

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

     body {
         background:#F5F7FA 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: 50px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #popup > img {
         width: 600px;
     }
     #navigation {
         display: none;
     }

     #logo_1 {
         width: 216px;
         height: 90px;
         background: url('../images/logo_black.png');
         background-size: contain;
         background-repeat: no-repeat;
         float: left;
         margin-top: 30px;
         margin-left: 0px;
     }

     #nav_scrolled {
         width: 100%;
         height: 160px;
         left: 0;
         right: 0;
         margin: 0 auto;
         position: fixed;
         background: white;
         z-index: 4;
         box-shadow: 5px 0px 10px rgba(0,0,0,0.2);
     }

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

     #menu_scrolled {
         padding-left: 0px;
     }

     #nav_scrolled ul {
         float: left;
         margin-top: 56px;
         margin-left: 205px;
     }

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

     #nav_scrolled ul > li > a {
         display: block;
         font-family: "VivoSansGlobal-Medium";
         font-size: 24px;
         text-decoration: none;
         color: #808080;
         cursor: pointer;
     }
     #nav_scrolled ul > li > a:hover {
         color: black;
     }

     #enter-menu-link {
         width: 200px;
         text-align: center;
         color: white !important;
         background: #3860FF;
         padding-top: 4px;
         border-radius: 50px;
         margin-left: 159px;
     }

     #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: #3860FF;
         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: "VivoSansGlobal-Medium";
         margin: 0 auto;
         color: white;
         font-size: 41px;
         margin-top: 55px;
     }

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

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

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

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

     #wait_box {
         width: 518px;
         height: 255px;
         position: fixed;
         background: #3860FF;
         border: 5px solid white;
         border-radius: 20px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 259px);
         z-index: 10000000;
         display: block;
         color: white;
         font-family: "VivoSansGlobal-Medium";
         font-size: 24px;
         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: #3860FF;
         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: 'VivoSansGlobal-Medium';
         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: 'VivoSansGlobal-Medium';
         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: 'VivoSansGlobal-Medium';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

     #code_text {
         width: 90%;
         font-family: 'VivoSansGlobal-Medium';
         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;
         font-family: 'VivoSansGlobal-Medium';
         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;
         font-family: 'VivoSansGlobal-Medium';
         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: #3860FF;
         font-family: 'VivoSansGlobal-Medium';
         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: 'VivoSansGlobal-Medium';
         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: 46px;
         background: #3860FF;
         color: white;
         font-family: "VivoSansGlobal-Medium";
         text-align: center;
         padding-top: 10px;
         line-height: 20px;
         font-size: 14px;
         position: fixed;
         right: 0px;
         cursor: pointer;
         z-index: 4;
         border-radius: 50px 0px 0px 50px;
         top: 160px;
     }

     #home {
         width: 1520px;
         height: 1290px;
         margin: 0 auto;
     }

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

     #top_text1 {
         display: inline-block;
         width: 444px;
         height: 84px;
         margin-left: 52px;
         margin-top: 70px;
         background: none;
         border-radius: 50px;
         border: 3px solid white;
         font-family: "VivoSansGlobal-Medium";
         text-align: center;
         line-height: 100px;
         font-size: 48px;
         float: left;
         clear: both;
         color: white;
     }
     #top_text2{
         width: 450px;
         color: white;
         float: left;
         clear: both;
         font-family: "VivoSansGlobal-Demibold";
         text-align: center;
         font-size: 45px;
         line-height: 64px;
         margin-top: 115px;
         margin-left: 52px;
     }
     #top_text3{
         width: 1500px;
         color: #000000;
         float: left;
         clear: both;
         font-family: "VivoSansGlobal-Regular";
         text-align: center;
         font-size: 15px;
         margin-left: 10px;
         line-height: 24px;
         margin-top: 250px;
     }
     #join{
         width: 320px;
         height: 50px;
         background: #3860FF;
         float: left;
         clear: both;
         color: white;
         font-size: 27px;
         text-align: center;
         font-family: "VivoSansGlobal-Medium";
         line-height: 55px;
         display: inline-block;
         border-radius: 50px;
         margin-left: 410px;
         margin-top: 40px;
         cursor: pointer;
     }
     #rules_download {
         width: 220px;
         height: 50px;
         background: #3860FF;
         float: left;
         color: white;
         font-size: 27px;
         text-align: center;
         font-family: "VivoSansGlobal-Medium";
         line-height: 55px;
         display: inline-block;
         border-radius: 50px;
         margin-left: 110px;
         margin-top: 40px;
     }
     #zasady {
         width: 1520px;
         height: 690px;
         margin: 0 auto;
     }
     #zasady_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 54px;
         margin-top: 60px;
         display: inline-block;
     }
     #zasady_box{
         width: 1520px;
         height: 500px;
         border-radius: 30px;
         box-shadow: 10px 10px 50px rgba(0,0,0,0.1);
         background: white;
         float: left;
         margin-top: 10px;
         clear: both;
     }
     .zasady_krok{
         width: 506px;
         float: left;
     }
     .zasady_title{
         width: 100%;
         text-align: center;
         font-family: "VivoSansGlobal-ExtraBold";
         font-size: 48px;
         color: #3860FF;
         float: left;
         clear: both;
         margin-top: 50px;
     }
     .zasady_text{
         width: 400px;
         text-align: center;
         font-family: "VivoSansGlobal-Regular";
         font-size: 24px;
         line-height: 36px;
         color: black;
         float: left;
         clear: both;
         margin-top: 15px;
         margin-left: 53px;
     }
      #zestawy {
         width: 1520px;
         height: 2200px;
         margin: 0 auto;
     }

     #zestawy_bg {
         width: 1522px;
         height: 1607.5px;
         background: url('../images/zestaw_baner.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: -1px;
         margin-top: 80px;
         display: inline-block;
     }
     #baner_bg {
         width: 1520px;
         height: 400px;
         background: url('../images/baner2_big.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 0px;
         margin-top: 50px;
         display: inline-block;
     }
     #wez-udzial {
         width: 1520px;
         height: 1200px;
         margin: 0 auto;
     }

     #wez-udzial_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 54px;
         float: left;
         clear: both;
         margin-top: 150px;
     }
     #form_bg{
         width: 1520px;
         height: 1050px;
         background:white url('../images/vivo_logo_bck.png');
         background-repeat: no-repeat;
         background-position: 250px 230px;
         border-radius: 40px;
         box-shadow: 5px 5px 25px rgba(0,0,0,0.1);
         float: left;
         clear: both;
         margin-top: 20px;
     }
     #form_top_box{
         width: auto;
         height: auto;
         overflow: hidden;
         display: inline-block;
         margin-left: 560px;
         margin-top: 85px;
     }
     .circle{
         width: 34px;
         height: 34px;
         border: 3px solid #3860FF;
         border-radius: 50px;
         float: left;
     }
     .circle_active{
         background: #3860FF;
     }
     .line{
         width: 100px;
         height: 5px;
         background: #3860FF;
         float: left;
         margin-top: 17.5px;
         margin-left: 20px;
         margin-right: 20px;
         border-radius: 50px;
     }
     .form_top_box_title{
         width: 100%;
         float: left;
         clear: both;
         color: black;
         text-align: center;
         font-size: 54px;
         margin-top: 30px;
         font-family: "VivoSansGlobal-Medium";
     }
     #main_form {
         width: 1160px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 180px;
     }
     #second_form{
         width: 1160px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 180px;
         display: none;
     }
     #main_form2 {
         width: 1520px;
         height: auto;
         padding-top: 200px;
         color: black;
         text-align: center;
         font-family: "VivoSansGlobal-Medium";
         font-size: 30px;
         margin-left: 0px;
     }

     #form_title1 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         width: 100%;
         font-family: "VivoSansGlobal-Regular";
         font-size: 30px;
         margin-top: 0px;
     }

     #form_title2 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         width: 100%;
         font-family: "VivoSansGlobal-Regular";
         font-size: 30px;
         margin-top: 0px;
     }
     #form_title3 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         width: 100%;
         font-family: "VivoSansGlobal-Regular";
         font-size: 30px;
         margin-top: 0px;
     }

     #main_form_left_box{
         width: 550px;
         float: left;
         clear: both;
     }
     #main_form_right_box{
         width: 550px;
         float: right;
     }

     .form_input {
         width: 550px;
         height: 40px;
         font-family: "VivoSansGlobal-Light";
         font-size: 24px;
         background: transparent;
         outline: 0;
         border-width: 0px 0px 4px 0px;
         border-color: #3860FF;
         color: black;
         float: left;
         margin-left: 0px;
         padding: 0px;
         margin-top: 40px;
     }
     #phone, #street, #postal{
         margin-left: 60px;
     }
     @-webkit-keyframes autofill {
         to {
             color: black;
             font-family: "VivoSansGlobal-Light";
             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: 550px;
         height: 44px;
         overflow: hidden;
         background: url('../images/arrow.png') no-repeat;
         background-position: 529px 13px;
         margin-top: 0px;
         float: left;
         margin-left: 0px;
         margin-top: 40px;
     }

     .styled-select1 select {
         background: transparent;
         width: 550px;
         font-size: 24px;
         height: 44px;
         padding: 0px;
         border-width: 0px 0px 4px 0px;
         border-color: #3860FF;
         -webkit-appearance: none;
         font-family: "VivoSansGlobal-Light";
         color: black;
         outline: none;
     }

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

     .file_box {
         width: 340px;
         height: auto;
         overflow: hidden;
         float: left;
         margin-left:105px;
         margin-top: 30px;
     }
     .file_box2{
         margin-left: 275px;
     }
     #file_label_1{
         font-family: "VivoSansGlobal-Demibold";
         font-size: 18px;
         line-height: 30px;
         text-align: center;
         float: left;
         clear: both;
         width: 100%;
         margin-bottom: 45px;
     }
     #file_label_2{
         font-family: "VivoSansGlobal-Demibold";
         font-size: 18px;
         line-height: 30px;
         text-align: center;
         float: left;
         clear: both;
         width: 100%;
         margin-bottom:15px;
     }
     input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file {
         height: 97px;
         width: 222px;
         display: block;
         background: white url('../images/file.png');
         background-repeat: no-repeat;
         background-position: 20px;
         border: 4px solid #3860FF;
         border-radius: 30px;
         color: #3860FF;
         padding-left: 110px;
         padding-top: 25px;
         font-family: "VivoSansGlobal-Medium";
         font-size: 27px;
         cursor: pointer;
         float: left;
     }

     .file_text1 {
         font-family: "VivoSansGlobal-Medium";
         font-size: 14px;
         margin-top: -15px;
     }
     .lab_file_active{
         background: #3860FF url('../images/file_check.png');
         background-repeat: no-repeat;
         background-position: 20px;
         color: white;
     }

     #show_popup1 {
         width: 25px;
         height: 25px;
         background: url("../images/gdzie_jest_numer.png");
         margin-left: -25px;
         margin-top: 48px;
         display: block;
         float: left;
     }
     #callendar1{
         width: 25px;
         height: 26px;
         background: url('../images/callendar_icon.png');
         float: left;
         margin-left: -25px;
         margin-top: 48px;
         cursor: pointer;
     }
     #callendar2{
         width: 25px;
         height: 26px;
         background: url('../images/callendar_icon.png');
         float: left;
         margin-left: -25px;
         margin-top: 48px;
         cursor: pointer;
     }
     #button_next{
         width: 220px;
         height: 60px;
         background: #3860FF;
         border-radius: 50px;
         text-align: center;
         line-height: 66px;
         color: white;
         font-size: 27px;
         font-family: "VivoSansGlobal-Medium";
         float: left;
         margin-left: 470px;
         margin-top: 55px;
         clear: both;
         cursor: pointer;
     }
     .check_label {
        font-size: 15px;
        font-family: "VivoSansGlobal-Medium";
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 0px;
        display: inline-block;
        cursor: pointer;
        min-height: 30px;
        padding-left: 50px;
        margin-top: 20px;
        width: 1110px;
        color: black;
        float: left;
        padding-top:3px;
        margin-bottom: 0px;
    }

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

    #check_up {
        margin-top: 50px;
    }

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

     #shield {
         width: 1110px;
         color: #3860FF;
         background: url('../images/shield.png');
         background-repeat: no-repeat;
         background-position: 0px 0px;
         padding-left: 50px;
         font-size: 12px;
         line-height: 18px;
         font-family: 'VivoSansGlobal-Light';
         margin-top: 20px;
         float: left;
     }
     #button_back{
         width: 220px;
         height: 60px;
         background: #808080;
         border-radius: 50px;
         text-align: center;
         line-height: 66px;
         color: white;
         font-size: 27px;
         font-family: "VivoSansGlobal-Medium";
         float: left;
         margin-left: 334px;
         margin-top: 55px;
         clear: both;
         cursor: pointer;
     }
     #button_send {
         width: 220px;
         height: 60px;
         background: #3860FF;
         border-radius: 50px;
         text-align: center;
         line-height: 66px;
         color: white;
         font-size: 27px;
         font-family: "VivoSansGlobal-Medium";
         float: left;
         border: 0px;
         margin-left: 100px;
         margin-top: 55px;
         cursor: pointer;
         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: "VivoSansGlobal-Medium";
     }
     #third_form{
         width: 1210px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 155px;
         display: none;
     }
     #third_form_title{
         width: 100%;
         font-size: 48px;
         color: black;
         text-align: center;
         font-family: "VivoSansGlobal-Demibold";
         float: left;
         clear: both;
         margin-top: 20px;
     }
     #third_form_text1{
         width: 100%;
         font-size: 36px;
         line-height: 54px;
         color: black;
         font-family: "VivoSansGlobal-Regular";
         float: left;
         clear: both;
         margin-top: 50px;
     }
     #third_form_back_button {
         width: 220px;
         height: 60px;
         background: #3860FF;
         border-radius: 50px;
         text-align: center;
         line-height: 66px;
         color: white;
         font-size: 27px;
         font-family: "VivoSansGlobal-Medium";
         float: left;
         border: 0px;
         margin-left: 495px;
         margin-top: 80px;
         cursor: pointer;
         outline: 0px;
     }
     #faq {
         width: 1520px;
         height: auto;
         margin: 0 auto;
         padding-bottom: 70px;
         overflow: auto;
     }
     #faq_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 54px;
         float: left;
         clear: both;
         margin-top: 150px;
     }
     #faq_text1{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 24px;
         text-align: center;
         float: left;
         clear: both;
     }
     #accord_box1{
         width: 710px;
         float: left;
         margin-left: 15px;
     }
     #accord_box2{
         width: 710px;
         float: right;
         margin-right: 15px;
     }
     .accordion_box{
         width: 655px;
         height: auto;
         background: white;
         float: left;
         box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
         border-radius: 50px;
         padding: 10px;
         padding-right: 20px;
         padding-left: 35px;
         margin-top: 55px;
         overflow: hidden;
     }
    .accordion {
        background: url("../images/arrow_down.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-color: transparent;
        color: black;
        cursor: pointer;
        width: 655px;
        min-height: 65px;
        border: none;
        text-align: left;
        padding: 0px;
        padding-right: 60px;
        outline: none;
        line-height: 32px;
        font-size: 21px;
        transition: 0.4s;
        font-family: "VivoSansGlobal-Demibold";
    }

    .active,
    .accordion:hover {
        background-color: transparent;
    }

    .active {
        background: url("../images/x.png");
        background-repeat: no-repeat;
        background-position: right center;
    }

    .panel {
        width: 580px;
        display: none;
        margin-left: 0px;
        font-size: 16px;
        line-height: 27px;
        background-color: none;
        overflow: hidden;
        color: black;
        font-family: "VivoSansGlobal-Regular";
    }
     #kontakt {
         width: 1520px;
         height: 400px;
         margin: 0 auto;
     }

     #kontakt_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 54px;
         float: left;
         clear: both;
     }
     #kontakt_text1{
         width: 100%;
         font-family: "VivoSansGlobal-Medium";
         font-size: 36px;
         float: left;
         clear: both;
     }
     #kontakt_icon1{
         width: 85.5px;
         height: 85.5px;
         background: url('../images/kontakt_icon1.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 40px;
     }
     #foot_email2 {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 30px;
         line-height: 48px;
         margin-left: 20px;
         margin-top: 43px;
         text-align: center;
         cursor: pointer;
         float: left;
     }
     #kontakt_phone {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 30px;
         line-height: 48px;
         margin-left: 105px;
         margin-top: -40px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }
     #foot_email {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 30px;
         line-height: 48px;
         margin-left: 160px;
         margin-top: -84px;
         text-align: center;
         cursor: pointer;
         float: left;
     }
     #foot_link {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 30px;
         line-height: 48px;
         margin-left: 162px;
         margin-top: -36px;
         text-align: center;
         cursor: pointer;
         float: left;
     }
     #kontakt_icon2{
         width: 85.5px;
         height: 85.5px;
         background: url('../images/kontakt_icon2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: -85.5px;
         margin-left: 190px;
     }
     #kontakt_icon3{
         width: 85.5px;
         height: 86.5px;
         background: url('../images/kontakt_icon3.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: -86.5px;
         margin-left: 50px;
     }
     #kontakt_address {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 30px;
         line-height: 48px;
         margin-left:295px;
         margin-top: -84px;
         cursor: pointer;
         float: left;
     }

     #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: #3860FF;
         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: "VivoSansGlobal-Medium";
         color: white;
     }

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

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

     #errors_ok {
         background: white;
         border-radius: 25px;
         width: 150px;
         height: 50px;
         color: #3860FF;
         font-family: "VivoSansGlobal-Medium";
         font-size: 20px;
         text-align: center;
         vertical-align: middle;
         line-height: 50px;
         margin-left: 525px;
         margin-bottom: 25px;
     }
 }
@media screen and (max-width: 1520px) and (min-width: 1101px) {

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

     body {
         background:#F5F7FA url('../images/main_bg1100.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: 50px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         z-index: 10000000;
         display: block;
         cursor: pointer;
     }

     #popup > img {
         width: 600px;
     }
     #navigation {
         display: none;
     }

     #logo_1 {
         width: 158px;
         height: 66px;
         background: url('../images/logo_black.png');
         background-size: contain;
         background-repeat: no-repeat;
         float: left;
         margin-top: 17px;
         margin-left: 0px;
     }

     #nav_scrolled {
         width: 100%;
         height: 100px;
         left: 0;
         right: 0;
         margin: 0 auto;
         position: fixed;
         background: white;
         z-index: 4;
         box-shadow: 5px 0px 10px rgba(0,0,0,0.2);
     }

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

     #menu_scrolled {
         padding-left: 0px;
     }

     #nav_scrolled ul {
         float: left;
         margin-top: 30px;
         margin-left: 55px;
     }

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

     #nav_scrolled ul > li > a {
         display: block;
         font-family: "VivoSansGlobal-Medium";
         font-size: 20px;
         text-decoration: none;
         color: #808080;
         cursor: pointer;
     }

     #enter-menu-link {
         width: 200px;
         text-align: center;
         color: white !important;
         background: #3860FF;
         padding-top: 4px;
         border-radius: 50px;
         margin-left: 40px;
     }

     #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: #3860FF;
         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: "VivoSansGlobal-Medium";
         margin: 0 auto;
         color: white;
         font-size: 41px;
         margin-top: 55px;
     }

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

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

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

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

     #wait_box {
         width: 518px;
         height: 255px;
         position: fixed;
         background: #3860FF;
         border: 5px solid white;
         border-radius: 20px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 259px);
         z-index: 10000000;
         display: block;
         color: white;
         font-family: "VivoSansGlobal-Medium";
         font-size: 24px;
         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: #3860FF;
         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: 'VivoSansGlobal-Medium';
         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: 'VivoSansGlobal-Medium';
         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: 'VivoSansGlobal-Medium';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

     #code_text {
         width: 90%;
         font-family: 'VivoSansGlobal-Medium';
         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;
         font-family: 'VivoSansGlobal-Medium';
         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;
         font-family: 'VivoSansGlobal-Medium';
         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: #3860FF;
         font-family: 'VivoSansGlobal-Medium';
         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: 'VivoSansGlobal-Medium';
         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: 46px;
         background: #3860FF;
         color: white;
         font-family: "VivoSansGlobal-Medium";
         text-align: center;
         padding-top: 10px;
         line-height: 20px;
         font-size: 14px;
         position: fixed;
         right: 0px;
         cursor: pointer;
         z-index: 4;
         border-radius: 50px 0px 0px 50px;
         top: 100px;
     }

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

     #top_bg {
         width: 340px;
         height: 141.5px;
         background: url('../images/logo_white.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 230px;
         margin-left: 70px;
         display: inline-block;
     }

     #top_text1 {
         display: inline-block;
         width: 264px;
         height: 54px;
         margin-left: 102px;
         margin-top: 30px;
         background: none;
         border-radius: 50px;
         border: 3px solid white;
         font-family: "VivoSansGlobal-Medium";
         text-align: center;
         line-height: 65px;
         font-size: 32px;
         float: left;
         clear: both;
         color: white;
     }
     #top_text2{
         width: 450px;
         color: white;
         float: left;
         clear: both;
         font-family: "VivoSansGlobal-Demibold";
         text-align: center;
         font-size: 35px;
         line-height: 50px;
         margin-top: 60px;
         margin-left: 12px;
     }
     #top_text3{
         width: 1100px;
         color: #000000;
         float: left;
         clear: both;
         font-family: "VivoSansGlobal-Regular";
         text-align: center;
         font-size: 15px;
         margin-left: 0px;
         line-height: 24px;
         margin-top: 130px;
     }
     #join{
         width: 320px;
         height: 50px;
         background: #3860FF;
         float: left;
         clear: both;
         color: white;
         font-size: 27px;
         text-align: center;
         font-family: "VivoSansGlobal-Medium";
         line-height: 55px;
         display: inline-block;
         border-radius: 50px;
         margin-left: 205px;
         margin-top: 40px;
         cursor: pointer;
     }
     #rules_download {
         width: 220px;
         height: 50px;
         background: #3860FF;
         float: left;
         color: white;
         font-size: 27px;
         text-align: center;
         font-family: "VivoSansGlobal-Medium";
         line-height: 55px;
         display: inline-block;
         border-radius: 50px;
         margin-left: 110px;
         margin-top: 40px;
     }
     #zasady {
         width: 1100px;
         height: 510px;
         margin: 0 auto;
     }
     #zasady_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 40px;
         margin-top: 90px;
         display: inline-block;
     }
     #zasady_box{
         width: 1100px;
         height: 300px;
         border-radius: 30px;
         box-shadow: 10px 10px 50px rgba(0,0,0,0.1);
         background: white;
         float: left;
         margin-top: 40px;
         clear: both;
     }
     .zasady_krok{
         width: 366px;
         float: left;
     }
     .zasady_title{
         width: 100%;
         text-align: center;
         font-family: "VivoSansGlobal-ExtraBold";
         font-size: 36px;
         color: #3860FF;
         float: left;
         clear: both;
         margin-top: 35px;
     }
     .zasady_text{
         width: 320px;
         text-align: center;
         font-family: "VivoSansGlobal-Regular";
         font-size: 15px;
         line-height: 24px;
         color: black;
         float: left;
         clear: both;
         margin-top: 15px;
         margin-left: 23px;
     }
      #zestawy {
         width: 1100px;
         height: 1900px;
         margin: 0 auto;
     }

     #zestawy_bg {
         width: 1100px;
         height: 1413.5px;
         background: url('../images/zestaw_baner1100.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 0px;
         margin-top: 90px;
         display: inline-block;
     }
     #baner_bg {
         width: 1100px;
         height: 400px;
         background: url('../images/baner2.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 0px;
         margin-top: 50px;
         box-shadow: 5px 5px 25px rgba(0,0,0,0.10);
         border-radius: 40px;
         display: inline-block;
     }
     #wez-udzial {
         width: 1100px;
         height: 1200px;
         margin: 0 auto;
     }

     #wez-udzial_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 40px;
         float: left;
         clear: both;
         margin-top: 90px;
     }
     #form_bg{
         width: 1100px;
         height: 1030px;
         background:white url('../images/vivo_logo_bck.png');
         background-repeat: no-repeat;
         background-position: 41px 230px;
         border-radius: 40px;
         box-shadow: 5px 5px 25px rgba(0,0,0,0.1);
         float: left;
         clear: both;
         margin-top: 20px;
     }
     #form_top_box{
         width: auto;
         height: auto;
         overflow: hidden;
         display: inline-block;
         margin-left: 350px;
         margin-top: 70px;
     }
     .circle{
         width: 34px;
         height: 34px;
         border: 3px solid #3860FF;
         border-radius: 50px;
         float: left;
     }
     .circle_active{
         background: #3860FF;
     }
     .line{
         width: 100px;
         height: 5px;
         background: #3860FF;
         float: left;
         margin-top: 17.5px;
         margin-left: 20px;
         margin-right: 20px;
         border-radius: 50px;
     }
     .form_top_box_title{
         width: 100%;
         float: left;
         clear: both;
         color: black;
         text-align: center;
         font-size: 54px;
         margin-top: 30px;
         font-family: "VivoSansGlobal-Medium";
     }
     #main_form {
         width: 1000px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 50px;
     }
     #second_form{
         width: 1000px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 50px;
         display: none;
     }
     #main_form2 {
         width: 1100px;
         height: auto;
         padding-top: 200px;
         color: black;
         text-align: center;
         font-family: "VivoSansGlobal-Medium";
         font-size: 30px;
         margin-left: 0px;
     }

     #form_title1 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         width: 100%;
         font-family: "VivoSansGlobal-Regular";
         font-size: 30px;
         margin-top: 0px;
     }

     #form_title2 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         width: 100%;
         font-family: "VivoSansGlobal-Regular";
         font-size: 30px;
         margin-top: 0px;
     }
     #form_title3 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         width: 100%;
         font-family: "VivoSansGlobal-Regular";
         font-size: 30px;
         margin-top: 0px;
     }

     #main_form_left_box{
         width: 450px;
         float: left;
         clear: both;
     }
     #main_form_right_box{
         width: 450px;
         float: right;
     }

     .form_input {
         width: 450px;
         height: 40px;
         font-family: "VivoSansGlobal-Light";
         font-size: 24px;
         background: transparent;
         outline: 0;
         border-width: 0px 0px 4px 0px;
         border-color: #3860FF;
         color: black;
         float: left;
         margin-left: 0px;
         padding: 0px;
         margin-top: 40px;
     }
     #phone, #street, #postal{
         margin-left: 60px;
     }
     @-webkit-keyframes autofill {
         to {
             color: black;
             font-family: "VivoSansGlobal-Light";
             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: 450px;
         height: 44px;
         overflow: hidden;
         background: url('../images/arrow.png') no-repeat;
         background-position: 429px 13px;
         margin-top: 0px;
         float: left;
         margin-left: 0px;
         margin-top: 40px;
     }

     .styled-select1 select {
         background: transparent;
         width: 450px;
         font-size: 24px;
         height: 44px;
         padding: 0px;
         border-width: 0px 0px 4px 0px;
         border-color: #3860FF;
         -webkit-appearance: none;
         font-family: "VivoSansGlobal-Light";
         color: black;
         outline: none;
     }

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

     .file_box {
         width: 340px;
         height: auto;
         overflow: hidden;
         float: left;
         margin-left:55px;
         margin-top: 30px;
     }
     .file_box2{
         margin-left: 210px;
     }
     #file_label_1{
         font-family: "VivoSansGlobal-Demibold";
         font-size: 18px;
         line-height: 30px;
         text-align: center;
         float: left;
         clear: both;
         width: 100%;
         margin-bottom: 45px;
     }
     #file_label_2{
         font-family: "VivoSansGlobal-Demibold";
         font-size: 18px;
         line-height: 30px;
         text-align: center;
         float: left;
         clear: both;
         width: 100%;
         margin-bottom:15px;
     }
     input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file {
         height: 97px;
         width: 222px;
         display: block;
         background: white url('../images/file.png');
         background-repeat: no-repeat;
         background-position: 20px;
         border: 4px solid #3860FF;
         border-radius: 30px;
         color: #3860FF;
         padding-left: 110px;
         padding-top: 25px;
         font-family: "VivoSansGlobal-Medium";
         font-size: 27px;
         cursor: pointer;
         float: left;
     }

     .file_text1 {
         font-family: "VivoSansGlobal-Medium";
         font-size: 14px;
         margin-top: -15px;
     }
     .lab_file_active{
         background: #3860FF url('../images/file_check.png');
         background-repeat: no-repeat;
         background-position: 20px;
         color: white;
     }

     #show_popup1 {
         width: 25px;
         height: 25px;
         background: url("../images/gdzie_jest_numer.png");
         margin-left: -25px;
         margin-top: 48px;
         display: block;
         float: left;
     }
    #callendar1{
         width: 25px;
         height: 26px;
         background: url('../images/callendar_icon.png');
         float: left;
         margin-left: -25px;
         margin-top: 48px;
         cursor: pointer;
     }
     #callendar2{
         width: 25px;
         height: 26px;
         background: url('../images/callendar_icon.png');
         float: left;
         margin-left: -25px;
         margin-top: 48px;
         cursor: pointer;
     }
     #button_next{
         width: 220px;
         height: 60px;
         background: #3860FF;
         border-radius: 50px;
         text-align: center;
         line-height: 66px;
         color: white;
         font-size: 27px;
         font-family: "VivoSansGlobal-Medium";
         float: left;
         margin-left: 390px;
         margin-top: 55px;
         clear: both;
         cursor: pointer;
     }
     .check_label {
        font-size: 15px;
        font-family: "VivoSansGlobal-Medium";
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 0px;
        display: inline-block;
        cursor: pointer;
        min-height: 30px;
        padding-left: 50px;
        margin-top: 20px;
        width: 910px;
        color: black;
        float: left;
        padding-top:3px;
        margin-bottom: 0px;
    }

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

    #check_up {
        margin-top: 50px;
    }

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

     #shield {
         width: 910px;
         color: #3860FF;
         background: url('../images/shield.png');
         background-repeat: no-repeat;
         background-position: 0px 0px;
         padding-left: 50px;
         font-size: 12px;
         line-height: 18px;
         font-family: 'VivoSansGlobal-Light';
         margin-top: 20px;
         float: left;
     }
     #button_back{
         width: 220px;
         height: 60px;
         background: #808080;
         border-radius: 50px;
         text-align: center;
         line-height: 66px;
         color: white;
         font-size: 27px;
         font-family: "VivoSansGlobal-Medium";
         float: left;
         margin-left: 230px;
         margin-top: 55px;
         clear: both;
         cursor: pointer;
     }
     #button_send {
         width: 220px;
         height: 60px;
         background: #3860FF;
         border-radius: 50px;
         text-align: center;
         line-height: 66px;
         color: white;
         font-size: 27px;
         font-family: "VivoSansGlobal-Medium";
         float: left;
         border: 0px;
         margin-left: 100px;
         margin-top: 55px;
         cursor: pointer;
         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: "VivoSansGlobal-Medium";
     }
     #third_form{
         width: 1100px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 0px;
         display: none;
     }
     #third_form_title{
         width: 100%;
         font-size: 48px;
         color: black;
         text-align: center;
         font-family: "VivoSansGlobal-Demibold";
         float: left;
         clear: both;
         margin-top: 20px;
     }
     #third_form_text1{
         width: 85%;
         font-size: 26px;
         line-height: 54px;
         color: black;
		 text-align: center;
         font-family: "VivoSansGlobal-Regular";
         float: left;
         clear: both;
         margin-top: 50px;
		 margin-left: 7%;
     }
     #third_form_back_button {
         width: 220px;
         height: 60px;
         background: #3860FF;
         border-radius: 50px;
         text-align: center;
         line-height: 66px;
         color: white;
         font-size: 27px;
         font-family: "VivoSansGlobal-Medium";
         float: left;
         border: 0px;
         margin-left: 440px;
         margin-top: 80px;
         cursor: pointer;
         outline: 0px;
     }
     #faq {
         width: 1100px;
         height: auto;
         margin: 0 auto;
         padding-bottom: 70px;
         overflow: auto;
     }
     #faq_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 40px;
         float: left;
         clear: both;
         margin-top: 90px;
     }
     #faq_text1{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 24px;
         text-align: center;
         float: left;
         clear: both;
     }
     #accord_box1{
         width: 500px;
         float: left;
         margin-left: 15px;
     }
     #accord_box2{
         width: 500px;
         float: right;
         margin-right: 15px;
     }
     .accordion_box{
         width: 460px;
         height: auto;
         background: white;
         float: left;
         box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
         border-radius: 50px;
         padding: 10px;
         padding-right: 20px;
         padding-left: 20px;
         margin-top: 30px;
         overflow: hidden;
     }
    .accordion {
        background: url("../images/arrow_down.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-color: transparent;
        color: black;
        cursor: pointer;
        width: 460px;
        min-height: 65px;
        border: none;
        text-align: left;
        padding: 0px;
        padding-right: 50px;
        outline: none;
        line-height: 24px;
        font-size: 15px;
        transition: 0.4s;
        font-family: "VivoSansGlobal-Demibold";
    }

    .active,
    .accordion:hover {
        background-color: transparent;
    }

    .active {
        background: url("../images/x.png");
        background-repeat: no-repeat;
        background-position: right center;
    }

    .panel {
        width: 430px;
        display: none;
        margin-left: 0px;
        font-size: 15px;
        line-height: 25px;
        background-color: none;
        overflow: hidden;
        color: black;
        font-family: "VivoSansGlobal-Regular";
    }
     #kontakt {
         width: 1100px;
         height: 400px;
         margin: 0 auto;
     }

     #kontakt_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 40px;
         float: left;
         clear: both;
     }
     #kontakt_text1{
         width: 100%;
         font-family: "VivoSansGlobal-Medium";
         font-size: 36px;
         float: left;
         clear: both;
     }
     #kontakt_icon1{
         width: 85.5px;
         height: 85.5px;
         background: url('../images/kontakt_icon1.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 40px;
     }
     #foot_email2 {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 24px;
         line-height: 36px;
         margin-left: 20px;
         margin-top: 50px;
         text-align: center;
         cursor: pointer;
         float: left;
     }
     #kontakt_phone {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 24px;
         line-height: 36px;
         margin-left: 105px;
         margin-top: -39px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }
     #foot_email {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 24px;
         line-height: 36px;
         margin-left: 910px;
         margin-top: -75px;
         text-align: center;
         cursor: pointer;
         float: left;
     }
     #foot_link {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 24px;
         line-height: 36px;
         margin-left: 910px;
         margin-top: -39px;
         text-align: center;
         cursor: pointer;
         float: left;
     }
     #kontakt_icon2{
         width: 85.5px;
         height: 85.5px;
         background: url('../images/kontakt_icon2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: -85.5px;
         margin-left: 450px;
     }
     #kontakt_icon3{
         width: 85.5px;
         height: 86.5px;
         background: url('../images/kontakt_icon3.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         margin-top: -86.5px;
         margin-left: 800px;
     }
     #kontakt_address {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 24px;
         line-height: 36px;
         margin-left:555px;
         margin-top: -75px;
         cursor: pointer;
         float: left;
     }

     #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: #3860FF;
         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: "VivoSansGlobal-Medium";
         color: white;
     }

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

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

     #errors_ok {
         background: white;
         border-radius: 25px;
         width: 150px;
         height: 50px;
         color: #3860FF;
         font-family: "VivoSansGlobal-Medium";
         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: 3420px;
         margin: 0px;
         padding: 0px;
     }

     body {
         background:#F5F7FA 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: auto;
     } 

     /* 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: auto;
         background: #3860FF;
         border: 5px solid white;
         position: fixed;
         border-radius: 20px;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 115px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
         font-family: "VivoSansGlobal-Medium";
         color: white;
         font-size: 22px;
         text-align: center;
         padding-top: 40px;
         padding-bottom: 30px;
     }

     /* 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: #3860FF;
         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: "VivoSansGlobal-Medium";
         font-size: 16px;
         color: white;
     }

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

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

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

     #status {
         width: 70px;
         height: 29px;
         background: #3860FF;
         color: white;
         font-family: "VivoSansGlobal-Medium";
         text-align: center;
         border-radius: 50px 0px 0px 50px;
         padding-top: 7px;
         font-size: 8px;
         line-height: 12px;
         position: fixed;
         z-index: 1;
         right: 0px;
         cursor: pointer;
         top: 60px;
     }

     /* 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: #3860FF;
         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: 'VivoSansGlobal-Medium';
         margin: 0 auto;
         color: white;
         font-size: 38px;
         margin-top: 40px;
     }

     #positive_text {
         width: 100%;
         font-family: 'VivoSansGlobal-Medium';
         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;
     }
     #nav_scrolled{
         display: none;
     }
     #navigation{
         width: 100%;
         height: 60px;
         background: white;
         position: fixed;
         box-shadow: 5px 0px 10px rgba(0,0,0,0.2);
         top: 0px;
         z-index: 2;
     }
     #logo_mobile{
         width: 70px;
         height: 29px;
         background: url('../images/logo_black.png');
         background-repeat: no-repeat;
         background-size: contain;
         position: fixed;
         top: 15px;
         left: 10px;
         z-index: 4;
     }
     #burger {
         display: none;
     }

     #burger + #nav_cross {
         position: fixed;
         top: 15px;
         right: 10px;
         height: 30px;
         width: 30px;
         z-index: 5;
         background: #3860FF;
         border-radius: 6px;
     }

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

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

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

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

     #burger:checked ~ nav {

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

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

     #menu_click {
         display: none;
     }

     /* Animated menu end */

     #home {
         width: 320px;
         height: 350px;
         margin: 0 auto;
     }
     #top_bg_mobile{
         width: 306px;
         height: 176px;
         background: url('../images/top_bg_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 7px;
         margin-top: 70px;
         display: inline-block;
     }
     #top_bg {
         width: 100px;
         height: 41.5px;
         background: url('../images/logo_white.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 5px;
         margin-left: 18px;
         display: inline-block;
     }

     #top_text1 {
         display: inline-block;
         width: 100px;
         height: 25px;
         margin-left: 15px;
         margin-top: 15px;
         background: none;
         border-radius: 50px;
         border: 2px solid white;
         font-family: "VivoSansGlobal-Medium";
         text-align: center;
         line-height: 30px;
         font-size: 12px;
         float: left;
         clear: both;
         color: white;
     }
     #top_text2{
         width: 100px;
         color: white;
         float: left;
         clear: both;
         font-family: "VivoSansGlobal-Demibold";
         text-align: center;
         font-size: 8px;
         line-height: 11px;
         margin-top: 15px;
         margin-left: 17px;
     }
     #top_text3{
         width: 300px;
         color: #000000;
         float: left;
         clear: both;
         font-family: "VivoSansGlobal-Regular";
         text-align: center;
         font-size: 7px;
         margin-left: 10px;
         line-height: 10px;
         margin-top: 10px;
     }
     #join{
         width: 160px;
         height: 30px;
         background: #3860FF;
         float: left;
         clear: both;
         color: white;
         font-size: 14px;
         text-align: center;
         font-family: "VivoSansGlobal-Medium";
         line-height: 33px;
         display: inline-block;
         border-radius: 50px;
         margin-left: 10px;
         margin-top: 25px;
         cursor: pointer;
     }
     #rules_download {
         width: 110px;
         height: 30px;
         background: #3860FF;
         float: right;
         color: white;
         font-size: 14px;
         text-align: center;
         font-family: "VivoSansGlobal-Medium";
         line-height: 33px;
         display: inline-block;
         border-radius: 50px;
         margin-right: 10px;
         margin-top: 25px;
     }
     #zasady {
         width: 320px;
         height: 635px;
         margin: 0 auto;
     }
     #zasady_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 18px;
         margin-top: 60px;
         text-align: center;
         display: inline-block;
     }
     #zasady_box{
         width: 320px;
         height: 515px;
         border-radius: 30px;
         box-shadow: 10px 10px 50px rgba(0,0,0,0.1);
         background: white;
         float: left;
         margin-top: 20px;
         clear: both;
     }
     .zasady_krok{
         width: 320px;
         float: left;
     }
     .zasady_title{
         width: 100%;
         text-align: center;
         font-family: "VivoSansGlobal-ExtraBold";
         font-size: 24px;
         color: #3860FF;
         float: left;
         clear: both;
         margin-top: 20px;
     }
     .zasady_text{
         width: 300px;
         text-align: center;
         font-family: "VivoSansGlobal-Regular";
         font-size: 12px;
         line-height: 20px;
         color: black;
         float: left;
         clear: both;
         margin-top: 10px;
         margin-left: 10px;
     }
      #zestawy {
         width: 320px;
         height: 680px;
         margin: 0 auto;
     }

     #zestawy_bg {
         width: 320px;
         height: 510.5px;
         background: url('../images/zestaw_baner_mobile.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 0px;
         margin-top: 60px;
         display: inline-block;
     }
     #baner_bg {
         width: 320px;
         height: 116px;
         background: url('../images/baner2.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-left: 0px;
         margin-top: 10px;
         display: inline-block;
         box-shadow: 5px 5px 25px rgba(0,0,0,0.1);
         border-radius: 10px;
     }
     #wez-udzial {
         width: 320px;
         height: 870px;
         margin: 0 auto;
     }

     #wez-udzial_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 21px;
         float: left;
         clear: both;
         margin-top: 60px;
         text-align: center;
     }
     #form_bg{
         width: 320px;
         height: 750px;
         background:white url('../images/vivo_logo_bck_mobile.png');
         background-repeat: no-repeat;
         background-position: 10px 185px;
         border-radius: 40px;
         box-shadow: 5px 5px 25px rgba(0,0,0,0.1);
         float: left;
         clear: both;
         margin-top: 20px;
     }
     #form_top_box{
         width: auto;
         height: auto;
         overflow: hidden;
         display: inline-block;
         margin-left: 96px;
         margin-top: 20px;
     }
     .circle{
         width: 10px;
         height: 10px;
         border: 3px solid #3860FF;
         border-radius: 50px;
         float: left;
     }
     .circle_active{
         background: #3860FF;
     }
     .line{
         width: 20px;
         height: 3px;
         background: #3860FF;
         float: left;
         margin-top: 6.5px;
         margin-left: 10px;
         margin-right: 10px;
         border-radius: 50px;
     }
     .form_top_box_title{
         width: 100%;
         float: left;
         clear: both;
         color: black;
         text-align: center;
         font-size: 27px;
         margin-top: 20px;
         font-family: "VivoSansGlobal-Medium";
     }
     #main_form {
         width: 320px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 0px;
     }
     #second_form{
         width: 320px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 0px;
         display: none;
     }
     #main_form2 {
         width: 320px;
         height: auto;
         padding-top: 200px;
         color: black;
         text-align: center;
         font-family: "VivoSansGlobal-Medium";
         font-size: 30px;
         margin-left: 0px;
     }

     #form_title1 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         font-family: "VivoSansGlobal-Regular";
         font-size: 16px;
         margin-top: 0px;
         margin-left: 10px;
     }

     #form_title2 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         font-family: "VivoSansGlobal-Regular";
         font-size: 16px;
         margin-top: 30px;
         margin-left: 10px;
     }
     #form_title3 {
         color: #232C35;
         display: block;
         float: left;
         clear: both;
         font-family: "VivoSansGlobal-Regular";
         font-size: 16px;
         margin-top: 0px;
         margin-left: 10px;
     }

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

     .form_input {
         width: 280px;
         height: 30px;
         font-family: "VivoSansGlobal-Light";
         font-size: 12px;
         background: transparent;
         outline: 0;
         border-width: 0px 0px 4px 0px;
         border-color: #3860FF;
         color: black;
         float: left;
         padding: 0px;
         margin-top: 10px;
         margin-left: 20px;
     }
     @-webkit-keyframes autofill {
         to {
             color: black;
             font-family: "VivoSansGlobal-Light";
             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: 280px;
         height: 34px;
         overflow: hidden;
         background: url('../images/arrow.png') no-repeat;
         background-position:259px 13px;
         margin-top: 0px;
         float: left;
         margin-left: 20px;
         margin-top: 10px;
     }

     .styled-select1 select {
         background: transparent;
         width: 280px;
         font-size: 12px;
         height: 34px;
         padding: 0px;
         border-width: 0px 0px 4px 0px;
         border-color: #3860FF;
         -webkit-appearance: none;
         font-family: "VivoSansGlobal-Light";
         color: black;
         outline: none;
     }

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

     .file_box {
         width: 320px;
         height: auto;
         overflow: hidden;
         float: left;
         margin-left:0px;
         margin-top: 20px;
     }
     .file_box2{
         margin-left: 0px;
     }
     #file_label_1{
         font-family: "VivoSansGlobal-Demibold";
         font-size: 12px;
         line-height: 24px;
         text-align: center;
         float: left;
         clear: both;
         width: 100%;
         margin-bottom: 10px;
     }
     #file_label_2{
         font-family: "VivoSansGlobal-Demibold";
         font-size: 12px;
         line-height: 16px;
         text-align: center;
         float: left;
         clear: both;
         width: 70%;
         margin-left: 15%;
         margin-bottom:10px;
     }
     input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file {
         height: 46px;
         width: 96px;
         display: block;
         background: white url('../images/file_mobile.png');
         background-repeat: no-repeat;
         background-position: 10px;
         border: 2px solid #3860FF;
         border-radius: 15px;
         color: #3860FF;
         padding-left: 50px;
         padding-top: 10px;
         font-family: "VivoSansGlobal-Medium";
         font-size: 12px;
         cursor: pointer;
         float: left;
         margin-left: 85px;
     }

     .file_text1 {
         font-family: "VivoSansGlobal-Medium";
         font-size: 6px;
         margin-top: -5px;
     }
     .lab_file_active{
         background: #3860FF url('../images/file_check_mobile.png');
         background-repeat: no-repeat;
         background-position: 20px;
         color: white;
     }

     #show_popup1 {
         width: 25px;
         height: 25px;
         background: url("../images/gdzie_jest_numer.png");
         margin-left: -25px;
         margin-top: 10px;
         display: block;
         float: left;
     }
     #callendar1{
         width: 25px;
         height: 26px;
         background: url('../images/callendar_icon.png');
         float: left;
         margin-left: -25px;
         margin-top: 10px;
         cursor: pointer;
     }
     #callendar2{
         width: 25px;
         height: 26px;
         background: url('../images/callendar_icon.png');
         float: left;
         margin-left: -25px;
         margin-top: 10px;
         cursor: pointer;
     }
     #button_next{
         width: 110px;
         height: 30px;
         background: #3860FF;
         border-radius: 50px;
         text-align: center;
         line-height: 34px;
         color: white;
         font-size: 14px;
         font-family: "VivoSansGlobal-Medium";
         float: left;
         margin-left: 105px;
         margin-top: 25px;
         clear: both;
         cursor: pointer;
     }
     .check_label {
        font-size: 8px;
        font-family: "VivoSansGlobal-Medium";
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 20px;
        display: inline-block;
        cursor: pointer;
        min-height: 30px;
        line-height: 12px;
        padding-left: 40px;
        margin-top: 0px;
        width: 250px;
        color: black;
        float: left;
        padding-top:5px;
        margin-bottom: 0px;
    }

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

    #check_up {
        margin-top: 20px;
        padding-top: 10px;
    }

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

     #shield {
         width: 250px;
         color: #3860FF;
         background: url('../images/shield.png');
         background-repeat: no-repeat;
         background-position: 0px 0px;
         padding-left: 39px;
         font-size: 7px;
         line-height: 11px;
         font-family: 'VivoSansGlobal-Light';
         margin-top: 20px;
         margin-left: 21px;
         float: left;
     }
     #button_back{
         width: 110px;
         height: 30px;
         background: #808080;
         border-radius: 50px;
         text-align: center;
         line-height: 34px;
         color: white;
         font-size: 14px;
         font-family: "VivoSansGlobal-Medium";
         float: left;
         margin-left: 20px;
         margin-top: 30px;
         clear: both;
         border: 0px;
         cursor: pointer;
         outline: 0px;
     }
     #button_send {
         width: 110px;
         height: 30px;
         background: #3860FF;
         border-radius: 50px;
         text-align: center;
         line-height: 34px;
         color: white;
         font-size: 14px;
         font-family: "VivoSansGlobal-Medium";
         float: right;
         margin-top: 30px;
         margin-right: 20px;
         border: 0px;
         cursor: pointer;
         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: "VivoSansGlobal-Medium";
     }
     #third_form{
         width: 320px;
         height: auto;
         display: inline-block;
         clear: both;
         margin-top: 0px;
         margin-left: 0px; 
         display: none;
     }
     #third_form_title{
         width: 80%;
         font-size: 24px;
         line-height: 36px;
         color: black;
         text-align: center;
         font-family: "VivoSansGlobal-Demibold";
         float: left;
         clear: both;
         margin-left: 10%;
         margin-top: 20px;
     }
     #third_form_text1{
         width: 300px;
         font-size: 16px;
         line-height: 30px;
         margin-left: 10px;
         color: black;
         text-align: center;
         font-family: "VivoSansGlobal-Regular";
         float: left;
         clear: both;
         margin-top: 50px;
     }
     #third_form_back_button {
         width: 110px;
         height: 30px;
         background: #3860FF;
         border-radius: 50px;
         text-align: center;
         line-height: 34px;
         color: white;
         font-size: 14px;
         font-family: "VivoSansGlobal-Medium";
         float: left;
         margin-left: 105px;
         margin-top: 40px;
         clear: both;
         cursor: pointer;
         outline: 0px;
     }
     #faq {
         width: 320px;
         height: auto;
         overflow: auto;
         margin: 0 auto;
         clear: both;
         padding-bottom: 15px;
     }
     #faq_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 21px;
         float: left;
         clear: both;
         margin-top: 60px;
         text-align: center;
     }
     #faq_text1{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 14px;
         text-align: center;
         margin-top: 20px;
         float: left;
         clear: both;
     }
     #accord_box1{
         width: 300px;
         float: left;
         margin-left: 10px;
     }
     #accord_box2{
         width: 300px;
         float: left;
         margin-left: 10px;
     }
     .accordion_box{
         width: 260px;
         height: auto;
         background: white;
         float: left;
         box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
         border-radius: 50px;
         padding: 10px;
         padding-right: 20px;
         padding-left: 20px;
         margin-top: 20px;
         overflow: hidden;
     }
    .accordion {
        background: url("../images/arrow_down_mobile.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-color: transparent;
        color: black;
        cursor: pointer;
        width: 260px;
        min-height: 45px;
        border: none;
        text-align: left;
        padding: 0px;
        padding-right: 25px;
        outline: none;
        line-height: 15px;
        font-size: 10px;
        transition: 0.4s;
        font-family: "VivoSansGlobal-Demibold";
    }

    .active,
    .accordion:hover {
        background-color: transparent;
    }

    .active {
        background: url("../images/x_mobile.png");
        background-repeat: no-repeat;
        background-position: right center;
    }

    .panel {
        width: 240px;
        display: none;
        margin-left: 0px;
        font-size: 9px;
        line-height: 14px;
        background-color: none;
        overflow: hidden;
        color: black;
        font-family: "VivoSansGlobal-Regular";
    }
     #kontakt {
         width: 320px;
         height: 700px;
         margin: 0 auto;
     }

     #kontakt_title{
         width: 100%;
         font-family: "VivoSansGlobal-Light";
         font-size: 21px;
         text-align: center;
         margin-top: 60px;
         float: left;
         clear: both;
     }
     #kontakt_text1{
         width: 80%;
         margin-left: 10%;
         font-family: "VivoSansGlobal-Medium";
         font-size: 15px;
         margin-top: 30px;
         text-align: center;
         float: left;
         clear: both;
     }
     #kontakt_icon1{
         width: 63px;
         height: 63px;
         background: url('../images/kontakt_icon1.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 30px;
         margin-left: 128.5px;
     }
     #kontakt_phone {
         width: 100%;
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 16px;
         line-height: 24px;
         margin-top: 0px;
         text-align: center;
         cursor: pointer;
         float: left;
     }
     #foot_email2 {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 16px;
         line-height: 24px;
         margin-left: 55px;
         margin-top: 15px;
         text-align: center;
         cursor: pointer;
         float: left;
     }
     #foot_email {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 16px;
         line-height: 24px;
         margin-left: 92px;
         margin-top: 15px;
         text-align: center;
         cursor: pointer;
         float: left;
     }
     #foot_link {
         display: block;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 16px;
         line-height: 24px;
         margin-left: 98px;
         margin-top: 0px;
         text-align: center;
         cursor: pointer;
         float: left;
         clear: both;
     }
     #kontakt_icon2{
         width: 63px;
         height: 63px;
         background: url('../images/kontakt_icon2.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 30px;
         margin-left: 128.5px;
     }
     #kontakt_icon3{
         width: 63px;
         height: 63px;
         background: url('../images/kontakt_icon3.png');
         background-repeat: no-repeat;
         background-size: contain;
         float: left;
         clear: both;
         margin-top: 30px;
         margin-left: 128.5px;
     }
     #kontakt_address {
         display: block;
         width: 100%;
         color: black;
         font-family: "VivoSansGlobal-Medium";
         font-size: 16px;
         line-height: 24px;
         margin-left:0px;
         margin-top: 15px;
         cursor: pointer;
         text-align: center;
         float: left;
         clear: both;
     }
 }

 @media screen and (max-width: 1520px) 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: #3860FF;
         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: 'VivoSansGlobal-Medium';
         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: 'VivoSansGlobal-Medium';
         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: 'VivoSansGlobal-Medium';
         margin: 0 auto;
         color: white;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 15px;
         margin-bottom: 0px;
     }

     #code_text {
         width: 90%;
         font-family: 'VivoSansGlobal-Medium';
         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;
         font-family: 'VivoSansGlobal-Medium';
         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;
         font-family: 'VivoSansGlobal-Medium';
         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: #3860FF;
         font-family: 'VivoSansGlobal-Medium';
         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: 'VivoSansGlobal-Medium';
         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: #3860FF;
         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: 280px;
         text-align: center;
         font-family: 'VivoSansGlobal-Medium';
         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: 'VivoSansGlobal-Medium';
         margin: 0 auto;
         color: white;
         font-size: 12px;
         text-transform: uppercase;
         margin-top: 10px;
     }

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

     #code_text {
         width: 290px;
         font-family: 'VivoSansGlobal-Medium';
         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;
         font-family: 'VivoSansGlobal-Medium';
         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;
         font-family: 'VivoSansGlobal-Medium';
         border-color: white;
         margin-left: 0px;
         margin-top: 20px;
         text-align: center;
         padding: 0px;
     }

     #button_check {
         width: 177px;
         height: 46px;
         background: white;
         color: #3860FF;
         font-family: 'VivoSansGlobal-Medium';
         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: 'VivoSansGlobal-Medium';
         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: #3860FF;
         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: 'VivoSansGlobal-Medium';
         margin: 0 auto;
         color: white;
         font-size: 26px;
         margin-top: 54px;
     }

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