@charset "utf-8";

a:visited,
a:link,
a:active {
    color: inherit;
    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: #93CBF0;
}

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

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

.purple-close {
    opacity: 0.6;
}

.purple-close:before,
.purple-close:after {
    background-color: #93CBF0 !important;
}

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

.inputer::-moz-placeholder {
    /* Firefox 19+ */
    color: #3B2774;
}

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

.inputer:-moz-placeholder {
    /* Firefox 18- */
    color: #3B2774;
}

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

.form_input::-moz-placeholder {
    /* Firefox 19+ */
    color: #3B2774;
}

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

.form_input:-moz-placeholder {
    /* Firefox 18- */
    color: #3B2774;
}

.text_active {
    color: black !important;
}

.orange {
    color: #ea8c38;
}

.blue-force {
    color: #93CBF0 !important;
}

#shield_rules {
    color: inherit;
}

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

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

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

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

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

    }

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

    #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 {
        width: 151px;
        height: 73px;
        background: url('../images/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-top: 13.5px;
        margin-left: 0px;
    }

    #nav_scrolled {
        width: 100%;
        height: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: fixed;
        background: #7D69AC;
        z-index: 100;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.42);
    }

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

    #menu_scrolled {}

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

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

    #nav_scrolled ul > li > a {
        display: block;
        font-family: "Congenial";
        font-size: 20px;
        text-decoration: none;
        color: white;
        cursor: pointer;
        padding: 8px;
        padding-top: 12px;
    }

    #nav_scrolled ul > li > a:hover {
        background: #93CBF0;
        border-radius: 50px;
        color: #3B2774;
    }

    #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: 890px;
        height: auto;
        background: #7D69AC;
        border-radius: 50px;
        position: fixed;
        border: 5px solid #3B2774;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

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

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

    #positive_win {
        
    }

    .positive_title {
        height: auto;
        width: 100%;
        text-align: center;
        font-family: "Congenial";
        color: white;
        float: left;
        clear: both;
        font-size: 35px;
        line-height: 52px;
        margin-top: 45px;
    }

    .positive_text {
        width: 70%;
        font-family: "Congenial";
        color: white;
        font-size: 34px;
        line-height: 48px;
        font-weight: 800;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 15%;
        float: left;
        clear: both;
    }
    #positive_img{
        width: 216px;
        height: 268px;
        float: left;
        clear: both;
        margin-left: 337px;
        margin-top: 10px;
    }
    .positive_text2 {
        width: 100%;
        font-family: "Congenial";
        color: white;
        font-size: 24px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
        float: left;
        clear: both;
    }

    .positive_text3 {
        width: 90%;
        font-family: "Congenial";
        color: white;
        font-size: 24px;
        line-height: 30px;
        margin-left: 5%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
        float: left;
        clear: both;
    }

    .positive_text4 {
        width: 80%;
        margin-left: 10%;
        font-family: "Congenial";
        color: white;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        float: left;
        clear: both;
        margin-bottom: 70px;
        margin-top: 30px;
    }

    #positive_lose {
        display: none;
    }

    #custom_error_wrapper {
        position: absolute;
        z-index: 55000;
    }

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

    #custom_error_msg {
        width: 1090px;
        height: auto;
        background: #7D69AC;
        border: 5px solid #3B2774;
        position: fixed;
        border-radius: 50px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 269px);
        z-index: 10000000;
        display: block;

    }

    #custom_error_ok {
        width: 14px;
        height: 14px;
        float: right;
        margin-right: 25px;
        margin-top: 20px;
        cursor: pointer;
    }

    #custom_error_text {
        width: 100%;
        text-align: center;
        font-family: 'Congenial';
        float: left;
        clear: both;
        color: white;
        font-size: 25px;
        text-transform: uppercase;
        margin-top: 60px;
        margin-bottom: 100px;
    }

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

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

    #code_msg {
        width: 890px;
        height: 530px;
        background: #7D69AC;
        border: 5px solid #3B2774;
        position: fixed;
        border-radius: 61px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 269px);
        z-index: 10000000;
        display: block;

    }

    #code_ok {
        width: 14px;
        height: 14px;
        float: right;
        margin-right: 30px;
        margin-top: 20px;
        cursor: pointer;
    }

    #code_title {
        height: 35px;
        width: 100%;
        text-align: center;
        font-family: 'Congenial';
        float: left;
        clear: both;
        color: white;
        font-size: 34px;
        margin-top: 50px;
        margin-bottom: 10px;
    }

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

    #email_check {
        width: 400px;
        height: 70px;
        background: white;
        color: #3B2774;
        font-size: 20px;
        border: 0px;
        border-radius: 50px;
        font-family: 'Congenial';
        float: left;
        clear: both;
        padding: 0px;
        padding-left: 20px;
        margin: 0px;
        margin-left: 235px;
        margin-top: 30px;
        outline: 0;
    }

    #code_check {
        width: 400px;
        height: 70px;
        background: white;
        color: #3B2774;
        font-size: 20px;
        border: 0px;
        border-radius: 50px;
        font-family: 'Congenial';
        float: left;
        clear: both;
        padding: 0px;
        padding-left: 20px;
        margin: 0px;
        margin-left: 235px;
        margin-top: 30px;
        outline: 0;
    }

    #button_check {
        width: 270px;
        height: 70px;
        background: #93CBF0;
        float: left;
        clear: both;
        border-radius: 100px;
        text-align: center;
        line-height: 75px;
        color: #3B2774;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 32px;
        margin-left: 310px;
        margin-top: 30px;
        cursor: pointer;
        box-shadow: 0px 7px 15px rgba(92, 75, 133, 0.83);
        border: 0px;
        outline: 0;
    }

    #response {
        width: 800px;
        height: 100px;
        font-family: 'Congenial';
        color: white;
        margin-left: 45px;
        font-size: 18px;
        line-height: 22px;
        cursor: auto;
        float: left;
        clear: both;
        padding-top: 20px;

    }

    /* CODE WRAPPER END */
    #status {
        width: 160px;
        height: 53px;
        background:#93CBF0;
        border-radius: 50px 0px 0px 50px;
        position: fixed;
        font-family: 'Congenial';
        font-weight: 800;
        color: #3B2774;
        font-size: 18px;
        line-height: 20px;
        padding-top: 16px;
        text-align: center;
        z-index: 1;
        right: 0px;
        top: 115px;
        cursor: pointer;
    }

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

    #home_text1 {
        font-size: 54px;
        font-family: "Congenial";
        float: left;
        clear: both;
        margin-top: 180px;
        color: white;
        font-weight: 800;
    }

    #home_logo {
        width: 268px;
        height: 130px;
        float: left;
        clear: both;
        margin-left: 130px;
        margin-top: 10px;
    }

    #home_czekolady {
        width: 471px;
        height: 114.5px;
        float: left;
        clear: both;
        margin-left: 22px;
        margin-top: 30px;
    }

    #home_text2 {
        width: 370px;
        font-size: 30px;
        line-height: 35px;
        font-family: "Congenial";
        text-align: center;
        float: left;
        clear: both;
        margin-top: 20px;
        margin-left: 70px;
        color: white;
        font-weight: 800;
    }

    #join {
        width: 270px;
        height: 70px;
        background: #93CBF0;
        float: left;
        clear: both;
        border-radius: 100px;
        text-align: center;
        line-height: 75px;
        color: #3B2774;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 32px;
        margin-left: 120px;
        margin-top: 30px;
        cursor: pointer;
        box-shadow: 0px 7px 15px rgba(92, 75, 133, 0.83);
    }

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

    #nagrody_title {
        width: 100%;
        font-family: "Congenial";
        font-weight: 800;
        text-align: center;
        font-size: 60px;
        color: white;
        margin-top: 110px;
        display: inline-block;
    }

    #nagrody_box1 {
        width: 965px;
        height: 274px;
        border: 4px solid #93CBF0;
        border-radius: 37px;
        margin-left: 45px;
        margin-top: 50px;
        padding-left: 45px;
        float: left;
        clear: both;
    }

    #nagrody1_title {
        width: 300px;
        color: #93CBF0;
        font-size: 45px;
        font-family: "Congenial";
        background: #7D69AC;
        float: left;
        clear: both;
        margin-top: -25px;
        margin-left: 305px;
        font-weight: 800;
        text-align: center;
    }

    .nagroda_inner {
        float: left;
        margin-top: 75px;
    }

    .nagrody1_text1 {
        color: white;
        font-size: 55px;
        font-family: "Congenial";
        font-weight: 800;
        float: left;
        clear: both;
    }

    .nagrody1_x1 {
        width: 38px;
        height: 38px;
        float: left;
        margin-top: 10px;
    }

    .nagrody1_text2 {
        width: 280px;
        color: white;
        font-size: 30px;
        font-family: "Congenial";
        font-weight: 800;
        line-height: 35px;
        margin-top: 5px;
        float: left;
        clear: both;
    }

    .nagrody1_img1 {
        width: 174px;
        height: 174px;
        float: left;
        margin-top: -95px;
        margin-left: -37px;
        margin-right: 40px;
    }

    .nagrody1_img2 {
        width: 174px;
        height: 174px;
        float: left;
        margin-top: -95px;
    }

    #nagrody_box2 {
        width: 480px;
        height: 302px;
        border: 4px solid #93CBF0;
        border-radius: 37px;
        margin-left: 284px;
        margin-top: 50px;
        padding-left: 44px;
        float: left;
        clear: both;
    }

    #nagrody2_title {
        width: 390px;
        color: #93CBF0;
        font-size: 45px;
        font-family: "Congenial";
        background: #7D69AC;
        float: left;
        clear: both;
        margin-top: -25px;
        margin-left: 23px;
        font-weight: 800;
        text-align: center;
    }

    .nagrody2_text1 {
        color: white;
        font-size: 55px;
        font-family: "Congenial";
        font-weight: 800;
        float: left;
        clear: both;
    }

    .nagrody2_text2 {
        width: 200px;
        color: white;
        font-size: 30px;
        font-family: "Congenial";
        font-weight: 800;
        line-height: 35px;
        margin-top: 5px;
        float: left;
        clear: both;
    }

    .nagrody2_img1 {
        width: 206px;
        height: 258px;
        float: left;
        margin-top: -115px;
        margin-left: 20px;
        margin-right: 0px;
    }

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

    #zasady_title {
        font-family: "Congenial";
        font-size: 60px;
        font-weight: 800;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 110px;
    }

    #zasady_box1 {
        width: 290px;
        height: 296px;
        border-radius: 37px;
        background: white;
        float: left;
        margin-left: 80px;
        margin-top: 65px;
        box-shadow: 0px 10px 17px rgba(57, 34, 97, 0.34);
    }

    #zasady_box2 {
        width: 290px;
        height: 296px;
        border-radius: 37px;
        background: white;
        float: left;
        margin-left: 35px;
        margin-top: 65px;
        box-shadow: 0px 10px 17px rgba(57, 34, 97, 0.34);
    }

    #zasady_box3 {
        width: 290px;
        height: 296px;
        border-radius: 37px;
        background: white;
        float: left;
        margin-left: 35px;
        margin-top: 65px;
        box-shadow: 0px 10px 17px rgba(57, 34, 97, 0.34);
    }

    #zasady_box1_img {
        width: 254px;
        height: 64.5px;
        float: left;
        clear: both;
        margin-left: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #zasady_box2_img {
        width: 117px;
        height: 110px;
        float: left;
        clear: both;
        margin-left: 86.5px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #zasady_box3_img {
        width: 99px;
        height: 125.5px;
        float: left;
        clear: both;
        margin-left: 95.5px;
        margin-top: 10px;
    }

    .zasady_box_text1 {
        font-family: "Congenial";
        font-weight: 800;
        font-size: 18px;
        color: #3B2774;
        float: left;
        clear: both;
        text-align: center;
        width: 250px;
        line-height: 21px;
        margin-left: 20px;
        margin-top: 0px;
    }

    .zasady_box_text2 {
        font-family: "Congenial";
        font-size: 40px;
        font-weight: 800;
        color: #3B2774;
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        margin-left: 0px;
        margin-top: 25px;
        text-transform: uppercase;
    }

    #rules_download {
        width: 270px;
        height: 70px;
        background: #93CBF0;
        float: left;
        clear: both;
        border-radius: 100px;
        text-align: center;
        line-height: 75px;
        color: #3B2774;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 32px;
        margin-left: 415px;
        margin-top: 50px;
        cursor: pointer;
        box-shadow: 0px 7px 15px rgba(92, 75, 133, 0.83);
    }

    #zasady_bottom_text {
        font-family: "Congenial";
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: white;
        float: left;
        clear: both;
        width: 70%;
        margin-left: 15%;
        margin-top: 40px;
    }

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

    #wez-udzial_inner {
        width: 1010px;
        height: 680px;
        ;
        margin-top: 0px;
        border: 4px solid #93CBF0;
        float: left;
        border-radius: 37px;
        margin-left: 45px;
        margin-top: 140px;
    }

    #wez-udzial_title {
        font-family: "Congenial";
        font-size: 60px;
        font-weight: 800;
        color: white;
        float: left;
        clear: both;
        width: 400px;
        text-align: center;
        background: #3B2774;
        margin-top: -29px;
        margin-left: 305px;
    }

    #main_form {
        width: 900px;
        height: auto;
        margin-top: 30px;
        float: left;
        margin-left: 55px;
    }

    #main_form2 {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 150px;
        float: left;
        color: white;
        font-family: "Congenial";
        font-size: 42px;
        text-align: center;
    }

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

    .inputer {
        width: 400px;
        height: 70px;
        font-family: "Congenial";
        font-size: 18px;
        background: white;
        border-radius: 50px;
        outline: 0;
        border: 0px;
        color: #3B2774;
        float: left;
        padding: 0px;
        padding-top: 0px;
        padding-left: 20px;
        margin-top: 25px;
        margin-left: 0px;
    }

    @-webkit-keyframes autofill {
        to {
            color: #3B2774;
            font-family: "Congenial";
            background: none;
        }
    }

    #email {
        margin-left: 60px;
    }

    input:-webkit-autofill {
        color: #3B2774;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

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

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

    #reg {
        float: left;
        clear: both;
        font-family: "Congenial";
        font-size: 18px;
        color: white;
        margin-top: 30px;

    }

    #rules_download2 {
        display: inline-block;
        border: 0px;
        cursor: pointer;
        font-family: "Congenial";
        font-size: 18px;
        margin-right: 5px;
        text-decoration: underline;
        float: left;
        clear: both;
        color: white;
    }

    .switch2 {
        position: relative;
        display: inline-block;
        width: 63px;
        height: 30px;
        float: left;
        margin-left: 0px;
    }

    .switch2 input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider2 {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #D5D5D5;
        box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.08);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider2:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        top: 4px;
        background: white;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.31);
    }

    input:checked + .slider2 {
        background: #93CBF0;
    }


    input:checked + .slider2:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px);
        background: white;
        left: 16px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slider2.round2 {
        border-radius: 34px;
    }

    .slider2.round2:before {
        border-radius: 50%;
    }

    .data_box2 {
        width: 900px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 25px;
    }

    .data_label2 {
        width: 800px;
        color: white;
        font-size: 18px;
        line-height: 24px;
        font-family: "Congenial";
        float: left;
        margin-left: 20px;
        margin-top: 5px;
    }

    .box2 {
        margin-top: 15px;
    }

    #button_send {
        width: 270px;
        height: 70px;
        background: #93CBF0;
        float: left;
        clear: both;
        border-radius: 100px;
        text-align: center;
        line-height: 75px;
        color: #3B2774;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 32px;
        margin-left: 315px;
        margin-top: 35px;
        cursor: pointer;
        box-shadow: 0px 7px 15px rgba(92, 75, 133, 0.83);
        outline: 0;
        border: 0px;
    }

    #shield {
        width: 900px;
        height: auto;
        font-family: "congenial";
        float: left;
        clear: both;
        color: #93CBF0;
        line-height: 20px;
        font-size: 14px;
        margin-top: 45px;
    }

    #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: "Congenial";
    }
    #produkty {
        width: 1100px;
        height: 570px;
        margin: 0 auto;
    }

    #produkty_title {
        font-family: "Congenial";
        font-size: 60px;
        font-weight: 800;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 110px;
    }
    #produkty_czekolada1{
        width: 450px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 50px;
        margin-top: 70px;
    }
    #produkty_czekolada1 > img{
        max-width: 450px;
        height: auto;
        float: left;
        clear: both;
    }
    #produkty_czekolada2{
        width: 450px;
        height: auto;
        float: right;
        margin-right: 50px;
        margin-top: 70px;
    }
    #produkty_czekolada2 > img{
        max-width: 450px;
        height: auto;
        float: left;
        clear: both;
    }
    #czekolada1_allegro{
        width: 138px;
        height: 41px;
        background: url('../images/button_allegro.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 75px;
        margin-top: 20px;
    }
    #czekolada1_slodycze{
        width: 138px;
        height: 41px;
        background: url('../images/button_slodycze.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-left: 24px;
        margin-top: 20px;
    }
    #czekolada2_allegro{
        width: 138px;
        height: 41px;
        background: url('../images/button_allegro.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 75px;
        margin-top: 20px;
    }
    #czekolada2_slodycze{
        width: 138px;
        height: 41px;
        background: url('../images/button_slodycze.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-left: 24px;
        margin-top: 20px;
    }
    #kontakt {
        width: 1100px;
        height: 680px;
        margin: 0 auto;
    }

    #kontakt_title {
        font-family: "Congenial";
        font-size: 60px;
        font-weight: 800;
        color: #3f2679;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 110px;
    }

    #kontakt_text1 {
        font-family: "congenial";
        font-size: 26px;
        color: #3f2679;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 45px;
    }

    #kontakt_box1 {
        width: 220px;
        height: 220px;
        float: left;
        background: white;
        border-radius: 36px;
        margin-top: 50px;
        margin-left: 180px;
    }

    #kontakt_box1_img {
        width: 132px;
        height: 122px;
        margin-left: 44px;
        margin-top: 26px;
    }

    #kontakt_box1_phone {
        font-family: "Congenial";
        font-size: 20px;
        color: #3B2774;
        width: 100%;
        text-align: center;
        float: left;
        line-height: 30px;
        clear: both;
        margin-top:-15px;
    }

    #kontakt_box2 {
        width: 220px;
        height: 220px;
        float: left;
        background: white;
        border-radius: 36px;
        margin-top: 50px;
        margin-left: 40px;
    }

    #kontakt_box2_img {
        width: 106px;
        height: 114px;
        margin-left: 57px;
        margin-top: 26px;
    }

    #kontakt_box2_email {
        font-family: "Congenial";
        font-size: 20px;
        color: #3B2774;
        width: 100%;
        text-align: center;
        line-height: 30px;
        float: left;
        clear: both;
        margin-top: -7px;
    }

    #kontakt_box2_link {
        font-family: "Congenial";
        font-size: 20px;
        color: #3B2774;
        width: 100%;
        text-align: center;
        line-height: 30px;
        float: left;
        clear: both;
        margin-top: 0px;
    }

    #kontakt_box3 {
        width: 220px;
        height: 220px;
        float: left;
        background: white;
        border-radius: 36px;
        margin-top: 50px;
        margin-left: 40px;
    }

    #kontakt_box3_img {
        width:170.5px;
        height: 109px;
        margin-left: 25px;
        margin-top: 40px;
    }

    #kontakt_box3_address {
        font-family: "Congenial";
        font-size: 20px;
        line-height: 30px;
        color: #3B2774;
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        margin-top: -16px;
        margin-left: 0px;
    }

    #kontakt_logo {
        width: 124px;
        height: 60px;
        float: left;
        clear: both;
        background: url('../images/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 75px;
    }

    #kontakt_cookies {
        font-family: "Congenial";
        font-size: 20px;
        color: white;
        float: left;
        margin-top: 94px;
        margin-left: 235px;
    }

    #kontakt_polityka {
        font-family: "Congenial";
        font-size: 20px;
        color: white;
        float: left;
        margin-top: 94px;
        margin-left: 40px;
    }

    #kontakt_back {
        width: 112px;
        height: 43px;
        float: right;
        background: url('../images/arrow_up.png');
        background-repeat: no-repeat;
        background-position: 100px;
        border: 2px solid white;
        display: block;
        border-radius: 50px;
        color: white;
        font-size: 16px;
        font-family: "Congenial";
        line-height: 46px;
        padding-left: 20px;
        margin-top: 77px;
        cursor: pointer;
    }

    #kontakt_text3 {
        font-family: "congenial";
        font-size: 20px;
        color: #3f2679;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 58px;
    }

    #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: 6340px;
        margin: 0px;
        padding: 0px;
    }

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

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

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

    }

    #popup {
        width: 320px;
        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: 90px;
        height: 34px;
        background: #93CBF0;
        border-radius: 50px 0px 0px 50px;
        position: fixed;
        font-family: 'Congenial';
        color: #3B2774;
        font-size: 10px;
        line-height: 12px;
        padding-top: 12px;
        text-align: center;
        z-index: 1;
        right: 0px;
        top: 80px;
        cursor: pointer;
    }

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

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -25px;
        margin-top: 10px;
    }

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

    #positive_win {
        
    }

    .positive_title {
        height: auto;
        width: 100%;
        float: left;
        clear: both;
        text-align: center;
        font-family: "Congenial";
        color: white;
        font-size: 20px;
        line-height: 31px;
        margin-top: -40px;
    }

    .positive_text {
        width: 94%;
        font-family: "Congenial";
        color: white;
        font-size: 19px;
        line-height: 26px;
        font-weight: 800;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 0px;
        margin-left: 3%;
        float: left;
        clear: both;
    }
    #positive_img{
        width: 167px;
        height: 208px;
        margin-left: 61.5px;
        float: left;
        clear: both;
        margin-top: 10px;
    }
    .positive_text2 {
        width: 100%;
        font-family: "Congenial";
        color: white;
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0px;
        float: left;
        clear: both;
    }

    .positive_text3 {
        width: 82%;
        font-family: "Congenial";
        color: white;
        font-size: 14px;
        line-height: 18px;
        margin-left: 9%;
        text-align: center;
        margin-top: 15px;
        padding-bottom: 30px;
        float: left;
        clear: both;
    }

    .positive_text4 {
        width: 90%;
        font-family: "Congenial";
        color: white;
        font-size: 18px;
        line-height: 24px;
        margin-left: 5%;
        margin-top: 30px;
        text-align: center;
        float: left;
        clear: both;
        margin-bottom: 40px;
    }


    .fix-lose {
        margin-top: 10px;
    }

    #positive_lose {
        display: none;
    }

    #nav_scrolled {
        display: none;
    }

    #nav {
        display: none;
    }

    #logo_milka_mobile {
        width: 87px;
        height: 42px;
        background: url('../images/logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        float: left;
        margin-top: 14px;
        margin-left: 10px;
    }

    #navigation {
        width: 100%;
        height: 70px;
        background: #7D69AC;
        position: fixed;
        z-index: 3;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 3px 12px rgba(0,0,0,0.42);
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: absolute;
        top: 12.5px;
        right: 10px;
        height: 45px;
        width: 45px;
        z-index: 5;
        border-radius: 100px;
        background: #93CBF0;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 20px;
        height: 3px;
        top: 21px;
        margin-top: -1px;
        left: 12px;
        display: block;
        background: #3B2774;
        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: white;
        font-weight: 800;
        font-size: 22px;
        font-family: "Congenial";
        font-weight: 500;
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

        background: #7D69AC;
        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: "Congenial";
        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: 830px;
        margin: 0 auto;
        margin-top: 0px;
    }

    #home_text1 {
        font-size: 35px;
        font-family: "Congenial";
        text-align: center;
        line-height: 41px;
        float: left;
        clear: both;
        margin-top: 110px;
        color: white;
        font-weight: 800;
    }

    #home_logo {
        width: 178px;
        height: 86px;
        float: left;
        clear: both;
        margin-left: 71px;
        margin-top: 0px;
    }

    #home_czekolady {
        width: 280px;
        height: 71px;
        float: left;
        clear: both;
        margin-left: 22px;
        margin-top: 15px;
    }

    #home_text2 {
        width: 240px;
        font-size: 18px;
        line-height: 21px;
        font-family: "Congenial";
        text-align: center;
        float: left;
        clear: both;
        margin-top: 10px;
        margin-left: 40px;
        color: white;
        font-weight: 800;
    }

    #join {
        width: 180px;
        height: 46px;
        background: #93CBF0;
        float: left;
        clear: both;
        border-radius: 100px;
        text-align: center;
        line-height: 49px;
        color: #3B2774;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 21px;
        margin-left: 70px;
        margin-top: 15px;
        cursor: pointer;
        box-shadow: 0px 7px 15px rgba(92, 75, 133, 0.83);
    }

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

    #nagrody_title {
        width: 100%;
        font-family: "Congenial";
        font-weight: 800;
        text-align: center;
        font-size: 35px;
        color: white;
        margin-top: 80px;
        display: inline-block;
    }

    #nagrody_box1 {
        width: 296px;
        height: 462px;
        border: 2px solid #93CBF0;
        border-radius: 37px;
        margin-left: 10px;
        margin-top: 30px;
        float: left;
        clear: both;
    }

    #nagrody1_title {
        width: 160px;
        color: #93CBF0;
        font-size: 25px;
        font-family: "Congenial";
        background: #7D69AC;
        float: left;
        clear: both;
        margin-top: -14px;
        margin-left: 68px;
        font-weight: 800;
        text-align: center;
    }

    .nagroda_inner {
        float: left;
        margin-top: 110px;
    }

    .nagrody1_text1 {
        color: white;
        font-size: 42px;
        font-family: "Congenial";
        font-weight: 800;
        float: left;
        clear: both;
        margin-left: 30px;
    }

    .nagrody1_x1 {
        width: 29px;
        height: 29px;
        float: left;
        margin-top: 10px;
    }

    .nagrody1_text2 {
        width: 200px;
        color: white;
        font-size: 22px;
        font-family: "Congenial";
        font-weight: 800;
        line-height: 26px;
        margin-top: 5px;
        margin-left: 30px;
        float: left;
        clear: both;
    }

    .nagrody1_img1 {
        width: 132px;
        height: 132px;
        float: right;
        margin-top: -200px;
        margin-right: 15px;
    }

    .nagrody1_img2 {
        width: 132px;
        height: 132px;
        float: right;
        margin-top: -200px;
        margin-right: 15px;
    }

    #nagrody_box2 {
        width: 296px;
        height: 342px;
        border: 2px solid #93CBF0;
        border-radius: 37px;
        margin-left: 10px;
        margin-top: 50px;
        float: left;
        clear: both;
    }

    #nagrody2_title {
        width: 220px;
        color: #93CBF0;
        font-size: 25px;
        font-family: "Congenial";
        background: #7D69AC;
        float: left;
        clear: both;
        margin-top: -14px;
        margin-left: 38px;
        font-weight: 800;
        text-align: center;
        margin-bottom: 90px;
    }

    .nagrody2_text1 {
        color: white;
        font-size: 43px;
        font-family: "Congenial";
        font-weight: 800;
        margin-left: 30px;
        margin-top: 0px;
        float: left;
        clear: both;
    }

    .nagrody2_text2 {
        width: 230px;
        color: white;
        font-size: 23px;
        font-family: "Congenial";
        font-weight: 800;
        line-height: 27px;
        margin-top: 5px;
        margin-left: 30px;
        float: left;
        clear: both;
    }

    .nagrody2_img1 {
        width: 136px;
        height: 170px;
        float: left;
        margin-top: -285px;
        margin-left: 80px;
        margin-right: 0px;
    }

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

    #zasady_title {
        font-family: "Congenial";
        font-size: 35px;
        font-weight: 800;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 80px;
    }

    #zasady_box1 {
        width: 290px;
        height: 296px;
        border-radius: 37px;
        background: white;
        float: left;
        margin-left: 15px;
        margin-top: 25px;
        box-shadow: 0px 10px 17px rgba(57, 34, 97, 0.34);
    }

    #zasady_box2 {
        width: 290px;
        height: 296px;
        border-radius: 37px;
        background: white;
        float: left;
        margin-left: 15px;
        margin-top: 20px;
        box-shadow: 0px 10px 17px rgba(57, 34, 97, 0.34);
    }

    #zasady_box3 {
        width: 290px;
        height: 296px;
        border-radius: 37px;
        background: white;
        float: left;
        margin-left: 15px;
        margin-top: 20px;
        box-shadow: 0px 10px 17px rgba(57, 34, 97, 0.34);
    }

    #zasady_box1_img {
        width: 254px;
        height: 64.5px;
        float: left;
        clear: both;
        margin-left: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #zasady_box2_img {
        width: 117px;
        height: 110px;
        float: left;
        clear: both;
        margin-left: 86.5px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #zasady_box3_img {
        width: 99px;
        height: 125.5px;
        float: left;
        clear: both;
        margin-left: 95.5px;
        margin-top: 10px;
    }

    .zasady_box_text1 {
        font-family: "Congenial";
        font-weight: 800;
        font-size: 18px;
        color: #3B2774;
        float: left;
        clear: both;
        text-align: center;
        width: 250px;
        line-height: 21px;
        margin-left: 20px;
        margin-top: 0px;
    }

    .zasady_box_text2 {
        font-family: "Congenial";
        font-size: 40px;
        font-weight: 800;
        color: #3B2774;
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        margin-left: 0px;
        margin-top: 25px;
        text-transform: uppercase;
    }

    #rules_download {
        width: 270px;
        height: 70px;
        background: #93CBF0;
        float: left;
        clear: both;
        border-radius: 100px;
        text-align: center;
        line-height: 75px;
        color: #3B2774;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 32px;
        margin-left: 25px;
        margin-top: 30px;
        cursor: pointer;
        box-shadow: 0px 7px 15px rgba(92, 75, 133, 0.83);
    }

    #zasady_bottom_text {
        font-family: "Congenial";
        font-size: 17px;
        line-height: 19px;
        text-align: center;
        color: white;
        float: left;
        clear: both;
        width: 90%;
        margin-left: 5%;
        margin-top: 30px;
    }

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

    #wez-udzial_inner {
        width: 296px;
        height: 1150px;
        margin-top: 0px;
        border: 2px solid #93CBF0;
        float: left;
        border-radius: 37px;
        margin-left: 10px;
        margin-top: 100px;
    }

    #wez-udzial_title {
        font-family: "Congenial";
        font-size: 35px;
        font-weight: 800;
        color: white;
        float: left;
        clear: both;
        width: 230px;
        text-align: center;
        background: #3B2774;
        margin-top: -15px;
        margin-left: 33px;
    }

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

    #main_form2 {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 150px;
        float: left;
        color: white;
        font-family: "Congenial";
        font-size: 42px;
        text-align: center;
    }

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

    .inputer {
        width: 250px;
        height: 60px;
        font-family: "Congenial";
        font-size: 18px;
        background: white;
        border-radius: 50px;
        outline: 0;
        border: 0px;
        color: #3B2774;
        float: left;
        padding: 0px;
        padding-top: 0px;
        padding-left: 20px;
        margin-top: 25px;
        margin-left: 13px;
    }

    @-webkit-keyframes autofill {
        to {
            color: #3B2774;
            font-family: "Congenial";
            background: none;
        }
    }


    input:-webkit-autofill {
        color: #3B2774;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

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

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

    #reg {
        width: 165px;
        float: left;
        clear: both;
        font-family: "Congenial";
        font-size: 16px;
        color: white;
        margin-top: 25px;
        margin-left: 13px;

    }

    #rules_download2 {
        display: inline-block;
        border: 0px;
        cursor: pointer;
        font-family: "Congenial";
        font-size: 16px;
        margin-right: 5px;
        text-decoration: underline;
        float: left;
        clear: both;
        color: white;
    }

    .switch2 {
        position: relative;
        display: inline-block;
        width: 63px;
        height: 30px;
        float: left;
        margin-left: 0px;
    }

    .switch2 input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider2 {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #D5D5D5;
        box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.08);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider2:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        top: 4px;
        background: white;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.31);
    }

    input:checked + .slider2 {
        background: #93CBF0;
    }


    input:checked + .slider2:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px);
        background: white;
        left: 16px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slider2.round2 {
        border-radius: 34px;
    }

    .slider2.round2:before {
        border-radius: 50%;
    }

    .data_box2 {
        width: 280px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 13px;
        margin-top: 25px;
    }

    .data_label2 {
        width: 190px;
        color: white;
        font-size: 18px;
        line-height: 22px;
        font-family: "Congenial";
        float: left;
        margin-left: 15px;
        margin-top: 5px;
    }

    .box2 {
        margin-top: 15px;
    }

    #button_send {
        width: 220px;
        height: 57px;
        background: #93CBF0;
        float: left;
        clear: both;
        border-radius: 100px;
        text-align: center;
        line-height: 60px;
        color: #3B2774;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 26px;
        margin-left: 38px;
        margin-top: 32px;
        cursor: pointer;
        box-shadow: 0px 7px 15px rgba(92, 75, 133, 0.83);
        outline: 0;
        border: 0px;
    }

    #shield {
        width: 270px;
        height: auto;
        font-family: "congenial";
        float: left;
        clear: both;
        color: #93CBF0;
        line-height: 15px;
        font-size: 14px;
        margin-top: 20px;
        margin-left: 13px;
    }

    #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: "Congenial";
    }
    #produkty {
        width: 320px;
        height: 570px;
        margin: 0 auto;
    }

    #produkty_title {
        font-family: "Congenial";
        font-size: 35px;
        font-weight: 800;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 80px;
    }
    #produkty_czekolada1{
        width: 320px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 40px;
    }
    #produkty_czekolada1 > img{
        max-width: 270px;
        margin-left: 25px;
        height: auto;
        float: left;
        clear: both;
    }
    #produkty_czekolada2{
        width: 320px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 40px;
    }
    #produkty_czekolada2 > img{
        max-width: 270px;
        margin-left: 25px;
        height: auto;
        float: left;
        clear: both;
    }
    #czekolada1_allegro{
        width: 138px;
        height: 41px;
        background: url('../images/button_allegro.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 16px;
        margin-top: 20px;
    }
    #czekolada1_slodycze{
        width: 138px;
        height: 41px;
        background: url('../images/button_slodycze.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-left: 12px;
        margin-top: 20px;
    }
    #czekolada2_allegro{
        width: 138px;
        height: 41px;
        background: url('../images/button_allegro.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 16px;
        margin-top: 20px;
    }
    #czekolada2_slodycze{
        width: 138px;
        height: 41px;
        background: url('../images/button_slodycze.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-left: 12px;
        margin-top: 20px;
    }
    #kontakt {
        width: 320px;
        height: 330px;
        margin: 0 auto;
    }

    #kontakt_title {
        font-family: "Congenial";
        font-size: 35px;
        font-weight: 800;
        color: #3f2679;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 80px;
    }

    #kontakt_text1 {
        font-family: "congenial";
        font-size: 20px;
        line-height: 23px;
        color: #3f2679;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    #kontakt_box1 {
        width: 220px;
        height: 200px;
        float: left;
        background: white;
        border-radius: 36px;
        margin-top: 20px;
        margin-left: 50px;
    }

    #kontakt_box1_img {
        width: 132px;
        height: 122px;
        margin-left: 44px;
        margin-top: 26px;
    }

    #kontakt_box1_phone {
        font-family: "Congenial";
        font-size: 16px;
        color: #3B2774;
        width: 100%;
        text-align: center;
        float: left;
        line-height: 20px;
        clear: both;
        margin-top:-15px;
    }

    #kontakt_box2 {
        width: 220px;
        height: 200px;
        float: left;
        background: white;
        border-radius: 36px;
        margin-top: 15px;
        margin-left: 50px;
    }

    #kontakt_box2_img {
        width: 106px;
        height: 114px;
        margin-left: 57px;
        margin-top: 26px;
    }

    #kontakt_box2_email {
        font-family: "Congenial";
        font-size: 16px;
        color: #3B2774;
        width: 100%;
        text-align: center;
        line-height: 20px;
        float: left;
        clear: both;
        margin-top: -7px;
    }

    #kontakt_box2_link {
        font-family: "Congenial";
        font-size: 16px;
        color: #3B2774;
        width: 100%;
        text-align: center;
        line-height: 20px;
        float: left;
        clear: both;
        margin-top: 0px;
    }

    #kontakt_box3 {
        width: 220px;
        height: 200px;
        float: left;
        background: white;
        border-radius: 36px;
        margin-top: 15px;
        margin-left: 50px;
    }

    #kontakt_box3_img {
        width:170.5px;
        height: 109px;
        margin-left: 25px;
        margin-top: 40px;
    }

    #kontakt_box3_address {
        font-family: "Congenial";
        font-size: 16px;
        line-height: 20px;
        color: #3B2774;
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        margin-top: -16px;
        margin-left: 0px;
    }

    #kontakt_logo {
        width: 124px;
        height: 60px;
        float: left;
        clear: both;
        background: url('../images/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 75px;
        margin-left: 98px;
    }

    #kontakt_cookies {
        width: 120px;
        font-family: "Congenial";
        text-align: center;
        font-size: 20px;
        color: white;
        float: left;
        margin-top: 40px;
        margin-left: 100px;
    }

    #kontakt_polityka {
        width: 220px;
        text-align: center;
        font-family: "Congenial";
        font-size: 20px;
        color: white;
        float: left;
        margin-top: 20px;
        margin-left: 50px;
    }

    #kontakt_back {
        width: 112px;
        height: 43px;
        float: right;
        background: url('../images/arrow_up.png');
        background-repeat: no-repeat;
        background-position: 100px;
        border: 2px solid white;
        display: block;
        border-radius: 50px;
        color: white;
        font-size: 16px;
        font-family: "Congenial";
        line-height: 46px;
        padding-left: 20px;
        margin-top: 30px;
        margin-right: 92px;
        cursor: pointer;
    }
}

@media screen and (max-width: 1100px) 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: 290px;
        height: 460px;
        background: #7D69AC;
        position: fixed;
        border-radius: 30px;
        border: 5px solid #3B2774;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 230px);
        z-index: 10000000;
        display: block;

    }

    #code_ok {
        width: 14px;
        height: 14px;
        float: right;
        margin-right: 20px;
        margin-top: 10px;
        cursor: pointer;
    }

    #code_title {
        height: 35px;
        width: 100%;
        text-align: center;
        font-family: 'Congenial';
        float: left;
        clear: both;
        color: white;
        font-size: 25px;
        margin-top: 33px;
        margin-bottom: 10px;
    }

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

    #email_check {
        width: 250px;
        height: 50px;
        background: white;
        color: #3B2774;
        font-size: 20px;
        border: 0px;
        border-radius: 50px;
        font-family: 'Congenial';
        float: left;
        clear: both;
        padding: 0px;
        padding-left: 20px;
        margin: 0px;
        margin-left: 10px;
        margin-top: 25px;
        outline: 0;
    }

    #code_check {
        width: 250px;
        height: 50px;
        background: white;
        color: #3B2774;
        font-size: 20px;
        border: 0px;
        border-radius: 50px;
        font-family: 'Congenial';
        float: left;
        padding: 0px;
        padding-left: 20px;
        margin: 0px;
        margin-left: 10px;
        margin-top: 15px;
        outline: 0;
    }

    #button_check {
        width: 220px;
        height: 56px;
        background: #93CBF0;
        font-size: 25px;
        border: 0px;
        color: #3B2774;
        border-radius: 50px;
        font-family: "Congenial";
        font-weight: 800;
        text-transform: uppercase;
        cursor: pointer;
        margin-left: 35px;
        margin-top: 30px;
        margin-bottom: 0px;
        float: left;
        box-shadow: 0px 6px 15px rgba(0,0,0,0.42);
    }

    #response {
        width: 290px;
        height: auto;
        font-family: 'Congenial';
        color: white;
        font-size: 14px;
        line-height: 16px;
        cursor: auto;
        float: left;
        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;
    }

    #custom_error_wrapper {
        position: absolute;
        z-index: 55000;
    }

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

    #custom_error_msg {
        width: 310px;
        height: auto;
        background: #7D69AC;
        border: 5px solid #3B2774;
        position: fixed;
        border-radius: 30px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 50px;
        z-index: 10000000;
        display: block;

    }

    #custom_error_ok {
        width: 14px;
        height: 14px;
        float: right;
        margin-right: 20px;
        margin-top: 10px;
        cursor: pointer;
    }

    #custom_error_text {
        width: 100%;
        text-align: center;
        font-family: 'Congenial';
        float: left;
        clear: both;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 40px;
        margin-bottom: 60px;
    }
}
