@charset "utf-8";

a:visited,
a:link,
a:active {
    color: #242f51;
    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: #242f51;
}

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

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

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

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

    body {
        background: white;
        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% - 225px);
        left: calc(50% - 183px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }
    #navigation{
        display: none;
    }
    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

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

    #positive_msg {
        width: 870px;
        height: auto;
        background: white;
        border: 5px solid #242f51;
        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: 114px;
        width: 100%;
        text-align: center;
        font-family: "Poppins-SemiBold";
        margin: 0 auto;
        color: #242f51;
        font-size: 41px;
        margin-top: 55px;
    }

    #positive_text {
        width: 670px;
        font-family: "Poppins-SemiBold";
        color: #242f51;
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
        margin-top: 55px;
		margin-bottom: 40px;
    }

    #positive_small {
        font-size: 11px;
        display: block;
		margin-bottom: 40px;
    }

    /* 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: #f39eab;
        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: "Poppins-SemiBold";
        font-size: 28px;
        text-decoration: none;
        text-align: center;
        padding-top: 50px;
    }

    #nav {
        margin: 0 auto;
        width: 1200px;

    }

    #nav ul {
        float: left;
        margin-top: 110px;
        margin-left: 440px;
    }

    #nav ul > li {
        display: inline-block;
        margin-left: 30px;
    }

    #nav ul > li > a {
        display: block;
        font-family: "Poppins-SemiBold";
        font-size: 18px;
        text-decoration: none;
        color: #242f51;
        cursor: pointer;
    }

    #nav ul > li > a:hover {
        color: #e22b2f;
    }
    #logo_img{
        background: url('../images/henkel_logo.png');
        width: 320px;
        height: 58px;
        float: left;
        margin-top: 90px;
        margin-left: 60px;
    }

    #home {
        width: 1200px;
        height: 660px;
        margin: 0 auto;
    }
    #main_img{
        background: url('../images/main_img.png');
        width: 97px;
        height: 97px;
        float: left;
        clear: both;
        margin-top: 90px;
        margin-left: 70px;
    }
    #main_text {
        width: 555px;
        color: #242f51;
        font-size: 18px;
        float: left;
        clear: both;
        font-family: "Poppins-Regular";
        margin-top: 45px;
        margin-left: 70px;
    }
    #main_text2 {
        width: 700px;
        color: #242f51;
        font-size: 60px;
        float: left;
        clear: both;
        font-family: "Poppins-SemiBold";
        margin-top: 10px;
        margin-left: 70px;
        line-height: 65px;
    }
    #join_button {
        display: inline-block;
        width: 200px;
        height: 66px;
        margin-top: 40px;
        margin-left: 70px;
        background: #ed1c24;
        border-radius: 50px;
        cursor: pointer;
        font-family: "Poppins-Bold";
        font-size: 18px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 66px;
        vertical-align: middle;
        text-decoration: none;

    }
    #logo_mobile{
        display: none;
    }

    

    #zasady {
        width: 1200px;
        height: 880px;
        margin: 0 auto;
    }

    #zasady_title {
        width: 1200px;
        color: #242f51;
        font-size: 60px;
        float: left;
        clear: both;
        text-align: center;
        font-family: "Poppins-SemiBold";
        margin-top: 170px;
    }

    .zasady_box {
        width: 300px;
        height: auto;
        float: left;
        margin-top: 90px;
    }

    #zasady_box1 {
        
    }

    #step1 {
        width: 98px;
        background: url('../images/zasady_img1.png');
        background-repeat: no-repeat;
        background-position:bottom;
        margin-left: 101px;
    }
    #step2 {
        width: 103px;
        background: url('../images/zasady_img2.png');
        background-repeat: no-repeat;
        background-position: bottom;
        margin-left: 99px;
    }
    #step3 {
        width: 103px;
        background: url('../images/zasady_img3.png');
        background-repeat: no-repeat;
        background-position: bottom;
        margin-left: 99px;
    }
    #step4 {
        width: 114px;
        background: url('../images/zasady_img4.png');
        background-repeat: no-repeat;
        background-position: bottom;
        margin-left: 92px;
    }
    .zasady_img{
        height: 131px;
    }
    .zasady_line{
        width: 147px;
        height: 1px;
        background: #b9b9b8;
        float: left;
        clear: both;
        margin-left: 76px;
        margin-top: 50px;
    }
    .zasady_text {
        width: 300px;
        text-align: center;
        margin-top: 30px;
        color: #242f51;
        font-size: 16px;
        float: left;
        font-family: "Poppins-Regular";
    }
	#rules_download{
		display: block;
        width: 200px;
        height: 66px;
		margin-left: 500px;
		float: left;
        margin-top: 45px;
        background: #ed1c24;
        border-radius: 50px;
        cursor: pointer;
        font-family: "Poppins-Bold";
        font-size: 18px;
        clear: both;
        color: white;
        text-align: center;
        line-height: 66px;
        vertical-align: middle;
		text-decoration: none;
        outline: 0;
        border: 0px;		
	}
    #wez-udzial {
        width: 1200px;
        height: 1350px;
        margin: 0 auto;
        background: #f5f5f5;
        border-radius: 50px;
    }

    #wez-udzial_title {
        width: 100%;
        text-align: center;
        color: #242f51;
        font-size: 50px;
        float: left;
        margin-top: 65px;
        font-family: "Poppins-SemiBold";
    }
    #data_form {
        width: 440px;
        height: auto;
        margin-top: 90px;
        float: left;
        margin-left: 115px;
    }

    #data_form_title {
        width: 100%;
        text-align: center;
        color: #242f51;
        font-size: 21px;
        float: left;
        font-family: "Poppins-SemiBold";
        margin-bottom: 70px;
    }
    .floating-label {
        position: relative;
        margin-bottom: 30px;
        width: 440px;
        float: left;
    }

    .floating-input {
        font-size: 18px;
        padding: 0px 0px;
        display: block;
        width: 100%;
        height: 30px;
        background-color: transparent;
        border: none;
        font-family: "Poppins-SemiBold";
        border-bottom: 1px solid #afafaf;
    }

    .floating-input:focus {
        outline: none;
        border-bottom: 2px solid #242f51;
    }

    .float_label {
        color: #999;
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        font-family: "Poppins-SemiBold";
        left: 0px;
        top: 4px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .floating-input:focus ~ label,
    .floating-input:not(:placeholder-shown) ~ label {
        top: -18px;
        font-size: 14px;
        color: #242f51;
    }

    /* active state */
    .floating-input:focus ~ .bar:before,
    .floating-input:focus ~ .bar:after {
        width: 50%;
    }

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .small_input {
        width: 210px;
        float: left;
    }

    .right {
        float: right;
    }
    #company_form {
        width: 440px;
        height: auto;
        margin-top: 90px;
        float: left;
        margin-left: 90px;
    }

    #company_form_title {
        width: 100%;
        text-align: center;
        color: #242f51;
        font-size: 21px;
        float: left;
        font-family: "Poppins-SemiBold";
        margin-bottom: 40px;
    }
    #place_form {
        width: 440px;
        height: auto;
        margin-top: 0px;
        float: left;
        margin-left: 115px;
    }

    #place_form_title {
        width: 100%;
        text-align: center;
        color: #242f51;
        font-size: 21px;
        float: left;
        font-family: "Poppins-SemiBold";
        margin-bottom: 70px;
    }
    #place2_form {
        width: 440px;
        height: auto;
        margin-top: 0px;
        float: left;
        margin-left: 90px;
    }

    #place2_form_title {
        width: 100%;
        text-align: center;
        color: #242f51;
        font-size: 21px;
        float: left;
        font-family: "Poppins-SemiBold";
        margin-bottom: 40px;
    }
    #shop_form {
        width: 970px;
        height: auto;
        margin-top: 0px;
        float: left;
        margin-left: 115px;
    }

    #shop_form_title {
        width: 100%;
        text-align: center;
        color: #242f51;
        font-size: 21px;
        float: left;
        font-family: "Poppins-SemiBold";
        margin-bottom: 40px;
    }
    .right2{
        margin-left: 90px;
    }
    .right3{
        margin-left: 20px;
    }
    #show_popup {
        width: 28px;
        height: 28px;
        background: url("../images/gdzie_jest_numer1.png");
        float: right;
        display: inline-block;
        margin-right: 30px;
        margin-top: -48px;
    }

    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }
    #checkbox_form {
        width: 970px;
        height: auto;
        margin-top: 20px;
        float: left;
        margin-left: 115px;
    }

    .clear_margin {
        margin-bottom: 0px;
    }

    .norm_check {
        width: 20px;
        height: 20px;
        float: left;
        margin-top: 0px;
    }

    .check_label {
        font-size: 14px;
        font-family: "Poppins-SemiBold";
        margin-top: 5px;
        margin-left: 20px;
        width: 930px;
        color: #242f51;
        float: left;
    }

    #data2 {
        clear: both;
    }

    #button_send {
        display: inline-block;
        width: 200px;
        height: 66px;
        margin-top: 50px;
        margin-left: 385px;
        background: #ed1c24;
        border-radius: 50px;
        cursor: pointer;
        font-family: "Poppins-Bold";
        font-size: 18px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 66px;
        vertical-align: middle;
        outline: 0;
        border: 0px;
    }

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

    #kontakt_title1 {
        width: 100%;
        text-align: center;
        color: #242f51;
        font-size: 60px;
        float: left;
        margin-top: 120px;
        font-family: "Poppins-SemiBold";
    }
    #kontakt_title2 {
        width: 100%;
        text-align: center;
        color: #242f51;
        font-size: 40px;
        float: left;
        margin-top: 10px;
        font-family: "Poppins-SemiBold";
    }

    .kontakt_box {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 278px;
        margin-top: 100px;
    }

    #email_icon {
        width: 56px;
        height: 43px;
        background: url('../images/contact_img.png');
        float: left;
    }

    #email_link {
        display: block;
        float: left;
        font-family: "Poppins-Regular";
        font-size: 16px;
        margin-top: 10px;
        margin-left: 20px;
        color: #242f51;
    }

    #phone_icon {
        width: 47px;
        height: 47px;
        background: url('../images/phone_img.png');
        float: left;
    }

    #phone_text {
        font-size: 16px;
        color: #242f51;
        float: left;
        font-family: "Poppins-Regular";
        text-align: center;
        margin-top: 15px;
        margin-left: 20px;
    }

    .box2 {
        margin-left: 145px;
    }

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

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

    #errors {
        width: 700px;
        background: white;
        border: 5px solid #242f51;
        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 {
        width: 100%;
        text-align: center;
        font-family: "Poppins-SemiBold";
        color: #c90219;
    }

    #errors ul {
        font-family: "Poppins-SemiBold";
        font-size: 18px;
        color: #c90219;
    }

    #errors ul li {
        margin-top: 15px;
    }

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

@media screen and (max-width: 1200px) and (min-width: 200px) {
    a[href^=tel] {
        text-decoration: inherit;
        color: inherit;
    }

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

    body {
        background: white;
        background-repeat: no-repeat;
        background-position: center top;
    }

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

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

    }

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

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

    /* 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: #f39eab;
        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: "Poppins-SemiBold";
        color: #cb9d5d;
        font-size: 26px;
        text-align: center;
        padding-top: 50px;
    }

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

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

    }

    #errors {
        width: 310px;
        background: white;
        border: 5px solid #242f51;
        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 {
        width: 100%;
        text-align: center;
        font-family: "Poppins-SemiBold";
        font-size: 18px;
        color: #c90219;
    }

    #errors ul {
        font-family: "Poppins-SemiBold";
        font-size: 14px;
        color: #c90219;
    }

    #errors ul li {
        margin-top: 15px;
    }

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

    #status {
        width: 80px;
        height: 50px;
        background: #f39eab;
        color: white;
        border-radius: 30px 0px 0px 30px;
        font-family: "Montserrat-Medium";
        text-align: center;
        padding-top: 10px;
        padding-left: 5px;
        font-size: 10px;
        position: fixed;
        right: 0px;
        cursor: pointer;
        top: 70px;
    }

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

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

    #positive_msg {
        width: 680px;
        height: auto;
        background: white;
        border: 5px solid #242f51;
        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: 95px;
        width: 671px;
        text-align: center;
        font-family: 'Poppins-SemiBold';
        margin: 0 auto;
        color: #242f51;
        font-size: 38px;
        margin-top: 40px;
    }

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

    #positive_small {
        font-size: 11px;
        display: block;
        margin-bottom: 40px;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 15px;
        right: 10px;
        height: 30px;
        width: 42px;
        z-index: 5;
        background: none;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 42px;
        height: 6px;
        top: 12px;
        margin-top: -1px;
        left: 0px;
        display: block;
        background: #242f51;
        transition: .5s;
        border-radius: 5px;
    }

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

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

    #nav_cross:hover {
        cursor: pointer;
    }

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

    #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 {
        height: 50px;
        opacity: 0;
        transition: .5s;
        transition-delay: 0s;
        cursor: pointer;
    }

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: #242f51;
        font-weight: 800;
        font-size: 20px;
        font-family: "Poppins-SemiBold";
        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;
    }
    #nav{
        display: none;
    }

    /* Animated menu end */
    #home {
        width: 320px;
        height: 470px;
        margin: 0 auto;
    }
    #main_img{
        background: url('../images/main_img.png');
        width: 97px;
        height: 97px;
        float: left;
        clear: both;
        margin-top: 40px;
        margin-left: 111px;
    }
    #main_text {
        width: 320px;
        color: #242f51;
        font-size: 12px;
        float: left;
        clear: both;
        text-align: center;
        font-family: "Poppins-Regular";
        margin-top: 25px;
        margin-left: 0px;
    }
    #main_text2 {
        width: 320px;
        color: #242f51;
        font-size: 30px;
        float: left;
        text-align: center;
        clear: both;
        font-family: "Poppins-SemiBold";
        margin-top: 5px;
        margin-left: 0px;
    }
    #join_button {
        display: inline-block;
        width: 200px;
        height: 66px;
        margin-top: 25px;
        margin-left: 60px;
        background: #ed1c24;
        border-radius: 50px;
        cursor: pointer;
        font-family: "Poppins-Bold";
        font-size: 18px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 66px;
        vertical-align: middle;
        text-decoration: none;

    }
    #logo_mobile{
        display: inline-block;
        width: 217px;
        height: 40px;
        background: url('../images/henkel_logo_mobile.png');
        margin-top: 50px;
        margin-left: 10px;
    }

    

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

    #zasady_title {
        width: 320px;
        color: #242f51;
        font-size: 30px;
        float: left;
        clear: both;
        text-align: center;
        font-family: "Poppins-SemiBold";
        margin-top: 40px;
    }

    .zasady_box {
        width: 300px;
        height: auto;
        float: left;
        margin-top: 60px;
    }

    #zasady_box1 {
        
    }

    #step1 {
        width: 98px;
        background: url('../images/zasady_img1.png');
        background-repeat: no-repeat;
        background-position:bottom;
        margin-left: 101px;
    }
    #step2 {
        width: 103px;
        background: url('../images/zasady_img2.png');
        background-repeat: no-repeat;
        background-position: bottom;
        margin-left: 99px;
    }
    #step3 {
        width: 103px;
        background: url('../images/zasady_img3.png');
        background-repeat: no-repeat;
        background-position: bottom;
        margin-left: 99px;
    }
    #step4 {
        width: 114px;
        background: url('../images/zasady_img4.png');
        background-repeat: no-repeat;
        background-position: bottom;
        margin-left: 92px;
    }
    .zasady_img{
        height: 131px;
    }
    .zasady_line{
        width: 147px;
        height: 1px;
        background: #b9b9b8;
        float: left;
        clear: both;
        margin-left: 76px;
        margin-top: 30px;
    }
    .zasady_text {
        width: 300px;
        text-align: center;
        margin-top: 30px;
        color: #242f51;
        font-size: 16px;
        float: left;
        font-family: "Poppins-Regular";
    }
	#rules_download{
		display: block;
        width: 200px;
        height: 66px;
		margin-left: 60px;
		float: left;
        margin-top: 45px;
        background: #ed1c24;
        border-radius: 50px;
        cursor: pointer;
        font-family: "Poppins-Bold";
        font-size: 18px;
        clear: both;
        color: white;
        text-align: center;
        line-height: 66px;
        vertical-align: middle;
		text-decoration: none;
        outline: 0;
        border: 0px;		
	}	
    #wez-udzial {
        width: 320px;
        height: 2650px;
        margin: 0 auto;
        background: #f5f5f5;
        border-radius: 50px;
    }

    #wez-udzial_title {
        width: 100%;
        text-align: center;
        color: #242f51;
        font-size: 30px;
        float: left;
        margin-top: 45px;
        font-family: "Poppins-SemiBold";
    }
    #data_form {
        width: 310px;
        height: auto;
        margin-top: 40px;
        float: left;
        margin-left: 10px;
    }

    #data_form_title {
        width: 300px;
        text-align: center;
        color: #242f51;
        font-size: 21px;
        float: left;
        font-family: "Poppins-SemiBold";
        margin-bottom: 40px;
    }
    .floating-label {
        position: relative;
        margin-bottom: 30px;
        width: 300px;
        float: left;
    }

    .floating-input {
        font-size: 18px;
        padding: 0px 0px;
        display: block;
        width: 100%;
        height: 30px;
        background-color: transparent;
        border: none;
        font-family: "Poppins-SemiBold";
        border-bottom: 1px solid #afafaf;
    }

    .floating-input:focus {
        outline: none;
        border-bottom: 2px solid #242f51;
    }

    .float_label {
        color: #999;
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        font-family: "Poppins-SemiBold";
        left: 0px;
        top: 4px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .floating-input:focus ~ label,
    .floating-input:not(:placeholder-shown) ~ label {
        top: -18px;
        font-size: 14px;
        color: #242f51;
    }

    /* active state */
    .floating-input:focus ~ .bar:before,
    .floating-input:focus ~ .bar:after {
        width: 50%;
    }

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #company_form {
        width: 310px;
        height: auto;
        margin-top: 40px;
        float: left;
        margin-left: 10px;
    }

    #company_form_title {
        width: 300px;
        text-align: center;
        color: #242f51;
        font-size: 21px;
        float: left;
        font-family: "Poppins-SemiBold";
        margin-bottom: 40px;
    }
    #place_form {
        width: 310px;
        height: auto;
        margin-top: 40px;
        float: left;
        margin-left: 10px;
    }

    #place_form_title {
        width: 300px;
        text-align: center;
        color: #242f51;
        font-size: 21px;
        float: left;
        font-family: "Poppins-SemiBold";
        margin-bottom: 40px;
    }
    #place2_form {
        width: 310px;
        height: auto;
        margin-top: 40px;
        float: left;
        margin-left: 10px;
    }

    #place2_form_title {
        width: 300px;
        text-align: center;
        color: #242f51;
        font-size: 20px;
        float: left;
        font-family: "Poppins-SemiBold";
        margin-bottom: 40px;
    }
    #shop_form {
        width: 310px;
        height: auto;
        margin-top: 40px;
        float: left;
        margin-left: 10px;
    }

    #shop_form_title {
        width: 300px;
        text-align: center;
        color: #242f51;
        font-size: 21px;
        float: left;
        font-family: "Poppins-SemiBold";
        margin-bottom: 40px;
    }
    .right2{
        margin-left: 0px;
    }
    .right3{
        margin-left: 0px;
    }
    #show_popup {
        width: 28px;
        height: 28px;
        background: url("../images/gdzie_jest_numer1.png");
        float: right;
        display: inline-block;
        margin-right: 30px;
        margin-top: -48px;
    }

    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }
    #checkbox_form {
        width: 310px;
        height: auto;
        margin-top: 20px;
        float: left;
        margin-left: 10px;
    }

    .clear_margin {
        margin-bottom: 0px;
    }

    .norm_check {
        width: 20px;
        height: 20px;
        float: left;
        margin-top: 0px;
    }

    .check_label {
        font-size: 14px;
        font-family: "Poppins-SemiBold";
        margin-top: 5px;
        margin-left: 20px;
        width: 250px;
        color: #242f51;
        float: left;
    }

    #data2 {
        clear: both;
    }

    #button_send {
        display: inline-block;
        width: 200px;
        height: 66px;
        margin-top: 50px;
        margin-left: 50px;
        background: #ed1c24;
        border-radius: 50px;
        cursor: pointer;
        font-family: "Poppins-Bold";
        font-size: 18px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 66px;
        vertical-align: middle;
        outline: 0;
        border: 0px;
    }

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

    #kontakt_title1 {
        width: 100%;
        text-align: center;
        color: #242f51;
        font-size: 30px;
        float: left;
        margin-top: 70px;
        font-family: "Poppins-SemiBold";
    }
    #kontakt_title2 {
        width: 200px;
        text-align: center;
        color: #242f51;
        font-size: 18px;
        float: left;
        margin-left: 60px;
        margin-top: 10px;
        font-family: "Poppins-SemiBold";
    }

    .kontakt_box {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 10px;
        margin-top: 40px;
    }

    #email_icon {
        width: 56px;
        height: 43px;
        background: url('../images/contact_img.png');
        float: left;
    }

    #email_link {
        display: block;
        float: left;
        font-family: "Poppins-Regular";
        font-size: 16px;
        margin-top: 10px;
        margin-left: 20px;
        color: #242f51;
    }

    #phone_icon {
        width: 47px;
        height: 47px;
        background: url('../images/phone_img.png');
        float: left;
    }

    #phone_text {
        font-size: 16px;
        color: #242f51;
        float: left;
        font-family: "Poppins-Regular";
        text-align: center;
        margin-top: 15px;
        margin-left: 29px;
    }

    .box2 {
        margin-top: 20px;
    }

}

@media screen and (max-width: 1100px) and (min-width: 720px) {

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

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

    #code_msg {
        width: 639px;
        height: 537px;
        background: #f39eab;
        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: 'Poppins-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 25px;
        text-transform: uppercase;
        margin-top: 60px;
        margin-bottom: 10px;
        font-weight: bold;
    }

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

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

    #code_text {
        width: 90%;
        font-family: 'Poppins-SemiBold';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
    }

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

    }

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

    #button_check {
        width: 177px;
        height: 46px;
        background: white;
        color: #f39eab;
        font-family: 'Poppins-SemiBold';
        text-align: center;
        border: 0px;
        font-size: 20px;
        cursor: pointer;
        margin-left: 200px;
        margin-top: 30px;
        margin-bottom: 0px;
        outline: 0px;
        float: left;
    }

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

    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #166ab0;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #166ab0;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: #166ab0;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #166ab0;
    }

    /* CODE WRAPPER END */
}

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

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

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

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

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

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

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

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

    #code_text {
        width: 290px;
        font-family: 'Poppins-SemiBold';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
    }

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

    }

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

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

    #response {
        width: 80%;
        height: 80px;
        margin: 0 auto;
        font-family: 'Poppins-SemiBold';
        color: white;
        font-size: 11px;
        line-height: 17px;
        cursor: auto;
        clear: both;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #166ab0;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #166ab0;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        color: #166ab0;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #166ab0;
    }

    /* 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: white;
        border: 5px solid #242f51;
        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: 'Poppins-SemiBold';
        margin: 0 auto;
        color: #242f51;
        font-size: 26px;
        margin-top: 54px;
    }

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

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