@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);
}

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

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

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

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

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

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

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

.form_input2:-moz-placeholder {
    /* Firefox 18- */
    color: #3f2678;
}

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

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

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

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

.text_active {
    color: black !important;
}

.orange {
    color: #ea8c38;
}

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

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

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

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

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

    #menu_scrolled {
        padding-left: 30px;
    }

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

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

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

    #nav_scrolled ul > li > a:hover {
        background: #D7231D;
        border-radius: 50px;
    }

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

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

    #wait_box {
        width: 518px;
        height: 238px;
        background: #7d69ac;
        position: fixed;
        border: 2px solid white;
        border-radius: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
        color: white;
        font-family: "Congenial";
        font-size: 28px;
        text-decoration: none;
        text-align: center;
        padding-top: 45px;
        padding-bottom: 10px;
    }

    #wait_img {
        width: 155px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #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: 1100px;
        height: auto;
        background: #7d69ac;
        border-radius: 20px;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
        text-transform: uppercase;
    }

    #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: "Gobold";
        color: white;
        font-size: 40px;
        margin-top: 60px;
    }

    .positive_text {
        width: 80%;
        font-family: "Gobold";
        color: white;
        font-size: 35px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 60px;
        margin-left: 10%;
    }

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

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

    #custom_error_msg {
        width: 1100px;
        height: auto;
        background: #7d69ac;
        position: fixed;
        border-radius: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 269px);
        z-index: 10000000;
        display: block;

    }

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

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

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

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

    #code_msg {
        width: 1100px;
        height: 440px;
        background: #7d69ac;
        position: fixed;
        border-radius: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 269px);
        z-index: 10000000;
        display: block;

    }

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

    #code_title {
        height: 80px;
        width: 100%;
        text-align: center;
        font-family: 'Gobold';
        float: left;
        clear: both;
        color: white;
        font-size: 35px;
        text-transform: uppercase;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    #code_title2 {
        height: 55px;
        width: 400px;
        text-align: center;
        font-family: 'Congenial';
        margin-left: 350px;
        float: left;
        clear: both;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #code_title3 {
        height: 45px;
        width: 400px;
        text-align: center;
        font-family: 'Congenial';
        margin-left: 350px;
        color: white;
        float: left;
        clear: both;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 40px;
    }

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

    #email_check {
        width: 380px;
        height: 50px;
        background: white;
        color: #3f2678;
        font-size: 20px;
        border: 0px;
        border-radius: 50px;
        font-family: 'Congenial';
        float: left;
        clear: both;
        padding: 0px;
        padding-left: 20px;
        margin: 0px;
        margin-left: 125px;
        outline: 0;
    }

    #paragon_check {
        width: 380px;
        height: 50px;
        background: white;
        color: #3f2678;
        font-size: 20px;
        border: 0px;
        border-radius: 50px;
        font-family: 'Congenial';
        float: left;
        padding: 0px;
        padding-left: 20px;
        margin: 0px;
        margin-left: 50px;
        outline: 0;
    }

    #button_check {
        width: 370px;
        height: 70px;
        background: white;
        font-size: 22px;
        border: 0px;
        color: #3f2678;
        border-radius: 50px;
        font-family: "Gobold";
        text-transform: uppercase;
        cursor: pointer;
        margin-left: 365px;
        margin-top: 30px;
        margin-bottom: 0px;
        float: left;
    }

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

    }

    /* CODE WRAPPER END */
    #status {
        width: 150px;
        height: 54px;
        background: white;
        border-radius: 50px 0px 0px 50px;
        position: fixed;
        font-family: 'Congenial';
        color: #3f2678;
        font-size: 16px;
        line-height: 20px;
        padding-top: 16px;
        text-align: center;
        z-index: 1;
        right: 0px;
        top: 70px;
        cursor: pointer;
    }

    /* Animated menu end */
    #home {
        width: 1100px;
        height: 760px;
        margin: 0 auto;
    }
    #top_img1{
        width: 233px;
        height: 113px;
        float: left;
        clear: both;
        margin-top: 160px;
        margin-left: 433.5px;
    }
    #top_img2{
        width: 550px;
        float: left;
        clear: both;
        margin-left: 275px;
        margin-top: 30px;
    }
    #top_text1 {
        width: 100%;
        text-align: center;
        font-family: "Congenial";
        color: white;
        font-size: 29px;
        margin-top: 20px;
        margin-left: 0px;
        float: left;
        clear: both;
    }

    #join {
        width: 387px;
        height: 89px;
        background: url('../images/button_join.png');
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 100px;
        text-align: center;
        line-height: 93px;
        color: white;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 32px;
        margin-left: 356.5px;
        margin-top: 50px;
        display: block;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #top_text2 {
        width: 100%;
        text-align: center;
        font-family: "Congenial";
        color: white;
        font-size: 17px;
        margin-top: 20px;
        float: left;
        clear: both;
    }
    #zasady {
        width: 1100px;
        height: 620px;
        margin: 0 auto;
    }

    #zasady_title {
        font-family: "Congenial";
        font-size: 55px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }
    #zasady_text1 {
        font-family: "Congenial";
        font-size: 37px;
        line-height: 42px;
        color: #EDB43F;
        float: left;
        clear: both;
        text-align: center;
        width: 90%;
        margin-left: 5%;
        margin-top: 50px;
    }

    #zasady_text2 {
        font-family: "Congenial";
        font-size: 20px;
        line-height: 23px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 90%;
        margin-left: 5%;
        margin-top: 60px;
    }
    #zasady_text3 {
        font-family: "Congenial";
        font-size: 20px;
        line-height: 23px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 64%;
        margin-left: 18%;
        margin-top: 30px;
    }

    #rules_download {
        width: 287px;
        height: 89px;
        background: url('../images/button_rules.png');
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 100px;
        text-align: center;
        line-height: 93px;
        color: white;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 32px;
        margin-left: 406.5px;
        margin-top: 35px;
        display: block;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #wez-udzial {
        width: 1100px;
        height: 770px;
        margin: 0 auto;
        padding-top: 100px;
        margin-top: 100px;
    }
    #form_first_block{
        width: 700px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 200px;
        margin-top: 0px;
    }
    #wez-udzial_title {
        width: 500px;
        float: left;
        clear: both;
        margin-left: 100px;
    }
    #first_block_text1{
        font-family: "Congenial";
        font-size: 28px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        margin-top:10px;
    }
    #mikolaj{
        width: 106px;
        float: left;
        clear: both;
        position: absolute;
        top: -317px;
        left: 0px;
    }
    #strzalka{
        width: 100px;
        float: left;
        margin-left: 310px;
        margin-top: 120px;
    }
    #obrys{
        width: 110px;
        float: right;
        margin-top: 10px;
        margin-right: 60px;
    }
    #loading_text{
        line-height: 60px;
        position: absolute;
        margin-left: 125px;
        font-family: "Congenial";
        font-size:36px;
        color: white;
    }
    #loading_bar{
        width: 560px;
        height: 53px;
        background: #6B54A4;
        float: left;
        clear: both;
        border-radius: 16px;
        margin-top: 30px;
        position: relative;
        margin-left: 70px;
        padding: 6px;
    }
    #drag {
  position: relative;
  width:104px;
  height: 53px;
  background: url("../images/drag.png");
        cursor: move;
}
    #lottie_block{
        display: none;
    }
    #anim1{
        width: 550px;
        height: auto;
        margin-left: 75px;
    }
    #form_second_block{
        width: 900px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 100px;
        margin-top: 0px;
        display: none;
    }
    #wez-udzial_title2 {
        width: 668px;
        float: left;
        clear: both;
        margin-left: 116px;
    }
    #second_block_text1{
        font-family: "Congenial";
        font-size: 45px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 40%;
        margin-left: 30%;
        margin-top:20px;
    }
    #wez-udzial_title3 {
        width: 286px;
        float: left;
        clear: both;
        margin-left: 307px;
        margin-top: 40px;
    }
    #second_block_button {
        width: 387px;
        height: 89px;
        background: url('../images/button_join.png');
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 100px;
        text-align: center;
        line-height: 93px;
        color: white;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 32px;
        margin-left: 256.5px;
        margin-top: 60px;
        display: block;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #second_block_img{
        width: 322.5px;
        float: right;
        margin-top: -390px;
        margin-right: -150px;
    }
    #main_form {
        width: 900px;
        height: auto;
        margin-top: -30px;
        float: left;
        margin-left: 100px;
        display: none;
    }
    #wez-udzial_title4 {
        width: 636px;
        float: left;
        clear: both;
        margin-left: 132px;
        margin-top: 10px;
    }
    #main_form2 {
        width: 1100px;
        height: auto;
        margin-left: 0px;
        margin-top: 220px;
        float: left;
        color: white;
        font-family: "Congenial";
        font-size: 42px;
        text-align: center;
    }

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

    .inputer {
        width: 430px;
        height: 70px;
        font-family: "Congenial";
        font-size: 24px;
        background: #C0AEEB;
        border-radius: 50px;
        outline: 0;
        border: 0px;
        color: #3f2678;
        float: left;
        padding: 0px;
        text-align: center;
        margin-top: 70px;
        margin-left: 0px;
    }
    #phone{
        margin-left: 40px;
    }
    @-webkit-keyframes autofill {
        to {
            color: #3f2678;
            font-family: "Congenial";
            background: none;
        }
    }


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

    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }
    #reg {
         float: left;
         clear: both;
         font-family: "Congenial";
         font-size: 18px;
         color: white;
         margin-top: 60px;

     }

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

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

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

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

    input:checked + .slider2 {
        background: #D7231D;
    }


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

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

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

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

    .data_label2 {
        width: 800px;
        color: white;
        font-size: 18px;
        line-height: 24px;
        font-family: "Congenial";
        float: left;
        margin-left: 20px;
        margin-top: 5px;
    }
    #shield {
        width: 900px;
        height: auto;
        font-family: "congenial";
        float: left;
        clear: both;
        color: white;
        padding: 0px;
        line-height: 17px;
        font-size: 15px;
        margin-top: 30px;
    }
    #button_send {
        width: 387px;
        height: 89px;
        background: url('../images/button_join.png');
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 100px;
        text-align: center;
        line-height: 93px;
        color: white;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 32px;
        margin-left: 256.5px;
        margin-top: 40px;
        display: block;
        cursor: pointer;
        float: left;
        clear: both;
        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: "Congenial";
    }

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

    #kontakt_title {
        display: block;
        color: white;
        font-family: "Congenial";
        font-size: 55px;
        font-weight: 800;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    #kontakt_company {
        display: block;
        color: white;
        font-family: "Congenial";
        font-size: 26px;
        line-height: 37px;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .kontakt_box {
        width: 217px;
        height: 219px;
        background: white;
        border-radius: 36px;
        float: left;
        margin-left: 40px;
        margin-top: 50px;
    }
    #box1{
        margin-left: 184px;
    }
    #kontakt_icon1 {
        width: 132px;
        height: 122px;
        float: left;
        clear: both;
        margin-left: 42.5px;
        margin-top: 26px;
    }

    #kontakt_icon2 {
        width: 106px;
        height: 114px;
        float: left;
        clear: both;
        margin-left: 55.5px;
        margin-top: 26px;
    }

    #kontakt_icon3 {
        width: 170.5px;
        height: 114px;
        float: left;
        clear: both;
        margin-left: 23px;
        margin-top: 41px;
    }

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

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

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

    #kontakt_address {
        width: 100%;
        text-align: center;
        display: block;
        color: #3B2774;
        font-family: "Congenial";
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        float: left;
        clear: both;
        margin-top: -17px;
        margin-left: 0px;
    }
    #kontakt_logo {
        width: 124px;
        height: 60px;
        float: left;
        clear: both;
        background: url('../images/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 70px;
    }

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

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

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

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

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

    }

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

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

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

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

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

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

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

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

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

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

    }

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

    #popup > img {
        width: 320px;
    }

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

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

    }

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

    #popup2 > img {
        width: 320px;
    }

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

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

    }

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

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

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

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

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


    /* Errors END*/
    #status {
        width: 90px;
        height: 34px;
        background: white;
        border-radius: 50px 0px 0px 50px;
        position: fixed;
        font-family: 'Congenial';
        color: #3f2678;
        font-size: 10px;
        line-height: 12px;
        padding-top: 12px;
        text-align: center;
        z-index: 1;
        right: 0px;
        top: 73px;
        cursor: pointer;
    }

    /* 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: 320px;
        height: 238px;
        background: #7d69ac;
        position: fixed;
        border: 2px solid white;
        border-radius: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
        color: white;
        font-family: "Congenial";
        font-size: 28px;
        text-decoration: none;
        text-align: center;
        padding-top: 30px;
    }

    #wait_img {
        width: 155px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #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: 320px;
        height: auto;
        background: #7d69ac;
        border-radius: 20px;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
        text-transform: uppercase;
    }

    #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: "Gobold";
        color: white;
        font-size: 32px;
        margin-top: 60px;
    }

    .positive_text {
        width: 80%;
        font-family: "Gobold";
        color: white;
        font-size: 25px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 45px;
        margin-left: 10%;
    }

    #nav_scrolled {
        display: none;
    }

    #nav {
        display: none;
    }

    #logo_milka_mobile {
        width: 95px;
        height: 48px;
        background: url('../images/logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: fixed;
        z-index: 4;
        float: left;
        margin-top: 12px;
        margin-left: 10px;
    }

    #navigation {
        width: 100%;
        height: 0px;
        background: transparent;
        position: fixed;
        z-index: 3;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: absolute;
        top: 15px;
        right: 10px;
        height: 44px;
        width: 44px;
        z-index: 5;
        border-radius: 100px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 20px;
        height: 3px;
        top: 21px;
        margin-top: -1px;
        left: 12px;
        display: block;
        background: white;
        border-radius: 5px;
        transition: .5s;
    }

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

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

    #nav_cross:hover {
        cursor: pointer;
    }

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

    }

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

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

    #burger ~ nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 73px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
        background: #7d69ac;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    }

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

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

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

    #burger:checked ~ nav {

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

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

    #menu_click {
        display: none;
    }

    ::-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: 730px;
        margin: 0 auto;
    }
    #top_img1{
        width: 129px;
        float: left;
        clear: both;
        margin-top: 140px;
        margin-left:95px;
    }
    #top_img2{
        width: 288px;
        float: left;
        clear: both;
        margin-left: 16px;
        margin-top: 10px;
    }
    #top_text1 {
        width: 100%;
        text-align: center;
        font-family: "Congenial";
        color: white;
        font-size: 16px;
        margin-top: 5px;
        margin-left: 0px;
        float: left;
        clear: both;
    }

    #join {
        width: 251px;
        height: 59px;
        background: url('../images/button_join.png');
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 100px;
        text-align: center;
        line-height: 60px;
        color: white;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 20px;
        margin-left: 34.5px;
        margin-top: 15px;
        display: block;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #top_text2 {
        width: 100%;
        text-align: center;
        font-family: "Congenial";
        color: white;
        font-size: 12px;
        margin-top: 28px;
        float: left;
        clear: both;
    }
    #zasady {
        width: 320px;
        height: 565px;
        margin: 0 auto;
    }

    #zasady_title {
        font-family: "Congenial";
        font-size: 30px;
        color: white;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 80px;
    }
    #zasady_text1 {
        font-family: "Congenial";
        font-size: 20px;
        line-height: 23px;
        color: #EDB43F;
        float: left;
        clear: both;
        text-align: center;
        width: 90%;
        margin-left: 5%;
        margin-top: 25px;
    }

    #zasady_text2 {
        font-family: "Congenial";
        font-size: 15px;
        line-height: 18px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 90%;
        margin-left: 5%;
        margin-top: 30px;
    }
    #zasady_text3 {
        font-family: "Congenial";
        font-size: 15px;
        line-height: 18px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 82%;
        margin-left: 9%;
        margin-top: 20px;
    }

    #rules_download {
        width: 208px;
        height: 65px;
        background: url('../images/button_rules.png');
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 100px;
        text-align: center;
        line-height: 67px;
        color: white;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 23px;
        margin-left: 56px;
        margin-top: 20px;
        display: block;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #wez-udzial {
        width: 320px;
        height: 810px;
        margin: 0 auto;
        padding-top: 80px;
    }
    #form_first_block{
        width: 320px;
        height: auto;
        float: left;
        clear: both;
    }
    #wez-udzial_title {
        width: 286px;
        float: left;
        clear: both;
        margin-left: 17px;
    }
    #first_block_text1{
        font-family: "Congenial";
        font-size: 16px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        margin-top:10px;
    }
    #mikolaj{
        width: 71px;
        float: left;
        clear: both;
        position: absolute;
        top: -240px;
        left: 0px;
    }
    #strzalka{
        width: 78px;
        float: left;
        margin-left: 128px;
        margin-top: 125px;
    }
    #obrys{
        width: 70px;
        float: right;
        margin-top: 60px;
        margin-right: 14px;
    }
    #loading_text{
        line-height: 44px;
        position: absolute;
        margin-left: 85px;
        font-family: "Congenial";
        font-size:18px;
        color: white;
    }
    #loading_bar{
        width: 288px;
        height: 41px;
        background: #6B54A4;
        float: left;
        clear: both;
        border-radius: 16px;
        margin-top: 50px;
        position: relative;
        margin-left: 10px;
        padding: 6px;
    }
    #drag {
  position: relative;
  width:69px;
  height: 41px;
  background: url("../images/drag_mobile.png");
        cursor: move;
}
    #lottie_block{
        display: none;
    }
    #anim1{
        width: 320px;
        height: 236px;
    }
    #form_second_block{
        width: 320px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 0px;
        display: none;
    }
    #wez-udzial_title2 {
        width: 294px;
        float: left;
        clear: both;
        margin-left: 13px;
    }
    #second_block_text1{
        font-family: "Congenial";
        font-size: 21px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 60%;
        margin-left: 20%;
        margin-top:10px;
    }
    #wez-udzial_title3 {
        width: 163px;
        float: left;
        clear: both;
        margin-left: 78.5px;
        margin-top: 20px;
    }
    #second_block_button {
        width: 247px;
        height: 58px;
        background: url('../images/button_join.png');
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 100px;
        text-align: center;
        line-height: 60px;
        color: white;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 20px;
        margin-left: 36.5px;
        margin-top: 200px;
        display: block;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #second_block_img{
        width: 92px;
        float: left;
        margin-top: -245px;
        margin-left: 114px;
    }
    #main_form {
        width: 320px;
        height: auto;
        float: left;
        margin-left: 0px;
        display: none;
        
    }
    #wez-udzial_title4 {
        width: 224px;
        float: left;
        clear: both;
        margin-left: 48px;
        margin-top: 0px;
    }
    #main_form2 {
        width: 320px;
        height: auto;
        margin-left: 0px;
        margin-top: 220px;
        float: left;
        color: white;
        font-family: "Congenial";
        font-size: 42px;
        text-align: center;
    }

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

    .inputer {
        width: 280px;
        height: 45px;
        font-family: "Congenial";
        font-size: 16px;
        background: #C0AEEB;
        border-radius: 50px;
        outline: 0;
        border: 0px;
        color: #3f2678;
        float: left;
        padding: 0px;
        text-align: center;
        padding-top: 3px;
        margin-top: 13px;
        margin-left: 20px;
    }
    @-webkit-keyframes autofill {
        to {
            color: #3f2678;
            font-family: "Congenial";
            background: none;
        }
    }


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

    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }
    #reg {
         float: left;
         clear: both;
         font-family: "Congenial";
         font-size: 15px;
         color: white;
         margin-top: 30px;
        margin-left: 20px;

     }

     #rules_download2 {
         display: inline-block;
         border: 0px;
         cursor: pointer;
         font-family: "Congenial";
         font-size: 15px;
         margin-right: 5px;
         text-decoration: underline;
         float: left;
         clear: both;
         color: white;
     }
    .switch2 {
        position: relative;
        display: inline-block;
        width: 63px;
        height: 30px;
        float: left;
        margin-left: 0px;
    }

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

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

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

    input:checked + .slider2 {
        background: #D7231D;
    }


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

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

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

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

    .data_label2 {
        width: 200px;
        color: white;
        font-size: 15px;
        line-height: 16px;
        font-family: "Congenial";
        float: left;
        margin-left: 20px;
        margin-top: 5px;
    }
    #shield {
        width: 280px;
        height: auto;
        font-family: "congenial";
        float: left;
        clear: both;
        color: white;
        padding: 0px;
        line-height: 14px;
        font-size: 14px;
        margin-left: 20px;
        margin-top: 25px;
    }
    #button_send {
        width: 257px;
        height: 59px;
        background: url('../images/button_join.png');
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 100px;
        text-align: center;
        line-height: 59px;
        color: white;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 21px;
        margin-left:31.5px;
        margin-top: 15px;
        display: block;
        cursor: pointer;
        float: left;
        clear: both;
        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: "Congenial";
    }
    #kontakt {
        width: 320px;
        height: 400px;
        margin: 0 auto;
    }

    #kontakt_title {
        display: block;
        color: white;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 25px;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 80px;
    }

    #kontakt_company {
        display: block;
        color: white;
        font-family: "Congenial";
        font-size: 20px;
        line-height: 23px;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .kontakt_box {
        width: 190px;
        height: 190px;
        float: left;
        margin-left: 65px;
        margin-top: 10px;
        background: white;
        border-radius: 36px;
    }

    #kontakt_icon1 {
        width: 130px;
        float: left;
        clear: both;
        margin-left: 30px;
        margin-bottom: 20px;
        margin-top: 22px;
    }

    #kontakt_icon2 {
        width: 100px;
        float: left;
        clear: both;
        margin-left: 45px;
        margin-bottom: 20px;
        margin-top: 22px;
    }

    #kontakt_icon3 {
        width: 160px;
        float: left;
        clear: both;
        margin-left: 15px;
        margin-bottom: 0px;
        margin-top: 35px;
    }

    #kontakt_phone {
        width: 100%;
        text-align: center;
        display: block;
        color: #3B2774;
        font-family: "Congenial";
        font-size: 18px;
        line-height: 25px;
        float: left;
        clear: both;
        margin-top: -36px;
    }

    #foot_email {
        width: 100%;
        text-align: center;
        display: block;
        color: #3B2774;
        font-family: "Congenial";
        font-size: 18px;
        line-height: 25px;
        float: left;
        clear: both;
        margin-top: -26px;
    }

    #foot_link {
        width: 100%;
        text-align: center;
        display: block;
        color: #3B2774;
        font-family: "Congenial";
        font-size: 18px;
        line-height: 25px;
        float: left;
        clear: both;
    }

    #kontakt_address {
        width: 100%;
        text-align: center;
        display: block;
        color: #3B2774;
        font-family: "Congenial";
        font-size: 18px;
        line-height: 25px;
        float: left;
        clear: both;
        margin-top: -15px;
    }

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

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

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

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

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

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

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

    #code_msg {
        width: 320px;
        height: 400px;
        background: #7d69ac;
        position: fixed;
        border-radius: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 230px);
        z-index: 10000000;
        display: block;

    }

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

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

    #code_title2 {
        width: 300px;
        text-align: center;
        font-family: 'Congenial';
        float: left;
        clear: both;
        margin-left: 10px;
        color: white;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    #code_title3 {
        width: 300px;
        text-align: center;
        font-family: 'Congenial';
        margin-left: 10px;
        color: white;
        float: left;
        clear: both;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 5px;
    }

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

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

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

    #button_check {
        width: 240px;
        height: 50px;
        background: white;
        font-size: 22px;
        border: 0px;
        color: #3f2678;
        border-radius: 50px;
        font-family: "Gobold";
        text-transform: uppercase;
        cursor: pointer;
        margin-left: 40px;
        margin-top: 15px;
        margin-bottom: 0px;
        float: left;
    }

    #response {
        width: 300px;
        height: auto;
        font-family: 'Congenial';
        color: white;
        margin-left: 10px;
        font-size: 14px;
        line-height: 16px;
        cursor: auto;
        float: left;
        clear: both;
        padding-top: 20px;

    }

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

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

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

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

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

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

    #custom_error_msg {
        width: 320px;
        height: auto;
        background: #7d69ac;
        position: fixed;
        border-radius: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 50px;
        z-index: 10000000;
        display: block;

    }

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

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

@media screen and (max-width: 4500px) and (min-width: 1476px) {
    body {
        background: url('../images/main_bg_big.png');
        background-repeat: no-repeat;
        background-position: center top;
    }

    #home {
        width: 1100px;
        height: 760px;
    }

    #status {
        top: 100px;
    }
    #top_img1{
        width: 233px;
        height: 113px;
        float: left;
        clear: both;
        margin-left: 433.5px;
        margin-top: 160px;
    }
    #top_img2{
        width: 808px;
        height: 180px;
        float: left;
        clear: both;
        margin-left: 146px;
        margin-top: 20px;
    }
    #top_text1 {
        width: 100%;
        text-align: center;
        font-family: "Congenial";
        color: white;
        font-size: 45px;
        margin-top: 10px;
        margin-left: 0px;
        float: left;
        clear: both;
    }

    #join {
        width: 387px;
        height: 89px;
        background: url('../images/button_join.png');
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 100px;
        text-align: center;
        line-height: 93px;
        color: white;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 32px;
        margin-left: 356.5px;
        margin-top: 20px;
        display: block;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #top_text2 {
        width: 100%;
        text-align: center;
        font-family: "Congenial";
        color: white;
        font-size: 17px;
        margin-top: 22px;
        margin-left: 0px;
        float: left;
        clear: both;
    }
    #wez-udzial {
        width: 1100px;
        height: 870px;
        margin: 0 auto;
        padding-top: 100px;
    }
    #form_first_block{
        width: 700px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 200px;
        margin-top: 0px;
    }
    #wez-udzial_title {
        width: 692px;
        float: left;
        clear: both;
        margin-left: 4px;
    }
    #first_block_text1{
        font-family: "Congenial";
        font-size: 38px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 100%;
        margin-top:10px;
    }
    #mikolaj{
        width: 170px;
        float: left;
        clear: both;
        position: absolute;
        top: -500px;
        left: -28px;
    }
    #strzalka{
        width: 184.5px;
        float: left;
        margin-left: 260px;
        margin-top: 190px;
    }
    #obrys{
        width: 174px;
        float: right;
        margin-top: 40px;
        margin-right: -20px;
    }
    #loading_text{
        line-height: 60px;
        position: absolute;
        margin-left: 125px;
        font-family: "Congenial";
        font-size:36px;
        color: white;
    }
    #loading_bar{
        width: 660px;
        height: 53px;
        background: #6B54A4;
        float: left;
        clear: both;
        border-radius: 16px;
        margin-top: 50px;
        position: relative;
        margin-left: 14px;
        padding: 6px;
    }
    #drag {
  position: relative;
  width:104px;
  height: 53px;
  background: url("../images/drag.png");
        cursor: move;
}
    #lottie_block{
        display: none;
    }
    #anim1{
        width: 700px;
        margin-left: 0px;
    }
    #form_second_block{
        width: 900px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 100px;
        margin-top: 65px;
        display: none;
    }
    #wez-udzial_title2 {
        width: 868px;
        float: left;
        clear: both;
        margin-left: 16px;
    }
    #second_block_text1{
        font-family: "Congenial";
        font-size: 65px;
        color: white;
        float: left;
        clear: both;
        text-align: center;
        width: 60%;
        margin-left: 20%;
        margin-top:40px;
    }
    #wez-udzial_title3 {
        width: 386px;
        float: left;
        clear: both;
        margin-left: 257px;
        margin-top: 40px;
    }
    #second_block_button {
        width: 387px;
        height: 89px;
        background: url('../images/button_join.png');
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 100px;
        text-align: center;
        line-height: 93px;
        color: white;
        font-family: "Congenial";
        font-weight: 800;
        font-size: 32px;
        margin-left: 256.5px;
        margin-top: 70px;
        display: block;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #second_block_img{
        width: 322.5px;
        float: right;
        margin-top: -330px;
        margin-right: -150px;
    }
    #main_form{
        margin-top: 50px;
    }
}
