@charset "utf-8";

a:visited,
a:link,
a:active {
    color: white;
    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: 6px;
    border-radius: 5px;
    background-color: white;
}
.black:before,
.black:after {
    width: 3px;
    background-color: black;
}
.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.form_input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #AA8244;
}

.form_input::-moz-placeholder {
    /* Firefox 19+ */
    color: #AA8244;
}

.form_input:-ms-input-placeholder {
    /* IE 10+ */
    color: #AA8244;
}

.form_input:-moz-placeholder {
    /* Firefox 18- */
    color: #AA8244;
}
.form_input2::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input2::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input2:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input2:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: 5077px;
        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 {
        height: 500px;
        position: fixed;
        top: calc(50% - 315px);
        left: calc(50% - 250px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup > img {
        width: 500px;
    }

    #navigation {
        display: none;
    }

    #logo_1 {
        width: 210.5px;
        height: 33px;
        background: url('../images/logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        margin-top: 18.5px;
        margin-left: 30px;
    }

    #nav_scrolled {
        width: 100%;
        height: 70px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: fixed;
        background: black;
        border-radius: 0px 0px 9px 9px;
        z-index: 100;
    }

    #nav_scrolled_inner {
        width: 1100px;
        height: 70px;
        margin: 0 auto;
    }

    #menu_scrolled {
        padding-left: 170px;
    }

    #nav_scrolled ul {
        float: left;
        margin-top: 19px;
        margin-left: 90px;
    }

    #nav_scrolled ul > li {
        display: inline-block;
        margin-left: 20px;
    }

    #nav_scrolled ul > li > a {
        display: block;
        font-family: "Myriad Pro Regular";
        font-size: 16px;
        text-decoration: none;
        color: white;
        cursor: pointer;
        position: relative;
    }

    #home-menu-link {
        width: 22.5px;
        height: 20.5px;
        background: url('../images/home.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 3px;
    }

    .menu-item:hover {
        color: #BD1616 !important;
    }

    .menu-item-active {
        color: #BD1616 !important;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 984px;
        height: 386px;
        background: url('../images/popup_bg.jpg');
        position: fixed;
        border-radius: 9px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 100px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        float: right;
        margin-right: 0px;
        margin-top: 15px;
        cursor: pointer;
    }

    #positive_title {
        height: auto;
        width: 70%;
        text-align: center;
        font-family: "novantique-serif";
        text-transform: uppercase;
        margin: 0 auto;
        color: black;
        font-size: 25px;
        margin-top: 50px;
    }

    #positive_text {
        width: 54%;
        font-family: "novantique-serif";
        color: black;
        margin-left: 23%;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 0px;
    }

    #positive_button {
        width: 200px;
        height: 43px;
        background: transparent linear-gradient(91deg, #BD1616 0%, #DD3B3B 45%, #C41A1A 100%) 0% 0% no-repeat padding-box;
        border-radius: 6px;
        cursor: pointer;
        color: #F9F0D6;
        font-family: "novantique-serif";
        font-size: 24px;
        text-align: center;
        line-height: 44px;
        border: 0px;
        margin: 0 auto;
        margin-top: 20px;
    }
    #positive_button2 {
        cursor: pointer;
        color: black;
        font-family: "novantique-serif";
        text-decoration: underline;
        font-size: 22px;
        text-align: center;
        border: 0px;
        margin: 0 auto;
        margin-top: 20px;
    }

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }

    /* CODE WRAPPER */
    #code_wrapper {
        position: absolute;
        z-index: 55000;
    }

    #code_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #code_msg {
        width: 718px;
        height: 538px;
        background: #000000;
        position: fixed;
        border: 8px solid white;
        left: 0;
        right: 0;
        border-radius: 50px;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        float: right;
        margin-right: 0px;
        margin-top: 15px;
        cursor: pointer;
    }

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        margin: 0 auto;
        color: white;
        font-size: 54px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 100px;
    }

    #email_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        border-color: white;
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #button_check:-webkit-autofill {
        width: 256px;
        height: 50px;
        background: white;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: #000000;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #button_check:autofill {
        width: 256px;
        height: 50px;
        background: white;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: #000000;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: black;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

    .form_input2::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input2::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input2:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input2:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }


    /* CODE WRAPPER END */
    #status {
        width: 128px;
        height: 35px;
        background: #BD1616;
        text-align: left;
        vertical-align: middle;
        border-radius: 10px;
        cursor: pointer;
        font-family: "Myriad Pro Regular";
        text-align: center;
        line-height: 14px;
        color: white;
        font-size: 14px;
        padding-top: 5px;
        margin-top: 15px;
        margin-left: 15px;
        float: left;
    }

    #home {
        width: 1100px;
        height: 760px;
        margin: 0 auto;
        position: relative;
    }

    #top_bg1 {
        width: 1100px;
        height: 625px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 140px;
        margin-left: 0px;
    }

    #top_anim {
        width: 528px;
        height: 546px;
        float: left;
        clear: both;
        margin-left: 83px;
        margin-top: 53px;
    }

    #join {
        display: inline-block;
        width: 300px;
        height: 70px;
        background: transparent linear-gradient(91deg, #BD1616 0%, #DD3B3B 45%, #C41A1A 100%) 0% 0% no-repeat padding-box;
        border-radius: 12px;
        cursor: pointer;
        color: #F9F0D6;
        font-family: "novantique-serif";
        font-weight: 700;
        font-size: 39px;
        text-align: center;
        line-height: 73px;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 660px;
        margin-top: -85px;
    }

    #nagrody {
        width: 1100px;
        height: 890px;
        margin: 0 auto;
        padding-top: 70px;
    }

    #nagrody_bg {
        width: 1146px;
        height: 809.5px;
        background: url('../images/nagrody_bg2.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: -46px;
    }

    #nagrody_anim1 {
        width: 609px;
        height: 564px;
        float: left;
        clear: both;
        margin-left: 46px;
        margin-top: -50px;
    }

    #nagrody_anim2 {
        width: 300px;
        height: 120px;
        float: left;
        clear: both;
        margin-left: 446px;
        margin-top: 235px;
    }

    #zasady {
        width: 1100px;
        height: 1130px;
        margin: 0 auto;
    }

    #zasady_bg {
        width: 1100px;
        height: 1101px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 70px;
        margin-left: 0px;
        display: inline-block;
    }

    #join2 {
        width: 240px;
        height: 43px;
        float: left;
        clear: both;
        margin-left: 430px;
        margin-top: 275px;
        cursor: pointer;
    }

    #rules_download {
        display: inline-block;
        width: 200px;
        height: 45px;
        background: transparent linear-gradient(91deg, #BD1616 0%, #DD3B3B 45%, #C41A1A 100%) 0% 0% no-repeat padding-box;
        border-radius: 6px;
        cursor: pointer;
        color: #F9F0D6;
        font-family: "novantique-serif";
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        line-height: 47px;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 450px;
        margin-top: 150px;
    }

    #wez-udzial {
        width: 1100px;
        height: 1065px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    #wez-udzial_title {
        width: 659px;
        height: 68px;
        float: left;
        clear: both;
        background: url('../images/wez-udzial_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 220px;
        margin-top: 70px;
    }

    #main_form {
        width: 1100px;
        height: auto;
        margin-top: 30px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 1100px;
        height: 370px;
        float: left;
        padding-top: 60px;
        color: #2F1A0F;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        font-size: 22px;
        text-align: center;
        margin: 0 auto;
    }

    #form_bg {
        width: 502px;
        height: 301px;
        background: url('../images/form_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        clear: both;
        margin-top: -110px;
        margin-right:
    }

    .label_form {
        width: 446px;
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        float: left;
        clear: both;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    #input_box {
        width: 1010px;
        height: auto;
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 50px;
        padding-bottom: 50px;
        background: black;
        float: left;
        clear: both;
    }

    .form_input {
        width: 455px;
        height: 60px;
        font-family: "Myriad Pro Regular";
        font-weight: 400;
        font-size: 18px;
        background: white;
        outline: 0;
        border: 0px;
        color: #AA8244;
        float: left;
        border-radius: 6px;
        margin-bottom: 27px;
        padding: 0px;
        padding-left: 20px;
    }

    @-webkit-keyframes autofill {
        to {
            color: #AA8244;
            font-family: "Myriad Pro Regular";
            font-weight: 400;
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: #AA8244;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    .styled-select1 {
        width: 50px;
        height: 30px;
        overflow: hidden;
        background: url('../images/polygon.png') no-repeat;
        background-position: 32px 13px;
        float: left;
        margin-left: 60px;
        margin-top: 15px;
    }

    .styled-select1 select {
        background: transparent;
        width: 70px;
        height: 30px;
        font-size: 23px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: #AA8244;
        outline: none;
    }

    .styled-select1 select option {
        background-color: black;
        color: #AA8244;
    }

    #phone {
        width: 394px;
        margin-left: 10px;
    }

    #date {
        margin-left: 60px;
    }

    .styled-select2 {
        width: 475px;
        height: 60px;
        overflow: hidden;
        background: white url('../images/arrow_down.png') no-repeat;
        background-position: 440px 26px;
        margin-top: 0px;
        border-radius: 6px;
        float: left;
        clear: both;
        margin-left: 0px;
    }

    .styled-select2 select {
        background: transparent;
        width: 475px;
        height: 60px;
        font-size: 18px;
        padding-left: 20px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Myriad Pro Regular";
        color: #AA8244;
        outline: none;
    }

    .styled-select2 select option {
        background-color: white;
        color: #AA8244;
    }

    #show_popup1 {
        width: 23px;
        height: 23px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -37px;
        margin-top: 19px;
    }

    #show_popup2 {
        width: 23px;
        height: 23px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -37px;
        margin-top: 19px;
    }

    .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: #D5D5D5;
        box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.08);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider2:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        top: 4px;
        background: white;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

    input:checked + .slider2 {
        background-color: #2F1A0F;
    }


    input:checked + .slider2:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px);
        background: white;
        left: 16px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slider2.round {
        border-radius: 34px;
    }

    .slider2.round:before {
        border-radius: 50%;
    }

    .data_box2 {
        width: 600px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 45px;
        margin-top: 0px;
    }

    .box1 {
        margin-top: -115px;
    }

    .data_label1 {
        width: 480px;
        color: #2F1A0F;
        font-family: "Myriad Pro Regular";
        font-weight: 400;
        font-size: 18px;
        margin-left: 20px;
        float: left;
        margin-top: 0px;
    }

    #reg_form {
        float: left;
        clear: both;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        font-size: 18px;
        margin-top: -160px;
        color: #2F1A0F;
        margin-left: 45px;
    }

    #rules_download2 {
        color: #2F1A0F;
        text-decoration: underline;
    }
    #shield{
        width: 38px;
        height: 42px;
        float: left;
        clear: both;
        margin-left: -57px;
        margin-top: 28px;
        background: url('../images/shield.png');
        
    }
    #shield_text {
        width: 960px;
        height: auto;
        float: left;
        clear: both;
        background: #D2B483;
        border-radius: 9px;
        color: black;
        padding: 20px;
        padding-left: 40px;
        font-size: 15px;
        line-height: 17px;
        font-family: "Myriad Pro Regular";
        font-weight: 400;
        border-radius: 19px;
        margin-left: 35px;
        margin-top: 20px;
    }

    #button_send {
        display: inline-block;
        width: 230px;
        height: 65px;
        background: transparent linear-gradient(91deg, #BD1616 0%, #DD3B3B 45%, #C41A1A 100%) 0% 0% no-repeat padding-box;
        border-radius: 6px;
        cursor: pointer;
        color: #F9F0D6;
        font-family: "novantique-serif";
        font-weight: 700;
        font-size: 36px;
        text-align: center;
        padding-top: 3px;
        margin-left: 435px;
        margin-top: 40px;
        float: left;
        clear: both;
        border: 0px;
        outline: 0;
    }

    #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: "Myriad Pro Regular";
        font-weight: 600;
    }
    #film {
        width: 1100px;
        height: 660px;
        margin: 0 auto;
    }
    video{
        width: 1100px;
        height: 625px;
    }
    #kontakt {
        width: 1100px;
        height: 400px;
        margin: 0 auto;
        position: relative;
    }

    #kontakt_bg {
        width: 1100px;
        height: 380px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }

    #kontakt_phone {
        display: inline-block;
        color: black;
        font-family: "novantique-serif";
        font-weight: 100;
        font-size: 20px;
        line-height: 30px;
        float: left;
        margin-top: 230px;
        margin-left: 214px;
    }

    #foot_link {
        display: block;
        color: black;
        font-family: "novantique-serif";
        font-weight: 100;
        font-size: 20px;
        line-height: 30px;
        margin-left: 486px;
        margin-top: -30px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #foot_email {
        display: block;
        color: black;
        font-family: "novantique-serif";
        font-weight: 100;
        font-size: 20px;
        line-height: 30px;
        margin-left: 135px;
        margin-top: 230px;
        cursor: pointer;
        float: left;
    }

    #kontakt_address {
        width: 170px;
        display: inline-block;
        color: black;
        font-family: "novantique-serif";
        font-weight: 100;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: -60px;
        margin-left: 740px;
    }
    #kontakt_polityka{
        width: 140px;
        display: inline-block;
        color: black;
        font-family: "novantique-serif";
        text-decoration: underline;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        float: left;
        clear: both;
        margin-left: 370px;
        margin-top: 140px;
    }
     #kontakt_cookies{
        width: 160px;
        display: inline-block;
        color: black;
        font-family: "novantique-serif";
        text-decoration: underline;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        float: left;
         margin-top: 140px;
        margin-left: 67px;
    }
    #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: black;
        border: 5px solid white;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: white;
    }

    #errors ul {
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        font-size: 18px;
        color: white;
    }

    #errors ul li {
        margin-top: 15px;
        list-style-type: disc;
    }

    #errors_ok {
        background: white;
        border-radius: 25px;
        width: 150px;
        height: 50px;
        color: black;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        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) {

    html,
    body {
        width: 100%;
        height: 5027px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: url('../images/mobile_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }

    a[href^=tel] {
        text-decoration: inherit;
        color: inherit;
    }

    /* Use to form category "Where is code" - Paragon */
    #popup_wrapper {
        display: none;
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        background: rgba(128, 128, 128, 0.74)
    }

    #popup_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        display: none;

    }

    #popup {
        width: 320px;
        height: 500px;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup > img {
        width: 320px;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 320px;
        height: 417px;
        background: url('../images/popup_bg_mobile.jpg');
        position: fixed;
        border-radius: 9px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 20px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -20px;
        margin-top: 10px;
        position: relative;
        z-index: 3;
    }

    #positive_title {
        height: auto;
        width: 90%;
        text-align: center;
        font-family: "novantique-serif";
        text-transform: uppercase;
        margin: 0 auto;
        color: black;
        font-size: 18px;
        margin-top: 50px;
    }

    #positive_text {
        width: 260px;
        font-family: "novantique-serif";
        color: black;
        margin: 0 auto;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        margin-top: 20px;
    }

    #positive_button {
        width: 200px;
        height: 43px;
        background: transparent linear-gradient(91deg, #BD1616 0%, #DD3B3B 45%, #C41A1A 100%) 0% 0% no-repeat padding-box;
        border-radius: 6px;
        cursor: pointer;
        color: #F9F0D6;
        font-family: "novantique-serif";
        font-size: 24px;
        text-align: center;
        line-height: 44px;
        border: 0px;
        margin: 0 auto;
        margin-top: 20px;
    }
    #positive_button2 {
        cursor: pointer;
        color: black;
        font-family: "novantique-serif";
        text-decoration: underline;
        font-size: 16px;
        text-align: center;
        border: 0px;
        margin: 0 auto;
        margin-top: 15px;
    }

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }


    /* 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: black;
        border: 5px solid white;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: calc(35% - 125px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        font-size: 18px;
        color: white;
    }

    #errors ul {
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        font-size: 15px;
        color: white;
    }

    #errors ul li {
        margin-top: 15px;
        list-style-type: disc;
    }

    #errors_ok {
        background: white;
        border-radius: 25px;
        width: 150px;
        height: 50px;
        color: black;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }

    #status_mobile {
        width: 95px;
        height: 30px;
        position: fixed;
        right: 60px;
        top: 12px;
        cursor: pointer;
        font-family: "Myriad Pro Regular";
        font-weight: 400;
        text-align: center;
        color: white;
        font-size: 12px;
        z-index: 2;
    }

    #status {
        display: none;
    }

    /* Errors END*/
    #navigation {
        width: 100%;
        background: black;
        height: 54px;
        border-radius: 0px 0px 9px 9px;
        position: fixed;
        z-index: 1;
    }

    #logo_mobile {
        width: 135px;
        height: 21px;
        background: url('../images/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        position: fixed;
        top: 16.5px;
        left: 10px;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 17px;
        right: 20px;
        height: 21px;
        width: 24px;
        z-index: 5;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 24px;
        height: 2px;
        top: 8px;
        left: 0px;
        display: block;
        background: white;
        transition: .5s;
    }

    #burger + #nav_cross .cross:first-child {
        top: 0px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 16px;
    }

    #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: white;
        font-weight: 800;
        font-size: 20px;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

        background: black;
        height: 100%;
        transition-delay: 0s;
        z-index: 3;
    }

    #burger:checked ~ nav > ul > li {
        opacity: 1;
        transition-delay: .5s;
    }
    #mobile_menu_home{
        width: 22.5px;
        height: 20.5px;
        background: url('../images/home.png');
        background-repeat: no-repeat;
        background-size: contain;
        padding: 0px !important;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    #menu_click {
        display: none;
    }

    #nav_scrolled {
        display: none;
    }

    /* Animated menu end */
    #home {
        width: 320px;
        height: 700px;
        margin: 0 auto;
        position: relative;
    }

    #top_bg1 {
        width: 320px;
        height: 526px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 92px;
        margin-left: 0px;
    }

    #top_anim {
        width: 236px;
        height: 244px;
        float: left;
        clear: both;
        margin-left: 43px;
        margin-top: 130px;
    }

    #join {
        display: inline-block;
        width: 180px;
        height: 40px;
        background: transparent linear-gradient(91deg, #BD1616 0%, #DD3B3B 45%, #C41A1A 100%) 0% 0% no-repeat padding-box;
        border-radius: 6px;
        cursor: pointer;
        color: #F9F0D6;
        font-family: "novantique-serif";
        font-weight: 700;
        font-size: 19px;
        text-align: center;
        line-height: 43px;
        float: left;
        clear: both;
        border: 0px;
        margin-left:70px;
        margin-top: 180px;
    }

    #nagrody {
        width: 320px;
        height: 550px;
        margin: 0 auto;
    }

    #nagrody_bg {
        width: 320px;
        height: 479.5px;
        background: url('../images/nagrody_bg_mobile2.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
        margin-top: 54px;
        display: inline-block;
    }

    #nagrody_anim1 {
        width: 253px;
        height: 235px;
        float: left;
        clear: both;
        margin-left: 20px;
        margin-top: 90px;
    }

    #nagrody_anim2 {
        width: 145px;
        height:58px;
        float: left;
        clear: both;
        margin-left: 87.5px;
        margin-top: 125px;
    }

    #zasady {
        width: 320px;
        height: 1370px;
        margin: 0 auto;
        padding-top: 54px;
    }

    #zasady_bg {
        width: 320px;
        height: 1387px;
        background: url('../images/zasady_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }

    #join2 {
        width: 189px;
        height: 35px;
        float: left;
        clear: both;
        margin-left: 66px;
        margin-top: 371px;
    }

    #rules_download {
        display: inline-block;
        width: 200px;
        height: 45px;
        background: transparent linear-gradient(91deg, #BD1616 0%, #DD3B3B 45%, #C41A1A 100%) 0% 0% no-repeat padding-box;
        border-radius: 6px;
        cursor: pointer;
        color: #F9F0D6;
        font-family: "novantique-serif";
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        line-height: 47px;
        float: left;
        clear: both;
        border: 0px;
        margin-left: 60px;
        margin-top: 375px;
    }

    #wez-udzial {
        width: 320px;
        height: 1560px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    #wez-udzial_title {
        width: 305.5px;
        height: 34px;
        float: left;
        clear: both;
        background: url('../images/wez-udzial_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 7px;
        margin-top: 54px;
    }

    #main_form {
        width: 320px;
        height: auto;
        margin-top: 30px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 320px;
        height: 370px;
        float: left;
        padding-top: 60px;
        color: #2F1A0F;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        font-size: 22px;
        text-align: center;
        margin: 0 auto;
    }

    #form_bg {
        width: 242px;
        height: 145px;
        background: url('../images/form_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        clear: both;
        margin-top: -50px;
        margin-right:39px;
    }

    .label_form {
        width: 446px;
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        float: left;
        clear: both;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    #input_box {
        width: 290px;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 70px;
        background: black;
        float: left;
        clear: both;
    }

    .form_input {
        width: 270px;
        height: 60px;
        font-family: "Myriad Pro Regular";
        font-weight: 400;
        font-size: 16px;
        background: white;
        outline: 0;
        border: 0px;
        color: #AA8244;
        float: left;
        border-radius: 6px;
        margin-bottom: 23px;
        padding: 0px;
        padding-left: 20px;
    }

    @-webkit-keyframes autofill {
        to {
            color: #AA8244;
            font-family: "Myriad Pro Regular";
            font-weight: 400;
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: #AA8244;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    .styled-select1 {
        width: 50px;
        height: 30px;
        overflow: hidden;
        background: url('../images/polygon.png') no-repeat;
        background-position: 32px 13px;
        float: left;
        margin-left: 0px;
        margin-top: 15px;
    }

    .styled-select1 select {
        background: transparent;
        width: 70px;
        height: 30px;
        font-size: 23px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: #AA8244;
        outline: none;
    }

    .styled-select1 select option {
        background-color: black;
        color: #AA8244;
    }

    #phone {
        width: 210px;
        margin-left: 10px;
    }


    .styled-select2 {
        width: 290px;
        height: 60px;
        overflow: hidden;
        background: white url('../images/arrow_down.png') no-repeat;
        background-position: 260px 26px;
        margin-top: 0px;
        border-radius: 6px;
        float: left;
        clear: both;
        margin-left: 0px;
    }

    .styled-select2 select {
        background: transparent;
        width: 290px;
        height: 60px;
        font-size: 16px;
        padding-left: 20px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Myriad Pro Regular";
        color: #AA8244;
        outline: none;
    }

    .styled-select2 select option {
        background-color: white;
        color: #AA8244;
    }

    #show_popup1 {
        width: 23px;
        height: 23px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -32px;
        margin-top: 19px;
    }

    #show_popup2 {
        width: 23px;
        height: 23px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -32px;
        margin-top: 19px;
    }

    .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: #D5D5D5;
        box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.08);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider2:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        top: 4px;
        background: white;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

    input:checked + .slider2 {
        background-color: #2F1A0F;
    }


    input:checked + .slider2:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px);
        background: white;
        left: 16px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slider2.round {
        border-radius: 34px;
    }

    .slider2.round:before {
        border-radius: 50%;
    }

    .data_box2 {
        width: 290px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 15px;
        margin-top: 20px;
    }

    .data_label1 {
        width: 200px;
        color: #2F1A0F;
        font-family: "Myriad Pro Regular";
        font-weight: 400;
        font-size: 15px;
        margin-left: 20px;
        float: left;
        margin-top: 0px;
    }

    #reg_form {
        float: left;
        clear: both;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        font-size: 16px;
        margin-top: 10px;
        color: #2F1A0F;
        margin-left: 15px;
    }

    #rules_download2 {
        color: #2F1A0F;
        text-decoration: underline;
    }
    #shield{
        width: 38px;
        height: 42px;
        float: left;
        clear: both;
        margin-left: 105px;
        margin-top: -60px;
        background: url('../images/shield.png');
        
    }
    #shield_text {
        width: 250px;
        height: auto;
        float: left;
        clear: both;
        background: #D2B483;
        border-radius: 9px;
        color: black;
        padding: 20px;
        padding-top: 40px;
        font-size: 15px;
        line-height: 17px;
        font-family: "Myriad Pro Regular";
        font-weight: 400;
        border-radius: 19px;
        margin-left: 15px;
        margin-top: 40px;
    }

    #button_send {
        display: inline-block;
        width: 230px;
        height: 65px;
        background: transparent linear-gradient(91deg, #BD1616 0%, #DD3B3B 45%, #C41A1A 100%) 0% 0% no-repeat padding-box;
        border-radius: 6px;
        cursor: pointer;
        color: #F9F0D6;
        font-family: "novantique-serif";
        font-weight: 700;
        font-size: 36px;
        text-align: center;
        padding-top: 3px;
        margin-left: 45px;
        margin-top: 25px;
        float: left;
        clear: both;
        border: 0px;
        outline: 0;
    }

    #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: "Myriad Pro Regular";
        font-weight: 600;
    }
    #film {
        width: 320px;
        height: 230px;
        margin: 0 auto;
    }
    video{
        width: 320px;
        height: 200px;
    }
    #kontakt {
        width: 320px;
        height: 400px;
        margin: 0 auto;
        position: relative;
    }

    #kontakt_bg {
        width: 320.5px;
        height: 456px;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0px;
    }

    #kontakt_phone {
        display: inline-block;
        color: black;
        font-family: "novantique-serif";
        font-weight: 100;
        font-size: 20px;
        line-height: 30px;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 170px;
        margin-left: 0px;
    }

    #foot_link {
        display: block;
        color: black;
        font-family: "novantique-serif";
        font-weight: 100;
        font-size: 20px;
        line-height: 30px;
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #foot_email {
        display: block;
        color: black;
        font-family: "novantique-serif";
        font-weight: 100;
        font-size: 20px;
        line-height: 30px;
        margin-left: 0px;
        margin-top: 15px;
        width: 100%;
        text-align: center;
        cursor: pointer;
        float: left;
    }

    #kontakt_address {
        width: 170px;
        display: inline-block;
        color: black;
        font-family: "novantique-serif";
        font-weight: 100;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 15px;
        margin-left: 75px;
    }
    #kontakt_polityka{
        width: 130px;
        display: inline-block;
        color: black;
        font-family: "novantique-serif";
        text-decoration: underline;
        font-size: 13px;
        line-height: 30px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 110px;
        margin-left: 15px;
    }
     #kontakt_cookies{
        width: 140px;
        display: inline-block;
        color: black;
        font-family: "novantique-serif";
        text-decoration: underline;
        font-size: 13px;
        line-height: 30px;
        text-align: center;
        float: right;
         margin-top: 110px;
        margin-right: 15px;
    }
}

@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: 99999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #code_msg {
        width: 718px;
        height: 538px;
        background: #000000;
        position: fixed;
        border: 8px solid white;
        border-radius: 30px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        width: 20px;
        height: 53px;
        float: right;
        margin-right: 20px;
        margin-top: 20px;
        cursor: pointer;
    }

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        margin: 0 auto;
        color: white;
        font-size: 54px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 100px;
    }

    #email_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #email_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #email_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: black;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

    
}

@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: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #code_msg {
        width: 90%;
        height: 430px;
        background: #000000;
        border: 5px solid white;
        position: fixed;
        border-radius: 30px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 15px;
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        width: 20px;
        height: 53px;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
    }

    #code_title {
        height: 35px;
        width: 280px;
        text-align: center;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        margin: 0 auto;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 65px;
    }

    #code_text {
        width: 290px;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
    }

    #email_check:-webkit-autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }

    #email_check:autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }

    #email_check {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }

    #paragon_check:-webkit-autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check:autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        padding: 0px;
        outline: 0px;
    }

    #paragon_check {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        padding: 0px;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: black;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 17px;
        margin-top: 25px;
        margin-bottom: 15px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 80%;
        height: 80px;
        margin: 0 auto;
        margin-top: 5px;
        font-family: "Myriad Pro Regular";
        font-weight: 600;
        color: white;
        font-size: 12px;
        line-height: 20px;
        cursor: auto;
        clear: both;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 320px;
        height: 417px;
        background: url('../images/popup_bg_mobile.jpg');
        position: fixed;
        border-radius: 9px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 20px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -20px;
        margin-top: 10px;
        position: relative;
        z-index: 3;
    }

    #positive_title {
        height: auto;
        width: 90%;
        text-align: center;
        font-family: "novantique-serif";
        text-transform: uppercase;
        margin: 0 auto;
        color: black;
        font-size: 18px;
        margin-top: 50px;
    }

    #positive_text {
        width: 260px;
        font-family: "novantique-serif";
        color: black;
        margin: 0 auto;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        margin-top: 20px;
    }

    #positive_button {
        width: 200px;
        height: 43px;
        background: transparent linear-gradient(91deg, #BD1616 0%, #DD3B3B 45%, #C41A1A 100%) 0% 0% no-repeat padding-box;
        border-radius: 6px;
        cursor: pointer;
        color: #F9F0D6;
        font-family: "novantique-serif";
        font-size: 24px;
        text-align: center;
        line-height: 44px;
        border: 0px;
        margin: 0 auto;
        margin-top: 20px;
    }
    #positive_button2 {
        cursor: pointer;
        color: black;
        font-family: "novantique-serif";
        text-decoration: underline;
        font-size: 16px;
        text-align: center;
        border: 0px;
        margin: 0 auto;
        margin-top: 15px;
    }

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }
}
