@charset "utf-8";

a:visited,
a:link,
a:active {
    color: white;
    text-decoration: none;
}

.close {
    width: 40px;
    height: 40px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    content: ' ';
    height: 40px;
    width: 3px;
    background-color: white;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}
.form_input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #707070;
    }

    .form_input::-moz-placeholder {
        /* Firefox 19+ */
        color: #707070;
    }

    .form_input:-ms-input-placeholder {
        /* IE 10+ */
        color: #707070;
    }

    .form_input:-moz-placeholder {
        /* Firefox 18- */
        color: #707070;
    }
#blue{
    color: #00BDEC;
}
.sharpBold{
	font-family: "SharpBold";
}
.blackLink{
	text-decoration:underline;
	cursor:pointer;
	color:black;
}
.inheritLink{
	color:inherit !important;
	text-decoration: inherit !important;
}
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: 2768px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background: url('../images/main_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }

    /* Use to form category "Where is code" - Paragon */
    #popup_wrapper {
        display: none;
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        background: rgba(128, 128, 128, 0.74)
    }

    #popup_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 55000;
        display: none;

    }

    #popup {
		width: 700px;
		height: 435px;
        background: url('../images/paragon.png');
        position: fixed;
        top: calc(50% - 315px);
        left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 70px;
        width: 70px;
        border-radius: 50px;
        z-index: 5;
        background: black;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 34px;
        height: 4px;
        top: 34px;
        margin-top: -1px;
        left: 18px;
        display: block;
        background: white;
        transition: .5s;
        border-radius: 5px;
    }

    #burger + #nav_cross .cross:first-child {
        top: 24px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 44px;
    }

    #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;
        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: 20%;
        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: 26px;
        font-family: 'SharpBold';
        display: block;
        padding: 15px;
    }

    #burger ~ nav > ul > li > a:hover {
        color: #C4DCE8;
    }

    #burger:checked ~ nav {
        background: black;
        height: 400px;
        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: 9999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 1000px;
        height: auto;
        background: #000000;
        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 {
        float: right;
        margin-right: 0px;
        margin-top: 15px;
        cursor: pointer;
    }

    #positive_title {
        height: auto;
        width: 100%;
        text-align: center;
        font-family: "SharpBold";
        margin: 0 auto;
        color: white;
        font-size: 41px;
        margin-top: 63px;
    }

    #positive_text {
        width: 100%;
        font-family: "SharpBold";
        color: white;
        font-size: 24px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #positive_losowanie {
        width: 300px;
        margin: 0 auto;
    }

    /* CODE WRAPPER */
    #code_wrapper {
        position: absolute;
        z-index: 55000;
    }

    #code_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #code_msg {
        width: 718px;
        height: 538px;
        background: #000000;
        position: fixed;
        border: 8px solid white;
        left: 0;
        right: 0;
        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: 'SharpBold';
        margin: 0 auto;
        color: white;
        font-size: 54px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: 'SharpMedium';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 100px;
    }

    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: 'SharpMedium';
        border-color: white;
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #paragon_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: 'SharpMedium';
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #paragon_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: 'SharpMedium';
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        font-family: 'SharpMedium';
        border-color: white;
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #button_check:-webkit-autofill {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'SharpMedium';
        color: #000000;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }
    #button_check:autofill {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'SharpMedium';
        color: #000000;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }
    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'SharpMedium';
        color: #000000;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'SharpMedium';
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

    .form_input2::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }

    .form_input2::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form_input2:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }

    .form_input2:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }

    

    /* CODE WRAPPER END */
    #status {
        width: 144px;
        height: 40px;
        background: black;
        position: fixed;
        text-align: left;
        vertical-align: middle;
        border-radius: 50px;
        right: 10px;
        top: 90px;
        cursor: pointer;
        font-family: "SharpMedium";
        text-align: center;
        line-height: 14px;
        color: white;
        font-size: 13px;
        padding-top: 13px;
        z-index: 2;
    }

    #home {
        width: 1100px;
        height: 830px;
        margin: 0 auto;
        position: relative;
    }
    #logo{
        width: 230px;
        height: 37px;
        background: url('../images/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 50px;
    }
    #top_bg1 {
        width: 239px;
        height: 154px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        margin-top: 55px;
        margin-left: 0px;
    }
    #top_text1{
        width: 430px;
        font-family: "SharpBold";
        font-size: 38px;
        color: black;
        float: right;
        clear: both;
        margin-top: 10px;
    }
    #join {
        display: inline-block;
        width: 238px;
        height: 42px;
        background: none;
        cursor: pointer;
        color: #000000;
        font-family: "SharpBold";
        font-size: 16px;
        text-align: center;
        line-height: 42px;
        float: left;
        clear: both;
        border: 1px solid black;
        margin-left: 671px;
        border-radius: 50px;
        margin-top: 30px;
        letter-spacing: 2px;
    }
    #rules_download {
        display: inline-block;
        cursor: pointer;
        color: black;
        font-family: "SharpBold";
        text-decoration: underline;
        letter-spacing: 2px;
        font-size: 16px;
        float: left;
        margin-left: 30px;
        margin-top: 42px;
    }
    #top_text2{
        width: 390px;
        font-family: "SharpMedium";
        font-size: 22px;
        color: black;
        float: right;
        clear: both;
        line-height: 27px;
        margin-right: 40px;
        margin-top: 30px;
    }
    #top_text3{
        width: 400px;
        font-family: "Samsung400";
        font-size: 14px;
        color: black;
        float: right;
        clear: both;
        line-height: 18px;
        margin-top: 20px;
        margin-right: 30px;
    }

    #zasady {
        width: 1100px;
        height: 885px;
        margin: 0 auto;
    }
    #zasady_title{
        width: 100%;
        font-family: "SharpBold";
        font-size: 41px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
        margin-bottom: 45px;
    }
    #zasady_box1{
        width: 360px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 65px;
    }
    #zasady_img1{
        width: 133px;
        height: 133px;
        background: url('../images/cart.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 113.5px;
    }
    #zasady_box2{
        width: 250px;
        height: auto;
        float: left;
        margin-left: 55px;
    }
    #zasady_img2{
        width: 133px;
        height: 133px;
        background: url('../images/komp.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 58.5px;
    }
    #zasady_box3{
        width: 214px;
        height: auto;
        float: right;
        margin-right: 81px;
    }
    #zasady_img3{
        width: 134px;
        height: 134px;
        background: url('../images/telefon.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 40px;
    }
    .zasady_text1{
        width: 100%;
        height: auto;
        font-family: "SharpBold";
        font-size: 22px;
        line-height: 27px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 20px;
    }
    .zasady_text2{
        width: 100%;
        height: auto;
        font-family: "SharpMedium";
        font-size: 14px;
        line-height: 17px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 11px;
    }
    #zasady_text3{
        width: 960px;
        height: auto;
        font-family: "Samsung400";
        font-size: 13px;
        line-height: 17px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 28px;
        margin-left: 70px;
    }
    #rules_download3 {
        width: 260px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        color: black;
        font-family: "SharpBold";
        text-decoration: underline;
        letter-spacing: 2px;
        font-size: 16px;
        float: left;
        clear: both;
        margin-left: 420px;
        margin-top: 32px;
    }
    #product_download {
        width: 530px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        color: black;
        font-family: "SharpBold";
        text-decoration: underline;
        letter-spacing: 2px;
        font-size: 16px;
        float: left;
        clear: both;
        margin-left: 285px;
        margin-top: 11px;
    }
    #zasady_text_bottom{
        width: 100%;
        height: auto;
        font-family: "SharpBold";
        font-size: 20px;
        line-height: 25px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 100px;
    }
    #zasady_img_bottom{
        width: 411px;
        height: 104px;
        background: url('../images/los_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 345px;
        margin-top: 15px;
    }
    #wez-udzial {
        width: 1100px;
        height: 860px;
        margin: 0 auto;
        position: relative;
    }

    #wez-udzial_title {
        width: 100%;
        font-family: "SharpBold";
        font-size: 41px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
    }

    #main_form {
        width: 890px;
        height: auto;
        margin-top: 30px;
        float: left;
        margin-left: 105px;
    }

    #main_form2 {
        width: 1100px;
        height: 480px;
        float: left;
        padding-top: 220px;
        color: black;
        font-family: "SharpBold";
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
    }

    .label_form {
        width: 446px;
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: "SharpBold";
        float: left;
        clear: both;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .form_input {
        width: 400px;
        height: 50px;
        font-family: "Samsung400";
        font-size: 18px;
        background: none;
        outline: 0;
        border-width: 0px 0px 1px 0px;
        border-color: #707070;
        color: black;
        float: left;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 0px;
        margin-top: 40px;
    }
    #phone, #price{
        margin-left: 90px;
    }

    @-webkit-keyframes autofill {
        to {
            color: black;
            font-family: "SharpBold";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: black;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    #show_popup1 {
        width: 23px;
        height: 23px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -23px;
        margin-top: 55px;
    }
    #show_popup2 {
        width: 23px;
        height: 23px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -23px;
        margin-top: 55px;
    }

    .switch2 {
        position: relative;
        display: inline-block;
        width: 63px;
        height: 30px;
        float: left;
        margin-left: 0px;
    }

    .switch2 input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider2 {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #D5D5D5;
        box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.08);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider2:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        top: 4px;
        background: white;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

    input:checked + .slider2 {
        background-color: black;
    }


    input:checked + .slider2:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px);
        background: white;
        left: 16px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slider2.round {
        border-radius: 34px;
    }

    .slider2.round:before {
        border-radius: 50%;
    }

    .data_box2 {
        width: 890px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 20px;
    }

    .data_label1 {
        width: 740px;
        color: black;
        font-family: "Samsung400";
        font-size: 18px;
        line-height: 23px;
        margin-left: 30px;
        float: left;
        margin-top: 3px;
    }
    #reg_form{
        float: left;
        clear: both;
        font-family: "Samsung600";
        font-size: 18px;
        margin-top: 56px;
        margin-bottom: 20px;
    }
    #rules_download2{
        color: black;
        text-decoration: underline;
    }
    #shield_text {
        width: 890px;
        height: auto;
        float: left;
        clear: both;
        color: #000000;
        font-size: 13px;
        line-height: 21px;
        font-family: 'Samsung400';
        margin-left: 0px;
        margin-top: 25px;
    }

    #captcha {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 40px;
        display: none;
    }

    #button_send {
        width: 200px;
        height: 60px;
        border: 0px;
        background: black;
        cursor: pointer;
        font-size: 20px;
        font-family: 'SharpBold';
        letter-spacing: 2px;
        float: right;
        margin-right: 345px;
        margin-top: 30px;
        color: white;
        outline: 0;
        border: 0px;
        border-radius: 50px;
    }

    #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: 'SharpBold';
    }
    #kontakt {
        width: 1100px;
        height: 330px;
        margin: 0 auto;
        position: relative;
    }
    #kontakt_title {
        width: 100%;
        font-family: "SharpBold";
        font-size: 41px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
    }
    #kontakt_text1 {
        width: 400px;
        font-family: "SharpMedium";
        font-size: 22px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 72px;
        margin-left: 150px;
    }
    #kontakt_bg {
        width: 85px;
        height: 155.5px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-left: 60px;
        margin-top: 40px;
    }

    #kontakt_phone {
        display: inline-block;
        color: #000000;
        font-family: 'SharpMedium';
        font-size: 20px;
        line-height: 25px;
        float: left;
        margin-top: 68px;
        margin-left: 20px;
    }
    #foot_email {
        display: block;
        color: #000000;
        font-family: 'SharpMedium';
        font-size: 20px;
        line-height: 25px;
        margin-left: 715px;
        margin-top: -63px;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #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: #bb0b20;
        border: 5px solid white;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "SharpBold";
        color: white;
    }

    #errors ul {
        font-family: "SharpMedium";
        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: #bb0b20;
        font-family: "SharpMedium";
        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: 4119px;
        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: 676px;
		background: url('../images/paragon-mob.png');
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 10px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #positive_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #positive_msg {
        width: 320px;
        height: auto;
        background: #000000;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 20px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #positive_title {
        height: auto;
        width: 95%;
        text-align: center;
        font-family: 'SharpBold';
        margin: 0 auto;
        color: white;
        font-size: 30px;
        margin-top: 50px;

    }

    #positive_text {
        width: 100%;
        font-family: 'SharpBold';
        color: white;
        font-size: 20px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #positive_ok {
        width: 54px;
        height: 53px;
        float: right;
        margin-right: -30px;
        margin-top: 5px;
        position: relative;
        z-index: 3;
    }

    #positive_losowanie {
        width: 300px;
		height: auto;
		min-height: 350px;
        margin: 0 auto;
    }


    /* Errors wrapper */
    #error_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;

    }

    #errors {
        width: 310px;
        background: #bb0b20;
        border: 5px solid white;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: calc(35% - 125px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "SharpBold";
        font-size: 18px;
        color: white;
    }

    #errors ul {
        font-family: "SharpMedium";
        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: "SharpMedium";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }

    #status {
        width: 95px;
        height: 29px;
        background: #000000;
        position: fixed;
        text-align: left;
        vertical-align: middle;
        border-radius: 50px;
        right: 10px;
        top: 70px;
        cursor: pointer;
        font-family: "SharpMedium";
        text-align: center;
        color: white;
        font-size: 9px;
        line-height: 11px;
        padding-top: 8px;
        z-index: 3;
    }

    /* Errors END*/
    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 50px;
        width: 50px;
        z-index: 5;
        background: #000000;
        border-radius: 50px;
    }

    #burger + #nav_cross .cross {
        position: absolute;
        width: 21px;
        height: 3px;
        top: 24px;
        margin-top: -1px;
        left: 15px;
        display: block;
        background: white;
        transition: .5s;
        border-radius: 5px;
    }

    #burger + #nav_cross .cross:first-child {
        top: 19px;
    }

    #burger + #nav_cross .cross:last-child {
        top: 29px;
    }

    #nav_cross:hover {
        cursor: pointer;
    }

    #burger:checked + #nav_cross .cross {
        opacity: 0;
        top: 48%;
    }

    #burger:checked + #nav_cross .cross:first-child {
        opacity: 1;
        transform: rotate(405deg);
    }

    #burger:checked + #nav_cross .cross:last-child {
        opacity: 1;
        transform: rotate(-405deg);
    }

    #burger ~ nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
    }

    #burger ~ nav > ul {
        list-style: none;
        text-align: center;
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

    #burger ~ nav > ul > li {
        opacity: 0;
        transition: .5s;
        transition-delay: 0s;
        cursor: pointer;
    }

    #burger ~ nav > ul > li > a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: 800;
        font-size: 20px;
        font-family: "SharpBold";
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

        background: #000000;
        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: 1005px;
        margin: 0 auto;
        position: relative;
    }
    #logo{
        width: 112.5px;
        height: 18px;
        background: url('../images/logo_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 23px;
    }
    #top_bg1 {
        width: 127px;
        height: 81px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        margin-top: 17px;
        margin-right: 96.5px;
    }
    #top_text1{
        width: 270px;
        font-family: "SharpBold";
        font-size: 27px;
        text-align: center;
        color: black;
        margin-left: 25px;
        float: left;
        clear: both;
        margin-top: 13px;
    }
    #join {
        display: inline-block;
        width: 238px;
        height: 42px;
        background: none;
        cursor: pointer;
        color: #000000;
        font-family: "SharpBold";
        font-size: 16px;
        text-align: center;
        line-height: 42px;
        float: left;
        clear: both;
        border: 1px solid black;
        margin-left: 40px;
        border-radius: 50px;
        margin-top: 390px;
        letter-spacing: 2px;
    }
    #rules_download {
        width: 110px;
        display: inline-block;
        cursor: pointer;
        color: black;
        font-family: "SharpBold";
        text-decoration: underline;
        letter-spacing: 2px;
        text-align: center;
        font-size: 16px;
        float: left;
        margin-left: 105px;
        margin-top: 20px;
    }
    #top_text2{
        width: 270px;
        font-family: "SharpMedium";
        font-size: 18px;
        color: black;
        float: left;
        clear: both;
        line-height: 22px;
        margin-left: 20px;
        margin-top: 30px;
    }
    #top_text3{
        width: 280px;
        font-family: "Samsung400";
        font-size: 14px;
        color: black;
        float: left;
        clear: both;
        line-height: 18px;
        margin-top: 15px;
        margin-left: 20px;
    }

    #zasady {
        width: 320px;
        height: 1545px;
        margin: 0 auto;
    }
    #zasady_title{
        width: 80%;
        font-family: "SharpBold";
        font-size: 27px;
        margin-left: 10%;
        line-height: 34px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
    }
    #zasady_box1{
        width: 320px;
        height: auto;
        float: left;
        clear: both;
        margin-top: 17px;
    }
    #zasady_img1{
        width: 117px;
        height: 117px;
        background: url('../images/cart.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 101.5px;
    }
    #zasady_box2{
        width: 250px;
        height: auto;
        float: left;
        margin-left: 35px;
        margin-top: 30px;
    }
    #zasady_img2{
        width: 117px;
        height: 117px;
        background: url('../images/komp.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 66.5px;
    }
    #zasady_box3{
        width: 190px;
        height: auto;
        float: left;
        margin-left: 65px;
        margin-top: 30px;
    }
    #zasady_img3{
        width: 118px;
        height: 118px;
        background: url('../images/telefon.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 40px;
    }
    .zasady_text1{
        width: 100%;
        height: auto;
        font-family: "SharpBold";
        font-size: 18px;
        line-height: 22px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 17px;
    }
    .zasady_text2{
        width: 100%;
        height: auto;
        font-family: "SharpMedium";
        font-size: 14px;
        line-height: 17px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 11px;
    }
    #zasady_text3{
        width: 290px;
        height: auto;
        font-family: "Samsung400";
        font-size: 13px;
        line-height: 17px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 28px;
        margin-left: 15px;
    }
    #rules_download3 {
        width: 260px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        color: black;
        font-family: "SharpBold";
        text-decoration: underline;
        letter-spacing: 2px;
        font-size: 16px;
        float: left;
        clear: both;
        margin-left: 30px;
        margin-top: 40px;
    }
    #product_download {
        width: 230px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        color: black;
        font-family: "SharpBold";
        text-decoration: underline;
        letter-spacing: 2px;
        font-size: 16px;
        float: left;
        clear: both;
        margin-left: 45px;
        margin-top: 20px;
    }
    #zasady_text_bottom{
        width: 60%;
        height: auto;
        font-family: "SharpBold";
        font-size: 18px;
        line-height: 22px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 60px;
        margin-left: 20%;
    }
    #zasady_img_bottom{
        width: 303px;
        height: 76px;
        background: url('../images/los_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 8px;
        margin-top: 15px;
    }
    #wez-udzial {
        width: 320px;
        height: 1170px;
        margin: 0 auto;
        position: relative;
    }

    #wez-udzial_title {
        width: 100%;
        font-family: "SharpBold";
        font-size: 27px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
    }

    #main_form {
        width: 320px;
        height: auto;
        margin-top: 30px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 320px;
        height: 480px;
        float: left;
        padding-top: 220px;
        color: black;
        font-family: "SharpBold";
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
    }

    .label_form {
        width: 446px;
        text-align: center;
        color: white;
        font-size: 20px;
        font-family: "SharpBold";
        float: left;
        clear: both;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .form_input {
        width: 290px;
        height: 50px;
        font-family: "Samsung400";
        font-size: 18px;
        background: none;
        outline: 0;
        border-width: 0px 0px 1px 0px;
        border-color: #707070;
        color: black;
        float: left;
        margin-bottom: 0px;
        margin-left: 15px;
        padding: 0px;
        margin-top: 20px;
    }

    @-webkit-keyframes autofill {
        to {
            color: black;
            font-family: "SharpBold";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: black;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    #show_popup1 {
        width: 23px;
        height: 23px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -23px;
        margin-top: 35px;
    }
    #show_popup2 {
        width: 23px;
        height: 23px;
        background: url("../images/gdzie_jest_numer.png");
        display: block;
        float: left;
        margin-left: -23px;
        margin-top: 35px;
    }

    .switch2 {
        position: relative;
        display: inline-block;
        width: 63px;
        height: 30px;
        float: left;
        margin-left: 0px;
    }

    .switch2 input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider2 {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #D5D5D5;
        box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.08);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider2:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        top: 4px;
        background: white;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

    input:checked + .slider2 {
        background-color: black;
    }


    input:checked + .slider2:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px);
        background: white;
        left: 16px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .slider2.round {
        border-radius: 34px;
    }

    .slider2.round:before {
        border-radius: 50%;
    }

    .data_box2 {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 15px;
        margin-top: 20px;
    }

    .data_label1 {
        width: 215px;
        color: black;
        font-family: "Samsung400";
        font-size: 16px;
        line-height: 21px;
        margin-left: 15px;
        float: left;
        margin-top: 3px;
    }
    #reg_form{
        float: left;
        clear: both;
        font-family: "Samsung600";
        font-size: 17px;
        margin-top: 30px;
        margin-bottom: 10px;
        margin-left: 15px;
    }
    #rules_download2{
        color: black;
        text-decoration: underline;
    }
    #shield_text {
        width: 290px;
        height: auto;
        float: left;
        clear: both;
        color: #000000;
        font-size: 13px;
        line-height: 17px;
        font-family: 'Samsung400';
        margin-left: 15px;
        margin-top: 25px;
    }

    #captcha {
        width: 300px;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 40px;
        display: none;
    }

    #button_send {
        width: 200px;
        height: 60px;
        border: 0px;
        background: black;
        cursor: pointer;
        font-size: 20px;
        font-family: 'SharpBold';
        letter-spacing: 2px;
        float: right;
        margin-right: 60px;
        margin-top: 40px;
        color: white;
        outline: 0;
        border: 0px;
        border-radius: 50px;
    }

    #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: 'SharpBold';
    }
    #kontakt {
        width: 320px;
        height: 400px;
        margin: 0 auto;
        position: relative;
    }
    #kontakt_title {
        width: 100%;
        font-family: "SharpBold";
        font-size: 27px;
        line-height: 34px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
    }
    #kontakt_text1 {
        width: 250px;
        font-family: "SharpMedium";
        font-size: 17px;
        line-height: 21px;
        color: black;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 40px;
        margin-left: 35px;
    }
    #kontakt_bg {
        width: 178.5px;
        height: 113.5px;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        margin-left: 44px;
        margin-top: 40px;
    }

    #kontakt_phone {
        display: inline-block;
        color: #000000;
        font-family: 'SharpMedium';
        font-size: 17px;
        line-height: 21px;
        float: left;
        margin-top: -79px;
        margin-left: 135px;
    }
    #foot_email {
        display: block;
        color: #000000;
        font-family: 'SharpMedium';
        font-size: 17px;
        line-height: 21px;
        margin-left: 100px;
        margin-top: -23px;
        cursor: pointer;
        float: left;
        clear: both;
    }
}

@media screen and (max-width: 1100px) and (min-width: 720px) {

    /* CODE WRAPPER */
    #code_wrapper {
        position: absolute;
        z-index: 55000;
    }

    #code_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #code_msg {
        width: 718px;
        height: 538px;
        background: #000000;
        position: fixed;
        border: 8px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 265px);
        z-index: 10000000;
        display: block;
        display: none;
    }

    #code_ok {
        width: 20px;
        height: 53px;
        float: right;
        margin-right: 20px;
        margin-top: 20px;
        cursor: pointer;
    }

    #code_title {
        height: 65px;
        width: 671px;
        text-align: center;
        font-family: 'SharpBold';
        margin: 0 auto;
        color: white;
        font-size: 54px;
        text-transform: uppercase;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #code_text {
        width: 95%;
        font-family: 'SharpMedium';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 100px;
    }
    #phone_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'SharpMedium';
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #phone_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'SharpMedium';
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #phone_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'SharpMedium';
        float: left;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #paragon_check:-webkit-autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'SharpMedium';
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #paragon_check:autofill {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'SharpMedium';
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }
    #paragon_check {
        width: 300px;
        height: 60px;
        background: none;
        color: white;
        font-size: 20px;
        border-width: 0 0 3px 0;
        border-color: white;
        font-family: 'SharpMedium';
        float: right;
        clear: none;
        text-align: center;
        padding: 0px;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'SharpMedium';
        color: #000000;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 210px;
        margin-top: 40px;
        margin-bottom: 0px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 500px;
        height: 100px;
        margin: 0 auto;
        font-family: 'SharpMedium';
        color: white;
        font-size: 18px;
        line-height: 30px;
        cursor: auto;
        clear: both;
        padding-top: 20px;

    }

    .form_input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000000;
    }

    .form_input::-moz-placeholder {
        /* Firefox 19+ */
        color: #000000;
    }

    .form_input:-ms-input-placeholder {
        /* IE 10+ */
        color: #000000;
    }

    .form_input:-moz-placeholder {
        /* Firefox 18- */
        color: #000000;
    }

    .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: #000000;
        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: 'SharpBold';
        margin: 0 auto;
        color: white;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 55px;
    }

    #code_text {
        width: 290px;
        font-family: 'SharpMedium';
        color: white;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
    }
    #phone_check:-webkit-autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: 'SharpMedium';
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }
    #phone_check:autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: 'SharpMedium';
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }
    #phone_check {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
        font-family: 'SharpMedium';
        padding: 0px;
        outline: 0px;
        margin-bottom: 20px;
    }
    #paragon_check:-webkit-autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: 'SharpMedium';
        padding: 0px;
        outline: 0px;
    }
    #paragon_check:autofill {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: 'SharpMedium';
        padding: 0px;
        outline: 0px;
    }
    #paragon_check {
        width: 270px;
        height: 40px;
        background: none;
        color: white;
        border-width: 0 0 3px 0;
        border-color: white;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        font-family: 'SharpMedium';
        padding: 0px;
        outline: 0px;
    }

    #button_check {
        width: 256px;
        height: 50px;
        background: white;
        font-family: 'SharpMedium';
        color: #000000;
        border-radius: 30px;
        border: 0px;
        font-size: 25px;
        cursor: pointer;
        margin-left: 17px;
        margin-top: 25px;
        margin-bottom: 15px;
        float: left;
        outline: 0px;
    }

    #response {
        width: 80%;
        height: 80px;
        margin: 0 auto;
        margin-top: 5px;
        font-family: 'SharpMedium';
        color: white;
        font-size: 12px;
        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;
    }

    .form_input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000000;
    }

    .form_input::-moz-placeholder {
        /* Firefox 19+ */
        color: #000000;
    }

    .form_input:-ms-input-placeholder {
        /* IE 10+ */
        color: #000000;
    }

    .form_input:-moz-placeholder {
        /* Firefox 18- */
        color: #000000;
    }

    #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: #000000;
        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: 'SharpBold';
        margin: 0 auto;
        color: white;
        font-size: 20px;
        margin-top: 60px;
    }

    #positive_text {
        width: 300px;
        font-family: 'SharpBold';
        color: white;
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
