@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: #6A1B13;
}

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

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

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

    html,
    body {
        width: 100%;
        height: 3762px;
        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: 500px;
        position: fixed;
        top: 50px;
        left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }
	#popup > img{
		width: 500px;
	}
    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 56px;
        width: 56px;
        z-index: 5;
        background: black;
        border-radius: 50px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 29px;
        height: 4px;
        top: 26px;
        left: 13px;
        display: block;
        background: white;
        border-radius: 5px;
        transition: .5s;
    }

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

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

    #nav_cross:hover {
        cursor: pointer;
    }

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

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

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

    #burger ~ nav {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 300px;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
        border-radius: 5px;
    }

    #burger ~ nav > ul {
        list-style: none;
        text-align: center;
        position: absolute;
        top: 25%;
        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: "Montserrat-SemiBold";
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #burger:checked ~ nav {
        background: black;
        height: 370px;
        transition-delay: 0s;

    }

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

    #menu_click {
        display: none;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

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

    #positive_msg {
        width: 870px;
        height: auto;
        background: white;
        border: 5px solid #6A1B13;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 125px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

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

    #positive_title {
        height: auto;
        width: 100%;
        text-align: center;
        font-family: "Montserrat-SemiBold";
        margin: 0 auto;
        color: #6A1B13;
        font-size: 41px;
        margin-top: 55px;
    }

    #positive_text {
        width: 670px;
        font-family: "Montserrat-SemiBold";
        color: #6A1B13;
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

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

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

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

    #wait_box {
        width: 518px;
        height: 238px;
        position: fixed;
        background: white;
        border: 5px solid #6A1B13;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 259px);
        z-index: 10000000;
        display: block;
        color: #6A1B13;
        font-family: "Montserrat-SemiBold";
        font-size: 28px;
        text-decoration: none;
        text-align: center;
        padding-top: 50px;
    }

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

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

    #code_msg {
        width: 639px;
        height: 537px;
        background: white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 269px);
        z-index: 10000000;
        display: block;
        display: none;
    }

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

    #code_title {
        height: 35px;
        width: 639px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: #6A1B13;
        font-size: 25px;
        text-transform: uppercase;
        margin-top: 60px;
        margin-bottom: 10px;
        font-weight: bold;
    }

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

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

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

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

    }

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

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

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'Montserrat-SemiBold';
        color: #6A1B13;
        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 */
    #status {
        width: 115px;
        height: 35px;
        background: black;
        color: white;
        border-radius: 30px 0px 0px 30px;
        font-family: "Montserrat-Black";
        text-align: center;
        padding-top: 10px;
        font-size: 10px;
        position: fixed;
        right: 0px;
        cursor: pointer;
        top: 80px;
    }

    /* Animated menu end */
    #home {
        width: 1100px;
        height: 535px;
        margin: 0 auto;
    }
    #top_bg{
        width: 1100px;
        height: 319px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 70px;
        margin-left: 0px;
    }
    #rossmann_link1{
        width: 190px;
        height: 90px;
        float: right;
        clear: both;
        margin-top: 15px;
    }
    #join{
        display: inline-block;
        width: 330px;
        height: 93px;
        margin-left: 0px;
        margin-top: 10px;
        background: black;
        cursor: pointer;
        font-family: "Montserrat-Black";
        font-size: 30px;
        border-radius: 20px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 93px;
        vertical-align: middle;
    }
    
    #nagrody {
        width: 1100px;
        height: 800px;
        margin: 0 auto;
    }
    #nagrody_bg{
        width: 1151px;
        height: 868px;
        background: url('../images/nagrody_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: -36px;
    }
    #zasady {
        width: 1100px;
        height: 720px;
        margin: 0 auto;
    }
    #zasady_bg{
        width: 1123px;
        height: 582px;
        background: url('../images/zasady_bg2.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: -70px;
        margin-left: 0px;
    }
    #join2 {
        width: 240px;
        height: 30px;
        float: left;
        clear: both;
        margin-left: 123px;
        margin-top: 398px;
        cursor: pointer;
    }

    #rules_download {
        display: inline-block;
        width: 220px;
        height: 60px;
        margin-left: 880px;
        margin-top: -50px;
        background: black;
        cursor: pointer;
        font-family: "Montserrat-Black";
        font-size: 24px;
        border-radius: 20px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 60px;
        vertical-align: middle;
    }

    #wez-udzial {
        width: 1100px;
        height: 1200px;
        margin: 0 auto;
    }
    #wez-udzial_bg{
        width: 488px;
        height: 134px;
        background: url('../images/wez-udzial_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: 0px;
    }
    #main_form {
        width: 1100px;
        margin-top: 0px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 1100px;
        height: 180px;
        padding-top: 150px;
		margin-left: 0px;
        color: black;
        text-align: center;
        font-family: "Poppins-Medium";
        font-size: 25px;
    }
    #join3{
        display: inline-block;
        width: 390px;
        height: 93px;
        margin-left: 355px;
        margin-top: 50px;
        background: black;
        cursor: pointer;
        font-family: "Montserrat-Black";
        font-size: 30px;
        border-radius: 100px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        padding-top: 17px;
        vertical-align: middle;
    }
    .label_form {
        width: 255px;
        text-align: center;
        color: #005ca9;
        font-size: 20px;
        font-family: "Poppins-Medium";
        float: left;
        clear: both;
        margin-top: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .form_input {
        width: 336px;
        height: 80px;
        font-family: "Montserrat-Black";
        font-size: 18px;
        background: transparent;
        outline: 0;
        border: 2px solid #6A1B13;
        color: black;
        float: left;
        clear: both;
        margin-bottom: 0px;
        margin-top: 10px;
        border-radius: 20px;
        padding: 0px;
        padding-left: 20px;
    }
    .form_input:-webkit-autofill {
        color: black;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }
    #opis_label{
        width: 710px;
        font-size: 36px;
        color: #6B1D13;
        float: right;
        font-family: "lust-display";
        text-align: center;
        margin-top: -255px;
    }
    #opis{
        width: 666px;
        height: 228px;
        font-family: "Montserrat-Black";
        color: #6A1B13;
        background: transparent;
        resize: none;
        border: 2px solid #6A1B13;
        outline: 0;
        float: right;
        clear: both;
        border-radius: 20px;
        font-size: 18px;
        padding: 20px;
        margin-right: 0px;
        margin-top: -272px;
    }
    #opis_max{
        font-family: "Montserrat-SemiBold";
        color: black;
        font-size: 14px;
        float: right;
        margin-top: 10px;
        margin-right: 30px;
    }
    #show_popup1 {
         width: 49px;
         height: 49px;
         background: url("../images/gdzie_jest_numer.png");
         margin-left: -65px;
         margin-top: 27px;
         display: block;
         float: left;
     }
    #show_popup2 {
         width: 49px;
         height: 49px;
         background: url("../images/gdzie_jest_numer.png");
         margin-left: -65px;
         margin-top: 27px;
         display: block;
         float: left;
     }
    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }
    .check_label {
        font-size: 14px;
        font-family: 'Montserrat-Medium';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 0px;
        display: inline-block;
        cursor: pointer;
        min-height: 27px;
        padding-left: 50px;
        margin-top: 20px;
        line-height: 24px;
        width: 930px;
        color: black;
        padding-top: 2px;
        float: left;
        clear: both;
    }
    #check1 {

    }

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

    .norm_check:checked + label {
        background: url('../images/checkbox_checked.png');
        background-repeat: no-repeat;
    }
    #rules_download2 {
        display: inline-block;
        width: 170px;
        height: 45px;
        margin-left: 0px;
        margin-top: 20px;
        background: black;
        cursor: pointer;
        font-family: "Montserrat-Black";
        font-size: 18px;
        border-radius: 10px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 45px;
        vertical-align: middle;
    }
    #shield{
        width: 28px;
        height: 31px;
        background: url('../images/shield.png');
        float: left;
        clear: both;
        margin-top: 30px;
    }
    #shield_text {
         width: 1050px;
         color: black;
         font-size: 14px;
         line-height: 24px;
         font-family: 'Montserrat-Regular';
         margin-left: 21px;
         margin-top: 34px;
         float: left;
        
     }
    #button_send {
        display: inline-block;
        width: 280px;
        height:110px;
        margin-top: 50px;
        margin-left: 0px;
        background: black;
        cursor: pointer;
        font-family: "Montserrat-Black";
        border-radius: 20px;
        font-size: 44px;
        float: left;
        clear: both;
        color: white;
        outline: 0;
        border: 0px;
        text-align: center;
        vertical-align: middle;
    }

    #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: "Montserrat-SemiBold";
    }
    #kontakt {
        width: 1100px;
        height: 240px;
        margin: 0 auto;
    }
    #kontakt_bg{
        width: 355px;
        height: 301px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }
    #foot_email {
        width: 128px;
        height: 20px;
        display: block;
        color: #6A1B13;
        font-family: "Montserrat-SemiBold";
        font-size: 14px;
        line-height: 23px;
        margin-left: 90px;
        margin-top: 282px;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #error_wrapper {
        position: absolute;
        z-index: 55001;
        cursor: pointer;
    }

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

    }

    #errors {
        width: 700px;
        background: white;
        border: 5px solid #c90219;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 50px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Montserrat-SemiBold";
        color: #c90219;
    }

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

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

    #errors_ok {
        background: #c90219;
        border-radius: 25px;
        width: 150px;
        height: 50px;
        color: white;
        font-family: "Montserrat-SemiBold";
        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: 4841px;
        margin: 0px;
        padding: 0px;
    }

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

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

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

    }

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

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

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

    }

    #wait_box {
        width: 80%;
        height: 230px;
        background: white;
        border: 5px solid #6A1B13;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 115px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
        font-family: "Montserrat-SemiBold";
        color: #6A1B13;
        font-size: 26px;
        text-align: center;
        padding-top: 50px;
    }

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

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

    }

    #errors {
        width: 310px;
        background: white;
        border: 5px solid #c90219;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: 15px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Montserrat-SemiBold";
        font-size: 16px;
        color: #c90219;
    }

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

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

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

    #status {
        width: 80px;
        height: 45px;
        background: black;
        color: white;
        border-radius: 30px 0px 0px 30px;
        font-family: "Montserrat-Black";
        text-align: center;
        padding-top: 10px;
        padding-left: 5px;
        line-height: 12px;
        font-size: 10px;
        position: fixed;
        right: 0px;
        cursor: pointer;
        top: 80px;
        display: none;
    }

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

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

    #positive_msg {
        width: 680px;
        height: auto;
        background: white;
        border: 5px solid #6A1B13;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 215px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

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

    #positive_title {
        height: auto;
        width: 671px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: #6A1B13;
        font-size: 38px;
        margin-top: 40px;
    }

    #positive_text {
        width: 100%;
        font-family: 'Montserrat-SemiBold';
        color: #6A1B13;
        font-size: 19px;
        text-align: center;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

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

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 13px;
        right: 10px;
        height: 56px;
        width: 56px;
        z-index: 5;
        background: black;
        border-radius: 50px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 29px;
        height: 4px;
        top: 26px;
        left: 13px;
        display: block;
        background: white;
        border-radius: 5px;
        transition: .5s;
    }

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

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

    #nav_cross:hover {
        cursor: pointer;
    }

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

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

    #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: 'Montserrat-SemiBold';
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

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

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

    #menu_click {
        display: none;
    }

    /* Animated menu end */
    #home {
        width: 320px;
        height: 527px;
        margin: 0 auto;
    }
    #top_bg{
        width: 328.5px;
        height: 364px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 35px;
        margin-left: 0px;
    }
    #rossmann_link1{
        width: 134px;
        height: 65px;
        float: left;
        clear: both;
        margin-top: 10px;
        margin-left: 14px;
    }
    #join{
        display: inline-block;
        width: 290px;
        height: 83px;
        margin-left: 15px;
        margin-top: 10px;
        background: black;
        cursor: pointer;
        font-family: "Montserrat-Black";
        font-size: 33px;
        border-radius: 20px;
        line-height: 83px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        vertical-align: middle;
    }
    #nagrody {
        width: 320px;
        height: 900px;
        margin: 0 auto;
    }
    #nagrody_bg{
        width: 319.5px;
        height: 897px;
        background: url('../images/nagrody_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: 0px;
    }
    #zasady {
        width: 320px;
        height: 1060px;
        margin: 0 auto;
    }
    #zasady_bg{
        width: 315px;
        height: 916px;
        background: url('../images/zasady_bg_mobile2.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: 3px;
    }
    #join2 {
        width: 160px;
        height: 25px;
        float: left;
        clear: both;
        margin-left: 25px;
        margin-top: 736px;
        cursor: pointer;
    }

    #rules_download {
        display: inline-block;
        width: 220px;
        height: 60px;
        margin-left: 50px;
        margin-top: 20px;
        background: black;
        cursor: pointer;
        font-family: "Montserrat-Black";
        font-size: 24px;
        border-radius: 10px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 60px;
        vertical-align: middle;
    }

    #wez-udzial {
        width: 320px;
        height: 1759px;
        margin: 0 auto;
    }
    #wez-udzial_bg{
        width: 295px;
        height: 72px;
        background: url('../images/wez-udzial_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: 12.5px;
    }
    #main_form {
        width: 320px;
        margin-top: 20px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 320px;
        height: 250px;
        padding-top: 150px;
		margin-left: 0px;
        color: black;
        text-align: center;
        font-family: "Poppins-Medium";
        font-size: 25px;
    }
    #join3{
        display: inline-block;
        width: 220px;
        height: 52px;
        margin-left: 50px;
        margin-top: 0px;
        background: black;
        cursor: pointer;
        font-family: "Montserrat-Black";
        font-size: 18px;
        border-radius: 50px;
        padding-top: 10px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        vertical-align: middle;
    }
    .label_form {
        width: 255px;
        text-align: center;
        color: #005ca9;
        font-size: 20px;
        font-family: "Poppins-Medium";
        float: left;
        clear: both;
        margin-top: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .form_input {
        width: 296px;
        height: 80px;
        font-family: "Montserrat-Black";
        font-size: 18px;
        background: transparent;
        outline: 0;
        border: 2px solid #6A1B13;
        color: black;
        float: left;
        margin-bottom: 0px;
        margin-top: 10px;
        border-radius: 20px;
        padding: 0px;
        padding-left: 20px;
    }
    .form_input:-webkit-autofill {
        color: black;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }
    #opis_label{
        width: 300px;
        font-size: 31px;
        line-height: 43px;
        color: #6B1D13;
        margin-left: 10px;
        float: left;
        clear: both;
        font-family: "lust-display";
        margin-top: 15px;
        text-align: center;
    }
    #opis{
        width: 276px;
        height: 249px;
        font-family: "Montserrat-Black";
        color: #6A1B13;
        background: transparent;
        resize: none;
        border: 2px solid #6A1B13;
        outline: 0;
        float: left;
        clear: both;
        border-radius: 20px;
        font-size: 18px;
        padding: 20px;
        margin-top: 15px;
    }
    #opis_max{
        font-family: "Montserrat-SemiBold";
        color: black;
        font-size: 12px;
        float: right;
        margin-top: 10px;
        margin-right: 20px;
    }
    #show_popup1 {
         width: 49px;
         height: 49px;
         background: url("../images/gdzie_jest_numer.png");
         margin-left: -65px;
         margin-top: 27px;
         display: block;
         float: left;
     }
    #show_popup2 {
         width: 49px;
         height: 49px;
         background: url("../images/gdzie_jest_numer.png");
         margin-left: -65px;
         margin-top: 27px;
         display: block;
         float: left;
     }
    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }
    .check_label {
        font-size: 12px;
        font-family: 'Montserrat-Medium';
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 10px;
        display: inline-block;
        cursor: pointer;
        min-height: 27px;
        padding-left: 50px;
        margin-top: 10px;
        line-height: 18px;
        width: 250px;
        color: black;
        padding-top: 2px;
        float: left;
        clear: both;
    }
    #check1 {

    }

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

    .norm_check:checked + label {
        background: url('../images/checkbox_checked.png');
        background-repeat: no-repeat;
    }
    #rules_download2 {
        display: inline-block;
        width: 170px;
        height: 45px;
        margin-left: 10px;
        margin-top: 20px;
        background: black;
        cursor: pointer;
        font-family: "Montserrat-Black";
        font-size: 18px;
        border-radius: 10px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 45px;
        vertical-align: middle;
    }
    #shield{
        width: 28px;
        height: 31px;
        background: url('../images/shield.png');
        float: left;
        clear: both;
        margin-top: 30px;
        margin-left: 10px;
    }
    #shield_text {
         width: 250px;
         color: black;
         font-size: 12px;
         line-height: 18px;
         font-family: 'Montserrat-Regular';
         margin-left: 21px;
         margin-top: 34px;
         float: left;
        
     }
    #button_send {
        display: inline-block;
        width: 290px;
        height: 110px;
        margin-right: 15px;
        margin-top: 30px;
        background: black;
        cursor: pointer;
        font-family: "Montserrat-Black";
        border-radius: 20px;
        font-size: 34px;
        float: right;
        clear: both;
        color: white;
        outline: 0;
        border: 0px;
        text-align: center;
        vertical-align: middle;
    }

    #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: "Montserrat-SemiBold";
    }
    #kontakt {
        width: 320px;
        height: 220px;
        margin: 0 auto;
    }
    #kontakt_bg{
        width: 304px;
        height: 595px;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 8px;
    }
    #foot_email {
        width: 130px;
        height: 20px;
        display: block;
        margin-left: 133px;
        margin-top: 92px;
        cursor: pointer;
        float: left;
        clear: both;
    }

}

@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: white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 269px);
        z-index: 10000000;
        display: block;
        display: none;
    }

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

    #code_title {
        height: 35px;
        width: 639px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: #6A1B13;
        font-size: 25px;
        text-transform: uppercase;
        margin-top: 60px;
        margin-bottom: 10px;
        font-weight: bold;
    }

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

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

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

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

    }

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

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

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'Montserrat-SemiBold';
        color: #6A1B13;
        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: 90%;
        height: 460px;
        background: white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 230px);
        z-index: 10000000;
        display: block;
        display: none;
    }

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

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

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

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

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

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

    }

    #paragon_check {
        width: 270px;
        height: 40px;
        background: none;
        color: #6A1B13;
        border-width: 0 0 5px 0;
        border-color: #6A1B13;
        margin-left: 9px;
        margin-top: 15px;
        border-radius: 0px;
        text-align: center;
        padding: 0px;
    }

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

    #response {
        width: 80%;
        height: 80px;
        margin: 0 auto;
        font-family: 'Montserrat-SemiBold';
        color: #6A1B13;
        font-size: 11px;
        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 */
    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

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

    #positive_msg {
        width: 90%;
        height: auto;
        background: white;
        border: 5px solid #6A1B13;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 240px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

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

    #positive_title {
        height: auto;
        width: 300px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: #6A1B13;
        font-size: 26px;
        margin-top: 54px;
    }

    #positive_text {
        width: 275px;
        font-family: 'Montserrat-SemiBold';
        color: #6A1B13;
        font-size: 17px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

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


}
