@charset "utf-8";

a:visited,
a:link,
a:active {
    color: white;
    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);
}
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        /*min-height: 3909px;*/
        margin: 0px;
        padding: 0px;
    }

    body {
        background: url('../images/main_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }

    /* Use to form category "Where is code" - Paragon */
    #popup_wrapper {
        display: none;
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        background: rgba(128, 128, 128, 0.74)
    }

    #popup_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 55000;
        display: none;

    }

    #popup {
        height: 500px;
        position: fixed;
        top: calc(50% - 315px);
        left: calc(50% - 250px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup > img {
        width: 500px;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 0px;
        height: 80px;
        width: 80px;
        z-index: 5;
        background: black;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 32px;
        height: 4px;
        top: 38px;
        margin-top: -1px;
        left: 24px;
        display: block;
        background: white;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 29px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 47px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

    #burger:checked + #nav_cross .cross {
        opacity: 0;
        top: 47%;
    }

    #burger:checked + #nav_cross .cross:first-child {
        opacity: 1;
        transform: rotate(405deg);
        width: 32px;
        left: 24px;
    }

    #burger:checked + #nav_cross .cross:last-child {
        opacity: 1;
        transform: rotate(-405deg);
        width: 32px;
        left: 24px;
    }

    #burger ~ nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 30%;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
    }

    #burger ~ nav > ul {
        list-style: none;
        text-align: center;
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    #burger ~ nav > ul > li {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s;
        cursor: pointer;
    }

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: 800;
        font-size: 26px;
        font-family: 'STIHLContrafaceDisplayTitling';
        display: block;
        padding: 15px;
    }

    #burger ~ nav > ul > li > a:hover {
        color: #FF7523;
    }

    #burger:checked ~ nav {
        background: black;
        height: 420px;
        transition-delay: 0s;
    }

    #burger:checked ~ nav > ul > li {
        opacity: 1;
        transition-delay: .5s;
    }

    #menu_click {
        display: none;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 1000px;
        height: auto;
        background: #FF7523;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        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: "STIHLContrafaceDisplayTitling";
        margin: 0 auto;
        color: white;
        font-size: 41px;
        margin-top: 63px;
    }

    #positive_text {
        width: 100%;
        font-family: "STIHLContrafaceDisplayTitling";
        color: white;
        font-size: 24px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #positive_small {
        font-size: 11px;
        display: block;
        margin-top: 60px;
    }
    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }
     /* WAIT WRAPPER */
     #wait_wrapper {
         position: absolute;
         z-index: 55000;
     }

     #wait_wrapper {
         width: 100%;
         height: 100%;
         position: fixed;
         left: 0;
         top: 0;
         z-index: 100;
         background: rgba(44, 44, 44, 0.7);
         display: none;
     }

     #wait_box {
         width: 518px;
         height: 238px;
         position: fixed;
         background: #FF7523;
         border: 5px solid white;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 259px);
         z-index: 10000000;
         display: block;
         color: white;
         font-family: "STIHLContrafaceDisplayTitling";
         font-size: 28px;
         text-decoration: none;
         text-align: center;
         padding-top: 50px;
     }
    /* CODE WRAPPER */
    #code_wrapper {
        position: absolute;
        z-index: 55000;
    }

    #code_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #code_msg {
        width: 718px;
        height: 538px;
        background: #FF7523;
        position: fixed;
        border: 8px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        float: right;
        margin-right: 0px;
        margin-top: 15px;
        cursor: pointer;
    }

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: 'STIHLContrafaceDisplayTitling';
        margin: 0 auto;
        color: white;
        font-size: 54px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 100px;
    }

    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: 'STIHLContrafaceDisplayTitling';
        border-color: white;
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: 'STIHLContrafaceDisplayTitling';
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: 'STIHLContrafaceDisplayTitling';
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: 'STIHLContrafaceDisplayTitling';
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #button_check:-webkit-autofill {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: #FF7523;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #button_check:autofill {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: #FF7523;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: #FF7523;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

    .form_input2::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input2::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input2:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input2:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }

    .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;
    }

    /* CODE WRAPPER END */
    #status {
        width: 144px;
        height: 55px;
        background: black;
        position: fixed;
        text-align: left;
        vertical-align: middle;
        right: 0px;
        top: 100px;
        cursor: pointer;
        font-family: "STIHLContrafaceDisplayTitling";
        text-align: center;
        line-height: 14px;
        color: white;
        font-size: 16px;
        padding-top: 13px;
        z-index: 2;
    }

    #home {
        width: 1100px;
        height: 717px;
        margin: 0 auto;
        position: relative;
    }

    #top_bg1 {
        width: 1061px;
        height: 637.5px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: 39px;
    }
    #anim1{
        width: 178px;
        height: 178px;
        float: left;
        clear: both;
        margin-top: 38px;
        margin-left: 30px;
    }
    #join {
        display: inline-block;
        width: 240px;
        height: 80px;
        background: black;
        cursor: pointer;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 29px;
        text-align: center;
        line-height: 80px;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 162px;
        margin-top: -112px;
    }

    #zasady {
        width: 1100px;
        height: 840px;
        margin: 0 auto;
    }

    #zasady_bg {
        width: 1022px;
        height: 816.5px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 39px;
    }
    
    #rules_download1 {
        display: block;
        width: 280px;
        height: 51px;
        background: black;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 16px;
        line-height: 51px;
        text-align: center;
        float: left;
        clear: both;
        margin-left: 214px;
        margin-top: 250px;
        border: 0px;
    }
    #rules_download1b {
        display: block;
        width: 280px;
        height: 51px;
        background: black;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 16px;
        line-height: 51px;
        text-align: center;
        float: left;
        margin-left: 34px;
        margin-top: 250px;
        border: 0px;
    }
    #licznik_ak{
        width: 494px;
        float: left;
        clear: both;
        display: flex;
        justify-content: center;
        margin-left: 0px;
        margin-top: 455px;
    }
    .licznik_text{
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 16px;
        float: left;
    }
    #licznik_ak_status{
        width: 50.5px;
        height: 15.5px;
        float: left;
        margin-left: 8px;
        margin-top: 2px;
    }
    .licznik_ak_none{
        background: url('../images/ak_none.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ak_small{
        background: url('../images/ak_small.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ak_medium{
        background: url('../images/ak_medium.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ak_big{
        background: url('../images/ak_big.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #licznik_ak_status_text{
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 16px;
        float: left;
        margin-left: 8px;
    }
    #licznik_ap{
        width: 494px;
        float: left;
        display: flex;
        justify-content: center;
        margin-left: 34px;
        margin-top: 455px;
    }
    #licznik_ap_status{
        width: 50.5px;
        height: 15.5px;
        float: left;
        margin-left: 8px;
        margin-top: 2px;
    }
    .licznik_ap_none{
        background: url('../images/ap_none.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ap_small{
        background: url('../images/ap_small.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ap_medium{
        background: url('../images/ap_medium.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ap_big{
        background: url('../images/ap_big.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #licznik_ap_status_text{
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 16px;
        float: left;
        margin-left: 8px;
    }
    #wez-udzial {
        width: 1100px;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    #wez-udzial_title {
        width: 100%;
        float: left;
        text-align: center;
        clear: both;
        font-family: "STIHLContrafaceDisplayTitling";
        color: white;
        font-size: 42px;
        margin-top: 40px;
    }


    #form1 {
        width: 955px;
        height: auto;
        float: left;
        margin-left: 39px;
        background: #FF7523;
        padding-left: 33px;
        padding-right: 34px;
        
    }
	.bill_box{
		clear: both;
	}
    #main_form2 {
        width: 1100px;
        height: 200px;
        float: left;
        padding-top: 100px;
        color: black;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
    }
    .form_text1 {
        font-family: "STIHLContrafaceText";
        font-size: 24px;
        color: white;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        float: left;
        clear: both;
    }

    .form_button1 {
        width: 200px;
        height: 70px;
        background: black;
        color: white;
        font-size: 16px;
        text-align: center;
        line-height: 70px;
        float: left;
        clear: both;
        margin-left: 261px;
        margin-top: 15px;
        font-family: "STIHLContrafaceDisplayTitling";
        cursor: pointer;
        opacity: 0.3;
    }

    .form_button2 {
        width: 200px;
        height: 70px;
        background: black;
        color: white;
        font-size: 16px;
        text-align: center;
        line-height: 70px;
        float: right;
        margin-right: 260px;
        margin-top: 15px;
        font-family: "STIHLContrafaceDisplayTitling";
        cursor: pointer;
        opacity: 0.3;
    }

    .active {
        opacity: 1;
    }

    .label_form {
        width: 446px;
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: "STIHLContrafaceDisplayTitling";
        float: left;
        clear: both;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    #form1_company_box {
        display: none;
    }

    #form2_company_box {
        display: none;
    }

    .form_text2 {
        width: 100%;
        font-family: "STIHLContrafaceText";
        font-size: 24px;
        color: white;
        float: left;
        clear: both;
        margin-top: 30px;
    }

    .form_text3 {
        width: 100%;
        font-family: "STIHLContrafaceText";
        font-size: 24px;
        color: white;
        float: left;
        clear: both;
        margin-top: 30px;
    }

    .form_text4 {
        width: 100%;
        font-family: "STIHLContrafaceText";
        font-size: 24px;
        color: white;
        float: left;
        clear: both;
        margin-top: 30px;
    }

    .form_input:-webkit-autofill {
        width: 440px;
        height: 70px;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 18px;
        background: white;
        outline: 0;
        border: 0px;
        color: black;
        float: left;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 0px;
        margin-top: 30px;
        padding-left: 20px;
    }

    .form_input:autofill {
        width: 440px;
        height: 70px;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 18px;
        background: white;
        outline: 0;
        border: 0px;
        color: black;
        float: left;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 0px;
        margin-top: 30px;
        padding-left: 20px;
    }

    .form_input {
        width: 440px;
        height: 70px;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 18px;
        background: white;
        outline: 0;
        border: 0px;
        color: black;
        float: left;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 0px;
        margin-top: 30px;
        padding-left: 20px;
    }
    #form_address_company2{
        display: none;
    }
    #street,
    #street_form2 {
        clear: both;
    }

    #house_nr,
    #local_nr,
    #postal,
    #house_nr_form2,
    #local_nr_form2,
    #postal_form2,
    #house_nr_kores,
    #local_nr_kores,
    #postal_kores{
        width: 193.5px;
        margin-left: 34px;
    }
    
    #house_nr2_form2,
    #local_nr2_form2,
    #postal2_form2{
        width: 188px;
        margin-left: 43.5px;
    }
    
    #surname,
    #bank,
    #nip,
    #surname2,
    #bank2,
    #company_nip,
    #surname_form2,
    #bank_form2,
    #nip_form2,
    #surname2_form2,
    #phone,
    #phone2,
    #company_nip_form2 {
        float: right;
    }

    @-webkit-keyframes autofill {
        to {
            color: black;
            font-family: "STIHLContrafaceDisplayTitling";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: black;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    input[type="date"] {
        background: #EDEDED;
        color: black;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        width: 29px;
        height: 29px;
        background: url('../images/callendar_icon.png');
        background-repeat: no-repeat;
        padding-right: 14px;
    }

    .box_right {
        margin-left: 35px;
        float: left;
    }

    .bills_container {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
    }

    .bill_delete_button {
        width: 140px;
        height: 70px;
        background: black;
        float: right;
        clear: both;
        color: white;
        line-height: 70px;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
        margin-top: -70px;
        margin-left: 0px;
        visibility: hidden;
    }

    .bill_add_button {
        width: 230px;
        height: 70px;
        background: black;
        float: right;
        color: white;
        line-height: 70px;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
        margin-top: -70px;
        margin-left: 30px;
    }

    .big {
        font-size: 49px;
        font-family: "STIHLContrafaceDisplayMedium";
        display: inline-block;
        float: right;
        color: #FF7523;
    }

    .styled-select1 {
        width: 460px;
        height: 70px;
        overflow: hidden;
        background: white url('../images/arrow_down.png') no-repeat;
        background-position: 415px 27px;
        margin-top: 0px;
        float: left;
        margin-left: 0px;
        margin-top: 30px;
    }

    .styled-select1 select {
        background: transparent;
        width: 460px;
        font-size: 18px;
        padding-left: 20px;
        height: 70px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "STIHLContrafaceDisplayTitling";
        color: black;
        outline: none;
    }

    .styled-select1 select option {
        background-color: white;
        color: black;
    }

    input[type=file] {
        width: 1px;
        height: 1px;
        visibility: hidden;
    }

    .lab_file {
        height: 55px;
        width: 440px;
        display: block;
        margin-top: 30px;
        margin-left: 0px;
        background: black url('../images/upload.png');
        background-repeat: no-repeat;
        background-position: 400px;
        border: 0px;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 18px;
        padding-left: 20px;
        padding-top: 15px;
        cursor: pointer;
        float: left;
    }

    .file_text1 {
        font-family: "STIHLContrafaceText";
        font-size: 12px;
        color: #FF7523;
    }

    .lab_file2 {
        height: 55px;
        width: 380px;
        display: block;
        margin-top: 30px;
        margin-left: 0px;
        background: black url('../images/photo.png');
        background-repeat: no-repeat;
        background-position: 20px;
        border: 0px;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 18px;
        padding-left: 80px;
        padding-top: 15px;
        margin-bottom: 40px;
        cursor: pointer;
        float: right;
    }
    .lab_file3 {
        height: 73px;
        width: 380px;
        display: block;
        margin-top: 30px;
        margin-left: 0px;
        background: black url('../images/photo1.png');
        background-repeat: no-repeat;
        background-position: 20px;
        border: 0px;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 18px;
        padding-left: 80px;
        padding-top: 15px;
        margin-bottom: 40px;
        cursor: pointer;
        float: left;
    }

    .file_text2 {
        font-family: "STIHLContrafaceText";
        font-size: 12px;
        color: #FF7523;
    }

    .show_popup1 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -45px;
        margin-top: 51px;
        display: block;
        float: left;
    }
    .show_popupAK {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -45px;
        margin-top: 51px;
        display: block;
        float: left;
    }	
    .show_popupAP {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -45px;
        margin-top: 51px;
        display: block;
        float: left;
    }
    .show_popup2 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-top: -49px;
        margin-right: 15px;
        display: block;
        float: right;
        clear: both;
    }

    #form1_value1_box {
        width: 450px;
        font-size: 22px;
        height: 65px;
        border-top: 3px solid white;
        border-bottom: 3px solid white;
        float: left;
        clear: both;
        line-height: 65px;
        padding-left: 10px;
        margin-top: 30px;
        color: white;
        font-family: "STIHLContrafaceText-Bold";
    }

    #form1_value2_box {
        width: 450px;
        font-size: 22px;
        height: 65px;
        border-top: 3px solid white;
        border-bottom: 3px solid white;
        float: right;
        line-height: 65px;
        padding-left: 10px;
        margin-top: 30px;
        color: white;
        font-family: "STIHLContrafaceText-Bold";
    }

    #form1_value_inner1 {
        color: black;
    }

    #form1_value_inner2 {
        color: black;
    }

    #rules_download3 {
        width: auto;
        height: 22px;
        line-height: 19px;
        background: url('../images/reg_icon.png');
        background-repeat: no-repeat;
        background-position: left;
        float: right;
        clear: both;
        color: white;
        font-size: 14px;
        font-family: "STIHLContrafaceDisplayTitling";
        padding-left: 35px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    #rules_download4 {
        width: auto;
        height: 22px;
        line-height: 19px;
        background: url('../images/reg_icon.png');
        background-repeat: no-repeat;
        background-position: left;
        float: left;
        color: white;
        font-size: 14px;
        font-family: "STIHLContrafaceDisplayTitling";
        padding-left: 35px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .check_label {
        font-size: 20px;
        font-family: 'STIHLContrafaceText';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 0px;
        display: inline-block;
        cursor: pointer;
        min-height: 37px;
        padding-left: 50px;
        margin-top: 20px;
        width: 860px;
        color: black;
        float: left;
        padding-top: 4px;
    }
    .check_label2 {
        font-size: 20px;
        font-family: 'STIHLContrafaceText';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 10px;
        display: inline-block;
        cursor: pointer;
        min-height: 37px;
        padding-left: 50px;
        margin-top: 20px;
        width: 860px;
        color: white;
        float: left;
        padding-top: 4px;
    }

    .checker {
        display: none;
        -webkit-appearance: none;
    }

    .checker:checked + label {
        background-image: url('../images/checkbox_checked.png');
    }

    #check1 {
        margin-top: 0px;
    }

    #check3 {
        display: none;
    }
    #check3_form2 {
        display: none;
    }

    #shield {
        width: 39px;
        height: 40px;
        background: url('../images/shield.png');
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 40px;
    }

    #shield_text {
        width: 865px;
        height: auto;
        float: left;
        color: white;
        font-size: 15px;
        line-height: 21px;
        margin-left: 13px;
        margin-top: 48px;
        font-family: 'STIHLContrafaceText';
    }
    #shield_text2 {
        width: 865px;
        height: auto;
        float: left;
        color: black;
        font-size: 15px;
        line-height: 21px;
        margin-left: 15px;
        margin-top: 48px;
        font-family: 'STIHLContrafaceText';
    }

    #captcha {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 60px;
    }

    #button_send {
        width: 250px;
        height: 70px;
        border: 0px;
        background: black;
        cursor: pointer;
        font-size: 33px;
        font-family: 'STIHLContrafaceDisplayTitling';
        float: left;
        margin-left: 352.5px;
        margin-top: 50px;
        color: white;
        outline: 0;
        border: 0px;
        margin-bottom: 40px;
    }

    #button_send_form2 {
        width: 250px;
        height: 70px;
        border: 0px;
        background: black;
        cursor: pointer;
        font-size: 33px;
        font-family: 'STIHLContrafaceDisplayTitling';
        float: left;
        margin-left: 360px;
        margin-top: 50px;
        color: white;
        outline: 0;
        border: 0px;
        margin-bottom: 40px;
    }

    #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: 'STIHLContrafaceDisplayTitling';
    }
    #bottom_bg{
        width: 100%;
        height: 656px;
        background: url('../images/bottom_bg.jpg');
        background-position: center top;
        margin: 0 auto;
        margin-top: 25px;
    }
    #bottom_bg_inner{
        width: 1100px;
        height: 220px;
        margin: 0 auto;
    }
    #newsletter_button2 {
        display: block;
        width: 1022px;
        height: 56px;
        background: #FF7523;
        float: left;
        clear: both;
        margin-top: 80px;
        margin-left: 39px;
    }
    #newsletter_text2 {
        font-size: 29px;
        color: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        line-height: 56px;
        text-transform: uppercase;
        margin-left: 30px;
        float: left;
    }
    #newsletter_arrow2 {
        width: 11px;
        height: 17px;
        background: url('../images/arrow.png');
        float: left;
        margin-top: 19.5px;
        margin-left: 120px;
    }
    #kontakt {
        width: 1100px;
        height: 380px;
        margin: 0 auto;
        position: relative;
        margin-top: 50px;
    }

    #kontakt_bg {
        width: 1058px;
        height: 398px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 15px;
    }

    #kontakt_phone {
        display: inline-block;
        color: black;
        font-family: 'STIHLContrafaceText';
        font-size: 20px;
        line-height: 30px;
        float: left;
        margin-top: 232px;
        margin-left: 70px;
    }

    #foot_link {
        display: block;
        color: black;
        font-family: 'STIHLContrafaceText';
        font-size: 20px;
        line-height: 30px;
        margin-left: 346px;
        margin-top: -30px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #foot_email {
        display: block;
        color: black;
        font-family: 'STIHLContrafaceText';
        font-size: 20px;
        line-height: 30px;
        margin-left: 145px;
        margin-top: 232px;
        cursor: pointer;
        float: left;
    }

    #kontakt_address {
        width: 220px;
        display: inline-block;
        color: black;
        font-family: 'STIHLContrafaceText';
        font-size: 20px;
        line-height: 30px;
        float: left;
        clear: both;
        margin-top: -60px;
        margin-left: 610px;
    }

    #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: #bb0b20;
        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: "STIHLContrafaceDisplayTitling";
        color: white;
    }

    #errors ul {
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 18px;
        color: white;
    }

    #errors ul li {
        margin-top: 15px;
        list-style-type: disc;
    }

    #errors_ok {
        background: white;
        border-radius: 25px;
        width: 150px;
        height: 50px;
        color: #bb0b20;
        font-family: "STIHLContrafaceDisplayTitling";
        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) {

    html,
    body {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: url('../images/mobile_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }

    a[href^=tel] {
        text-decoration: inherit;
        color: inherit;
    }

    /* 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;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 320px;
        height: auto;
        background: #FF7523;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 20px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_title {
        height: auto;
        width: 95%;
        text-align: center;
        font-family: 'STIHLContrafaceDisplayTitling';
        margin: 0 auto;
        color: white;
        font-size: 30px;
        margin-top: 50px;

    }

    #positive_text {
        width: 100%;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: white;
        font-size: 20px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #positive_small {
        font-size: 11px;
        display: block;
        margin-top: 60px;
    }
    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -30px;
        margin-top: 5px;
        position: relative;
        z-index: 3;
    }

    #positive_losowanie {
        width: 300px;
        margin: 0 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: 230px;
         background: #FF7523;
         border: 5px solid white;
         position: fixed;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 115px);
         z-index: 10000000;
         display: block;
         cursor: pointer;
         font-family: "STIHLContrafaceDisplayTitling";
         color: white;
         font-size: 26px;
         text-align: center;
         padding-top: 50px;
     }
    /* Errors wrapper */
    #error_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;

    }

    #errors {
        width: 310px;
        background: #bb0b20;
        border: 5px solid white;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: 25px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 18px;
        color: white;
    }

    #errors ul {
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 15px;
        color: white;
    }

    #errors ul li {
        margin-top: 15px;
        list-style-type: disc;
    }

    #errors_ok {
        background: white;
        border-radius: 25px;
        width: 150px;
        height: 50px;
        color: #bb0b20;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }

    #status {
        width: 95px;
        height: 30px;
        background: black;
        position: fixed;
        text-align: left;
        vertical-align: middle;
        right: 0px;
        top: 70px;
        cursor: pointer;
        font-family: "STIHLContrafaceDisplayTitling";
        text-align: center;
        color: white;
        font-size: 10px;
        line-height: 11px;
        padding-top: 8px;
        z-index: 3;
    }

    /* Errors END*/
    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 0px;
        height: 50px;
        width: 50px;
        z-index: 5;
        background: black;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 21px;
        height: 3px;
        top: 24px;
        margin-top: -1px;
        left: 15px;
        display: block;
        background: white;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 19px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 29px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

    #burger:checked + #nav_cross .cross {
        opacity: 0;
        top: 48%;
    }

    #burger:checked + #nav_cross .cross:first-child {
        opacity: 1;
        transform: rotate(405deg);
        width: 21px;
        left: 15px;
    }

    #burger:checked + #nav_cross .cross:last-child {
        opacity: 1;
        transform: rotate(-405deg);
        width: 21px;
        left: 15px;
    }

    #burger ~ nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
    }

    #burger ~ nav > ul {
        list-style: none;
        text-align: center;
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    #burger ~ nav > ul > li {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s;
        cursor: pointer;
    }

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: 800;
        font-size: 20px;
        font-family: "STIHLContrafaceDisplayTitling";
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

        background: black;
        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: 630px;
        margin: 0 auto;
        position: relative;
    }

    #top_bg1 {
        width: 307px;
        height: 608.5px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
    }
    #anim1{
        width: 147px;
        height: 147px;
        float: left;
        clear: both;
        margin-top: 255px;
        margin-left: 5px;
    }
    #join {
        display: inline-block;
        width: 250px;
        height: 62px;
        background: black;
        cursor: pointer;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 29px;
        text-align: center;
        line-height: 62px;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 35px;
        margin-top: -83px;
    }

    #zasady {
        width: 320px;
        height: 1350px;
        margin: 0 auto;
    }

    #zasady_bg {
        width: 320px;
        height: 1324px;
        background: url('../images/zasady_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }
    #rules_download1 {
        display: block;
        width: 280px;
        height: 51px;
        background: black;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 16px;
        line-height: 51px;
        text-align: center;
        float: left;
        clear: both;
        margin-left: 20px;
        margin-top: 223px;
        border: 0px;
    }
    #rules_download1b {
        display: block;
        width: 280px;
        height: 51px;
        background: black;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 16px;
        line-height: 51px;
        text-align: center;
        float: left;
        clear: both;
        margin-left: 20px;
        margin-top: 10px;
        border: 0px;
    }
    #licznik_ak{
        width: 320px;
        float: left;
        clear: both;
        display: flex;
        justify-content: center;
        margin-left: 0px;
        margin-top: 425px;
    }
    .licznik_text{
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 16px;
        float: left;
    }
    #licznik_ak_status{
        width: 50.5px;
        height: 15.5px;
        float: left;
        margin-left: 8px;
        margin-top: 2px;
    }
    .licznik_ak_none{
        background: url('../images/ak_none.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ak_small{
        background: url('../images/ak_small.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ak_medium{
        background: url('../images/ak_medium.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ak_big{
        background: url('../images/ak_big.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #licznik_ak_status_text{
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 16px;
        float: left;
        margin-left: 8px;
    }
    #licznik_ap{
        width: 320px;
        float: left;
        display: flex;
        justify-content: center;
        margin-left: 0px;
        margin-top: 420px;
    }
    #licznik_ap_status{
        width: 50.5px;
        height: 15.5px;
        float: left;
        margin-left: 8px;
        margin-top: 2px;
    }
    .licznik_ap_none{
        background: url('../images/ap_none.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ap_small{
        background: url('../images/ap_small.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ap_medium{
        background: url('../images/ap_medium.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .licznik_ap_big{
        background: url('../images/ap_big.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #licznik_ap_status_text{
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 16px;
        float: left;
        margin-left: 8px;
    }

    #wez-udzial {
        width: 320px;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    #wez-udzial_title {
        width: 100%;
        float: left;
        text-align: center;
        clear: both;
        font-family: "STIHLContrafaceDisplayTitling";
        color: white;
        font-size: 26px;
        margin-top: 30px;
    }

    #form1 {
        width: 320px;
        height: auto;
        float: left;
        margin-left: 0px;
        background: #FF7523;
        padding-left: 0px;
        padding-right: 0px;  
    }
    #main_form2 {
        width: 320px;
        height: 200px;
        float: left;
        padding-top: 100px;
        color: black;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }
    .form_text1 {
        font-family: "STIHLContrafaceText";
        font-size: 20px;
        color: white;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        float: left;
        clear: both;
    }

    .form_button1 {
        width: 140px;
        height: 50px;
        background: black;
        color: white;
        font-size: 12px;
        text-align: center;
        line-height: 50px;
        float: left;
        clear: both;
        margin-left: 10px;
        margin-top: 15px;
        font-family: "STIHLContrafaceDisplayTitling";
        cursor: pointer;
        opacity: 0.3;
    }

    .form_button2 {
        width: 140px;
        height: 50px;
        background: black;
        color: white;
        font-size: 12px;
        text-align: center;
        line-height: 50px;
        float: right;
        margin-right: 10px;
        margin-top: 15px;
        font-family: "STIHLContrafaceDisplayTitling";
        cursor: pointer;
        opacity: 0.3;
    }
    #form_address_company2{
        display: none;
    }
    .active {
        opacity: 1;
    }

    .label_form {
        width: 446px;
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: "STIHLContrafaceDisplayTitling";
        float: left;
        clear: both;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    #form1_company_box {
        display: none;
    }

    #form2_company_box {
        display: none;
    }

    .form_text2 {
        width: 100%;
        font-family: "STIHLContrafaceText";
        font-size: 18px;
        color: white;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 20px;
    }

    .form_text3 {
        width: 100%;
        font-family: "STIHLContrafaceText";
        font-size: 18px;
        text-align: center;
        color: white;
        float: left;
        clear: both;
        margin-top: 20px;
    }

    .form_text4 {
        width: 100%;
        font-family: "STIHLContrafaceText";
        font-size: 18px;
        text-align: center;
        color: white;
        float: left;
        clear: both;
        margin-top: 20px;
    }

    .form_input:-webkit-autofill {
        width: 280px;
        height: 50px;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 14px;
        background: white;
        outline: 0;
        border: 0px;
        color: black;
        float: left;
        margin-bottom: 0px;
        margin-left: 10px;
        padding: 0px;
        margin-top: 10px;
        padding-left: 20px;
    }

    .form_input:autofill {
        width: 280px;
        height: 50px;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 14px;
        background: white;
        outline: 0;
        border: 0px;
        color: black;
        float: left;
        margin-bottom: 0px;
        margin-left: 10px;
        padding: 0px;
        margin-top: 10px;
        padding-left: 20px;
    }

    .form_input {
        width: 280px;
        height: 50px;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 14px;
        background: white;
        outline: 0;
        border: 0px;
        color: black;
        float: left;
        margin-bottom: 0px;
        margin-left: 10px;
        padding: 0px;
        margin-top: 10px;
        padding-left: 20px;
    }

    @-webkit-keyframes autofill {
        to {
            color: black;
            font-family: "STIHLContrafaceDisplayTitling";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: black;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    input[type="date"] {
        background: #EDEDED;
        color: black;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        width: 29px;
        height: 29px;
        background: url('../images/callendar_icon.png');
        background-repeat: no-repeat;
        padding-right: 14px;
    }

    .box_right {
        float: left;
    }

    .bills_container {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
    }

    .bill_delete_button {
        width: 100px;
        height: 50px;
        background: black;
        float: left;
        clear: both;
        color: white;
        line-height: 50px;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 9px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 10px;
        visibility: hidden;
    }

    .bill_add_button {
        width: 155px;
        height: 50px;
        background: black;
        float: right;
        color: white;
        line-height: 50px;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 9px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        margin-top: 10px;
        margin-right: 10px;
    }

    .big {
        font-size: 49px;
        font-family: "STIHLContrafaceDisplayMedium";
        display: inline-block;
        float: right;
        color: #FF7523;
    }

    .styled-select1 {
        width: 300px;
        height: 50px;
        overflow: hidden;
        background: white url('../images/arrow_down.png') no-repeat;
        background-position: 260px 16px;
        margin-top: 0px;
        float: left;
        margin-left: 10px;
        margin-top: 15px;
    }

    .styled-select1 select {
        background: transparent;
        width: 300px;
        font-size: 12px;
        padding-left: 20px;
        height: 50px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "STIHLContrafaceDisplayTitling";
        color: black;
        outline: none;
    }

    .styled-select1 select option {
        background-color: white;
        color: black;
    }

    input[type=file] {
        width: 1px;
        height: 1px;
        visibility: hidden;
    }

    .lab_file {
        height: 44px;
        width: 280px;
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        background: black url('../images/upload.png');
        background-repeat: no-repeat;
        background-position: 260px;
        border: 0px;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 12px;
        padding-left: 20px;
        padding-top: 9px;
        cursor: pointer;
        float: left;
    }

    .file_text1 {
        font-family: "STIHLContrafaceText";
        font-size: 12px;
        color: #FF7523;
    }

    .lab_file2 {
        height: 67px;
        width: 170px;
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        background: black url('../images/photo.png');
        background-repeat: no-repeat;
        background-position: 230px;
        border: 0px;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 14px;
        padding-left: 20px;
        padding-right: 110px;
        padding-top: 13px;
        margin-bottom: 0px;
        cursor: pointer;
        float: left;
    }
    .lab_file3 {
        height: 83px;
        width: 200px;
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        background: black url('../images/photo1.png');
        background-repeat: no-repeat;
        background-position: 20px;
        border: 0px;
        color: white;
        font-family: "STIHLContrafaceDisplayTitling";
        font-size: 14px;
        padding-left: 100px;
        padding-right: 0px;
        padding-top: 13px;
        margin-bottom: 0px;
        cursor: pointer;
        float: left;
    }

    .file_text2 {
        font-family: "STIHLContrafaceText";
        font-size: 12px;
        color: #FF7523;
    }

    .show_popup1 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -38px;
        margin-top: 21px;
        display: block;
        float: left;
    }
    .show_popupAK {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -38px;
        margin-top: 21px;
        display: block;
        float: left;
    }	
    .show_popupAP {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -38px;
        margin-top: 21px;
        display: block;
        float: left;
    }
    .show_popup2 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        margin-top: 21px;
        margin-left: -38px;
        display: block;
        float: left;
    }

    #form1_value1_box {
        width: 280px;
        font-size: 12px;
        height: 40px;
        border-top: 4px solid white;
        border-bottom: 2px solid white;
        float: left;
        clear: both;
        line-height: 40px;
        margin-top: 20px;
        margin-left: 10px;
        color: white;
        padding-left: 20px;
        font-family: "STIHLContrafaceText-Bold";
    }

    #form1_value2_box {
        width: 280px;
        font-size: 12px;
        margin-left: 10px;
        margin-top: 20px;
        height: 40px;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        float: left;
        line-height: 40px;
        color: white;
        padding-left: 20px;
        font-family: "STIHLContrafaceText-Bold";
    }

    #form1_value_inner1 {
        color: black;
        font-size: 16px;
        float: right;
        padding-right: 10px;
    }

    #form1_value_inner2 {
        color: black;
        font-size: 16px;
        float: right;
        padding-right: 10px;
    }

    #rules_download3 {
        width: auto;
        height: 22px;
        line-height: 22px;
        background: url('../images/reg_icon.png');
        background-repeat: no-repeat;
        background-position: left;
        float: right;
        color: white;
        font-size: 16px;
        font-family: "STIHLContrafaceDisplayTitling";
        padding-left: 35px;
        margin-right: 10px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    #rules_download4 {
        width: auto;
        height: 22px;
        line-height: 19px;
        background: url('../images/reg_icon.png');
        background-repeat: no-repeat;
        background-position: left;
        float: right;
        color: white;
        font-size: 14px;
        font-family: "STIHLContrafaceDisplayTitling";
        padding-left: 35px;
        margin-right: 10px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .check_label {
        font-size: 12px;
        font-family: 'STIHLContrafaceText';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 10px;
        display: inline-block;
        cursor: pointer;
        min-height: 37px;
        padding-left: 50px;
        margin-top: 20px;
        width: 250px;
        color: black;
        float: left;
        padding-top: 4px;
    }
    .check_label2 {
        font-size: 12px;
        font-family: 'STIHLContrafaceText';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 10px;
        display: inline-block;
        cursor: pointer;
        min-height: 37px;
        padding-left: 50px;
        margin-top: 20px;
        width: 250px;
        color: white;
        float: left;
        padding-top: 4px;
    }

    .checker {
        display: none;
        -webkit-appearance: none;
    }

    .checker:checked + label {
        background-image: url('../images/checkbox_checked.png');
    }

    #check1 {
        margin-top: 0px;
    }

    #check3 {
        display: none;
    }
    #check3_form2 {
        display: none;
    }

    #shield {
        width: 39px;
        height: 40px;
        background: url('../images/shield.png');
        float: left;
        clear: both;
        margin-left: 8px;
        margin-top: 20px;
    }

    #shield_text {
        width: 245px;
        height: auto;
        float: left;
        color: white;
        font-size: 12px;
        line-height: 16px;
        margin-left: 15px;
        margin-top: 25px;
        font-family: 'STIHLContrafaceText';
    }
    #shield_text2 {
        width: 230px;
        height: auto;
        float: left;
        color: black;
        font-size: 12px;
        line-height: 16px;
        margin-left: 0px;
        margin-top: 48px;
        font-family: 'STIHLContrafaceText';
    }

    #captcha {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 60px;
    }

    #button_send {
        width: 300px;
        height: 70px;
        border: 0px;
        background: black;
        cursor: pointer;
        font-size: 33px;
        font-family: 'STIHLContrafaceDisplayTitling';
        float: left;
        margin-left: 10px;
        margin-top: 30px;
        color: white;
        outline: 0;
        border: 0px;
        margin-bottom: 30px;
    }

    #button_send_form2 {
        width: 300px;
        height: 70px;
        border: 0px;
        background: black;
        cursor: pointer;
        font-size: 33px;
        font-family: 'STIHLContrafaceDisplayTitling';
        float: left;
        margin-left: 10px;
        margin-top: 50px;
        color: white;
        outline: 0;
        border: 0px;
        margin-bottom: 30px;
    }

    #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: 'STIHLContrafaceDisplayTitling';
    }
    #bottom_bg{
        width: 100%;
        height: 681px;
        background: url('../images/bottom_bg_mobile.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        margin: 0 auto;
        margin-top: 20px;
    }
    #bottom_bg_inner{
        width: 320px;
        height: 200px;
        margin: 0 auto;
    }
    #bottom_bg_img{
        display: none;
    }
    #newsletter_button2 {
        display: block;
        width: 300px;
        height:106px;
        background: #FF7523;
        float: left;
        clear: both;
        margin-top: 52px;
        margin-left: 10px;
    }

    #newsletter_text2 {
        width: 240px;
        font-size: 22px;
        color: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        text-transform: uppercase;
        margin-left: 10px;
        margin-top: 12px;
        float: left;
    }

    #newsletter_arrow2 {
        width: 11px;
        height: 17px;
        background: url('../images/arrow.png');
        float: left;
        margin-top: 71px;
        margin-left: 25px;
    }

    #kontakt {
        width: 320px;
        height: 455px;
        margin: 0 auto;
        position: relative;
        margin-top: 30px;
    }

    #kontakt_bg {
        width: 290px;
        height: 455px;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 30px;
    }

    #kontakt_phone {
        display: inline-block;
        color: black;
        font-family: 'STIHLContrafaceText';
        font-size: 18px;
        line-height: 24px;
        float: left;
        margin-top: 148px;
        margin-left: 110px;
    }

    #foot_link {
        display: block;
        color: black;
        font-family: 'STIHLContrafaceText';
        font-size: 18px;
        line-height: 24px;
        margin-left: 110px;
        margin-top: 0px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #foot_email {
        display: block;
        color: black;
        font-family: 'STIHLContrafaceText';
        font-size: 18px;
        line-height: 24px;
        margin-left: 110px;
        margin-top: 26px;
        cursor: pointer;
        float: left;
    }

    #kontakt_address {
        width: 150px;
        display: inline-block;
        color: black;
        font-family: 'STIHLContrafaceText';
        font-size: 18px;
        line-height: 24px;
        float: left;
        clear: both;
        margin-top: 27px;
        margin-left: 110px;
    }

}

@media screen and (max-width: 1100px) and (min-width: 720px) {

    /* CODE WRAPPER */
    #code_wrapper {
        position: absolute;
        z-index: 55000;
    }

    #code_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #code_msg {
        width: 718px;
        height: 538px;
        background: #FF7523;
        position: fixed;
        border: 8px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        width: 20px;
        height: 53px;
        float: right;
        margin-right: 20px;
        margin-top: 20px;
        cursor: pointer;
    }

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: 'STIHLContrafaceDisplayTitling';
        margin: 0 auto;
        color: white;
        font-size: 54px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 100px;
    }

    #phone_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #phone_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: #FF7523;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

    .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;
    }

    .form_input2::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input2::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input2:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input2:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }
}

@media screen and (max-width: 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: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #code_msg {
        width: 90%;
        height: 430px;
        background: #FF7523;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 15px;
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        width: 20px;
        height: 53px;
        float: right;
        margin-right: 2px;
        margin-top: 2px;
        cursor: pointer;
    }

    #code_title {
        height: 35px;
        width: 280px;
        text-align: center;
        font-family: 'STIHLContrafaceDisplayTitling';
        margin: 0 auto;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 55px;
    }

    #code_text {
        width: 290px;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
    }

    #phone_check:-webkit-autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: 'STIHLContrafaceDisplayTitling';
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }

    #phone_check:autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: 'STIHLContrafaceDisplayTitling';
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }

    #phone_check {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: 'STIHLContrafaceDisplayTitling';
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }

    #paragon_check:-webkit-autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: 'STIHLContrafaceDisplayTitling';
        padding: 0px;
        outline: 0px;
    }

    #paragon_check:autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: 'STIHLContrafaceDisplayTitling';
        padding: 0px;
        outline: 0px;
    }

    #paragon_check {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: 'STIHLContrafaceDisplayTitling';
        padding: 0px;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: #FF7523;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 17px;
        margin-top: 25px;
        margin-bottom: 15px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 80%;
        height: 80px;
        margin: 0 auto;
        margin-top: 5px;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: white;
        font-size: 12px;
        line-height: 20px;
        cursor: auto;
        clear: both;
    }

    .form_input2::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input2::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input2:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input2:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }

    .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;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 90%;
        height: auto;
        background: #FF7523;
        border: 3px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -20px;
        margin-top: 15px;
    }

    #positive_title {
        height: auto;
        width: 290px;
        text-align: center;
        font-family: 'STIHLContrafaceDisplayTitling';
        margin: 0 auto;
        color: white;
        font-size: 20px;
        margin-top: 60px;
    }

    #positive_text {
        width: 300px;
        font-family: 'STIHLContrafaceDisplayTitling';
        color: white;
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #positive_small {
        font-size: 10px;
        display: block;
        margin-top: 30px;
    }	
}
