@charset "utf-8";

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

.close {
    width: 40px;
    height: 40px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    content: ' ';
    height: 40px;
    width: 3px;
    background-color: white;
}

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

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

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

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

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

.form_input:-moz-placeholder {
    /* Firefox 18- */
    color: #182546;
}
#opis::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #182546;
}

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

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

#opis:-moz-placeholder {
    /* Firefox 18- */
    color: #182546;
}
.input2::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
}

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

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

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

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

    body {
        background: #182546 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: 500px;
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #popup > img {
        width: 500px;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 56px;
        width: 56px;
        z-index: 5;
        background: #E56C5C;
        border-radius: 50px;
    }

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

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

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

    #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: 0px;
        right: 0px;
        width: 300px;
        height: 0px;
        z-index: 3;
        transition: .5s;
        transition-delay: .5s;
        overflow: hidden;
        border-radius: 5px;
    }

    #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: 22px;
        font-family: "Montserrat-SemiBold";
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #burger:checked ~ nav {
        background: #E56C5C;
        height: 450px;
        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: 870px;
        height: auto;
        background: #182546;
        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 {
        float: right;
        margin-right: 0px;
        margin-top: 15px;
        cursor: pointer;
    }

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

    #positive_text {
        width: 670px;
        font-family: "Montserrat-SemiBold";
        color: white;
        font-size: 30px;
        text-align: center;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #positive_small {
        font-size: 11px;
        display: block;
        margin-top: 60px;
    }

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

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

    #wait_box {
        width: 518px;
        height: 238px;
        position: fixed;
        background: #182546;
        border: 5px solid white;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 259px);
        z-index: 10000000;
        display: block;
        color: white;
        font-family: "Montserrat-SemiBold";
        font-size: 28px;
        text-decoration: none;
        text-align: center;
        padding-top: 50px;
    }

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

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

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

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

    #code_title {
        height: 35px;
        width: 639px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 25px;
        text-transform: uppercase;
        margin-top: 60px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    #code_title2 {
        width: 350px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #code_title3 {
        width: 350px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0px;
    }

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

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

    }

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

    #button_check {
        width: 177px;
        height: 46px;
        background: white;
        color: #182546;
        font-family: 'Montserrat-SemiBold';
        text-align: center;
        border: 0px;
        font-size: 20px;
        cursor: pointer;
        margin-left: 200px;
        margin-top: 30px;
        margin-bottom: 0px;
        outline: 0px;
        float: left;
    }

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

    }


    /* CODE WRAPPER END */
    #status {
        width: 105px;
        height: 58px;
        background: #182546;
        color: white;
        border-radius: 30px 0px 0px 30px;
        font-family: "Montserrat-Medium";
        text-align: center;
        padding-top: 10px;
        font-size: 12px;
        position: fixed;
        right: 0px;
        cursor: pointer;
        top: 75px;
    }

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

    #top_bg {
        width: 538px;
        height: 324px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 45px;
        margin-left: 0px;
    }

    #join {
        display: inline-block;
        width: 330px;
        height: 92px;
        margin-left: 0px;
        margin-top: 10px;
        background: #EE755A;
        cursor: pointer;
        font-family: "HurmeGeometric-Bold";
        font-size: 36px;
        border-radius: 50px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 92px;
        vertical-align: middle;
    }

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

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

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

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

    #join2 {
        width: 122px;
        height: 30px;
        float: left;
        clear: both;
        margin-left: 484px;
        margin-top: 182px;
        cursor: pointer;
    }

    #rules_download {
        display: inline-block;
        width: 190px;
        height: 45px;
        margin-left: 910px;
        margin-top: -33px;
        background: #EE755A;
        cursor: pointer;
        font-family: "HurmeGeometric-Bold";
        font-size: 20px;
        border-radius: 50px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 45px;
        vertical-align: middle;
    }

    #produkty {
        width: 1100px;
        height: 550px;
        margin: 0 auto;
    }

    #produkty_bg {
        width: 1093px;
        height: 470.5px;
        background: url('../images/produkty_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: 0px;
    }
    #slider {
        width: 1000px;
        float: left;
        clear: both;
        margin-left: 50px;
        margin-top: 135px;
    }

    .slids {
        width: 200px !important;
        height: 300px;
        position: relative;
    }

    .slids > .slider_img {
        max-width: 100%;
        max-height: 300px;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
    }
.prev{
        width: 39px;
        height: 39px;
        background: url('../images/arrow_left.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: -180px;
        cursor: pointer;
        position: relative;
    }
    .next{
        width: 39px;
        height: 39px;
        background: url('../images/arrow_right.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        margin-top: -180px;
        cursor: pointer;
        position: relative;
    }
    #wez-udzial {
        width: 1100px;
        height: 940px;
        margin: 0 auto;
    }

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

    #main_form {
        width: 1100px;
        margin-top: 0px;
        float: left;
        margin-left: 0px;
    }

    #main_form2 {
        width: 1080px;
        height: 780px;
        padding-top: 150px;
        color: #182546;
        text-align: center;
        font-family: "Montserrat-Medium";
        font-size: 25px;
        float: left;
        margin-left: 15px;
    }

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

    ::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }

    .form_input {
        width: 310px;
        height: 32px;
        font-family: "HurmeGeometric-Bold";
        font-size: 16px;
        background: none;
        outline: 0;
        border-width: 0px 0px 3px 0px;
        border-color: white;
        color: #182546;
        float: left;
        margin-bottom: 0px;
        margin-top: 50px;
        padding: 0px;
        padding-left: 10px;
    }

    #email,
    #paragon {
        margin-left: 70px;
    }

    .form_input:-webkit-autofill {
        color: #182546;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    #opis_label {
        font-size: 32px;
        color: #182546;
        float: left;
        clear: both;
        font-family: "HurmeGeometric-Bold";
        margin-top: 30px;
        margin-left: 10px;
    }

    #opis_bg {
        width: 1098px;
        height: 55px;
        background: url('../images/opis_bg.png');
        float: left;
        clear: both;
        margin-top: 55px;
    }

    #opis {
        width: 1080px;
        height: 110px;
        font-family: "HurmeGeometric-Bold";
        color: #182546;
        background: none;
        resize: none;
        border: 0px;
        outline: 0;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: -100px;
        line-height: 54px;
    }

    #opis_max {
        font-family: "HurmeGeometric-Bold";
        color: #182546;
        font-size: 14px;
        float: right;
        clear: both;
    }

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

    #show_popup2 {
        width: 31px;
        height: 31px;
        background: url("../images/gdzie_jest_numer.png");
        margin-left: -31px;
        margin-top: 48px;
        display: block;
        float: left;
    }

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

    .check_label {
        font-size: 16px;
        font-family: 'HurmeGeometric-Regular';
        font-weight: bold;
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 0px;
        display: inline-block;
        cursor: pointer;
        min-height: 36px;
        padding-left: 50px;
        margin-top: 25px;
        width: 800px;
        color: #182546;
        padding-top: 9px;
        float: left;
    }

    #check1 {
        margin-top: 25px;
        width: 1040px;
        padding-top: 9px;
    }

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

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

    #rules_download2 {
        display: inline-block;
        width: 120px;
        height: 30px;
        margin-right: 2px;
        margin-top: -41px;
        background: #EE755A;
        cursor: pointer;
        font-family: "HurmeGeometric-Bold";
        font-size: 12px;
        border-radius: 50px;
        float: right;
        clear: both;
        color: white;
        text-align: center;
        line-height: 30px;
        vertical-align: middle;
    }

    #oblig {
        float: left;
        clear: both;
        color: #182546;
        font-family: 'HurmeGeometric-Bold';
        font-size: 12px;
        margin-top: 10px;
    }

    #shield {
        width: 36px;
        height: 44px;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 20px;
        background: url('../images/shield.png');
    }

    #shield_text {
        width: 1040px;
        color: #182546;
        font-size: 16px;
        line-height: 23px;
        font-family: 'HurmeGeometric-Regular';
        margin-left: 13px;
        margin-top: 25px;
        float: left;
    }

    #button_send {
        display: inline-block;
        width: 300px;
        height: 82px;
        margin-right: 400px;
        margin-top: 45px;
        background: #E56C5C;
        cursor: pointer;
        font-family: "HurmeGeometric-Bold";
        border-radius: 50px;
        font-size: 30px;
        float: right;
        clear: both;
        color: white;
        outline: 0;
        border: 0px;
        text-align: center;
        line-height: 55px;
        vertical-align: middle;
    }

    #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: "Montserrat-SemiBold";
    }

    #faq_background {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #182546;
    }

    #faq {
        width: 1100px;
        height: auto;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 70px;
    }

    #faq_bg {
        width: 97px;
        height: 58px;
        background: url('../images/faq_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 30px;
    }

    .accordion {
        background: url("../images/arrow_down.png");
        background-repeat: no-repeat;
        background-position: 1045px center;
        color: white;
        cursor: pointer;
        padding: 30px;
        padding-left: 0px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 24px;
        transition: 0.4s;
        font-family: "HurmeGeometric-Bold";
    }

    .active {
        background: url("../images/arrow_up.png");
        background-repeat: no-repeat;
        background-position: 1045px center;
    }

    .panel {
        padding: 0 20px;
        padding-left: 0px;
        display: none;
        font-size: 18px;
        line-height: 32px;
        overflow: hidden;
        color: white;
        font-family: "HurmeGeometric-Bold";
    }

    p {
        line-height: 32px;
    }

    .line {
        width: 1100px;
        height: 2px;
        background: white;
        float: left;
        clear: both;
    }

    #js-cookie-toggle {
        float: left;
        clear: both;
    }

    #nested_accord {
        padding-left: 0px;
    }

    table {
        font-size: 14px;
    }

    #inner_panel {
        padding: 0px;
    }

    th {
        text-align: left;
        vertical-align: top;
        padding: 0 0px 10px;

    }

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

    #kontakt_bg {
        width: 1074.5px;
        height: 309px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    #kontakt_phone {
        display: block;
        color: white;
        font-family: "HurmeGeometric-Bold";
        font-size: 16px;
        text-transform: uppercase;
        float: left;
        clear: both;
        margin-top: 195px;
        margin-left: 0px;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "HurmeGeometric-Bold";
        font-size: 16px;
        text-transform: uppercase;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "HurmeGeometric-Bold";
        font-size: 16px;
        text-transform: uppercase;
        margin-left: 0px;
        margin-top: 20px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #kontakt_address {
        display: block;
        color: white;
        font-family: "HurmeGeometric-Bold";
        font-size: 16px;
        text-transform: uppercase;
        float: left;
        clear: both;
        margin-top: 20px;
        margin-left: 0px;
    }

    #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: white;
        border: 5px solid #c90219;
        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: "Montserrat-SemiBold";
        color: #c90219;
    }

    #errors ul {
        font-family: "Montserrat-SemiBold";
        font-size: 18px;
        color: #c90219;
    }

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

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

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

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

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

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

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

    }

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

    #popup > img {
        width: 320px;
    }

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

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

    }

    #wait_box {
        width: 80%;
        height: 230px;
        background: #182546;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 115px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
        font-family: "Montserrat-SemiBold";
        color: white;
        font-size: 26px;
        text-align: center;
        padding-top: 50px;
    }

    /* 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: white;
        border: 5px solid #c90219;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: 15px;
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Montserrat-SemiBold";
        font-size: 16px;
        color: #c90219;
    }

    #errors ul {
        font-family: "Montserrat-SemiBold";
        font-size: 12px;
        color: #c90219;
    }

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

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

    #status {
        width: 80px;
        height: 50px;
        background: #182546;
        color: white;
        border-radius: 30px 0px 0px 30px;
        font-family: "Montserrat-Medium";
        text-align: center;
        padding-top: 10px;
        padding-left: 5px;
        font-size: 10px;
        position: fixed;
        right: 0px;
        cursor: pointer;
        top: 90px;
        display: none;
    }

    /* Errors END*/
    #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: 680px;
        height: auto;
        background: #182546;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 215px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

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

    #positive_title {
        height: auto;
        width: 671px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 38px;
        margin-top: 40px;
    }

    #positive_text {
        width: 100%;
        font-family: 'Montserrat-SemiBold';
        color: white;
        font-size: 19px;
        text-align: center;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #positive_small {
        font-size: 11px;
        display: block;
        margin-top: 60px;
    }

    #burger {
        display: none;
    }

    #burger + #nav_cross {
        position: fixed;
        top: 13px;
        right: 10px;
        height: 56px;
        width: 56px;
        z-index: 5;
        background: #E56C5C;
        border-radius: 50px;
    }

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

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

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

    #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: 22px;
        font-family: 'Montserrat-SemiBold';
        display: block;
        padding: 15px;
    }

    #burger:checked ~ nav {

        background: #E56C5C;
        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: 710px;
        margin: 0 auto;
    }

    #top_bg {
        width: 304.5px;
        height: 179.5px;
        background: url('../images/top_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 30px;
        margin-left: 8px;
    }

    #join {
        display: inline-block;
        width: 290px;
        height: 82px;
        margin-left: 15px;
        margin-top: 30px;
        background: #EE755A;
        cursor: pointer;
        font-family: "HurmeGeometric-Bold";
        font-size: 32px;
        border-radius: 50px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 82px;
        vertical-align: middle;
    }

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

    #nagrody_bg {
        width: 320.5px;
        height: 578.5px;
        background: url('../images/nagrody_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: 0px;
    }

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

    #zasady_bg {
        width: 250px;
        height: 820px;
        background: url('../images/zasady_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: 35px;
    }

    #join2 {
        width: 100px;
        height: 27px;
        float: left;
        clear: both;
        margin-left: 75px;
        margin-top: 470px;
        cursor: pointer;
    }

    #rules_download {
        display: inline-block;
        width: 240px;
        height: 63px;
        margin-left: 40px;
        margin-top: 35px;
        background: #EE755A;
        cursor: pointer;
        font-family: "HurmeGeometric-Bold";
        font-size: 26px;
        border-radius: 50px;
        float: left;
        clear: both;
        color: white;
        text-align: center;
        line-height: 63px;
        vertical-align: middle;
    }
    #produkty {
        width: 320px;
        height: 790px;
        margin: 0 auto;
    }

    #produkty_bg {
        width: 320px;
        height: 706px;
        background: url('../images/produkty_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
    }
    #slider {
        width: 220px;
        float: left;
        clear: both;
        margin-left: 50px;
        margin-top: 275px;
    }

    .slids {
        width: 220px !important;
        height: 390px;
        position: relative;
    }

    .slids > .slider_img {
        max-width: 100%;
        max-height: 390px;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
    }
.prev{
        width: 39px;
        height: 39px;
        background: url('../images/arrow_left.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: -220px;
    margin-left: 10px;
        cursor: pointer;
        position: relative;
    }
    .next{
        width: 39px;
        height: 39px;
        background: url('../images/arrow_right.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        margin-top: -220px;
        margin-right: 10px;
        cursor: pointer;
        position: relative;
    }
    #wez-udzial {
        width: 320px;
        height: 1530px;
        margin: 0 auto;
    }

    #wez-udzial_bg {
        width: 177px;
        height: 41px;
        background: url('../images/wez-udzial_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left: 71px;
    }

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

    #main_form2 {
        width: 320px;
        height: 780px;
        padding-top: 150px;
        color: white;
        text-align: center;
        font-family: "Montserrat-Medium";
        font-size: 25px;
        float: left;
        margin-left: 0px;
    }

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

    ::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }

    .form_input {
        width: 294px;
        height: 32px;
        font-family: "HurmeGeometric-Bold";
        font-size: 16px;
        background: none;
        outline: 0;
        border-width: 0px 0px 3px 0px;
        border-color: white;
        color: #182546;
        float: left;
        margin-bottom: 0px;
        margin-top: 30px;
        padding: 0px;
        padding-left: 10px;
        margin-left: 8px;
    }

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

    #opis_label {
        width: 300px;
        font-size: 20px;
        color: #182546;
        float: left;
        text-align: center;
        clear: both;
        font-family: "HurmeGeometric-Bold";
        margin-top: 30px;
        margin-left: 10px;
    }

    #opis_bg {
        width: 304px;
        height: 214px;
        background: url('../images/opis_bg_mobile.png');
        float: left;
        clear: both;
        margin-top: 55px;
        margin-left: 8px;
    }

    #opis {
        width: 292px;
        height: 265px;
        font-family: "HurmeGeometric-Bold";
        color: #182546;
        background: none;
        resize: none;
        border: 0px;
        outline: 0;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: -258px;
        line-height: 53px;
        float: left;
        clear: both;
    }

    #opis_max {
        font-family: "HurmeGeometric-Bold";
        color: #182546;
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        float: left;
        clear: both;
    }

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

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

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

    .check_label {
        font-size: 12px;
        font-family: 'HurmeGeometric-Regular';
        font-weight: bold;
        background: url("../images/checkbox.png");
        background-repeat: no-repeat;
        margin-left: 10px;
        line-height: 21px;
        display: inline-block;
        cursor: pointer;
        min-height: 36px;
        padding-left: 50px;
        margin-top: 25px;
        width: 250px;
        color: #182546;
        padding-top: 7px;
        float: left;
    }

    #check1 {
        margin-top: 30px;
    }

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

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

    #rules_download2 {
        display: inline-block;
        width: 120px;
        height: 30px;
        margin-right: 100px;
        margin-top: 20px;
        background: #EE755A;
        cursor: pointer;
        font-family: "HurmeGeometric-Bold";
        font-size: 12px;
        border-radius: 50px;
        float: right;
        clear: both;
        color: white;
        text-align: center;
        line-height: 30px;
        vertical-align: middle;
    }

    #oblig {
        float: left;
        clear: both;
        color: white;
        font-family: 'HurmeGeometric-Bold';
        font-size: 12px;
        margin-top: 20px;
    }

    #shield {
        width: 36px;
        height: 44px;
        float: left;
        clear: both;
        margin-left: 10px;
        margin-top: 20px;
        background: url('../images/shield.png');
    }

    #shield_text {
        width: 250px;
        color: #182546;
        font-size: 12px;
        line-height: 18px;
        font-family: 'HurmeGeometric-Regular';
        margin-left: 14px;
        margin-top: 25px;
        float: left;
    }

    #button_send {
        display: inline-block;
        width: 290px;
        height: 82px;
        margin-top: 25px;
        background: #E56C5C;
        cursor: pointer;
        font-family: "HurmeGeometric-Bold";
        border-radius: 50px;
        font-size: 30px;
        float: left;
        clear: both;
        color: white;
        outline: 0;
        border: 0px;
        padding: 0px;
        text-align: center;
        line-height: 55px;
        vertical-align: middle;
        margin-left: 15px;
    }

    #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: "Montserrat-SemiBold";
    }

    #faq_background {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #182546;
    }

    #faq {
        width: 320px;
        height: auto;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 100px;
    }

    #faq_bg {
        width: 69px;
        height: 41px;
        background: url('../images/faq_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 30px;
        margin-left: 125.5px;
    }

    .accordion {
        background: url("../images/arrow_down.png");
        background-repeat: no-repeat;
        background-position: right center;
        color: white;
        cursor: pointer;
        padding: 20px;
        padding-left: 0px;
        padding-right: 60px;
        width: 300px;
        margin-left: 10px;
        border: none;
        text-align: left;
        outline: none;
        font-size: 16px;
        transition: 0.4s;
        font-family: "HurmeGeometric-Bold";
    }

    .active {
        background: url("../images/arrow_up.png");
        background-repeat: no-repeat;
        background-position: right center;
    }

    .panel {
        width: 300px;
        margin-left: 10px;
        padding-left: 0px;
        display: none;
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        color: white;
        font-family: "HurmeGeometric-Bold";
    }

    p {
        line-height: 20px;
    }

    .line {
        width: 300px;
        height: 2px;
        margin-left: 10px;
        background: white;
        float: left;
        clear: both;
    }

    #js-cookie-toggle {
        float: left;
        clear: both;
    }

    #nested_accord {
        padding-left: 0px;
    }

    table {
        font-size: 14px;
    }

    #inner_panel {
        padding: 0px;
    }

    th {
        text-align: left;
        vertical-align: top;
        padding: 0 0px 10px;

    }

    #kontakt {
        width: 320px;
        height: 430px;
        margin: 0 auto;
    }

    #kontakt_bg {
        width: 281px;
        height: 179px;
        background: url('../images/kontakt_bg_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 19.5px;
    }

    #kontakt_phone {
        display: block;
        color: white;
        font-family: "HurmeGeometric-Bold";
        font-size: 16px;
        text-transform: uppercase;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 185px;
        margin-left: 0px;
    }

    #foot_email {
        display: block;
        color: white;
        font-family: "HurmeGeometric-Bold";
        font-size: 16px;
        text-transform: uppercase;
        margin-left: 62px;
        margin-top: 0px;
        text-align: center;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #foot_link {
        display: block;
        color: white;
        font-family: "HurmeGeometric-Bold";
        font-size: 16px;
        text-transform: uppercase;
        margin-left: 70px;
        margin-top: 20px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #kontakt_address {
        width: 100%;
        text-align: center;
        display: block;
        color: white;
        font-family: "HurmeGeometric-Bold";
        font-size: 16px;
        text-transform: uppercase;
        float: left;
        clear: both;
        margin-top: 20px;
        margin-left: 0px;
    }

}

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

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

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

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

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

    #code_title {
        height: 35px;
        width: 639px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 25px;
        text-transform: uppercase;
        margin-top: 60px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    #code_title2 {
        width: 350px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #code_title3 {
        width: 350px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0px;
    }

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

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

    }

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

    #button_check {
        width: 177px;
        height: 46px;
        background: white;
        color: #182546;
        font-family: 'Montserrat-SemiBold';
        text-align: center;
        border: 0px;
        font-size: 20px;
        cursor: pointer;
        margin-left: 200px;
        margin-top: 30px;
        margin-bottom: 0px;
        outline: 0px;
        float: left;
    }

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

    }

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

    /* CODE WRAPPER END */
}

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

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

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

    #code_msg {
        width: 90%;
        height: 480px;
        background: #182546;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 230px);
        z-index: 10000000;
        display: block;
        display: none;
    }

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

    #code_title {
        height: 35px;
        width: 260px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 17px;
        text-transform: uppercase;
        margin-top: 55px;
        font-weight: bold;
    }

    #code_title2 {
        width: 280px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 10px;
    }

    #code_title3 {
        width: 280px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 10px;
    }

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

    #email_check {
        width: 270px;
        height: 50px;
        background: none;
        color: white;
        border-width: 0 0 5px 0;
        border-color: white;
        margin-left: 9px;
        margin-top: 0px;
        text-align: center;
        padding: 0px;

    }

    #paragon_check {
        width: 270px;
        height: 50px;
        background: none;
        color: white;
        border-width: 0 0 5px 0;
        border-color: white;
        margin-left: 9px;
        margin-top: 20px;
        text-align: center;
        padding: 0px;
    }

    #button_check {
        width: 177px;
        height: 46px;
        background: white;
        color: #182546;
        font-family: 'Montserrat-SemiBold';
        text-align: center;
        border: 0px;
        font-size: 20px;
        cursor: pointer;
        margin-left: 58px;
        margin-top: 15px;
        margin-bottom: 10px;
        outline: 0px;
        float: left;
    }

    #response {
        width: 80%;
        height: 80px;
        margin: 0 auto;
        font-family: 'Montserrat-SemiBold';
        color: white;
        font-size: 11px;
        line-height: 17px;
        cursor: auto;
        clear: 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;
    }

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

    #positive_msg {
        width: 90%;
        height: auto;
        background: #182546;
        border: 5px solid white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 240px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

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

    #positive_title {
        height: auto;
        width: 300px;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        margin: 0 auto;
        color: white;
        font-size: 26px;
        margin-top: 54px;
    }

    #positive_text {
        width: 275px;
        font-family: 'Montserrat-SemiBold';
        color: white;
        font-size: 17px;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #positive_small {
        font-size: 10px;
        display: block;
        margin-top: 30px;
    }


}
