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

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

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

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

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

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

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

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

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

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

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

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

.form_input:-moz-placeholder {
    /* Firefox 18- */
    color: black;
}
@media screen and (max-width: 4500px) and (min-width: 1101px) {

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

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

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

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

    }

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

    #popup > img {
        width: 400px;
    }

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

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

    }

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

    #popup2 > img {
        width: 700px;
    }

    #navigation {
        display: none;
    }

    #logo {
        width: 156px;
        height: 99.5px;
        background: url('../images/logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: 472px;
    }

    #nav_scrolled {
        width: 100%;
        height: 83px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: fixed;
        background: #BB1825;
        z-index: 100;
    }
    #nav_scrolled_bg{
        width: 100%;
        height: 66px;
        position: absolute;
        background: #E31D2D;
        top: 83px;
        z-index: 100;
        box-shadow: 0px 3px 22px rgba(0,0,0,0.24);
    }
    #nav_scrolled_inner {
        width: 1100px;
        height: 83px;
        margin: 0 auto;
        margin-top: -83px;
    }

    #menu_scrolled {
        float: left;
        clear: both;
        padding-left: 135px;
    }

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

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

    #nav_scrolled ul > li > a {
        display: block;
        font-family: "Poppins-Bold";
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
        color:white;
        cursor: pointer;
    }
    #nav_scrolled ul > li > a:hover{
        color: black;
    }
	
     /* 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: 214px;
         position: fixed;
         background: #E31D2D;
         left: 0;
         right: 0;
         margin-left: auto;
         margin-right: auto;
         top: calc(50% - 259px);
         z-index: 10000000;
         display: block;
         color: white;
         font-family: "Myriad Pro Bold";
         font-weight: bold;
         font-size: 28px;
         text-decoration: none;
         text-align: center;
         padding-top: 50px;
     }	
	
    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

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

    #positive_msg {
        width: 960px;
        height: auto;
        background: #E31D2D;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 290px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

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

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

    #positive_text {
        width: 100%;
        font-family: "Poppins-Bold";
        color: white;
        float: left;
        clear: both;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
		margin-bottom: 30px;
    }
    /* CODE WRAPPER */
    #code_wrapper {
        position: absolute;
        z-index: 55000;
    }

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

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

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

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

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

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

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

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

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

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

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

    }

    /* CODE WRAPPER END */
    #status {
        width: 300px;
        height: 135px;
        background: #BB1825;
        position: fixed;
        z-index: 1;
        right: 0px;
        top: 200px;
        cursor: pointer;
    }

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

    #home_bg {
        width: 1060px;
        height: 915px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 160px;
        margin-left: 20px;
    }

    #join {
        display: inline-block;
        width: 320px;
        height: 80px;
        margin-left: 370px;
        margin-top: 145px;
        background: #BB1825;
        color: white;
        float: left;
        clear: both;
        border-radius: 8px;
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        font-size: 28px;
        line-height: 80px;
        text-align: center;
        cursor: pointer;
    }

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

    #nagrody_bg {
        width: 900px;
        height: 742px;
        background: url('../images/nagrody_bg2.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        margin-top: 35px;
        margin-left: 100px;
    }

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

    #zasady_bg {
        width: 791px;
        height: 322px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 150px;
        margin-left: 147px;
        display: inline-block;
    }

    #rules_download {
        display: inline-block;
        width: 220px;
        height: 48px;
        margin-left: 580px;
        margin-top: 271px;
        background: #BB1825;
        color: white;
        float: left;
        clear: both;
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        border-radius:6px;
        font-size: 18px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
    }



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

    #wez-udzial_bg {
        width: 344px;
        height: 79px;
        background: url('../images/wez-udzial_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 378px;
        margin-top: 150px;
    }

    #main_form {
        width: 810px;
        height: auto;
        margin-top: 10px;
        float: left;
        margin-left: 145px;
    }

    #main_form2 {
        width: 1000px;
        height: auto;
        margin-left: 50px;
        padding-top: 100px;
        margin-top: 120px;
        float: left;
        color: black;
        font-family: "Poppins-Bold";
        font-size: 22px;
        line-height: 40px;
        text-align: center;
    }

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

    .inputer {
        width: 366px;
        height: 86px;
        font-family: "Poppins-Medium";
        font-size: 18px;
        background: none;
        outline: 0;
        border: 2px solid #B6B2A6;
        color: black;
        float: left;
        padding: 0px;
        padding-top: 3px;
        padding-left: 20px;
        margin-top: 20px;
    }
    #phone, #paragon{
        margin-left: 30px;
    }
    @-webkit-keyframes autofill {
        to {
            color: black;
            font-family: "Poppins-Bold";
            background: none;
        }
    }

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

    .styled-select1 {
        width: 386px;
        height: 90px;
        overflow: hidden;
        background: transparent url('../images/arrow.png') no-repeat;
        background-position: 336px 38px;
        margin-top: 0px;
        float: left;
        margin-left: 30px;
        margin-top: 20px;
        border: 2px solid #B6B2A6;
    }

    .styled-select1 select {
        background: transparent;
        width: 386px;
        font-size: 18px;
        padding-left: 20px;
        height: 90px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Poppins-Medium";
        color: black;
        outline: none;
    }

    .styled-select1 select option {
        background-color: #FBF6EA;
        color: black;
    }

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

    #show_popup2 {
         width: 42px;
         height: 42px;
         background: url("../images/gdzie_jest_numer.png");
         display: block;
         float: left;
         margin-left: -62px;
         margin-top: 47px;
     }
    input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file2 {
         height: 58px;
         width: 210px;
         display: block;
         margin-top: 20px;
         margin-left: 0px;
         background: #E2DBC6 url('../images/file.png');
         background-repeat: no-repeat;
         background-position: 20px;
         border-radius: 10px;
         color: black;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 14px;
         line-height: 18px;
         cursor: pointer;
         padding-top: 22px;
         padding-left: 80px;
         padding-right: 100px;
         float: left;
     }

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

    .check_label {
        font-size: 14px;
        font-family: "Poppins-Medium";
        font-weight: 300;
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 0px;
        display: inline-block;
        cursor: pointer;
        min-height: 32px;
        padding-left: 50px;
        margin-top: 10px;
        width: 760px;
        color: black;
        float: left;
        padding-top: 4px;
        margin-bottom: 0px;
    }

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

    #check_up {
        margin-top: 30px;
        padding-top: 7px;
    }

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

    #shield_text {
        width: 740px;
        height: auto;
        background: url('../images/shield.png');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        color: #B6B2A6;
        font-size: 14px;
        font-family: "Poppins-Regular";
        padding-left: 48px;
        margin-left: 2px;
        margin-top: 30px;
        float: left;
    }

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

    #button_send {
        display: inline-block;
        width: 810px;
        height: 80px;
        margin-top: 45px;
        background: #BB1825;
        color: white;
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        font-size: 28px;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
        float: right;
        outline: 0;
        border: 0px;
    }

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

    #laureaci_bg {
        width: 1100px;
        height: 319px;
        background: url('../images/laureaci_bg2.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        margin-left:0px;
        margin-top: 0px;
    }
    #laureaci_day_box{
        width: 532px;
        height: 418px;
        background:#E31D2D;
        border-radius: 6px;
        margin-top: 30px;
        float: left;
    }
    #laureaci_week_box{
        width: 532px;
        height: 418px;
        background:#E31D2D;
        border-radius: 6px;
        margin-top: 30px;
        float: right;
    }
    .laureaci_title{
        font-size: 29px;
        color: white;
        font-family: "Poppins-Bold";
        float: left;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .laureaci_text{
        font-size: 20px;
        color: #FFED96;
        font-family: "Poppins-Medium";
        float: left;
        text-align: center;
        width: 100%;
        text-align: center;
        margin-top: 05px;
    }
    #laureaci_day_img{
        width: 253.5px;
        height: 265px;
        background: url('../images/laur_bg1.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 30px;
        margin-left: 30px;
    }
    #laureaci_week_img{
        width: 206px;
        height: 218px;
        background: url('../images/laur_bg2c.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 42px;
        margin-left: 52px;
    }
    #laureaci_day_slider{
        width: 200px;
        height: 255px;
        float: left;
        margin-top: 20px;
        margin-left: 20px;
    }
    .slider_day_name{
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: white;
        font-family: "Poppins-Bold";
        float: left;
        clear: both;
        margin-top: 10px;
    }
    .slider_day_paragon{
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: white;
        font-family: "Poppins-Regular";
        float: left;
        clear: both;
    }
    #laureaci_week_slider{
        width: 200px;
        height: 255px;
        float: left;
        margin-top: 20px;
        margin-left: 44px;
    }
    .slider_week_name{
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: white;
        font-family: "Poppins-Bold";
        float: left;
        clear: both;
        margin-top: 10px;
    }
    .slider_week_paragon{
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: white;
        font-family: "Poppins-Regular";
        float: left;
        clear: both;
    }
    #prev1{
        width: 14px;
        height: 22.5px;
        background: url('../images/arrow_left.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 300px;
        margin-top: -158px;
        cursor: pointer;
        position: relative;
    }
    #next1{
        width: 14px;
        height: 22.5px;
        background: url('../images/arrow_right.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        clear: both;
        margin-right: 28px;
        margin-top: -158px;
        cursor: pointer;
        position: relative;
    }
    #prev2{
        width: 14px;
        height: 22.5px;
        background: url('../images/arrow_left.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 292px;
        margin-top: -138px;
        cursor: pointer;
        position: relative;
    }
    #next2{
        width: 14px;
        height: 22.5px;
        background: url('../images/arrow_right.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        clear: both;
        margin-right: 32px;
        margin-top: -138px;
        cursor: pointer;
        position: relative;
    }
    #laureaci_bottom_bg{
        width: 721px;
        height: 245px;
        background: url('../images/produkty_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 190px;
        margin-top: 50px;
    }
    #laureaci_bottom_link{
        width: 640px;
        height: 80px;
        background: #BB1825;
        float:left;
        clear: both;
        margin-left: 230px;
        color: white;
        text-align: center;
        line-height: 80px;
        font-size: 28px;
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        border-radius: 6px;
    }
    #kontakt {
        width: 1100px;
        height: 300px;
        margin: 0 auto;
    }

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

    #kontakt_address {
        width: 150px;
        display: block;
        color: white;
        font-family: "Poppins-Medium";
        font-size: 18px;
        line-height: 29px;
        float: left;
        clear: both;
        margin-top: -58px;
        margin-left: 770px;
    }

    #kontakt_phone {
        display: block;
        color: white;
        font-family: "Poppins-Medium";
        font-size: 18px;
        line-height: 29px;
        float: left;
        margin-top: 235px;
        margin-left: 90px;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "Poppins-Medium";
        font-size: 18px;
        line-height: 29px;
        margin-top: 235px;
        margin-left: 205px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "Poppins-Medium";
        font-size: 18px;
        line-height: 29px;
        margin-top: -29px;
        margin-left: 428px;
        cursor: pointer;
        float: left;
        clear: both;
    }

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

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

    }

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

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

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

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

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

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

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

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

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

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

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

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

    }

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

    #popup > img {
        width: 320px;
    }

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

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

    }

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

    #popup2 > img {
        width: 320px;
    }

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

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

    }

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

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

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

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

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


    /* Errors END*/
    #status {
        width: 300px;
        height: 135px;
        background: url('../images/status.png');
        transform: scale(0.5);
        position: fixed;
        z-index: 1;
        right: -110px;
        top: 45px;
        cursor: pointer;
        display: none;
    }
     /* 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: 214px;
         background: #E31D2D;
         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: "Myriad Pro Bold";
         font-weight: bold;
         color: white;
         font-size: 26px;
         text-align: center;
         padding-top: 50px;
     }
    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

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

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

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

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
        
    }
    #positive_title {
        height: auto;
        width: 90%;
        text-align: center;
        font-family: "Poppins-Bold";
        float: left;
        clear: both;
        color: white;
        font-size: 25px;
        margin-top: 20px;
        margin-left: 5%;
    }

    #positive_text {
        width: 90%;
        margin-left: 5%;
        font-family: "Poppins-Bold";
        color: white;
        float: left;
        clear: both;
        font-size: 17px;
        text-align: center;
        margin-top: 10px;
		margin-bottom: 30px;
    }

    #nav_scrolled {
        display: none;
    }
    #navigation-center{
        width: 320px;
        margin: 0 auto;
    }
    #logo_mobile {
        width: 156px;
        height: 100px;
        background: url('../images/logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        margin-top: 0px;
        margin-left: 82px;
        position: relative;
        z-index: 5;
    }

    #navigation {
        width: 100%;
        height: 83px;
        background: #BB1825;
        position: fixed;
        z-index: 3;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #navigation_inner {
        width: 100%;
        height: 66px;
        background: #E31D2D;
        position: absolute;
        top: 83px;
        z-index: 2;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 3px 22px rgba(0,0,0,0.25);
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: absolute;
        top:15px;
        right: 15px;
        height: 36px;
        width: 49px;
        z-index: 5;
        background: transparent;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 49px;
        height: 6px;
        top: 15px;
        margin-top: -1px;
        left: 0px;
        display: block;
        background: white;
        border-radius: 5px;
        transition: .5s;
    }

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

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

    #nav_cross:hover {
        cursor: pointer;
    }

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

    }

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

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

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

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

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

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: 800;
        font-size: 22px;
        font-family: "Poppins-Bold";
        font-weight: 500;
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

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

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

    #menu_click {
        display: none;
    }

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

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

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

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

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

    /* Animated menu end */

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

    #home_bg {
        width: 300px;
        height: 543px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 170px;
        margin-left: 10px;
    }

    #join {
        display: inline-block;
        width: 290px;
        height: 70px;
        margin-left: 5px;
        margin-top: 135px;
        background: #BB1825;
        color: white;
        float: left;
        clear: both;
        border-radius: 8px;
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        font-size: 22px;
        line-height: 70px;
        text-align: center;
        cursor: pointer;
    }

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

    #nagrody_bg {
        width: 319.5px;
        height: 1278px;
        background: url('../images/nagrody_bg_mobile2.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        margin-top: 35px;
        margin-left: 0px;
    }

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

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

    #rules_download {
        display: inline-block;
        width: 220px;
        height: 48px;
        margin-left: 30px;
        margin-top: 505px;
        background: #BB1825;
        color: white;
        float: left;
        clear: both;
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        border-radius:6px;
        font-size: 18px;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
    }



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

    #wez-udzial_bg {
        width: 221px;
        height: 51px;
        background: url('../images/wez-udzial_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 50px;
        margin-top: 150px;
    }

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

    #main_form2 {
        width: 320px;
        height: auto;
        margin-left: 0px;
        padding-top: 100px;
        margin-top: 100px;
        float: left;
        color: black;
        font-family: "Poppins-Bold";
        font-size: 16px;
        text-align: center;
    }

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

    .inputer {
        width: 288px;
        height: 68px;
        font-family: "Poppins-Medium";
        font-size: 14px;
        background: none;
        outline: 0;
        border: 2px solid #B6B2A6;
        color: black;
        float: left;
        padding: 0px;
        padding-top: 3px;
        padding-left: 20px;
        margin-top: 12px;
        margin-left: 4px;
    }
    @-webkit-keyframes autofill {
        to {
            color: black;
            font-family: "Poppins-Bold";
            background: none;
        }
    }

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

    .styled-select1 {
        width: 308px;
        height: 68px;
        overflow: hidden;
        background: transparent url('../images/arrow.png') no-repeat;
        background-position: 266px 28px;
        margin-top: 0px;
        float: left;
        margin-left: 4px;
        margin-top: 12px;
        border: 2px solid #B6B2A6;
    }

    .styled-select1 select {
        background: transparent;
        width: 308px;
        font-size: 14px;
        padding-left: 20px;
        height: 68px;
        border: 0px;
        -webkit-appearance: none;
        font-family: "Poppins-Medium";
        color: black;
        outline: none;
    }

    .styled-select1 select option {
        background-color: #FBF6EA;
        color: black;
    }

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

    #show_popup2 {
         width: 42px;
         height: 42px;
         background: url("../images/gdzie_jest_numer.png");
         display: block;
         float: left;
         margin-left: -55px;
         margin-top: 28px;
     }
    input[type=file] {
         width: 1px;
         height: 1px;
         visibility: hidden;
     }

     .lab_file2 {
         height: 58px;
         width: 232px;
         display: block;
         margin-top: 12px;
         margin-left: 4px;
         background: #E2DBC6 url('../images/file.png');
         background-repeat: no-repeat;
         background-position: 20px;
         border-radius: 10px;
         color: black;
         font-family: "Poppins-Bold";
         font-weight: bold;
         font-size: 14px;
         line-height: 18px;
         cursor: pointer;
         padding-top: 22px;
         padding-left: 80px;
         padding-right: 0px;
         float: left;
     }

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

    .check_label {
        font-size: 14px;
        font-family: "Poppins-Medium";
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 10px;
        display: inline-block;
        cursor: pointer;
        min-height: 32px;
        padding-left: 50px;
        margin-top: 10px;
        width: 250px;
        color: black;
        float: left;
        padding-top: 4px;
        margin-bottom: 0px;
    }

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

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

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

    #shield_text {
        width: 250px;
        height: auto;
        background: url('../images/shield.png');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        color: #B6B2A6;
        font-size: 12px;
        font-family: "Poppins-Regular";
        padding-left: 48px;
        margin-left: 12px;
        margin-top: 30px;
        float: left;
    }

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

    #button_send {
        display: inline-block;
        width: 300px;
        height: 80px;
        margin-top: 30px;
        background: #BB1825;
        color: white;
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        font-size: 22px;
        border-radius: 6px;
        margin-right: 10px;
        text-align: center;
        cursor: pointer;
        float: right;
        outline: 0;
        border: 0px;
    }

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

    #laureaci_bg {
        width: 304px;
        height: 602px;
        background: url('../images/laureaci_bg_mobile2.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        margin-left: 7px;
        margin-top: 0px;
    }
    #laureaci_day_box{
        width: 306px;
        height: 701px;
        background:#E31D2D;
        border-radius: 6px;
        margin-top: 10px;
        margin-left: 7px;
        float: left;
    }
    #laureaci_week_box{
        width: 306px;
        height: 701px;
        background:#E31D2D;
        border-radius: 6px;
        margin-top: 30px;
        margin-left: 7px;
        float: left;
    }
    .laureaci_title{
        font-size: 26px;
        color: white;
        font-family: "Poppins-Bold";
        float: left;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 27px;
    }
    .laureaci_text{
        width: 90%;
        margin-left: 5%;
        font-size: 22px;
        color: #FFED96;
        font-family: "Poppins-Medium";
        float: left;
        text-align: center;
        text-align: center;
        margin-top: 5px;
    }
    #laureaci_day_img{
        width: 253.5px;
        height: 265px;
        background: url('../images/laur_bg1.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 20px;
        margin-left: 26px;
    }
    #laureaci_week_img{
        width: 206px;
        height: 218px;
        background: url('../images/laur_bg2c.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 20px;
        margin-left: 52px;
    }
    #laureaci_day_slider{
        width: 200px;
        height: 255px;
        float: left;
        margin-top: -20px;
        margin-left: 53px;
    }
    .slider_day_name{
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: white;
        font-family: "Poppins-Bold";
        float: left;
        clear: both;
        margin-top: 10px;
    }
    .slider_day_paragon{
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: white;
        font-family: "Poppins-Regular";
        float: left;
        clear: both;
    }
    #laureaci_week_slider{
        width: 200px;
        height: 255px;
        float: left;
        margin-top: 20px;
        margin-left: 53px;
    }
    .slider_week_name{
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: white;
        font-family: "Poppins-Bold";
        float: left;
        clear: both;
        margin-top: 10px;
    }
    .slider_week_paragon{
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: white;
        font-family: "Poppins-Regular";
        float: left;
        clear: both;
    }
    #prev1{
        width: 14px;
        height: 22.5px;
        background: url('../images/arrow_left.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 40px;
        margin-top: -138px;
        cursor: pointer;
        position: relative;
    }
    #next1{
        width: 14px;
        height: 22.5px;
        background: url('../images/arrow_right.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        clear: both;
        margin-right: 40px;
        margin-top: -138px;
        cursor: pointer;
        position: relative;
    }
    #prev2{
        width: 14px;
        height: 22.5px;
        background: url('../images/arrow_left.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 40px;
        margin-top: -138px;
        cursor: pointer;
        position: relative;
    }
    #next2{
        width: 14px;
        height: 22.5px;
        background: url('../images/arrow_right.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        clear: both;
        margin-right: 40px;
        margin-top: -138px;
        cursor: pointer;
        position: relative;
    }
    #laureaci_bottom_bg{
        width: 320px;
        height: 121px;
        background: url('../images/produkty_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 20px;
    }
    #laureaci_bottom_link{
        width: 240px;
        height: 80px;
        background: #BB1825;
        float:left;
        clear: both;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 14px;
        margin-left: 10px;
        margin-top: 5px;
        color: white;
        text-align: center;
        font-size: 22px;
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        border-radius: 6px;
    }
    #kontakt {
        width: 320px;
        height: 300px;
        margin: 0 auto;
    }

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

    #kontakt_address {
        width: 150px;
        display: block;
        color: white;
        font-family: "Poppins-Medium";
        font-size: 18px;
        line-height: 29px;
        float: left;
        clear: both;
        margin-top: 26px;
        margin-left: 110px;
    }

    #kontakt_phone {
        display: block;
        color: white;
        font-family: "Poppins-Medium";
        font-size: 18px;
        line-height: 29px;
        float: left;
        margin-top: 210px;
        margin-left: 110px;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "Poppins-Medium";
        font-size: 18px;
        line-height: 29px;
        margin-top: 30px;
        margin-left: 110px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "Poppins-Medium";
        font-size: 18px;
        line-height: 29px;
        margin-top: 0px;
        margin-left: 110px;
        cursor: pointer;
        float: left;
        clear: both;
    }

}

@media screen and (max-width: 1100px) and (min-width: 720px) {

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

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

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

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

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

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

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

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

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

    }

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

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

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

    }

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

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

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

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

    /* CODE WRAPPER END */
}

@media screen and (max-width: 719px) and (min-width: 200px) {

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

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

    #code_msg {
        width: 97%;
        height: 460px;
        background: #E20C6F;
        border: 5px solid black;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 230px);
        z-index: 10000000;
        display: block;
        display: none;
    }

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

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

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

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

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

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

    }

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

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

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

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

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

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

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

    /* CODE WRAPPER END */
}
