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

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

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

#paragon_check::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #EEEAE5;
}

#paragon_check::-moz-placeholder {
    /* Firefox 19+ */
    color: #EEEAE5;
}

#paragon_check:-ms-input-placeholder {
    /* IE 10+ */
    color: #EEEAE5;
}

#paragon_check:-moz-placeholder {
    /* Firefox 18- */
    color: #EEEAE5;
}

#email_check::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #EEEAE5;
}

#email_check::-moz-placeholder {
    /* Firefox 19+ */
    color: #EEEAE5;
}

#email_check:-ms-input-placeholder {
    /* IE 10+ */
    color: #EEEAE5;
}

#email_check:-moz-placeholder {
    /* Firefox 18- */
    color: #EEEAE5;
}

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

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

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

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

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

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

    body {
        background: url('../images/main_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: 700px;
        position: fixed;
        top: calc(50% - 305px);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup > img {
        width: inherit;
    }

    #burger {
        display: none;
    }

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

    #burger + #nav_cross .cross {
        position: absolute;
        width: 58px;
        height: 6px;
        top: 43px;
        margin-top: -1px;
        left: 16.5px;
        display: block;
        background: #670439;
        transition: .5s;
    }

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

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

    #nav_cross:hover {
        cursor: pointer;
    }

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

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

    #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: #670439;
        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: white;
        height: 430px;
        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: #670439;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 125px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
        padding-bottom: 100px;
    }

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

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

    #positive_title2 {
        width: 55%;
        text-align: center;
        font-family: "HurmeBold";
        margin: 0 auto;
        color: #EEEAE5;
        font-size: 30px;
        margin-top: 20px;
    }
    #positive_after_losowanie{
        display: none;
    }
    #positive_title {
        width: 80%;
        text-align: center;
        font-family: "HurmeBold";
        margin: 0 auto;
        color: #EEEAE5;
        font-size: 30px;
        margin-top: 100px;
    }
    #positive_text {
        width: 80%;
        text-align: center;
        font-family: "HurmeBold";
        margin: 0 auto;
        color: #EEEAE5;
        font-size: 20px;
        margin-top: 50px;
    }

    #positive_loading {}


    /* 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: #670439;
        border: 5px solid #EEEAE5;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 259px);
        z-index: 10000000;
        display: block;
        color: white;
        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: #670439;
        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: #EEEAE5;
        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: #EEEAE5;
        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: #EEEAE5;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0px;
    }

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

    #email_check {
        width: 300px;
        height: 40px;
        background: none;
        color: #EEEAE5;
        font-size: 20px;
        border-width: 0px 0px 3px 0px !important;
        border-color: #EEEAE5 !important;
        outline: 0;
        float: left;
        clear: both;
        font-family: 'Montserrat-SemiBold';
        text-align: center;
        padding: 0px;
        margin: 0px;
        margin-left: 140px;
        margin-top: 20px;

    }

    #paragon_check {
        width: 300px;
        height: 40px;
        background: none;
        color: #EEEAE5;
        font-size: 20px;
        border-width: 0px 0px 3px 0px !important;
        border-color: #EEEAE5 !important;
        outline: 0;
        font-family: 'Montserrat-SemiBold';
        float: left;
        clear: both;
        text-align: center;
        padding: 0px;
        margin: 0px;
        margin-left: 140px;
        margin-top: 20px;
    }

    #button_check {
        width: 177px;
        height: 46px;
        background: #EEEAE5;
        color: #670439;
        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: #EEEAE5;
        font-size: 18px;
        line-height: 22px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

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

    /* CODE WRAPPER END */
    #status {
        width: 145px;
        height: 43px;
        background: white;
        color: #670439;
        border-radius: 50px;
        font-family: "HurmeBold";
        text-align: center;
        padding-top: 15px;
        font-size: 12px;
        position: fixed;
        right: 10px;
        cursor: pointer;
        top: 120px;
    }

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

    #home_bg {
        width: 1029px;
        height: 691px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 12px;
        display: inline-block;
    }
    #home_text1{
        width: 500px;
        margin-left: 300px;
        font-size: 68px;
        text-align: center;
        line-height: 70px;
        font-family: "HurmeBold";
        color: white;
        float: left;
        clear: both;
        margin-top: 145px;
    }
    #home_text2{
        width: 500px;
        margin-left: 300px;
        font-size: 20px;
        text-align: center;
        line-height: 26px;
        font-family: "HurmeRegular";
        color: white;
        float: left;
        clear: both;
        margin-top: 0px;
        letter-spacing: 1.5px;
    }
    #join {
        display: inline-block;
        width: 210px;
        height: 65px;
        margin-left: 445px;
        margin-top: 15px;
        background: white;
        cursor: pointer;
        font-family: "HurmeBold";
        font-size: 26px;
        border-radius: 50px;
        float: left;
        clear: both;
        color: #670439;
        text-align: center;
        line-height: 65px;
        vertical-align: middle;
    }
    #home_text3{
        width: 100%;
        font-size: 15px;
        text-align: center;
        font-family: "HurmeRegular";
        color: white;
        float: left;
        clear: both;
        margin-top: 16px;
        letter-spacing: 1.3px;
    }
    
    #rules_download3 {
        color: white;
        text-decoration: underline;
    }

    #nagrody {
        width: 1100px;
        height: 1290px;
        margin: 0 auto;
    }
    #nagrody_title{
        width: 100%;
        text-align: center;
        margin-top: 0px;
        font-size: 28px;
        color: #002349;
        font-family: "HurmeBold";
        margin-bottom: 40px;
        letter-spacing: 1.5px;
    }
    #nagrody_bg {
        width: 1084px;
        height: 788px;
        background: url('../images/nagrody_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 8px;
    }
    #nagroda_box1{
        width: 490px;
        height: 325px;
        float: left;
        clear: both;
        margin-left: 26px;
        margin-top: 12px;
    }
    #nagroda_box2{
        width: 490px;
        height: 325px;
        float: right;
        margin-right: 26px;
        margin-top: 12px;
    }
    #nagroda_box3{
        width: 490px;
        height: 370px;
        float: left;
        clear: both;
        margin-top: 45px;
        margin-left: 24px;
    }
    #nagroda_box4{
        width: 490px;
        height: 370px;
        float: right;
        margin-top: 45px;
        margin-right: 24px;
    }
    .nagroda_title1{
        width: 100%;
        text-align: center;
        margin-top: 25px;
        font-size: 90px;
        color: #FAF8F8;
        letter-spacing: 1.5px;
        font-family: "HurmeBold";
    }
    .nagroda_title2{
        width: 100%;
        text-align: center;
        margin-top: 55px;
        font-size: 32px;
        color: #002349;
        letter-spacing: 1.5px;
        font-family: "HurmeBold";
    }
    .nagroda_title2b{
        width: 100%;
        text-align: center;
        margin-top: 175px;
        font-size: 24px;
        margin-bottom: 10px;
        color: #002349;
        letter-spacing: 1.5px;
        font-family: "HurmeBold";
    }
    .nagroda_title3{
        width: 100%;
        text-align: center;
        margin-top: 5px;
        font-size: 23px;
        line-height: 25px;
        color: #002349;
        letter-spacing: 1.5px;
        font-family: "HurmeRegular";
    }
    .nagroda_title4{
        width: 450px;
        margin-left: 20px;
        text-align: center;
        border-radius: 50px;
        margin-top: 20px;
        font-size: 13px;
        line-height: 17px;
        color: #002349;
        font-family: "HurmeRegular";
        letter-spacing: 1px;
    }
    .nagroda_title4b{
        width: 430px;
        margin-left: 30px;
        text-align: center;
        border-radius: 50px;
        margin-top: 15px;
        font-size: 13px;
        line-height: 17px;
        color: #002349;
        font-family: "HurmeRegular";
        letter-spacing: 1px;
    }
    #rules_download4 {
        display: inline-block;
        width: 340px;
        margin-left: 380px;
        margin-top: 40px;
        cursor: pointer;
        font-family: "HurmeRegular";
        font-size: 23px;
        border-radius: 50px;
        float: left;
        clear: both;
        color: #002349;
        text-align: center;
    }
    #nagroda_bottom_text{
        width: 740px;
        margin-left: 30px;
        margin-top: 140px;
        font-size: 32px;
        color: white;
        font-family: "HurmeBold";
        letter-spacing: 1.5px;
        float: left;
        clear: both;
    }
    #nagroda_bottom_zasady_button{
        width: 300px;
        height: 80px;
        background: #E4087E;
        float: right;
        border-radius: 50px;
        color: white;
        font-family: "HurmeBold";
        letter-spacing: 1.5px;
        font-size: 24px;
        text-align: center;
        line-height: 80px;
        margin-top: 130px;
		cursor: pointer;
    }
    #zasady {
        width: 1100px;
        height: 940px;
        margin: 0 auto;
    }
    #zasady_title{
        width: 100%;
        text-align: center;
        font-family: "HurmeBold";
        font-size: 40px;
        letter-spacing: 1.5px;
        color: #002349;
        float: left;
        clear: both;
        margin-bottom: 40px;
    }   
    #zasady_offline{
        width: 550px;
        text-align: center;
        padding-bottom: 30px;
        border-bottom: 4px solid #002349;
        font-family: "HurmeBold";
        font-size: 32px;
        color: #002349;
        float: left;
        clear: both;
        letter-spacing: 1.5px;
        cursor: pointer;
    }
    #zasady_online{
        width: 550px;
        text-align: center;
        padding-bottom: 30px;
        border-bottom: 4px solid #002349;
        font-family: "HurmeBold";
        font-size: 32px;
        color: #002349;
        float: left;
        letter-spacing: 1.5px;
        cursor: pointer;
    }
    .non_active{
        border-bottom: 4px solid white !important;
        color: #7D8EA1 !important
    }
    .zasady_box{
        width: 350px;
        height: auto;
        float: left;
        margin-top: 40px;
    }
    #zasady_box2{
        margin-left: 25px;
        margin-right: 25px;
    }
    
    #zasady_box_img1{
        width: 350px;
        height: 240px;
        background: url('../images/zasady1.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
    }
    #zasady_box_img2{
        width: 350px;
        height: 240px;
        background: url('../images/zasady2.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
    }
    #zasady_box_img3{
        width: 350px;
        height: 240px;
        background: url('../images/zasady3.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
    }
    .zasady_box_title{
        float: left;
        clear: both;
        margin-top: 30px;
    }
    .zasady_box_title_nr{
        width: 32px;
        height: 32px;
        border-radius: 50px;
        background: #002349;
        color: #FAF8F8;
        font-family: "HurmeBold";
        line-height: 32px;
        font-size: 20px;
        text-align: center;
        float: left;
    }
    .zasady_box_title_title{
        text-align: center;
        font-family: "HurmeBold";
        font-size: 20px;
        line-height: 28px;
        margin-left: 15px;
        letter-spacing: 1.3px;
        color: #002349;
        float: left;
    }
    .zasady_box_text{
        font-family: "HurmeRegular";
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1.3px;
        color: #002349;
        float: left;
        clear: both;
        margin-top: 30px;
    }
    .black{
        font-family: "HurmeBold";
    }
    #zasady_link{
        color: inherit;
        text-decoration: underline;
    }
    #zasady_bottom_button_box{
        width: 1100px;
        height: auto;
        float:left;
        clear: both;
        display: flex;
        justify-content:space-evenly;
        flex-flow: row wrap;
        row-gap: 20px;
        margin-top: 30px;
        display: none;
    }
    #zasady_bottom_button1{
        width: 334px;
        height: 70px;
        background: url('../images/shop1.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #zasady_bottom_button2{
        width: 334px;
        height: 70px;
        background: url('../images/shop2.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #zasady_bottom_button3{
        width: 334px;
        height: 70px;
        background: url('../images/shop3.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #zasady_bottom_button4{
        width: 334px;
        height: 70px;
        background: url('../images/shop4.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #zasady_bottom_button6{
        width: 334px;
        height: 70px;
        background: url('../images/shop6.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #zasady_bottom_text{
        width: 900px;
        text-align: center;
        float: left;
        clear: both;
        font-family: "HurmeBold";
        font-size: 32px;
        letter-spacing: 1.5px;
        color: #002349;
        margin-left: 100px;
        margin-top: 60px;
    }

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

    #wez-udzial_title {
        width: 100%;
        font-size: 40px;
        font-family: "HurmeBold";
        color: white;
        letter-spacing: 1.5px;
    }

    #main_form {
        width: 750px;
        margin-top: 20px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 750px;
        height: 780px;
        padding-top: 340px;
        color: #EEEAE5;
        text-align: center;
        font-family: "HurmeBold";
        font-size: 30px;
        float: left;
        margin-left: 0px;
    }

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

    .form_input {
        width: 370px;
        height: 55px;
        font-family: "HurmeRegular";
        font-size: 16px;
        background: #EDE9E4;
        outline: 0;
        border: 0px;
        border-radius: 50px;
        color: #670439;
        float: left;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-top: 10px;
        padding: 0px;
        padding-left: 20px;
    }
    #form_title{
        width: 390px;
        font-family: "HurmeRegular";
        font-size: 16px;
        color: white;
        float: left;
        clear: both;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 5px;
    }
    #show_popup1 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -43px;
        margin-top: 23px;
    }

    .styled-select2 {
        width: 390px;
        height: 55px;
        overflow: hidden;
        background: #EDE9E4 url('../images/arrow.png') no-repeat;
        background-position: 345px 21px;
        margin-top: 0px;
        padding: 0px;
        border-radius: 50px;
        float: left;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .styled-select2 select {
        background: transparent;
        width: 390px;
        padding: 0px 0px 0px 20px;
        font-size: 16px;
        height: 55px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "HurmeRegular";
        color: #670439;
        outline: none;
    }

    .styled-select2 select option {
        background-color: white;
        color: #670439;
    }
    .form_input:-webkit-autofill {
        color: #670439;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }
    #reg {
         float: left;
         clear: both;
         font-family: "HurmeRegular";
         font-size: 16px;
         color: white;
         margin-top: 25px;
        margin-left: 20px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "HurmeRegular";
         font-size: 16px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: white;
     }
    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }

    #load {
        width: 222px;
        height: 35px;
        background-repeat: no-repeat;
        background-position: center;
        float: left;
        clear: both;
        margin-top: 10px;
        margin-left: 410px;
    }

    .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-color: #EDE9E4;
        -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 3px 6px rgba(0, 0, 0, 0.5);
    }

    input:checked + .slider2 {
        background-color: #E4087E;
    }


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

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

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

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

    .data_box3 {
        width: 670px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 20px;
        margin-top: 15px;
    }

    .data_label2 {
        width: 570px;
        color: white;
        font-size: 16px;
        font-family: "HurmeRegular";
        float: left;
        line-height: 21px;
        margin-left: 20px;
        margin-top: 1px;
    }
    #marketing_box {
        width: 100%;
        height: auto;
        float: left;
        clear: both;
        margin-top: 6px;
    }

    #form_text1 {
        width: 710px;
        float: left;
        clear: both;
        color: white;
        font-family: "HurmeRegular";
        font-size: 13px;
        line-height: 20px;
        margin-top: 20px;
        margin-left: 20px;
        display: inline-block;
    }

    #more_button {
        width: 90px;
        height: 26px;
        background: #E56C5C;
        font-family: "HurmeBold";
        font-size: 12px;
        color: #EEEAE5;
        border-radius: 50px;
        float: left;
        text-align: center;
        line-height: 26px;
        margin-top: 46px;
        margin-left: 10px;
        cursor: pointer;
    }

    #form_butt {
        display: inline;
        color: #670439;
        text-decoration: underline;
    }

    #form_text3 {
        float: left;
        clear: both;
        color: white;
        font-family: "HurmeBold";
        font-size: 16px;
        margin-left: 20px;
        margin-top: 0px;
    }

    #form_text4 {
        width: 500px;
        margin-left: 20px;
        float: left;
        clear: both;
        color: white;
        font-family: "HurmeBold";
        font-size: 16px;
        line-height: 22px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #captcha {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 15px;
    }

    #shield {
        width: 730px;
        height: auto;
        float: left;
        clear: both;
        color: white;
        line-height: 20px;
        font-family: "HurmeRegular";
        font-size: 13px;
        margin-top: 40px;
    }

    #button_send {
        display: inline-block;
        width: 200px;
        height: 70px;
        margin-right: 30px;
        margin-top: 18px;
        background: white;
        cursor: pointer;
        font-family: "HurmeBold";
        border-radius: 50px;
        font-size: 24px;
        float: right;
        color: #670439;
        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";
    }
    #kontrola {
        width: 1100px;
        height: 1430px;
        margin: 0 auto;
    }
    #film_title{
        font-size: 40px;
        font-family: "HurmeBold";
        width: 100%;
        text-align: center;
        color: #002349;
        float: left;
        clear: both;
        letter-spacing: 1.5px;
    }
    #film{
        width: 1100px;
        height: 620px;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 40px;
    }
    #kontrola_img{
        width: 1103.5px;
        height: 506px;
        background: url('../images/kontrol_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: -3.5px;
        float: left;
        clear: both;
        margin-top: 216px;
    }
    #kontrola_title1{
        font-size: 40px;
        font-family: "HurmeBold";
        width: 500px;
        color: #FAF8F8;
        float: left;
        margin-left: 0px;
        margin-top: -590px;
        letter-spacing: 1.5px;
    }
    #kontrola_title2{
        font-size: 16px;
        line-height: 22px;
        font-family: "HurmeRegular";
        width: 350px;
        color: #FAF8F8;
        float: left;
        margin-left:90px;
        margin-top: -436px;
        letter-spacing: 1.3px;
    }
    #kontrola_title3{
        font-size: 16px;
        line-height: 22px;
        font-family: "HurmeRegular";
        width: 360px;
        color: #FAF8F8;
        float: left;
        margin-left:90px;
        margin-top: -332px;
        letter-spacing: 1.3px;
    }
    #kontrola_title4{
        font-size: 16px;
        line-height: 22px;
        font-family: "HurmeRegular";
        width: 350px;
        color: #FAF8F8;
        float: left;
        margin-left:90px;
        margin-top: -217px;
        letter-spacing: 1.3px;
    }
    #kontrola_title5{
        width: 550px;
        font-size: 16px;
        font-family: "HurmeRegular";
        color: #FAF8F8;
        float: left;
        clear: both;
        letter-spacing: 1.3px;
        margin-left: 0px;
        margin-top: -135px;
    }
    #kontrola_title6{
        font-size: 11px;
        font-family: "HurmeRegular";
        letter-spacing: 1.3px;
        line-height: 14px;
        width:550px;
        color: #FAF8F8;
        float: left;
        margin-left: 0px;
        margin-top: -75px;
    }
    
    #faq_background {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #FFFFFF;
        padding-bottom: 80px;
    }
    #faq {
        width: 1100px;
        height: auto;
        margin: 0 auto;
    }

    #faq_title {
        width: 100%;
        font-size: 40px;
        font-family: "HurmeBold";
        color: #002349;
        float: left;
        clear: both;
        margin-bottom: 30px;
        margin-top: 35px;
        letter-spacing: 1.5px;
    }

    .accordion {
        background: url("../images/arrow_faq_down.png");
        background-repeat: no-repeat;
        background-position: 1045px center;
        color: #002349;
        cursor: pointer;
        padding: 20px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 20px;
        transition: 0.4s;
        font-family: "HurmeBold";
    }

    .active {
        background: url("../images/arrow_faq_up.png");
        background-repeat: no-repeat;
        background-position: 1045px center;
    }

    .panel {
        padding: 0 20px;
        display: none;
        font-size: 16px;
        background: none;
        overflow: hidden;
        color: #002349;
        font-family: "HurmeBold";
    }

    #js-cookie-toggle {
        float: left;
        clear: both;
    }

    #nested_accord {
        padding-left: 0px;
    }

    table {
        font-size: 14px;
    }

    #inner_panel {
        padding: 0px;
    }

    th {
        text-align: left;
        vertical-align: top;
        padding: 0 0px 10px;

    }
    .line{
        width: 1100px;
        height: 1px;
        background: #D9D9D9;
        float: left;
        clear: both;
    }
    #kontakt_background {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #670439;
        padding-top: 60px;
    }

    #kontakt {
        width: 1100px;
        height: 370px;
        margin: 0 auto;
    }
    #kontakt_title{
        width: 100%;
        font-family: "HurmeBold";
        color: white;
        font-size: 40px;
        float: left;
        clear: both;
        letter-spacing: 1.5px;
    }
    #kontakt_text1{
        width: 100%;
        font-family: "HurmeBold";
        color: white;
        line-height: 33px;
        font-size: 24px;
        margin-top: 25px;
        float: left;
        clear: both;
        letter-spacing: 1.5px;
    }

    #kontakt_phone {
        display: block;
        color: white;
        font-family: "HurmeRegular";
        font-size: 20px;
        line-height: 29px;
        float: left;
        clear: both;
        margin-top: 50px;
        margin-left: 0px;
        letter-spacing: 1.5px;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "HurmeRegular";
        font-size: 20px;
        line-height: 29px;
        margin-left: 140px;
        margin-top: 50px;
        text-align: center;
        cursor: pointer;
        float: left;
        letter-spacing: 1.5px;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "HurmeRegular";
        font-size: 20px;
        line-height: 29px;
        margin-left: 290px;
        margin-top: -29px;
        cursor: pointer;
        float: left;
        clear: both;
        letter-spacing: 1.5px;
    }

    #kontakt_address {
        width: 190px;
        display: block;
        color: white;
        font-family: "HurmeRegular";
        font-size: 20px;
        line-height: 29px;
        float: left;
        clear: both;
        margin-top: -58px;
        margin-left: 590px;
        letter-spacing: 1.5px;
    }

    #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: #eeebe6;
        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: #eeebe6;
        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: auto;
        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: #670439;
        border: 5px solid #EEEAE5;
        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: #cb9d5d;
        font-size: 26px;
        text-align: center;
        padding-top: 50px;
    }

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

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

    }

    #errors {
        width: 310px;
        background: #eeebe6;
        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: #eeebe6;
        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: 50px;
        background: white;
        color: #670439;
        border-radius: 30px 0px 0px 30px;
        font-family: "HurmeBold";
        text-align: center;
        padding-top: 10px;
        padding-left: 5px;
        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: 320px;
        height: auto;
        background: #670439;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 50px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

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

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

    #positive_title2 {
        width: 90%;
        text-align: center;
        font-family: "HurmeBold";
        margin: 0 auto;
        color: #EEEAE5;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    #positive_after_losowanie{
        display: none;
    }
    #positive_title {
        width: 80%;
        text-align: center;
        font-family: "HurmeBold";
        margin: 0 auto;
        color: #EEEAE5;
        font-size: 20px;
        margin-top: 70px;
    }
    #positive_text {
        width: 80%;
        text-align: center;
        font-family: "HurmeBold";
        margin: 0 auto;
        color: #EEEAE5;
        font-size: 15px;
        margin-top: 50px;
        padding-bottom: 50px;
    }
    #positive_loading {}



    #burger {
        display: none;
    }

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

    #burger + #nav_cross .cross {
        position: absolute;
        width: 24px;
        height: 4px;
        top: 26px;
        margin-top: -1px;
        left: 16px;
        display: block;
        background: #670439;
        transition: .5s;
    }

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

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

    #nav_cross:hover {
        cursor: pointer;
    }

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

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

    #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: #670439;
        font-weight: 800;
        font-size: 22px;
        font-family: 'HurmeBold';
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

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

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

    #menu_click {
        display: none;
    }

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

    #home_bg {
        width: 198px;
        height: 382px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 15px;
        margin-left: 10px;
        display: inline-block;
    }
    #home_text1{
        width: 300px;
        margin-left: 0px;
        font-size: 40px;
        text-align: center;
        line-height: 42px;
        font-family: "HurmeBold";
        letter-spacing: 1.5px;
        color: white;
        float: left;
        clear: both;
        margin-top: 100px;
    }
    #home_text2{
        width: 300px;
        margin-left: 0px;
        font-size: 14px;
        text-align: center;
        line-height: 16px;
        font-family: "HurmeRegular";
        color: white;
        letter-spacing: 1.5px;
        float: left;
        clear: both;
        margin-top: 5px;
    }
    #join {
        display: inline-block;
        width: 180px;
        height: 50px;
        margin-left: 60px;
        margin-top: 15px;
        background: white;
        cursor: pointer;
        font-family: "HurmeBold";
        font-size: 22px;
        border-radius: 50px;
        float: left;
        clear: both;
        color: #670439;
        text-align: center;
        line-height: 50px;
        vertical-align: middle;
    }
    #home_text3{
        width: 320px;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        font-family: "HurmeRegular";
        letter-spacing: 1.3px;
        color: white;
        float: left;
        clear: both;
        margin-top: 115px;
    }
    #rules_download3 {
        color: white;
        text-decoration: underline;
    }

    #nagrody {
        width: 320px;
        height: 1490px;
        margin: 0 auto;
    }
    #nagrody_title{
        width: 90%;
        margin-left: 5%;
        text-align: center;
        margin-top: 0px;
        font-size: 20px;
        color: #002349;
        font-family: "HurmeBold";
        letter-spacing: 1.5px;
    }
    #nagrody_bg {
        width:300px;
        height: 1086px;
        background: url('../images/nagrody_bg_mobile2.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10px;
        margin-top: 30px;
    }
    #nagroda_box1{
        width: 300px;
        height: 245px;
        float: left;
        clear: both;
        border-radius: 16px;
        box-shadow: 4px 4px 16px rgba(0,0,0,0.1);
    }
    #nagroda_box2{
        width: 300px;
        height: 265px;
        float: left;
        clear: both;
        margin-top: 12px;
        border-radius: 16px;
        box-shadow: 4px 4px 16px rgba(0,0,0,0.1);
    }
    #nagroda_box3{
        width: 300px;
        height: 250px;
        float: left;
        clear: both;
        margin-top: 12px;
        border-radius: 16px;
        box-shadow: 4px 4px 16px rgba(0,0,0,0.1);
    }
    #nagroda_box4{
        width: 300px;
        height: 290px;
        float: left;
        margin-top: 12px;
        border-radius: 16px;
        box-shadow: 4px 4px 16px rgba(0,0,0,0.1);
    }
    .nagroda_title1{
        width: 100%;
        text-align: center;
        margin-top: 18px;
        font-size: 46px;
        color: #FAF8F8;
        font-family: "HurmeBold";
        letter-spacing: 1.5px;
    }
    .nagroda_title2{
        width: 100%;
        text-align: center;
        margin-top: 35px;
        font-size: 18px;
        color: #002349;
        font-family: "HurmeBold";
        letter-spacing: 1.5px;
    }
    .nagroda_title2b{
        width: 100%;
        text-align: center;
        margin-top: 110px;
        font-size: 18px;
        color: #002349;
        font-family: "HurmeBold";
        letter-spacing: 1.5px;
    }
    .nagroda_title3{
        width: 280px;
        text-align: center;
        margin-top: 15px;
        font-size: 16px;
        line-height: 18px;
        color: #002349;
        font-family: "HurmeRegular";
        letter-spacing: 1.3px;
        margin-left: 10px;
    }
    .nagroda_title4{
        width: 280px;
        margin-left: 10px;
        text-align: center;
        border-radius: 50px;
        margin-top: 20px;
        font-size: 11px;
        line-height: 12px;
        color: #002349;
        font-family: "HurmeRegular";
        letter-spacing: 1.3px;
    }
    .nagroda_title4b{
        width: 280px;
        margin-left: 10px;
        text-align: center;
        border-radius: 50px;
        margin-top: 20px;
        font-size: 11px;
        line-height: 12px;
        color: #002349;
        font-family: "HurmeRegular";
        letter-spacing: 1.3px;
    }
    .fix_m{
        width: 300px;
        margin-left: 0px;
    }
    #rules_download4 {
        display: inline-block;
        width: 230px;
        margin-left: 45px;
        margin-top: 29px;
        cursor: pointer;
        font-family: "HurmeRegular";
        font-size: 16px;
        float: left;
        clear: both;
        color: #002349;
        text-align: center;
    }
    #nagroda_bottom_text{
        width: 320px;
        margin-left: 0px;
        margin-top: 50px;
        font-size: 18px;
        color: white;
        font-family: "HurmeBold";
        letter-spacing: 1.5px;
        text-align: center;
        float: left;
        clear: both;
    }
    #nagroda_bottom_zasady_button{
        width: 190px;
        height: 50px;
        background: #E4087E;
        float: left;
        border-radius: 50px;
        color: white;
        font-family: "HurmeBold";
        letter-spacing: 1.5px;
        font-size: 16px;
        text-align: center;
        line-height: 50px;
        margin-top: 20px;
        margin-left: 65px;
    }
    #zasady_background {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #FAF8F8;
        padding-bottom: 40px;
        overflow: hidden;
    }
    #zasady {
        width: 320px;
        height: auto;
        margin: 0 auto;
    }
    #zasady_title{
        width: 60%;
        text-align: center;
        font-family: "HurmeBold";
        font-size: 20px;
        letter-spacing: 1.5px;
        color: #002349;
        float: left;
        clear: both;
        margin-left: 20%;
        margin-bottom: 30px;
    }   
    #zasady_offline{
        width: 160px;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 4px solid #002349;
        font-family: "HurmeBold";
        font-size: 15px;
        color: #002349;
        float: left;
        clear: both;
        letter-spacing: 1.5px;
        cursor: pointer;
    }
    #zasady_online{
        width: 120px;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 4px solid #002349;
        font-family: "HurmeBold";
        font-size: 15px;
        color: #002349;
        float: left;
        letter-spacing: 1.5px;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;
    }
    .non_active{
        border-bottom: 4px solid white !important;
        color: #7D8EA1 !important
    }
    .zasady_box{
        width: 300px;
        height: auto;
        float: left;
        margin-top: 30px;
        margin-left: 10px;
    }
    
    #zasady_box_img1{
        width: 300px;
        height: 205px;
        background: url('../images/zasady1.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
    }
    #zasady_box_img2{
        width: 300px;
        height: 205px;
        background: url('../images/zasady2.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
    }
    #zasady_box_img3{
        width: 300px;
        height: 205px;
        background: url('../images/zasady3.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
    }
    .zasady_box_title{
        float: left;
        clear: both;
        margin-top: 20px;
    }
    .zasady_box_title_nr{
        width: 32px;
        height: 32px;
        border-radius: 50px;
        background: #002349;
        color: #FAF8F8;
        font-family: "HurmeBold";
        line-height: 32px;
        font-size: 20px;
        text-align: center;
        float: left;
    }
    .zasady_box_title_title{
        text-align: center;
        font-family: "HurmeBold";
        font-size: 16px;
        line-height: 28px;
        margin-left: 15px;
        letter-spacing: 1.3px;
        color: #002349;
        float: left;
    }
    .zasady_box_text{
        font-family: "HurmeRegular";
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1.3px;
        color: #002349;
        float: left;
        clear: both;
        margin-top: 20px;
    }
    .black{
        font-family: "HurmeBold";
    }
    #zasady_link{
        color: inherit;
        text-decoration: underline;
    }
    #zasady_bottom_button_box{
        width: 300px;
        height: auto;
        float:left;
        clear: both;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        row-gap: 10px;
        margin-top: 30px;
        display: none;
        margin-left: 10px;
    }
    #zasady_bottom_button1{
        width: 300px;
        height: 63px;
        background: url('../images/shop1.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #zasady_bottom_button2{
        width: 300px;
        height: 63px;
        background: url('../images/shop2.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #zasady_bottom_button3{
        width: 300px;
        height: 63px;
        background: url('../images/shop3.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #zasady_bottom_button4{
        width: 300px;
        height: 63px;
        background: url('../images/shop4.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #zasady_bottom_button5{
        width: 300px;
        height: 63px;
        background: url('../images/shop5.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #zasady_bottom_button6{
        width: 300px;
        height: 63px;
        background: url('../images/shop6.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #zasady_bottom_text{
        width: 300px;
        text-align: center;
        float: left;
        clear: both;
        font-family: "HurmeBold";
        font-size: 16px;
        letter-spacing: 1.5px;
        color: #002349;
        margin-left: 10px;
        margin-top: 40px;
    }
    #bottom_bg_mobile{
        width: 100%;
        height: 3934px;
        background: url('../images/bottom_bg_mobile.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
    #wez-udzial {
        width: 320px;
        height: 1895px;
        margin: 0 auto;
    }

    #wez-udzial_title {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-family: "HurmeBold";
        letter-spacing: 1.5px;
        color: white;
        margin-top: 40px;
    }

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

    #main_form2 {
        width: 320px;
        height: 780px;
        padding-top: 340px;
        color: #EEEAE5;
        text-align: center;
        font-family: "HurmeBold";
        font-size: 30px;
        float: left;
        margin-left: 0px;
    }

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

    .form_input {
        width: 280px;
        height: 55px;
        font-family: "HurmeRegular";
        font-size: 16px;
        background: #FAF8F8;
        outline: 0;
        border: 0px;
        border-radius: 50px;
        color: #670439;
        float: left;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-top: 10px;
        padding: 0px;
        padding-left: 20px;
    }
    #form_title{
        width: 100%;
        text-align: center;
        font-family: "HurmeRegular";
        font-size: 16px;
        color: #FAF8F8;
        float: left;
        clear: both;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #show_popup1 {
        width: 29px;
        height: 29px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -45px;
        margin-top: 22px;
    }

    .styled-select2 {
        width: 300px;
        height: 55px;
        overflow: hidden;
        background: #FAF8F8 url('../images/arrow.png') no-repeat;
        background-position: 255px 22px;
        margin-top: 0px;
        padding: 0px;
        border-radius: 50px;
        float: left;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
    }

    .styled-select2 select {
        background: transparent;
        width: 290px;
        padding: 0px 0px 0px 20px;
        font-size:16px;
        height: 55px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "HurmeRegular";
        color: #670439;
        outline: none;
    }

    .styled-select2 select option {
        background-color: white;
        color: #670439;
    }
    .form_input:-webkit-autofill {
        color: #670439;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }
    #reg {
        width: 160px;
         float: left;
         clear: both;
         font-family: "HurmeRegular";
         font-size: 16px;
         color: white;
         margin-top: 20px;
        margin-left: 10px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "HurmeRegular";
         font-size: 16px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: white;
     }
    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }

    #load {
        width: 222px;
        height: 35px;
        background-repeat: no-repeat;
        background-position: center;
        float: left;
        clear: both;
        margin-top: 10px;
        margin-left: 0px;
    }

    .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-color: #EDE9E4;
        -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 3px 6px rgba(0, 0, 0, 0.5);
    }

    input:checked + .slider2 {
        background-color: #E4087E;
    }


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

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

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

    .data_box2 {
        width: 300px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 10px;
        margin-top: 20px;
    }

    .data_box3 {
        width: 300px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 10px;
        margin-top: 15px;
    }

    .data_label2 {
        width: 210px;
        color: white;
        font-size: 13px;
        font-family: "HurmeRegular";
        float: left;
        line-height: 20px;
        margin-left: 20px;
        margin-top: 1px;
        word-wrap: break-word;
    }
    #zgody_oblig{
        color: white;
        font-size: 12px;
        font-family: "HurmeBold";
        float: left;
        clear: both;
        margin-top: 20px;
    }
    #marketing_box {
        width: 100%;
        height: auto;
        background: #940552;
        float: left;
        clear: both;
        margin-top: 15px;
    }

    #form_text1 {
        width: 300px;
        float: left;
        clear: both;
        color: white;
        font-family: "HurmeRegular";
        font-size: 12px;
        line-height: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 10px;
        display: inline-block;
    }

    #more_button {
        width: 90px;
        height: 26px;
        background: #E56C5C;
        font-family: "HurmeBold";
        font-size: 12px;
        color: #EEEAE5;
        border-radius: 50px;
        float: left;
        text-align: center;
        line-height: 26px;
        margin-top: 46px;
        margin-left: 10px;
        cursor: pointer;
    }

    #form_butt {
        display: inline;
        color: #670439;
        text-decoration: underline;
    }

    #form_text3 {
        float: left;
        clear: both;
        color: white;
        font-family: "HurmeBold";
        font-size: 13px;
        margin-left: 10px;
        margin-top: 0px;
    }

    #form_text4 {
        width: 300px;
        margin-left: 10px;
        float: left;
        clear: both;
        color: white;
        font-family: "HurmeBold";
        font-size: 13px;
        line-height: 17px;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    #shield {
        width: 300px;
        height: auto;
        float: left;
        clear: both;
        color: white;
        line-height: 17px;
        font-family: "HurmeRegular";
        font-size: 13px;
        margin-top: 15px;
        margin-left: 10px;
    }

    #button_send {
        display: inline-block;
        width: 160px;
        height: 60px;
        margin-right: 80px;
        margin-top: 30px;
        background: white;
        cursor: pointer;
        font-family: "HurmeBold";
        border-radius: 50px;
        font-size: 20px;
        float: right;
        color: #670439;
        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";
    }
    #kontrola {
        width: 320px;
        height: 1060px;
        margin: 0 auto;
    }
    #film_title{
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        color: #002349;
        letter-spacing: 1.5px;
        font-size: 20px;
        font-family: "HurmeBold";
        
    }
    #film{
        width: 300px;
        height: 169px;
        float: left;
        clear: both;
        margin-left: 10px;
        margin-top: 30px;
        
    }
    #kontrola_img{
        width: 299px;
        height: 628px;
        background: url('../images/kontrol_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10.5px;
        margin-top: 142px;
        float: left;
        clear: both;
    }
    #kontrola_title1{
        font-size: 20px;
        font-family: "HurmeBold";
        width: 320px;
        text-align: center;
        color: white;
        float: left;
        margin-top: -707px;
        margin-left: 0px;
        letter-spacing: 1.5px;
    }
    #kontrola_title2{
        font-size: 12px;
        line-height: 16px;
        font-family: "HurmeRegular";
        width: 210px;
        color: white;
        float: left;
        margin-left:80px;
        margin-top: -633px;
        letter-spacing: 1.3px;
    }
    #kontrola_title3{
        font-size: 12px;
        line-height: 16px;
        font-family: "HurmeRegular";
        width: 210px;
        color: white;
        float: left;
        margin-left: 80px;
        margin-top: -554px;
        letter-spacing: 1.3px;
    }
    #kontrola_title4{
        font-size: 12px;
        line-height: 16px;
        font-family: "HurmeRegular";
        width: 190px;
        color: white;
        float: left;
        margin-left: 80px;
        margin-top: -483px;
        letter-spacing: 1.3px;
    }
    #kontrola_title5{
        font-size: 14px;
        font-family: "HurmeRegular";
        width: 280px;
        color: #FAF8F8;
        float: left;
        clear: both;
        text-align: center;
        margin-left: 20px;
        margin-top: -410px;
        letter-spacing: 1.3px;
    }
    #kontrola_title6{
        font-size: 11px;
        font-family: "HurmeRegular";
        width: 300px;
        color: #FAF8F8;
        text-align: center;
        float: left;
        margin-left: 10px;
        margin-top: -346px;
        letter-spacing: 1.3px;
    }
    #kontrola_title7{
        font-size: 16px;
        font-family: "HurmeBold";
        width:220px;
        text-align: center;
        color: white;
        float: left;
        margin-left: 0px;
        margin-top: 35px;
    }
    
    #faq_background {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #FFFFFF;
        padding-bottom: 40px;
    }
    #faq {
        width: 320px;
        height: auto;
        margin: 0 auto;
    }

    #faq_title {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-family: "HurmeBold";
        color: #002349;
        float: left;
        clear: both;
        margin-bottom: 30px;
        letter-spacing: 1.5px;
    }

    .accordion {
        background: url("../images/arrow_faq_down.png");
        background-repeat: no-repeat;
        background-position: 280px center;
        color: #002349;
        cursor: pointer;
        padding: 20px;
        padding-right: 45px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 13px;
        transition: 0.4s;
        font-family: "HurmeBold";
    }


    .active {
        background: url("../images/arrow_faq_up.png");
        background-repeat: no-repeat;
        background-position: 280px center;
    }

    .panel {
        padding: 0 20px;
        display: none;
        font-size: 13px;
        background: none;
        overflow: hidden;
        color: #002349;
        font-family: "HurmeBold";
    }

    #js-cookie-toggle {
        float: left;
        clear: both;
    }

    #nested_accord {
        padding-left: 0px;
    }

    table {
        font-size: 14px;
    }

    #inner_panel {
        padding: 0px;
    }

    th {
        text-align: left;
        vertical-align: top;
        padding: 0 0px 10px;

    }
    .line{
        width: 320px;
        height: 1px;
        background: #D9D9D9;
        float: left;
        clear: both;
    }
    #kontakt_background {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #670439;
        padding-top: 30px;
    }

    #kontakt {
        width: 320px;
        height: 330px;
        margin: 0 auto;
    }
    #kontakt_title{
        width: 100%;
        text-align: center;
        font-family: "HurmeBold";
        letter-spacing: 1.5px;
        color: #FAF8F8;
        font-size: 20px;
        float: left;
        clear: both;
    }
    #kontakt_text1{
        width: 80%;
        margin-left: 10%;
        text-align: center;
        font-family: "HurmeBold";
        color: #FAF8F8;
        line-height: 20px;
        font-size: 13px;
        margin-top: 25px;
        float: left;
        clear: both;
    }

    #kontakt_phone {
        width: 320px;
        text-align: center;
        display: block;
        color: #FAF8F8;
        font-family: "HurmeRegular";
        font-size: 13px;
        line-height: 18px;
        float: left;
        clear: both;
        margin-top: 25px;
        margin-left: 0px;
    }

    #foot_email {
        display: block;
        color: #FAF8F8;
        font-family: "HurmeRegular";
        font-size: 13px;
        line-height: 18px;
        margin-left: 112px;
        margin-top: 25px;
        text-align: center;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color: #FAF8F8;
        font-family: "HurmeRegular";
        font-size: 13px;
        line-height: 18px;
        margin-left: 117px;
        margin-top: 0px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #kontakt_address {
        width: 120px;
        display: block;
        color: #FAF8F8;
        font-family: "HurmeRegular";
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 25px;
        margin-left: 100px;
    }

}

@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: #670439;
        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: #EEEAE5;
        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: #EEEAE5;
        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: #EEEAE5;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0px;
    }

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

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

    }

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

    #button_check {
        width: 177px;
        height: 46px;
        background: #EEEAE5;
        color: #670439;
        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: #EEEAE5;
        font-size: 18px;
        line-height: 22px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

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

    /* 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: #670439;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 230px);
        z-index: 10000000;
        display: block;
        display: none;
    }

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

    #code_title {
        height: 35px;
        width: 260px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: #EEEAE5;
        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: #EEEAE5;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 10px;
    }

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

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

    #email_check {
        width: 270px;
        height: 50px;
        background: none;
        color: #EEEAE5;
        border-width: 0 0 5px 0;
        border-color: #EEEAE5;
        font-family: 'Montserrat-SemiBold';
        margin-left: 9px;
        margin-top: 0px;
        text-align: center;
        padding: 0px;

    }

    #paragon_check {
        width: 270px;
        height: 50px;
        background: none;
        color: #EEEAE5;
        border-width: 0 0 5px 0;
        border-color: #EEEAE5;
        font-family: 'Montserrat-SemiBold';
        margin-left: 9px;
        margin-top: 20px;
        text-align: center;
        padding: 0px;
    }

    #button_check {
        width: 177px;
        height: 46px;
        background: #EEEAE5;
        color: #670439;
        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: #EEEAE5;
        font-size: 11px;
        line-height: 17px;
        cursor: auto;
        clear: both;
    }

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

    /* CODE WRAPPER END */

}
