@charset "utf-8";

a:visited,
a:link,
a:active {
    color: black;
    text-decoration: none;
}

a[href^="tel:"] {
    text-decoration: inherit;
    color: inherit;
}

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

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

    html,
    body {
        width: 100%;
        height: 4474px;
        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 {
        height: 500px;
        position: fixed;
        top: calc(50% - 225px);
        left: calc(50% - 183px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 95px;
        width: 95px;
        z-index: 5;
        background: #940061;
        border: 7px solid white;
        border-radius: 100px;
    }

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

    #burger + #nav_cross .cross:first-child {
        width: 24px;
        top: 33px;
        left: 35px;
    }

    #burger + #nav_cross .cross:last-child {
        width: 24px;
        top: 57px;
        left: 35px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

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

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

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

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

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

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

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: 800;
        font-size: 25px;
        font-family: 'Poppins-Bold';
        display: block;
        padding: 15px;
    }
	#burger ~ nav > ul > li > a:hover{
		color: #E71BA0;
	}
    #burger:checked ~ nav {
        background: #940061;
        height: 430px;
        transition-delay: 0s;
    }

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

    #menu_click {
        display: none;
    }

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

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

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

    #positive_ok {
        width: 36px;
        height: 31px;
        float: right;
        margin-right: 0px;
        margin-top: 20px;
    }

    #positive_title {
        height: auto;
        width: 100%;
        text-align: center;
        font-family: "Poppins-Bold";
        margin: 0 auto;
        color: white;
        font-size: 41px;
        margin-top: 63px;
    }

    #positive_text {
        width: 100%;
        font-family: "Poppins-Bold";
        color: white;
        font-size: 24px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

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

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

    #code_msg {
        width: 718px;
        height: 538px;
        background: #940061;
        position: fixed;
        border: 8px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

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

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: 'Poppins-Bold';
        margin: 0 auto;
        color: white;
        font-size: 50px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

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

    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
        margin: 0px;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
        margin: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Poppins-Bold';
        color: #940061;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 50px;
        margin-bottom: 0px;
        float: left;
    }

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

    }

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

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

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

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

    #status {
        width: 122px;
        height: 49px;
        background: #940061;
        color: white;
        margin-top: 50px;
        font-family: "Poppins-Regular";
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        font-size: 15px;
        line-height: 18px;
        padding-top: 10px;
        border-radius: 50px;
        border: 7px solid white;
        position: fixed;
        right:10px;
        top: 90px;
        cursor: pointer;
    }

    /* Animated menu end */
    #home {
        width: 1100px;
        height: 800px;
        margin: 0 auto;
    }
    #zabka_link{
        width: 156px;
        height: 52px;
        float: left;
        clear: both;
        border-radius: 50px;
        margin-left: 31px;
        margin-top: 33px;
        cursor: pointer;
    }
    #join {
        display: inline-block;
        width: 380px;
        height: 80px;
        background: #940061;
        border-radius: 50px;
        margin-left: 40px;
        margin-top: 510px;
        border: 6px solid white;
        color: white;
        float: left;
        clear: both;
        line-height: 80px;
        font-family: 'Poppins-Bold';
        text-align: center;
        font-size: 42px;
        cursor: pointer;
    }
    #nagrody {
        width: 1100px;
        height: 930px;
        margin: 0 auto;
    }
    #zasady {
        width: 1100px;
        height: 750px;
        margin: 0 auto;
    }
    #join2{
        width: 150px;
        height: 32px;
        float: left;
        clear: both;
        margin-top: 299px;
        margin-left: 237px;
    }
    #rules_download {
        display: inline-block;
        width: 320px;
        height: 63px;
        background:#940061 url('../images/reg_icon.png');
        background-repeat: no-repeat;
        background-position: 30px;
        border-radius: 50px;
        margin-left: 28px;
        margin-top: 140px;
        border: 6px solid white;
        color: white;
        float: left;
        clear: both;
        line-height: 63px;
        font-family: 'Poppins-Regular';
        padding-left: 80px;
        font-size: 29px;
        cursor: pointer;
    }
    #wez-udzial {
        width: 1100px;
        height: 1520px;
        margin: 0 auto;
    }

    #main_form {
        width: 930px;
        height: auto;
        margin-top: 110px;
        float: left;
        margin-left:85px;
    }
    #form_text1{
        display: block;
        float: left;
        clear: both;
        text-align: center;
        color: white;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top:0px;
        margin-bottom: 50px;
    }
    #main_form2{
        width: 900px;
        height: auto;
        margin:0 auto;
        font-family: 'Poppins-Bold';
        color: white;
        margin-left: 100px;
        font-size:40px;
        padding-top: 150px;
        text-align:center;
    }
    .label_form {
        width: 100%;
        text-align: center;
        color: #940061;
        font-size: 23px;
        font-family: "Poppins-Bold";
        float: left;
        clear: both;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    input[type=text] {
        width: 420px;
        height: 70px;
        font-family: "Poppins-Regular";
        font-size: 20px;
        background: #940061;
        outline: 0;
        border:6px solid white;
        border-radius: 50px;
        color:white;
        text-align: center;
        float: left;
        padding: 0px;
        margin-left: 0px;
        margin-bottom: 40px;
    }
    #email{
        float: right;
    }
    #code{
        width: 570px;
        margin-left: 174px;
    }
    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: "Poppins-Bold";
            background: transparent;
        }
    }

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

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

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

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

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

    #pytanie {
        display: block;
        float: left;
        clear: both;
        text-align: center;
        color: white;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top:20px;
        margin-bottom: 0px;
    }
    #opis {
        width: 878px;
        height: 132px;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 20px;
        background: #940061;
        border: 6px solid white;
        outline: 0;
        padding: 20px;
        color: white;
        font-family: "Poppins-Regular";
        border-radius: 38px;
        font-size: 20px;
        resize: none;

    }
    #opis_max{
        color: white;
        font-size: 15px;
        font-family: "Poppins-Regular";
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        clear: both;
    }
    #rules_download2 {
        width: 200px;
        height: 39px;
        background:url('../images/reg_icon.png');
        background-repeat: no-repeat;
        display: block;
        float: left;
        clear: both;
        color: white;
        font-family: "Poppins-Regular";
        font-weight: bold;
        text-align: center;
        line-height: 39px;
        padding-left: 40px;
        font-size: 20px;
        margin-top: 40px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    #show_popup1 {
        width: 32px;
        height: 36px;
        background: url("../images/gdzie_jest_numer1.png");
        margin-left: -46px;
        margin-top: 22px;
        display: block;
        float: left;

    }

    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }

    .switch2 {
        position: relative;
        display: inline-block;
        width: 44px;
        height: 17px;
        float: left;
        margin-left: 0px;
    }

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

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

    .slider2:before {
        position: absolute;
        content: "";
        height: 27px;
        width: 27px;
        left: 0px;
        top: -5px;
        background: #940061;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.34);
    }

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


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

    .slider2.round {
    }

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

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

    .data_label2 {
        width: 840px;
        color: white;
        font-size: 20px;
        font-family: "Poppins-Regular";
        float: left;
        margin-left: 30px;
        margin-top: -5px;
    }

    #data_label_2 {
        margin-top: -5px;
    }
    #shield_text {
        width: 890px;
        color: white;
        background: #940061;
        padding: 20px;
        border-radius: 25px;
        font-size: 14px;
        font-family: 'Poppins-Regular';
        margin-left: 0px;
        margin-top: 35px;
        float: left;
        clear: both;
    }

    #captcha {
        width: 300px;
        height: 74px;
        float: left;
        margin-top: 40px;
        margin-left: 40px;
    }

    #button_send {
        display: inline-block;
        width: 380px;
        height: 80px;
        background: #00ACCF;
        border: 6px solid white;
        margin-left: 550px;
        margin-top: 105px;
        color: white;
        border-radius: 100px;
        font-family: 'Poppins-Bold';
        text-align: center;
        font-size: 42px;
        cursor: pointer;
        outline: 0;
    }

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

    #kontakt {
        width: 1100px;
        height: 400px;
        margin: 0 auto;
    }
    #kontakt_phone {
        display: block;
        color:#E71BA0;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 20px;
        float: left;
        margin-top: 278px;
        margin-left: 130px;
    }

    #foot_email {
        display: block;
        color:#E71BA0;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 20px;
        margin-left: 230px;
        margin-top: 278px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color:#E71BA0;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 20px;
        margin-left:505px;
        margin-top: -30px;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #kontakt_address {
        display: block;
        color:#E71BA0;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 20px;
        float: left;
        margin-top: -60px;
        margin-left: 870px;
    }
    #error_wrapper {
        position: absolute;
        z-index: 55001;
        cursor: pointer;
    }

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

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

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

    #errors ul {
        font-family: "Poppins-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: #c40e0e;
        font-family: "Poppins-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) {

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

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

    a[href^=tel] {
        text-decoration: inherit;
        color: inherit;
    }

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

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

    }

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

    #popup > img {
        width: 320px;
        height: 480px;
    }

    #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: 80%;
        height: auto;
        background: #940061;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

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

    #positive_title {
        height: auto;
        width: 95%;
        text-align: center;
        font-family: 'Poppins-Bold';
        margin: 0 auto;
        color: white;
        font-size: 30px;
        margin-top: 50px;
        
    }

    #positive_text {
        width: 100%;
        font-family: 'Poppins-Bold';
        color: white;
        font-size: 20px;
        text-align: center;
        margin-top: 40px;
		margin-bottom: 40px;
    }

    #nav_scrolled {
        display: none;
    }

    /* 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: #bb0b20;
        border: 5px solid white;
        border-radius: 25px;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: calc(35% - 125px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

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

    #errors ul {
        font-family: "Poppins-Bold";
        font-size: 15px;
        color: white;
    }

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

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

    #status {
        width: 92px;
        height: 29px;
        background: #940061;
        color: white;
        margin-top: 50px;
        border: 3px solid white;
        border-radius: 50px;
        font-family: "Poppins-Bold";
        font-size: 11px;
        line-height: 11px;
        text-align: center;
        padding-top: 6px;
        position: fixed;
        right:5px;
        top: 20px;
        cursor: pointer;
    }

    /* Errors END*/
    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 5px;
        height: 46px;
        width: 46px;
        z-index: 5;
        background: #940061;
        border: 3px solid white;
        border-radius: 100px;
    }

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

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

    #burger + #nav_cross .cross:last-child {
        width: 12px;
        top: 28px;
        left: 16px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

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

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

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

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

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

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

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

    #burger:checked ~ nav {

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

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

    #menu_click {
        display: none;
    }

    /* Animated menu end */
    #home {
        width: 320px;
        height: 808px;
        margin: 0 auto;
    }
    #zabka_link{
        width: 128px;
        height: 43px;
        float: left;
        clear: both;
        border-radius: 50px;
        margin-left: 12px;
        margin-top: 15px;
        cursor: pointer;
    }
    #join {
        display: inline-block;
        width: 262px;
        height: 56px;
        background: #940061;
        border-radius: 50px;
        margin-left: 23px;
        margin-top: 295px;
        border: 6px solid white;
        color: white;
        float: left;
        clear: both;
        line-height: 56px;
        font-family: 'Poppins-Bold';
        text-align: center;
        font-size: 29px;
        cursor: pointer;
    }
    #nagrody {
        width: 320px;
        height: 610px;
        margin: 0 auto;
    }
    #zasady {
        width: 320px;
        height: 1050px;
        margin: 0 auto;
    }
    #join2{
        width: 106px;
        height: 27px;
        float: left;
        clear: both;
        margin-top: 382px;
        margin-left: 157px;
    }
    #rules_download {
        display: inline-block;
        width: 200px;
        height: 41px;
        background:#940061 url('../images/reg_icon_mobile.png');
        background-repeat: no-repeat;
        background-position: 20px;
        border-radius: 50px;
        margin-left: 29px;
        margin-top: 450px;
        border: 6px solid white;
        color: white;
        float: left;
        clear: both;
        line-height: 41px;
        font-family: 'Poppins-Regular';
        padding-left: 50px;
        font-size: 18px;
        cursor: pointer;
    }
    #wez-udzial {
        width: 320px;
        height: 1600px;
        margin: 0 auto;
    }

    #main_form {
        width: 320px;
        height: auto;
        margin-top: 80px;
        float: left;
        margin-left:0px;
    }
    #form_text1{
        display: block;
        float: left;
        clear: both;
        text-align: center;
        color: white;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 18px;
        width: 54%;
        margin-left: 23%;
        text-align: center;
        margin-top:0px;
        margin-bottom: 25px;
    }
    #main_form2{
        width: 320px;
        height: auto;
        margin:0 auto;
        font-family: 'Poppins-Bold';
        color: white;
        margin-left: 0px;
        font-size:30px;
        padding-top: 150px;
        text-align:center;
    }
    .label_form {
        width: 100%;
        text-align: center;
        color: #940061;
        font-size: 23px;
        font-family: "Poppins-Bold";
        float: left;
        clear: both;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    input[type=text] {
        width: 290px;
        height: 54px;
        font-family: "Poppins-Regular";
        font-size: 16px;
        background: #940061;
        outline: 0;
        border:6px solid white;
        border-radius: 50px;
        color:white;
        text-align: center;
        float: left;
        padding: 0px;
        margin-left: 9px;
        margin-bottom: 15px;
    }
    @-webkit-keyframes autofill {
        to {
            color: white;
            font-family: "Poppins-Bold";
            background: transparent;
        }
    }

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

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

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

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

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

    #pytanie {
        display: block;
        float: left;
        clear: both;
        text-align: center;
        color: white;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 18px;
        width: 90%;
        margin-left: 5%;
        text-align: center;
        margin-top:15px;
        margin-bottom: 0px;
    }
    #opis {
        width: 250px;
        height: 170px;
        float: left;
        clear: both;
        margin-left: 9px;
        margin-top: 20px;
        background: #940061;
        border: 6px solid white;
        outline: 0;
        padding: 20px;
        color: white;
        font-family: "Poppins-Regular";
        border-radius: 38px;
        font-size: 16px;
        resize: none;

    }
    #opis_max{
        color: white;
        font-size: 15px;
        font-family: "Poppins-Regular";
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        clear: both;
    }
    #rules_download2 {
        width: 200px;
        height: 39px;
        background:url('../images/reg_icon.png');
        background-repeat: no-repeat;
        display: block;
        float: left;
        clear: both;
        color: white;
        font-family: "Poppins-Regular";
        font-weight: bold;
        text-align: center;
        line-height: 39px;
        padding-left: 40px;
        font-size: 20px;
        margin-top: 30px;
        margin-left: 40px;
        margin-bottom: 20px;
    }

    #show_popup1 {
        width: 32px;
        height: 36px;
        background: url("../images/gdzie_jest_numer1.png");
        margin-left: -46px;
        margin-top: 22px;
        display: block;
        float: left;

    }

    #data {
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
        content: '';
        float: left;
        clear: both;
        cursor: pointer;
    }

    .switch2 {
        position: relative;
        display: inline-block;
        width: 44px;
        height: 17px;
        float: left;
        margin-left: 0px;
    }

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

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

    .slider2:before {
        position: absolute;
        content: "";
        height: 27px;
        width: 27px;
        left: 0px;
        top: -5px;
        background: #940061;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.34);
    }

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


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

    .slider2.round {
    }

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

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

    .data_label2 {
        width: 220px;
        color: white;
        font-size: 14px;
        font-family: "Poppins-Regular";
        float: left;
        margin-left: 30px;
        margin-top: -2px;
    }

    #data_label_2 {
        margin-top: -2px;
    }
    #shield_text {
        width: 260px;
        color: white;
        background: #940061;
        padding: 20px;
        border-radius: 25px;
        font-size: 11px;
        line-height: 15px;
        font-family: 'Poppins-Regular';
        margin-left: 10px;
        margin-top: 35px;
        float: left;
        clear: both;
    }

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

    #button_send {
        display: inline-block;
        width: 260px;
        height: 68px;
        background: #00ACCF;
        border: 6px solid white;
        margin-left: 30px;
        margin-top: 33px;
        color: white;
        border-radius: 100px;
        font-family: 'Poppins-Bold';
        text-align: center;
        font-size: 29px;
        cursor: pointer;
        outline: 0;
    }

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

    #kontakt {
        width: 320px;
        height: 500px;
        margin: 0 auto;
    }
    #kontakt_phone {
        display: block;
        color:#E71BA0;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
        float: left;
        margin-top: 220px;
        margin-left: 120px;
    }

    #foot_email {
        display: block;
        color:#E71BA0;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
        margin-left: 120px;
        margin-top: 48px;
        cursor: pointer;
        float: left;
    }

    #foot_link {
        display: block;
        color:#E71BA0;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
        margin-left:120px;
        margin-top: 0px;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #kontakt_address {
        display: block;
        color:#E71BA0;
        font-family: "Poppins-Regular";
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
        float: left;
        margin-top: 50px;
        margin-left: 120px;
    }
}

@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: 9999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #code_msg {
        width: 718px;
        height: 538px;
        background: #940061;
        position: fixed;
        border: 10px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

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

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: 'Poppins-Bold';
        margin: 0 auto;
        color: white;
        font-size: 25px;
        text-transform: uppercase;
        margin-top: 70px;
        margin-bottom: 0px;
    }

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

    .label_form2 {
        width: 300px;
        color: white;
        font-size: 17px;
        font-family: "Poppins-Bold";
        float: left;
        clear: both;
        text-align: center;
        margin-top: 10px;
        margin-left: 27%;
    }

    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        float: left;
        clear: both;
        text-align: center;
        padding: 0px;
        outline: 0px;
        font-family: 'Poppins-Bold';
        margin-left: 27%;
    }

    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        float: left;
        clear: both;
        text-align: center;
        padding: 0px;
        outline: 0px;
        font-family: 'Poppins-Bold';
        margin-left: 27%;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Poppins-Bold';
        color: #940061;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 0px;
        margin-bottom: 0px;
        float: left;
    }

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

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

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

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

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

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

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

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

    #code_msg {
        width: 90%;
        height: 430px;
        background: #940061;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 15px;
        z-index: 10000000;
        display: block;
        display: none;
    }

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

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

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

    .label_form2 {
        width: 100%;
        color: white;
        font-size: 15px;
        font-family: "Poppins-Bold";
        float: left;
        clear: both;
        text-align: center;
        margin-top: 10px;
    }

    #phone_check {
        width: 250px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        margin-left: 20px;
        margin-top: 0px;
        text-align: center;
        font-size: 20px;
        float: left;
        clear: both;
        padding: 0px;
        margin-bottom: 0px;
        font-family: "Poppins-Bold";
        outline: 0;
    }

    #paragon_check {
        width: 250px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        border-radius: 0px;
        margin-left: 20px;
        margin-top: 40px;
        font-size: 20px;
        text-align: center;
        padding: 0px;
        float: left;
        font-family: "Poppins-Bold";
        clear: both;
        outline: 0;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'Poppins-Bold';
        color: #940061;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 17px;
        margin-top: 10px;
        margin-bottom: 15px;
        float: left;
    }

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

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

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

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

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

    /* CODE WRAPPER END */
    #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: 90%;
        height: auto;
        background: #940061;
        border: 3px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 245px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -20px;
        margin-top: 15px;
    }

    #positive_title {
        height: auto;
        width: 290px;
        text-align: center;
        font-family: 'Poppins-Bold';
        margin: 0 auto;
        color: white;
        font-size: 20px;
        margin-top: 60px;
    }

    #positive_text {
        width: 300px;
        font-family: 'Poppins-Bold';
        color: white;
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
