@charset "utf-8";

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

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

.close:hover {
    opacity: 1;
}

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

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

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

#phone_check {
    background: transparent;
    background-repeat: no-repeat;
    background-position: bottom;
    outline: 0;
    border: 5px solid black;
}

#paragon_check {
    background: transparent;
    background-repeat: no-repeat;
    background-position: bottom;
    outline: 0;
    border: 5px solid black;
}

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

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

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

.inputer:-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;
}

.text_active {
    color: black !important;
}
#instant_smartwatch_text_hidden{
	display: none;
}
#instant_smartwatch_text_hidden2{
	display: none;
}
@media screen and (max-width: 4500px) and (min-width: 1101px) {

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

    body {
        background: url('../images/main_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }

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

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

    }

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

    #popup > img {
        width: 400px;
    }

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

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

    }

    #popup2 {
        width: 700px;
        position: fixed;
        top: calc(50% - 300px);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup2 > img {
        width: 700px;
    }

    #navigation {
        display: none;
    }

    #logo_bielenda {
        width: 258px;
        height: 49px;
        background: url('../images/logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        margin-top: 18px;
        margin-left: 20px;
    }

    #nav_scrolled {
        width: 1100px;
        height: 90px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: fixed;
        background: white;
        z-index: 100;
    }

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

    #menu_scrolled {
        padding-left: 40px;
    }

    #nav_scrolled ul {
        float: left;
        margin-top: 23px;
        margin-left: 120px;
    }

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

    #nav_scrolled ul > li > a {
        display: block;
        font-family: "Montserrat-Bold";
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
        color: black;
        cursor: pointer;
    }

    #enter-menu-link {
        padding: 10px;
        color: white !important;
        background: black;
        border-radius: 6px;
    }

    #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: 960px;
        height: auto;
        background: #3CB4E7;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 290px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

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

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
        
    }
    #positive_win1{
        display: none;
    }
    #positive_win2{
        display: none;
    }
    #positive_nowin{
        display: none;
    }
    .positive_title {
        height: auto;
        width: 100%;
        text-align: center;
        font-family: "Montserrat-Bold";
        float: left;
        clear: both;
        color: white;
        font-size: 35px;
        margin-top: 0px;
    }

    .positive_text {
        width: 100%;
        font-family: "Montserrat-Bold";
        color: white;
        float: left;
        clear: both;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
    }
    .positive_img{
        width: 471px;
        height: 391.5px;
        background: url('../images/win_kosmetyk.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 245px;
        margin-top: -80px;
    }
    .positive_img2{
        width: 380px;
        height: 274px;
        background: url('../images/win_tablet.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 290px;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    
    .positive_text2 {
        width: 800px;
        font-family: "Montserrat-SemiBold";
        color: white;
        float: left;
        clear: both;
        margin-left: 80px;
        font-size: 16px;
        text-align: center;
        margin-top: -50px;
    }
    #positive_laureat_download1{
        background: #E20C6F;
        width: 340px;
        height: 50px;
        border-radius: 50px;
        float: left;
        clear: both;
        margin-left: 310px;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        font-family: "Montserrat-ExtraBold";
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #positive_laureat_download2{
        background: #E20C6F;
        width: 250px;
        height: 50px;
        border-radius: 50px;
        float: left;
        clear: both;
        margin-left: 355px;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        font-family: "Montserrat-ExtraBold";
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #positive_close_button{
        background: #E20C6F;
        width: 250px;
        height: 50px;
        border-radius: 50px;
        float: left;
        clear: both;
        margin-left: 355px;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        font-family: "Montserrat-ExtraBold";
        margin-top: 20px;
        margin-bottom: 40px;
    }
    /* 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: #E20C6F;
        border: 3px solid black;
        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 {
        width: 14px;
        height: 14px;
        float: right;
        margin-right: 20px;
        margin-top: 20px;
        cursor: pointer;
    }

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

    #code_title2 {
        height: 55px;
        width: 350px;
        text-align: center;
        font-family: 'CitrusGothic';
        margin: 0 auto;
        color: black;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #code_title3 {
        height: 45px;
        width: 350px;
        text-align: center;
        font-family: 'CitrusGothic';
        margin: 0 auto;
        color: black;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 40px;
    }

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

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

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

    #button_check {
        width: 177px;
        height: 46px;
        background: black;
        font-size: 18px;
        border: 0px;
        color: #E20C6F;
        font-family: "CitrusGothic";
        cursor: pointer;
        margin-left: 200px;
        margin-top: 30px;
        margin-bottom: 0px;
        float: left;
    }

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

    }

    /* CODE WRAPPER END */
    #status {
        width: 300px;
        height: 135px;
        background: url('../images/status.png');
        position: fixed;
        z-index: 1;
        right: -60px;
        top: 100px;
        cursor: pointer;
    }

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

    #home_bg {
        width: 982px;
        height: 379px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 119px;
        margin-left: 30px;
    }

    #join {
        display: inline-block;
        width: 270px;
        height: 88px;
        margin-left: 609px;
        margin-top: 435px;
        background: #E20C6F;
        color: white;
        float: left;
        clear: both;
        border-radius: 50px;
        font-family: "Montserrat-Bold";
        text-transform: uppercase;
        font-size: 28px;
        line-height: 85px;
        text-align: center;
        cursor: pointer;
    }

    #nagrody {
        width: 1100px;
        height: 1070px;
        margin: 0 auto;
    }

    #nagrody_bg {
        width: 1100px;
        height: 1055px;
        background: url('../images/nagrody_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 90px;
        margin-left: 0px;
    }

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

    #zasady_bg {
        width: 1100px;
        height: 786px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: -20px;
        display: inline-block;
    }

    #rules_download {
        display: inline-block;
        width: 260px;
        height: 56px;
        margin-left: 797px;
        margin-top: 388px;
        background: #E20C6F;
        color: white;
        float: left;
        clear: both;
        font-family: "Montserrat-Bold";
        text-transform: uppercase;
        border-radius: 50px;
        font-size: 18px;
        line-height: 56px;
        text-align: center;
        cursor: pointer;
    }



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

    #wez-udzial_bg {
        width: 384px;
        height: 68px;
        background: url('../images/wez-udzial_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 358px;
        margin-top: 90px;
    }

    #main_form {
        width: 1000px;
        height: auto;
        margin-top: 20px;
        float: left;
        margin-left: 50px;
    }

    #main_form2 {
        width: 1000px;
        height: auto;
        margin-left: 50px;
        padding-top: 100px;
        margin-top: 220px;
        float: left;
        color: white;
        font-family: "CitrusGothic";
        font-size: 42px;
        text-align: center;
    }

    .label_form {
        width: 255px;
        text-align: center;
        color: #ffe000;
        font-size: 20px;
        font-family: "CitrusGothic";
        float: left;
        clear: both;
        margin-top: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .inputer {
        width: 429px;
        height: 67px;
        font-family: "Montserrat-Bold";
        font-size: 18px;
        background: none;
        outline: 0;
        border: 2px solid white;
        color: white;
        float: left;
        padding: 0px;
        padding-top: 3px;
        padding-left: 20px;
        margin-top: 28px;
        margin-left: 30px;
    }

    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: "Montserrat-Bold";
            background: none;
        }
    }

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

    .styled-select1 {
        width: 449px;
        height: 70px;
        overflow: hidden;
        background: transparent url('../images/arrow.png') no-repeat;
        background-position: 400px 25px;
        margin-top: 0px;
        float: left;
        margin-left: 30px;
        margin-top: 28px;
        border: 2px solid white;
    }

    .styled-select1 select {
        background: transparent;
        width: 449px;
        font-size: 20px;
        padding-left: 20px;
        height: 70px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Montserrat-Bold";
        font-weight: 300;
        font-size: 24px;
        color: white;
        outline: none;
    }

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

    #show_popup1 {
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        background: #E20C6F;
        color: white;
        font-family: "Montserrat-Bold";
        font-weight: 700;
        font-size: 10px;
        display: inline-block;
        text-align: center;
        border-radius: 5px;
        float: left;
        margin-left: -110px;
        margin-top: 74px;
    }

    #show_popup2 {
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        background: #E20C6F;
        color: white;
        font-family: "Montserrat-Bold";
        font-weight: 700;
        font-size: 10px;
        display: inline-block;
        text-align: center;
        border-radius: 5px;
        float: left;
        margin-left: -110px;
        margin-top: 74px;
    }

    #show_popup3 {
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        background: #E20C6F;
        color: white;
        font-family: "Montserrat-Bold";
        font-weight: 700;
        font-size: 10px;
        display: inline-block;
        text-align: center;
        border-radius: 5px;
        float: left;
        margin-left: -110px;
        margin-top: 74px;
    }

    #show_popup4 {
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        background: black;
        color: white;
        font-family: "Montserrat-Bold";
        font-weight: 700;
        font-size: 10px;
        display: inline-block;
        text-align: center;
        border-radius: 5px;
        float: left;
        margin-left: -97px;
        margin-top: 76px;
    }

    #rules_download2 {
        display: inline-block;
        width: 251px;
        height: 51px;
        margin-left: 0px;
        margin-top: 0px;
        background: url('../images/button2.jpg');
        color: #E20C6F;
        font-family: "CitrusGothic";
        text-transform: uppercase;
        font-size: 28px;
        line-height: 51px;
        text-align: center;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 32px -12px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 0px 0px 32px -12px rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 32px -12px rgba(255, 255, 255, 0.5);
        margin-bottom: 20px;
    }

    .check_label {
        font-size: 14px;
        font-family: "Montserrat-Regular";
        font-weight: 300;
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 30px;
        display: inline-block;
        cursor: pointer;
        min-height: 38px;
        padding-left: 55px;
        margin-top: 0px;
        width: 855px;
        color: black;
        float: left;
        padding-top: 5px;
        margin-bottom: 0px;
    }

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

    #check_up {
        margin-top: 40px;
        padding-top: 11px;
    }

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

    #shield_text {
        width: 930px;
        height: auto;
        color: white;
        font-size: 14px;
        font-family: "Montserrat-Regular";
        font-weight: 300;
        margin-left: 30px;
        margin-top: 30px;
        float: left;
    }

    #captcha {
        width: 230px;
        height: 65px;
        float: left;
        margin-top: 45px;
        margin-left: 30px;
    }

    #button_send {
        display: inline-block;
        width: 242px;
        height: 75px;
        margin-right: 35px;
        margin-top: 42px;
        margin-bottom: 30px;
        background: #E20C6F;
        color: white;
        font-family: "Montserrat-Bold";
        text-transform: uppercase;
        font-size: 24px;
        border-radius: 50px;
        text-align: center;
        cursor: pointer;
        float: right;
        outline: 0;
        border: 0px;
    }

    #error {
        position: relative;
        width: 900px;
        color: red;
        background: white;
        height: 50px;
        margin-left: 80px;
        margin-top: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        border: 3px solid red;
        font-family: "CitrusGothic";
    }

    #zwyciezcy {
        width: 1100px;
        height: 950px;
        margin: 0 auto;
    }

    #zwyciezcy_bg {
        width: 305px;
        height: 68px;
        background: url('../images/laureaci_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 397.5px;
        margin-top: 35px;
        display: inline-block;
    }

    #zwyciezcy_border {
        width: 1096px;
        height: 700px;
        border: 2px solid white;
        margin-left: 0px;
        margin-top: 30px;
        display: inline-block;
    }

    #zwyciezcy_title1 {
        color: white;
        font-size: 20px;
        font-family: "Montserrat-Bold";
        float: left;
        clear: both;
        margin-top: 55px;
        margin-left: 65px;
        position: relative;
        border-bottom: 5px solid transparent;
        padding-bottom: 13px;
        z-index: 2;
        cursor: pointer;
    }

    .border_active {
        border-bottom: 5px solid #E20C6F !important;
    }

    .text_active {
        color: white !important;
    }

    #zwyciezcy_title2 {
        color: white;
        font-size: 20px;
        font-family: "Montserrat-Bold";
        text-align: center;
        float: left;
        margin-top: 55px;
        margin-left: 55px;
        position: relative;
        border-bottom: 5px solid transparent;
        padding-bottom: 13px;
        z-index: 2;
        cursor: pointer;
    }

    #zwyciezcy_title3 {
        width: 350px;
        color: white;
        font-size: 20px;
        font-family: "Montserrat-Bold";
        text-align: center;
        float: right;
        margin-top: 55px;
        margin-right: 50px;
        position: relative;
        border-bottom: 5px solid transparent;
        padding-bottom: 13px;
        z-index: 2;
        cursor: pointer;
    }

    #glowna_before_win {}

    #zwyciezcy_glowna_box {
        width: 1096px;
        height: 572px;
        float: left;
        clear: both;
        margin-left: 0px;
    }

    #glowna_img {
        width: 443.5px;
        height: 292.5px;
        background: url('../images/nagroda1.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 105px;
        margin-top: 82px;
        position: relative;
        z-index: 1;
    }

    #glowna_text1 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        clear: both;
        color: white;
        font-size: 28px;
        width: 1100px;
        margin-top: 50px;
        margin-left: 0px;
        text-align: center;
    }

    #glowna_text1_after {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        color: #004796;
        font-size: 28px;
        width: 230px;
        margin-top: 125px;
        margin-left: 140px;
        text-align: center;
    }

    #glowna_after_win {
        display: none;
    }

    #glowna_text2 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        clear: both;
        color: white;
        font-size: 18px;
        width: 1100px;
        margin-top: 10px;
        margin-left: 0px;
        text-align: center;
    }

    #glowna_text2_after {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        color: black;
        font-size: 20px;
        width: 290px;
        line-height: 35px;
        margin-top: 35px;
        margin-left: 110px;
        text-align: center;
    }

    #glowna_form_button {
        width: 200px;
        height: 45px;
        background: #E20C6F;
        float: left;
        clear: both;
        border-radius: 50px;
        color: white;
        text-align: center;
        line-height: 45px;
        font-family: "Montserrat-Bold";
        font-size: 12px;
        margin-left: 450px;
        margin-top: 50px;
    }

    #glowna_text3_after {
        font-family: "Montserrat-SemiBold";
        float: left;
        clear: both;
        color: white;
        font-size: 19px;
        width: 100%;
        margin-top: 25px;
        margin-left: 0px;
        text-align: center;
    }

    #glowna_text4_after {
        font-family: "Montserrat-SemiBold";
        float: left;
        clear: both;
        color: white;
        font-size: 15px;
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
        text-align: center;
    }

    #zwyciezcy_tygodniowa_box {
        width: 1096px;
        height: 572px;
        float: left;
        clear: both;
        margin-left: 0px;
        display: none;
    }

    #zwyciezcy_instant_box {
        display: none;
    }

    #wyniki_kalendarz {
        width: 320px;
        height: 338px;
        background: #F2F2F2;
        float: left;
        clear: both;
        margin-top: 70px;
        margin-left: 60px;
    }

    #calendar_top_box {
        width: 100%;
        height: 42px;
        background: #E20C6F;
        float: left;
        clear: both;
    }

    #calendar_arrow_left {
        width: 11px;
        height: 17px;
        background: url('../images/arrow_left_mini.png');
        float: left;
        clear: both;
        margin-top: 13px;
        margin-left: 18px;
        cursor: pointer;
    }

    #calendar_month {
        width: 262px;
        font-size: 18px;
        font-family: "Montserrat-Bold";
        font-weight: 500;
        line-height: 42px;
        color: white;
        float: left;
        text-align: center;
    }

    #calendar_arrow_right {
        width: 11px;
        height: 17px;
        background: url('../images/arrow_right_mini.png');
        float: right;
        margin-top: 13px;
        margin-right: 18px;
        cursor: pointer;
    }

    #calendar_box_label {
        width: 100%;
        height: 42px;
        background: white;
        float: left;
        clear: both;
        margin-left: 0px;
    }

    .calendar_label {
        width: 45.7px;
        height: 42px;
        font-size: 16px;
        font-family: "Montserrat-Bold";
        font-weight: 300;
        color: black;
        float: left;
        text-align: center;
        line-height: 42px;
    }

    #calendar_box_days {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
    }

    #calendar_box_days2 {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
        display: none;
    }

    #calendar_box_days3 {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
        display: none;
    }

    .calendar_days_non_active {
        width: 45.7px;
        height: 42px;
        font-size: 16px;
        font-family: "Montserrat-Regular";
        font-weight: 300;
        color: #D7D7D7;
        float: left;
        text-align: center;
        line-height: 42px;
    }

    .calendar_days {
        width: 45.7px;
        height: 42px;
        font-size: 16px;
        font-family: "Montserrat-Regular";
        font-weight: 300;
        color: black;
        float: left;
        text-align: center;
        line-height: 42px;
        cursor: pointer;
    }

    .calendar_days:hover {
        background-color: #E20C6F;
        color: white;
    }

    .calendar_day_active {
        background-color: #E20C6F;
        color: white;
    }

    .mrg0 {
        margin-left: 0px;
    }

    #instant_before_win {}

    #instant_before_text1 {
        font-size: 28px;
        font-family: "Montserrat-Bold";
        font-weight: 500;
        color: white;
        float: left;
        margin-top: 185px;
        margin-left: 85px;
    }

    #instant_before_text2 {
        width: 380px;
        font-size: 18px;
        font-family: "Montserrat-SemiBold";
        font-weight: 500;
        text-align: center;
        color: white;
        float: left;
        margin-left: 150px;
        margin-top: 20px;
    }

    #instant_after_win {
        display: none;
    }

    #instant_text1 {
        font-family: "Montserrat-Bold";
        font-size: 28px;
        color: #004796;
        float: left;
        width: 410px;
        text-align: center;
        margin-top: 90px;
        margin-left: 160px;
    }

    #instant_text2 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        color: black;
        font-size: 20px;
        width: 200px;
        line-height: 35px;
        margin-top: 35px;
        margin-left: 65px;
        text-align: center;
    }

    #instant_text3 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        color: black;
        font-size: 20px;
        width: 200px;
        line-height: 35px;
        margin-top: 35px;
        margin-left: 0px;
        text-align: center;
    }

    #instant_text4 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        color: black;
        font-size: 20px;
        width: 200px;
        line-height: 35px;
        margin-top: 35px;
        margin-left: 0px;
        text-align: center;
    }

    #instant_form_button2 {
        width: 200px;
        height: 45px;
        background: #E20C6F;
        float: left;
        clear: both;
        border-radius: 50px;
        color: white;
        text-align: center;
        line-height: 45px;
        font-family: "Montserrat-Bold";
        font-size: 12px;
        margin-left: 450px;
        margin-top: 15px;
    }

    #instant_text5 {
        font-family: "Montserrat-SemiBold";
        font-size: 19px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }

    #instant_text6 {
        font-family: "Montserrat-SemiBold";
        font-size: 15px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    #zwyciezcy_smartwatch_box {
        display: none;
    }

    #smartwatch_img {
        width: 534px;
        height: 384px;
        background: url('../images/nagroda2.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-top: 50px;
        margin-left: 60px;
    }

    #instant_smartwatch_before_win {}

    #instant_smartwatch_before_text1 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        clear: both;
        color: white;
        font-size: 28px;
        width: 1100px;
        margin-top: 30px;
        margin-left: 0px;
        text-align: center;
    }

    #instant_smartwatch_before_text2 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        clear: both;
        color: white;
        font-size: 18px;
        width: 1100px;
        margin-top: 10px;
        margin-left: 0px;
        text-align: center;
    }


    #instant_smartwatch_after_win {
        display: none;
    }

    #instant_smartwatch_text1 {
        font-family: "Montserrat-Bold";
        font-size: 28px;
        color: #004796;
        float: left;
        width: 410px;
        text-align: center;
        margin-top: 60px;
    }

    #instant_smartwatch_text2 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        color: black;
        font-size: 20px;
        width: 205px;
        line-height: 35px;
        margin-top: 35px;
        margin-left: 0px;
        text-align: center;
    }

    #instant_smartwatch_text3 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        color: black;
        font-size: 20px;
        width: 205px;
        line-height: 35px;
        margin-top: 35px;
        margin-left: 0px;
        text-align: center;
    }

    #instant_smartwatch_left {
        width: 23px;
        height: 12px;
        float: left;
        clear: both;
        background: url('../images/arrow_left.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 760px;
        margin-top: -40px;
    }

    #instant_smartwatch_right {
        width: 23px;
        height: 12px;
        float: right;
        background: url('../images/arrow_right.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 260px;
        margin-top: -40px;
    }

    #instant_form_button {
        width: 200px;
        height: 45px;
        background: #E20C6F;
        float: left;
        clear: both;
        border-radius: 50px;
        color: white;
        text-align: center;
        line-height: 45px;
        font-family: "Montserrat-Bold";
        font-size: 12px;
        margin-left: 450px;
        margin-top: 15px;
    }

    #instant_smartwatch_text4 {
        font-family: "Montserrat-SemiBold";
        font-size: 19px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }

    #instant_smartwatch_text5 {
        font-family: "Montserrat-SemiBold";
        font-size: 15px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

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

    #kontakt_bg {
        width: 716px;
        height: 145px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        margin-left: 192px;
    }

    #kontakt_address {
        width: 130px;
        display: block;
        color: white;
        font-family: "Montserrat-Regular";
        font-size: 14px;
        text-align: center;
        float: left;
        margin-top: -18px;
        margin-left: 102px;
    }

    #kontakt_phone {
        display: block;
        color: white;
        font-family: "Montserrat-Regular";
        font-size: 14px;
        float: left;
        margin-top: 50px;
        margin-left: 265px;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "Montserrat-Regular";
        font-size: 14px;
        margin-top: 50px;
        margin-left: 83px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "Montserrat-Regular";
        font-size: 14px;
        margin-top: 0px;
        margin-left: 497px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #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: 700px;
        background: #cc333a;
        border: 5px solid white;
        border-radius: 25px;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 25px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Myriad Pro Bold";
        color: white;
    }

    #errors ul {
        font-family: "Myriad Pro Bold";
        font-size: 18px;
        color: white;
    }

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

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

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

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

    body {
        background: url('../images/mobile_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }

    @supports (-webkit-touch-callout: none) {

        input,
        textarea,
        select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0;
            background-image: none;
        }
    }

    /* 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;
        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;
    }

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

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

    }

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

    #popup2 > img {
        width: 320px;
    }

    /* 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: #cc333a;
        border: 5px solid white;
        border-radius: 25px;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: 20px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Myriad Pro Bold";
        font-size: 18px;
        color: white;
    }

    #errors ul {
        font-family: "Myriad Pro Bold";
        font-size: 12px;
        color: white;
    }

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

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


    /* Errors END*/
    #status {
        width: 300px;
        height: 135px;
        background: url('../images/status.png');
        transform: scale(0.5);
        position: fixed;
        z-index: 1;
        right: -110px;
        top: 45px;
        cursor: pointer;
        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: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 320px;
        height: auto;
        background: #3CB4E7;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 30px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 20px;
        height: 20px;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
        
    }

    #positive_win1{
        display: none;
    }
    #positive_win2{
       display: none;
    }
    #positive_nowin{
        display: none;
    }
    .positive_title {
        height: auto;
        width: 90%;
        text-align: center;
        font-family: "Montserrat-Bold";
        float: left;
        clear: both;
        color: white;
        font-size: 25px;
        margin-top: 30px;
        margin-left: 5%;
    }

    .positive_text {
        width: 90%;
        margin-left: 5%;
        font-family: "Montserrat-Bold";
        color: white;
        float: left;
        clear: both;
        font-size: 17px;
        text-align: center;
        margin-top: 10px;
    }
    .positive_img{
        width: 294px;
        height: 244px;
        background: url('../images/win_kosmetyk_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 13px;
        margin-top: -55px;
        margin-bottom: 20px;
    }
    .positive_img2{
        width: 282px;
        height: 202px;
        background: url('../images/win_tablet_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 19px;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    
    .positive_text2 {
        width: 300px;
        font-family: "Montserrat-SemiBold";
        color: white;
        float: left;
        clear: both;
        margin-left: 10px;
        font-size: 13px;
        text-align: center;
        margin-top: -50px;
    }
    #positive_laureat_download1{
        background: #E20C6F;
        width: 280px;
        height: 50px;
        border-radius: 50px;
        float: left;
        clear: both;
        margin-left: 20px;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 13px;
        font-family: "Montserrat-ExtraBold";
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #positive_laureat_download2{
        background: #E20C6F;
        width: 250px;
        height: 50px;
        border-radius: 50px;
        float: left;
        clear: both;
        margin-left: 35px;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        font-family: "Montserrat-ExtraBold";
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #positive_close_button{
        background: #E20C6F;
        width: 160px;
        height: 50px;
        border-radius: 50px;
        float: left;
        clear: both;
        margin-left: 80px;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        font-family: "Montserrat-ExtraBold";
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #nav_scrolled {
        display: none;
    }

    #logo_bielenda_mobile {
        width: 144px;
        height: 27px;
        background: url('../images/logo_mobile.png');
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        margin-top: 20.5px;
        margin-left: 10px;
    }

    #navigation {
        width: 320px;
        height: 68px;
        background: white;
        position: fixed;
        z-index: 3;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: absolute;
        top: 12px;
        right: 10px;
        height: 44px;
        width: 44px;
        z-index: 5;
        background: white;
        border-radius: 100px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 20px;
        height: 3px;
        top: 21px;
        margin-top: -1px;
        left: 12px;
        display: block;
        background: black;
        border-radius: 5px;
        transition: .5s;
    }

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

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

    #nav_cross:hover {
        cursor: pointer;
    }

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

    }

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

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

    #burger ~ nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
    }

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

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

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: black;
        font-weight: 800;
        font-size: 22px;
        font-family: "Montserrat-Bold";
        font-weight: 500;
        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;
    }

    #join_mobile {
        display: inline-block;
        width: 160px;
        height: 44px;
        margin-left: 10px;
        margin-top: 9px;
        background: black;
        color: white;
        float: left;
        clear: both;
        border-radius: 6px;
        font-family: "Montserrat-Bold";
        font-weight: 500;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 44px;
        text-align: center;
        cursor: pointer;
    }

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

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

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

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

    /* Animated menu end */

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

    #home_bg {
        width: 253px;
        height: 357px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 116px;
        margin-left: 33.5px;
        display: inline-block;
    }

    #join {
        display: inline-block;
        width: 190px;
        height: 62px;
        margin-left: 32px;
        margin-top: 195px;
        background: #E20C6F;
        color: white;
        float: left;
        clear: both;
        border-radius: 50px;
        font-family: "Montserrat-Bold";
        text-transform: uppercase;
        font-size: 20px;
        line-height: 62px;
        text-align: center;
        cursor: pointer;
    }

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

    #nagrody_bg {
        width: 320px;
        height: 1024px;
        background: url('../images/nagrody_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 70px;
        margin-left: 0px;
        display: inline-block;
    }

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

    #zasady_bg {
        width: 297px;
        height: 996.5px;
        background: url('../images/zasady_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 70px;
        margin-left: 11.5px;
        display: inline-block;
    }

    #rules_download {
        display: inline-block;
        width: 260px;
        height: 56px;
        margin-left: 19px;
        margin-top: 675px;
        background: #E20C6F;
        color: white;
        float: left;
        clear: both;
        border-radius: 50px;
        font-family: "Montserrat-Bold";
        text-transform: uppercase;
        font-size: 18px;
        line-height: 56px;
        text-align: center;
        cursor: pointer;
    }



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

    #wez-udzial_bg {
        width: 206px;
        height: 37px;
        background: url('../images/wez-udzial_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 70px;
        margin-left: 57px;
        display: inline-block;
    }

    #main_form {
        width: 320px;
        height: auto;
        margin-top: 0px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 320px;
        height: 1420px;
        margin: 0 auto;
        padding-top: 100px;
        color: white;
        font-family: "CitrusGothic";
        font-size: 28px;
        text-align: center;
    }

    .label_form {
        width: 255px;
        text-align: center;
        color: #ffe000;
        font-size: 20px;
        font-family: "CitrusGothic";
        float: left;
        clear: both;
        margin-top: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .inputer {
        width: 270px;
        height: 70px;
        font-family: "Montserrat-Bold";
        font-weight: 300;
        font-size: 14px;
        background: none;
        outline: 0;
        border: 2px solid white;
        color: white;
        float: left;
        padding: 0px;
        padding-left: 20px;
        margin-top: 10px;
        margin-left: 13px;
    }

    #faktura {
        display: none;
    }

    #name {
        margin-top: 20px;
    }

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

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

    .styled-select1 {
        width: 290px;
        height: 70px;
        overflow: hidden;
        background: transparent url('../images/arrow.png') no-repeat;
        background-position: 245px 25px;
        margin-top: 0px;
        float: left;
        margin-left: 9px;
        margin-top: 19px;
        border: 2px solid #E20C6F;
    }

    .styled-select1 select {
        background: transparent;
        width: 290px;
        font-size: 20px;
        padding-left: 20px;
        height: 70px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Montserrat-Bold";
        font-weight: 300;
        font-size: 14px;
        color: black;
        outline: none;
    }

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

    #show_popup1 {
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        background: #E20C6F;
        color: white;
        font-family: "Montserrat-Bold";
        font-weight: 700;
        font-size: 10px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        float: left;
        margin-left: -110px;
        margin-top: 55px;
    }

    #show_popup2 {
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        background: #E20C6F;
        color: white;
        font-family: "Montserrat-Bold";
        font-weight: 700;
        font-size: 10px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        float: left;
        margin-left: -110px;
        margin-top: 55px;
    }

    #show_popup3 {
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        background: #E20C6F;
        color: white;
        font-family: "Montserrat-Bold";
        font-weight: 700;
        font-size: 10px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        float: left;
        margin-left: -110px;
        margin-top: 55px;
    }

    @supports (-webkit-touch-callout: none) {
        #show_popup1 {
            padding: 10px;
            padding-bottom: 5px;
            padding-top: 5px;
            background: #E20C6F;
            color: white;
            font-family: "Montserrat-Bold";
            font-weight: 700;
            font-size: 10px;
            display: inline-block;
            text-align: center;
            border-radius: 50px;
            float: left;
            margin-left: -110px;
            margin-top: 55px;
        }

        #show_popup2 {
            padding: 10px;
            padding-bottom: 5px;
            padding-top: 5px;
            background: #E20C6F;
            color: white;
            font-family: "Montserrat-Bold";
            font-weight: 700;
            font-size: 10px;
            display: inline-block;
            text-align: center;
            border-radius: 50px;
            float: left;
            margin-left: -110px;
            margin-top: 55px;
        }

        #show_popup3 {
            padding: 10px;
            padding-bottom: 5px;
            padding-top: 5px;
            background: #E20C6F;
            color: white;
            font-family: "Montserrat-Bold";
            font-weight: 700;
            font-size: 10px;
            display: inline-block;
            text-align: center;
            border-radius: 50px;
            float: left;
            margin-left: -110px;
            margin-top: 55px;
        }

    }

    #rules_download2 {
        display: inline-block;
        width: 251px;
        height: 51px;
        margin-left: 0px;
        margin-top: 0px;
        background: url('../images/button2.jpg');
        color: #E20C6F;
        font-family: "CitrusGothic";
        text-transform: uppercase;
        font-size: 28px;
        line-height: 51px;
        text-align: center;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 32px -12px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 0px 0px 32px -12px rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 32px -12px rgba(255, 255, 255, 0.5);
        margin-bottom: 20px;
    }

    .check_label {
        font-size: 14px;
        font-family: "Montserrat-Regular";
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 13px;
        display: inline-block;
        cursor: pointer;
        min-height: 38px;
        padding-left: 55px;
        margin-top: 25px;
        width: 238px;
        color: black;
        float: left;
        padding-top: 0px;
        margin-bottom: 0px;
    }

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

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

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

    #shield_text {
        width: 294px;
        height: auto;
        color: white;
        font-size: 13px;
        font-family: "Montserrat-Regular";
        font-weight: 300;
        margin-left: 13px;
        margin-top: 25px;
        float: left;
    }

    @supports (-webkit-touch-callout: none) {
        .check_label {
            font-size: 14px;
            font-family: "Montserrat-Regular";
            font-weight: 300;
            background: url("../images/checkbox.png");
            background-repeat: no-repeat;
            margin-left: 13px;
            display: inline-block;
            cursor: pointer;
            min-height: 38px;
            padding-left: 55px;
            margin-top: 30px;
            width: 220px;
            color: black;
            float: left;
            padding-top: 0px;
            margin-bottom: 0px;
        }

        #shield_text {
            width: 294px;
            height: auto;
            color: white;
            font-size: 13px;
            font-family: "Montserrat-Regular";
            margin-left: 13px;
            margin-top: 25px;
            float: left;
        }
    }

    #captcha {
        width: 230px;
        height: 65px;
        float: left;
        margin-top: 30px;
        margin-left: 10px;
    }

    #button_send {
        display: inline-block;
        width: 240px;
        height: 75px;
        margin-right: 40px;
        margin-top: 35px;
        background: #E20C6F;
        color: white;
        font-family: "Montserrat-Bold";
        text-transform: uppercase;
        font-size: 28px;
        border-radius: 50px;
        text-align: center;
        cursor: pointer;
        float: right;
        outline: 0;
        border: 0px;
    }

    #error {
        position: relative;
        width: 900px;
        color: red;
        background: white;
        height: 50px;
        margin-left: 80px;
        margin-top: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        border: 3px solid red;
        font-family: "CitrusGothic";
    }

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

    #zwyciezcy_bg {
        width: 162px;
        height: 37px;
        display: inline-block;
        background: url('../images/laureaci_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 79px;
        margin-top: 70px;
    }

    #zwyciezcy_box_mobile {
        width: 320px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 15px;
    }

    #zwyciezcy_title1 {
        width: 312px;
        height: 70px;
        line-height: 70px;
        background: transparent;
        color:white;
        font-size: 16px;
        font-family: "Montserrat-Bold";
        float: left;
        clear: both;
        margin-top: 10px;
        margin-left: 2px;
        position: relative;
        text-align: center;
        border: 2px solid #E20C6F;
        z-index: 2;
        cursor: pointer;
    }

    .border_active {
        background: #E20C6F !important;
        color: white !important;
    }

    #zwyciezcy_title2 {
        width: 312px;
        height: 70px;
        line-height: 70px;
        background: transparent;
        color: white;
        font-size: 16px;
        font-family: "Montserrat-Bold";
        float: left;
        clear: both;
        margin-top: 5px;
        margin-left:2px;
        position: relative;
        text-align: center;
        border: 2px solid #E20C6F;
        z-index: 2;
        cursor: pointer;
    }

    #zwyciezcy_title3 {
        width: 312px;
        height: 53px;
        padding-top: 17px;
        background: transparent;
        color: white;
        font-size: 16px;
        font-family: "Montserrat-Bold";
        float: left;
        clear: both;
        margin-top: 5px;
        margin-left: 2px;
        position: relative;
        text-align: center;
        border: 2px solid #E20C6F;
        z-index: 2;
        cursor: pointer;
    }

    #zwyciezcy_line {
        display: none;
    }

    #zwyciezcy_glowna_box {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
        margin-left: 0px;
    }

    #glowna_img {
        width: 283.5px;
        height: 187px;
        background: url('../images/nagroda1_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 17px;
        margin-top: 30px;
        position: relative;
        z-index: 1;
    }

    #glowna_before_win {}

    #glowna_text1 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        clear: both;
        color: white;
        font-size: 22px;
        width: 320px;
        margin-top: 50px;
        margin-left: 0px;
        text-align: center;

    }

    #glowna_text2 {
        font-family: "Montserrat-SemiBold";
        font-weight: 500;
        float: left;
        clear: both;
        color: white;
        font-size: 16px;
        width: 320px;
        margin-top: 30px;
        margin-left: 0px;
        text-align: center;

    }

    #glowna_after_win {
        display: none;
    }

    #glowna_text1_after {
        font-family: "Montserrat-SemiBold";
        font-weight: 500;
        float: left;
        clear: both;
        color: #004796;
        font-size: 24px;
        width: 320px;
        margin-top: 50px;
        margin-left: 0px;
        text-align: center;
    }

    #glowna_text2_after {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        clear: both;
        color: black;
        font-size: 14px;
        width: 320px;
        line-height: 40px;
        margin-top: 40px;
        margin-left: 0px;
        text-align: center;
    }
    #glowna_form_button {
        width: 200px;
        height: 45px;
        background: #E20C6F;
        float: left;
        clear: both;
        border-radius: 50px;
        color: white;
        text-align: center;
        line-height: 45px;
        font-family: "Montserrat-Bold";
        font-size: 12px;
        margin-left: 60px;
        margin-top: 50px;
    }
    #glowna_text3_after {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        clear: both;
        color: white;
        font-size: 19px;
        width: 320px;
        line-height: 23px;
        margin-top: 35px;
        margin-left: 0px;
        text-align: center;
    }
    #glowna_text4_after {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        float: left;
        clear: both;
        color:white;
        font-size: 15px;
        width: 280px;
        line-height: 19px;
        margin-top: 25px;
        margin-left: 20px;
        text-align: center;
    }
    #zwyciezcy_instant_box {
        display: none;
    }

    #wyniki_kalendarz {
        width: 282px;
        height: auto;
        background: #F2F2F2;
        float: left;
        clear: both;
        margin-top: 15px;
        margin-left: 19px;
    }

    #calendar_top_box {
        width: 282px;
        height: 37px;
        background: #E20C6F;
        float: left;
        clear: both;
    }

    #calendar_arrow_left {
        width: 11px;
        height: 17px;
        background: url('../images/arrow_left_mini.png');
        float: left;
        clear: both;
        margin-top: 11px;
        margin-left: 15px;
        cursor: pointer;
    }

    #calendar_month {
        width: 230px;
        font-size: 15px;
        font-family: "Montserrat-Bold";
        font-weight: 500;
        line-height: 37px;
        color: white;
        float: left;
        text-align: center;
    }

    #calendar_arrow_right {
        width: 11px;
        height: 17px;
        background: url('../images/arrow_right_mini.png');
        float: right;
        margin-top: 11px;
        margin-right: 15px;
        cursor: pointer;
    }

    #calendar_box_label {
        width: 100%;
        height: 37px;
        background: white;
        float: left;
        clear: both;
        margin-left: 0px;
    }

    .calendar_label {
        width: 40.28px;
        height: 37px;
        font-size: 13px;
        font-family: "Montserrat-Bold";
        font-weight: 300;
        color: black;
        float: left;
        text-align: center;
        line-height: 37px;
    }

    #calendar_box_days {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
    }

    #calendar_box_days2 {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
        display: none;
    }

    #calendar_box_days3 {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
        display: none;
    }

    .calendar_days_non_active {
        width: 40.28px;
        height: 37px;
        font-size: 14px;
        font-family: "Montserrat-Regular";
        font-weight: 300;
        color: #D7D7D7;
        float: left;
        text-align: center;
        line-height: 37px;
    }

    .calendar_days {
        width: 40.28px;
        height: 37px;
        font-size: 14px;
        font-family: "Montserrat-Regular";
        font-weight: 300;
        color: black;
        float: left;
        text-align: center;
        line-height: 37px;
        cursor: pointer;
    }

    .calendar_days:hover {
        background-color: #E20C6F;
        color: white;
    }

    .calendar_day_active {
        background-color: #E20C6F;
        color: white;
    }

    .mrg0 {
        margin-left: 0px;
    }

    #instant_before_win {
    }


    #instant_before_text1 {
        width: 290px;
        font-size: 24px;
        font-family: "Montserrat-Bold";
        font-weight: 500;
        color: white;
        float: left;
        text-align: center;
        margin-top: 50px;
        margin-left: 15px;
    }

    #instant_before_text2 {
        width: 290px;
        font-size: 16px;
        font-family: "Montserrat-SemiBold";
        font-weight: 500;
        text-align: center;
        color: white;
        float: left;
        margin-left: 15px;
        margin-top: 40px;
    }

    #instant_after_win {
    }
    #instant_text1 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        color: #004796;
        float: left;
        clear: both;
        width: 290px;
        margin-left: 15px;
        text-align: center;
        margin-top: 30px;
    }

    #instant_text2 {
        font-family: "Montserrat-SemiBold";
        font-weight: 500;
        font-size: 14px;
        color: black;
        float: left;
        clear: both;
        width: 160px;
        line-height: 20px;
        text-align: center;
        margin-top: 20px;
    }
    #instant_text3 {
        font-family: "Montserrat-SemiBold";
        font-weight: 500;
        font-size: 14px;
        color: black;
        float: left;
        clear: both;
        width: 320px;
        line-height: 20px;
        text-align: center;
        margin-top: 0px;
    }
    #instant_text4 {
        font-family: "Montserrat-SemiBold";
        font-weight: 500;
        font-size: 14px;
        color: black;
        float: right;
        width: 160px;
        line-height: 20px;
        text-align: center;
        margin-top: -180px;
    }
    #instant_form_button2 {
        width: 200px;
        height: 45px;
        background: #E20C6F;
        float: left;
        clear: both;
        border-radius: 50px;
        color: white;
        text-align: center;
        line-height: 45px;
        font-family: "Montserrat-Bold";
        font-size: 12px;
        margin-left: 60px;
        margin-top: 25px;
    }
    #instant_text5 {
        font-family: "Montserrat-SemiBold";
        font-size: 19px;
        line-height: 23px;
        color: white;
        float: left;
        width: 280px;
        margin-left: 20px;
        text-align: center;
        margin-top: 20px;
    }
    #instant_text6 {
        font-family: "Montserrat-SemiBold";
        font-size: 15px;
        line-height: 19px;
        color: white;
        float: left;
        width: 280px;
        margin-left: 20px;
        text-align: center;
        margin-top: 20px;
    }
    #zwyciezcy_smartwatch_box {
        display: none;
    }

    #smartwatch_select {
        margin-left: 13px;
        margin-top: 30px;
    }

    #smartwatch_select > select {
        font-weight: bold;
    }

    #smartwatch_img {
        width: 296px;
        height: 212px;
        background: url('../images/nagroda2_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-top: 30px;
        margin-left: 12px;
    }

    #instant_smartwatch_before_win {}

    #instant_smartwatch_before_text1 {
        width: 290px;
        font-size: 23px;
        font-family: "Montserrat-Bold";
        font-weight: 500;
        color: white;
        float: left;
        text-align: center;
        margin-top: 30px;
        margin-left: 15px;
    }

    #instant_smartwatch_before_text2 {
        width: 290px;
        font-size: 16px;
        font-family: "Montserrat-Bold";
        font-weight: 500;
        text-align: center;
        color: white;
        float: left;
        margin-left: 15px;
        margin-top: 20px;
    }

    #instant_smartwatch_after_win {
        display: none;
    }

    #instant_smartwatch_text1 {
        font-family: "Montserrat-Bold";
        font-weight: 500;
        font-size: 24px;
        line-height: 38px;
        color: #004796;
        float: left;
        clear: both;
        width: 320px;
        margin-left: 0px;
        text-align: center;
        margin-top: 10px;
    }

    #instant_smartwatch_text2 {
        font-family: "Montserrat-SemiBold";
        font-weight: 500;
        font-size: 14px;
        color: black;
        float: left;
        clear: both;
        width: 160px;
        margin-left: 0px;
        line-height: 35px;
        text-align: center;
        margin-top: 20px;
    }
    #instant_smartwatch_text3 {
        font-family: "Montserrat-SemiBold";
        font-weight: 500;
        font-size: 14px;
        line-height: 35px;
        color: black;
        float: left;
        width: 160px;
        margin-left: 0px;
        text-align: center;
        margin-top: 20px;
    }
    #instant_smartwatch_left {
        width: 23px;
        height: 12px;
        float: left;
        clear: both;
        background: url('../images/arrow_left.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 120px;
        margin-top: 20px;
    }

    #instant_smartwatch_right {
        width: 23px;
        height: 12px;
        float: right;
        background: url('../images/arrow_right.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 120px;
        margin-top: 20px;
    }
    #instant_form_button {
        width: 200px;
        height: 45px;
        background: #E20C6F;
        float: left;
        clear: both;
        border-radius: 50px;
        color: white;
        text-align: center;
        line-height: 45px;
        font-family: "Montserrat-Bold";
        font-size: 12px;
        margin-left: 60px;
        margin-top: 35px;
    }
    #instant_smartwatch_text4 {
        font-family: "Montserrat-SemiBold";
        font-size: 19px;
        line-height: 23px;
        color: white;
        float: left;
        width: 280px;
        margin-left: 20px;
        text-align: center;
        margin-top: 30px;
    }
    #instant_smartwatch_text5 {
        font-family: "Montserrat-SemiBold";
        font-size: 15px;
        line-height: 19px;
        color: white;
        float: left;
        width: 280px;
        margin-left: 20px;
        text-align: center;
        margin-top: 30px;
    }

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

    #kontakt_bg {
        width: 290px;
        height: 125px;
        display: inline-block;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 15px;
        margin-top: 70px;
    }

    #kontakt_address {
        width: 130px;
        display: block;
        color: white;
        font-family: "Montserrat-Regular";
        font-size: 14px;
        text-align: center;
        float: left;
        margin-top: 30px;
        margin-left: 95px;
    }

    #kontakt_phone {
        width: 320px;
        display: block;
        color: white;
        font-family: "Montserrat-Regular";
        font-size: 14px;
        float: left;
        margin-top: 25px;
        text-align: center;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "Montserrat-Regular";
        font-size: 14px;
        margin-top: 30px;
        margin-left: 75px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "Montserrat-Regular";
        font-size: 14px;
        margin-top: 0px;
        margin-left: 109px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #rules_download3 {
        display: inline-block;
        width: 174px;
        height: 38px;
        margin-left: 71px;
        margin-top: -75px;
        background: white;
        border: 2px solid black;
        color: black;
        float: left;
        clear: both;
        font-family: "Montserrat-Bold";
        text-transform: uppercase;
        border-radius: 10px;
        font-size: 17px;
        line-height: 34px;
        text-align: center;
        cursor: pointer;
    }

}

@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: #E20C6F;
        border: 3px solid black;
        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 {
        width: 14px;
        height: 14px;
        float: right;
        margin-right: 20px;
        margin-top: 20px;
        cursor: pointer;
    }

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

    #code_title2 {
        height: 55px;
        width: 350px;
        text-align: center;
        font-family: 'CitrusGothic';
        margin: 0 auto;
        color: black;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #code_title3 {
        height: 45px;
        width: 350px;
        text-align: center;
        font-family: 'CitrusGothic';
        margin: 0 auto;
        color: black;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 40px;
    }

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

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

    }

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

    #button_check {
        width: 177px;
        height: 46px;
        background: black;
        border: 0px;
        color: #E20C6F;
        font-size: 18px;
        font-family: "CitrusGothic";
        cursor: pointer;
        margin-left: 200px;
        margin-top: 30px;
        margin-bottom: 0px;
        float: left;
    }

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

    }

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

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

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

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

    /* 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: 97%;
        height: 460px;
        background: #E20C6F;
        border: 5px solid black;
        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 {
        width: 14px;
        height: 14px;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
    }

    #code_title {
        height: 35px;
        width: 260px;
        text-align: center;
        font-family: 'CitrusGothic';
        margin: 0 auto;
        color: black;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 35px;
    }

    #code_title2 {
        height: 35px;
        width: 280px;
        text-align: center;
        font-family: 'CitrusGothic';
        margin: 0 auto;
        color: black;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 15px;
    }

    #code_title3 {
        height: 35px;
        width: 280px;
        text-align: center;
        font-family: 'CitrusGothic';
        margin: 0 auto;
        color: black;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 10px;
    }

    #code_text {
        width: 290px;
        font-family: 'CitrusGothic';
        color: black;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    #email_check {
        width: 270px;
        height: 50px;
        background: none;
        color: black;
        border-width: 0 0 5px 0;
        border-color: black;
        margin-left: 0px;
        font-size: 18px;
        margin-top: 0px;
        text-align: center;
        padding: 0px;
        outline: 0;

    }

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

    #button_check {
        width: 177px;
        height: 46px;
        background: black;
        color: #E20C6F;
        font-family: "CitrusGothic";
        border: 0px;
        font-size: 18px;
        cursor: pointer;
        margin-left: 60px;
        margin-top: 20px;
        margin-bottom: 15px;
        float: left;
    }

    #response {
        width: 80%;
        height: 80px;
        margin: 0 auto;
        margin-top: 5px;
        font-family: 'CitrusGothic';
        color: black;
        font-size: 15px;
        line-height: 17px;
        cursor: auto;
        clear: both;
    }

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

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

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

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

    /* CODE WRAPPER END */
}
