    html,
    body {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
        background: #7B649F;
    }
	#plyta_return_button{
		z-index: 9;
	}
    #reg_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: white;
        font-family: arial;
    }

    #reg_container {
        padding-top: 40px;
        padding-bottom: 40px;
        overflow: scroll;
        width: calc(100%-40px);
        margin: 0 auto;
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .close {
        width: 35px;
        height: 35px;
        opacity: 0.3;
    }

    .close:hover {
        opacity: 1;
    }

    .close:before,
    .close:after {
        position: absolute;
        content: ' ';
        height: 35px;
        width: 3px;
        background-color: black;
        top: 5px;
        right: 5px;
    }

    .close:before {
        transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
    }

    #reg_ok {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 5px;
        right: 15px;
    }

    #network_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
        display: none;
    }

    #network_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: rgba(44, 44, 44, 0.7);
    }

    #network_msg {
        width: 100%;
        height: 385px;
        background: white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
        z-index: 10000000;
        display: block;
        cursor: pointer;
        border-radius: 20px 20px 0px 0px;
        display: none;
    }

    #network_msg_inner {
        width: 375px;
        height: 385px;
        margin: 0 auto;
    }

    #network_line {
        width: 60px;
        height: 3px;
        background: url('../images/gray_line.svg');
        margin: 0 auto;
        margin-top: 8px;
    }

    #network_icon {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        margin-top: 35px;
        background: url('../images/warning%20orange.svg');
    }

    #network_title {
        width: 210px;
        text-align: center;
        font-family: 'GoodHeadlinePro-Bold';
        margin: 0 auto;
        color: #f17b00;
        font-size: 30px;
        line-height: 28px;
        margin-top: 30px;
    }

    #network_text {
        width: 245px;
        font-family: 'GoodHeadlinePro-Bold';
        color: #6d6d6d;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    #network_close {
        display: block;
        width: 153px;
        height: 48px;
        border: 2px solid #f7f7f7;
        border-radius: 50px;
        font-family: 'GoodHeadlinePro-Bold';
        color: #d7d7d7;
        float: left;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        margin-left: 6.5%;
        margin-top: 30px;
    }

    #network_refresh {
        display: block;
        width: 153px;
        height: 48px;
        border: 2px solid #f7f7f7;
        border-radius: 50px;
        font-family: 'GoodHeadlinePro-Bold';
        color: #f17b00;
        float: left;
        text-decoration: none;
        text-align: center;
        line-height: 48px;
        margin-left: 2%;
        margin-top: 30px;
    }

    #code_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }

    #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: 100%;
        height: 385px;
        background: white;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
        z-index: 10000000;
        display: none;
        cursor: pointer;
        border-radius: 20px 20px 0px 0px;
    }

    #code_msg_inner {
        width: 375px;
        height: 385px;
        margin: 0 auto;
    }

    #code_line {
        width: 60px;
        height: 3px;
        background: url('../images/gray_line.svg');
        margin: 0 auto;
        margin-top: 8px;
    }

    #code_title {
        width: 210px;
        text-align: center;
        font-family: 'GoodHeadlinePro-Bold';
        margin: 0 auto;
        color: #006420;
        font-size: 32px;
        line-height: 32px;
        margin-top: 40px;
    }

    #code_text {
        width: 320px;
        font-family: 'TTCommons-Light';
        color: #4A4A4A;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    #code_icon {
        width: 335px;
        height: 78px;
        margin: 0 auto;
        margin-top: 20px;
        float: left;
        margin-left: 20px;
    }

    #code_img {
        width: 100%;
        height: 100%;
    }

    #code_text_value {
        width: 150px;
        height: 30px;
        background: white;
        margin: 0 auto;
        margin-top: -15px;
        padding: 5px;
        float: left;
        margin-left: 112.5px;
        font-family: 'GoodHeadlinePro-Bold';
        color: black;
        font-size: 18px;
        letter-spacing: 2px;
        text-align: center;
        vertical-align: middle;
        line-height: 25px;
    }

    
    #first_view_box {
        width: 100%;
        min-width: 360px;
        height: auto;
        background: url('../images/main_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        margin: 0 auto;
    }

    .enter_section {
        width: 360px;
        height: 646px;
        margin: 0 auto;
    }

    .enter_section_bg {
        width: 317.5px;
        height: 348px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 21.5px;
        margin-top: 25px;
        display: inline-block;
    }

    .enter_button {
        background: #D8006E;
        width: 290px;
        height: 55px;
        float: left;
        clear: both;
        text-align: center;
        line-height: 52px;
        color: #CBC1DE;
        font-size: 27px;
        font-family: 'GoodHeadlinePro-Bold';
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 50px;
        margin-left: 35px;
        margin-top: 185px;
		display: none;
    }

    #enter_section_text {
        width: 340px;
        height: 90px;
        background: #241E63;
        float: left;
        clear: both;
        text-align: center;
        color: #CBC1DE;
        font-family: 'GoodHeadlinePro-Bold';
        font-size: 17px;
        line-height: 21px;
        padding: 10px;
        padding-top: 15px;
        margin-top: 154px;
    }
    #enter_section_text_after {
        width: 340px;
        height: 90px;
        background: #241E63;
        float: left;
        clear: both;
        text-align: center;
        color: #CBC1DE;
        font-family: 'GoodHeadlinePro-Bold';
        font-size: 17px;
        line-height: 21px;
        padding: 10px;
        padding-top: 15px;
        margin-top: 154px;
        display: none;
    }
	
    .slider_section {
        width: 360px;
        height: 612px;
        margin: 0 auto;
    }

    .slider_title {
        width: 244px;
        height: 63px;
        background: url('../images/nagrody_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 58px;
        margin-top: 20px;
        display: inline-block;
        float: left;
        clear: both;
    }

    .motylek1 {
        width: 38px;
        height: auto;
        float: left;
        clear: both;
        margin-top: -62px;
        margin-left: 35px;
    }

    .motylek2 {
        width: 38px;
        height: auto;
        float: right;
        margin-top: -36px;
        margin-right: 33px;
    }

    #slider {
        width: 360px;
        height: auto;
        float: left;
        clear: both;
    }

    .slids {
        width: 360px !important;
    }

    .img_box {
        width: 360px;
        height: 300px;
        position: relative;
    }

    .img_box > img {
        max-width: 360px;
        max-height: 300px;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .s2 {
        top: 50px !important;
    }

    .slider_opis {
        height: 150px;
        float: left;
        clear: both;
        width: 100%;
        color: #CBC1DE;
        font-size: 32px;
        font-family: 'GoodHeadlinePro-Bold';
        text-align: center;
        line-height: 30px;
    }

    .purple {
        color: #241E63;
        font-size: 60px;
        font-weight: 800;
        line-height: 80px;
    }

    #prev {
        width: 33px;
        height: 33px;
        background: url('../images/arrow_left.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 30px;
        margin-top: -27px;
        position: relative;
    }

    #next {
        width: 33px;
        height: 33px;
        background: url('../images/arrow_right.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        margin-right: 30px;
        margin-top: -27px;
        position: relative;
    }

    #zasady_section_outer {
        width: 100%;
        height: auto;
        background: #7B649F;
        overflow: hidden;
    }

    #zasady_section {
        width: 360px;
        height: auto;
        margin: 0 auto;
    }

    #zasady_title {
        width: 284px;
        height: 622px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 38px;
        margin-top: 25px;
        display: inline-block;
        float: left;
        clear: both;
    }

    #motylek3 {
        width: 38px;
        height: auto;
        float: left;
        clear: both;
        margin-top: -618px;
        margin-left: 35px;
    }

    #motylek4 {
        width: 38px;
        height: auto;
        float: right;
        margin-top: -594px;
        margin-right: 39px;
    }

    .zasady_enter_button {
        background: #D8006E;
        width: 290px;
        height: 55px;
        float: left;
        clear: both;
        text-align: center;
        line-height: 52px;
        color: #CBC1DE;
        font-size: 27px;
        font-family: 'GoodHeadlinePro-Bold';
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 50px;
        margin-left: 35px;
        margin-top: 30px;
		display: none;
    }

    #zasady_link {
        display: block;
        color: #CBC1DE;
        font-size: 30px;
        font-family: 'GoodHeadlinePro-Bold';
        width: 150px;
        float: left;
        clear: both;
        text-align: center;
        margin-left: 105px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .kontakt_section_outer {
        width: 100%;
        height: 550px;
        background: #6B5390;
        overflow: hidden;
    }

    .kontakt_section {
        width: 360px;
        height: auto;
        margin: 0 auto;
    }

    .kontakt_title {
        width: 268px;
        height: 463px;
        background: url('../images/kontakt_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 46px;
        margin-top: 35px;
        display: inline-block;
        float: left;
        clear: both;
    }

    .motylek5 {
        width: 38px;
        height: auto;
        float: left;
        clear: both;
        margin-top: -466px;
        margin-left: 78px;
    }

    .motylek6 {
        width: 38px;
        height: auto;
        float: right;
        margin-top: -430px;
        margin-right: 78px;
    }

    .kontakt_phone {
        font-size: 20px;
        font-family: 'ff-good-headline-web-pro-nar';
        font-size: 20px;
        color: #CBC1DE;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: -260px;
    }

    .kontakt_email {
        font-size: 20px;
        font-family: 'ff-good-headline-web-pro-nar';
        font-size: 20px;
        color: #CBC1DE;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        text-decoration: none;
        margin-top: -220px;
    }

    .kontakt_link {
        font-size: 20px;
        font-family: 'ff-good-headline-web-pro-nar';
        font-size: 20px;
        color: #CBC1DE;
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        text-decoration: none;
        margin-top: -195px;
    }

    .kontakt_address {
        font-size: 20px;
        font-family: 'ff-good-headline-web-pro-nar';
        font-size: 20px;
        color: #CBC1DE;
        float: left;
        clear: both;
        margin-left: 29%;
        width: 42%;
        text-align: center;
        text-decoration: none;
        margin-top: -155px;
    }

    #form_view_box {
        width: 100%;
        min-width: 360px;
        height: 2619px;
        background: url('../images/form_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        margin: 0 auto;
		display: none;
    }

    #form_section {
        width: 360px;
        height: 2061px;
        margin: 0 auto;
    }

    #form_section_bg {
        width: 317.5px;
        height: 348px;
        background: url('../images/top_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 21.5px;
        margin-top: 25px;
        display: inline-block;
    }

    #form_text {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #CBC1DE;
        font-size: 30px;
        line-height: 29px;
        font-family: 'GoodHeadlinePro-Bold';
        text-transform: uppercase;
        margin-top: 215px;
        float: left;
        clear: both;
    }

    #form_text_img {
        width: 84px;
        height: 32px;
        background: url('../images/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    #form_text2 {
        display: inline-block;
        width: 90%;
        text-align: center;
        color: #CBC1DE;
        font-size: 20px;
        line-height: 23px;
        margin-left: 5%;
        font-family: 'GoodHeadlinePro-Bold';
        text-transform: uppercase;
        margin-top: 20px;
        float: left;
        clear: both;
    }

    #form_rules_button {
        width: 150px;
        text-align: center;
        margin-left: 105px;
        display: block;
        font-size: 30px;
        margin-top: 20px;
        font-family: 'GoodHeadlinePro-Bold';
        text-decoration: underline;
        color: #CBC1DE;
        float: left;
        clear: both;
    }

    #form_title {
        width: 206px;
        height: 63px;
        background: url('../images/wez-udzial_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 78px;
        margin-top: 60px;
    }

    #motylek7 {
        width: 38px;
        height: auto;
        float: left;
        clear: both;
        margin-top: -60px;
        margin-left: 48px;
    }

    #motylek8 {
        width: 38px;
        height: auto;
        float: right;
        margin-top: -36px;
        margin-right: 48px;
    }

    .form_input {
        width: 280px;
        height: 60px;
        font-family: "GoodHeadlinePro-Bold";
        font-size: 16px;
        background: #9F87C5;
        border: 0px;
        outline: 0;
        color: #241E63;
        float: left;
        clear: both;
        padding: 0px;
        padding-left: 20px;
        margin-left: 30px;
        border-radius: 50px;
        margin-top: 40px;
    }

    @-webkit-keyframes autofill {
        to {
            color: #241E63;
            font-family: "GoodHeadlinePro-Bold";
            background: transparent;
        }
    }

    input:-webkit-autofill {
        color: #241E63;
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }

    ::-webkit-input-placeholder {
        color: #241E63;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #241E63;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #241E63;
    }

    :-ms-input-placeholder {
        color: #241E63;
    }

    .label_form {
        color: #4A4A4A;
        font-size: 15px;
        font-family: "GoodHeadlinePro-Bold";
        float: left;
        margin-bottom: 5px;
        clear: both;
    }

    #reg {
        float: left;
        clear: both;
        font-family: "GoodHeadlinePro-Bold";
        font-size: 16px;
        color: #CBC1DE;
        margin-top: 25px;
        margin-left: 40px;

    }

    #rules_download2 {
        display: inline-block;
        border: 0px;
        cursor: pointer;
        font-family: "GoodHeadlinePro-Bold";
        font-size: 16px;
        margin-right: 5px;
        text-decoration: underline;
        float: left;
        clear: both;
        color: #CBC1DE;
    }

    #form_add_button {
        width: 335px;
        height: 50px;
        display: block;
        border: 1px solid #D8D8D8;
        border-radius: 50px;
        margin-left: 20px;
        margin-top: 15px;
        color: #00B05A;
        font-size: 18px;
        font-family: "GoodHeadlinePro-Bold";
        text-align: center;
        line-height: 53px;
        text-decoration: none;
        float: left;
        clear: both;
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 63px;
        height: 30px;
        float: left;

    }


    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #D5D5D5;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        bottom: 4px;
        background: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider {
        background-color: #D5D5D5;
    }


    input:checked + .slider:before {
        -webkit-transform: translateX(21px);
        -ms-transform: translateX(21px);
        transform: translateX(21px);
        background: #D8006E;
        left: 16px;
    }

    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    .data_box {
        width: 320px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 30px;
        margin-top: 20px;
    }

    .data_label {
        width: 230px;
        color: #CBC1DE;
        font-size: 15px;
        line-height: 18px;
        font-family: "GoodHeadlinePro-Bold";
        float: left;
        margin-left: 20px;
    }

    #shield {
        width: 280px;
        height: auto;
        background: #7B649F;
        border-radius: 16px;
        float: left;
        clear: both;
        color: #CBC1DE;
        font-family: "GoodHeadlinePro-Bold";
        font-size: 13px;
        line-height: 16px;
        padding: 10px;
        margin-left: 30px;
        margin-top: 30px;
    }

    #button_send {
        display: block;
        width: 260px;
        height: 55px;
        line-height: 53px;
        text-align: center;
        background: #D8006E;
        font-size: 28px;
        font-family: 'GoodHeadlinePro-Bold';
        color: #CBC1DE;
        border-radius: 25px;
        float: left;
        clear: both;
        border: 0px;
        outline: 0px;
        margin-left: 50px;
        margin-top: 35px;
        cursor: pointer;
        -webkit-appearance: none;
    }

    #bbb {
        display: none;
    }

    /* Profil  KRECIOL*/
    #profile_view_box {
        width: 100%;
        min-width: 360px;
        height: auto;
        background: url('../images/profil_top_bg.jpg');
        background-position: center top;
        background-repeat: no-repeat;
		display: none;
    }

    #profile_section {
        width: 360px;
        height: auto;
        margin: 0 auto;
        clear: both;
        overflow: auto;
        margin-bottom: 20px;
    }

    #profile_top_title {
        color: #CBC1DE;
        font-size: 52px;
        font-family: 'ff-good-headline-web-pro-ext';
        float: left;
        clear: both;
        width: 270px;
        text-align: center;
        margin-top: 40px;
        margin-left: 45px;
        line-height: 42px;
    }

    #profile_top_box {
        width: 300px;
        height: 60px;
        background: #D8006E;
        border-radius: 6px;
        margin-left: 30px;
        margin-top: 30px;
        float: left;
    }

    #profile_top_box_text {
        display: inline-block;
        color: #CBC1DE;
        font-size: 25px;
        line-height: 35px;
        font-family: 'GoodHeadlinePro-Bold';
        margin-left: 20px;
        line-height: 57px;
        float: left;
        clear: both;
    }

    #profile_top_box_number {
        display: inline-block;
        color: #CBC1DE;
        font-size: 50px;
        line-height: 70px;
        font-family: 'GoodHeadlinePro-Bold';
        margin-left: 20px;
        line-height: 55px;
        float: right;
        margin-right: 10px;
    }

    #profile_top_box_img {
        width: 19px;
        height: 17px;
        background: url('../images/motyl.png');
        float: right;
        margin-right: 10px;
        margin-top: 21.5px;
    }

    #profil_rules_box {
        width: 300px;
        height: 405px;
        background: #6B5390;
        float: left;
        clear: both;
        border-radius: 6px;
        margin-left: 30px;
        margin-top: 28px;
    }

    #profile_rules_text1 {
        width: 280px;
        color: #CBC1DE;
        font-size: 18px;
        line-height: 20px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-align: center;
        margin-top: 20px;
        margin-left: 10px;
        float: left;
    }

    .motylek_profil1 {
        width: 33px;
        height: 34px;
        float: left;
        clear: both;
        margin-left: 133.5px;
        margin-top: 15px;
    }

    #profile_rules_text2 {
        width: 100%;
        color: #CBC1DE;
        font-size: 18px;
        line-height: 20px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-align: center;
        margin-top: 10px;
        float: left;
    }

    .motylek_profil2 {
        width: 33px;
        height: 34px;
        float: left;
        clear: both;
        margin-left: 133.5px;
        margin-top: 15px;
    }

    #profile_rules_text3 {
        width: 100%;
        color: #CBC1DE;
        font-size: 18px;
        line-height: 20px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-align: center;
        margin-top: 10px;
        float: left;
    }

    #profile_rules_button {
        width: 110px;
        height: 19px;
        background: url('../images/gdzie_jest_numer.png');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        padding-left: 25px;
        display: block;
        font-size: 14px;
        font-family: 'GoodHeadlinePro-Bold';
        text-decoration: underline;
        color: #CBC1DE;
        float: left;
        clear: both;
        margin-left: 90px;
        margin-top: 15px;
    }

    #profile_rules_text4 {
        width: 100%;
        color: #CBC1DE;
        font-size: 15px;
        line-height: 21px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-align: center;
        margin-top: 15px;
        float: left;
    }


    #profile_losy_title {
        width: 100%;
        text-align: center;
        display: inline-block;
        color: #CBC1DE;
        font-size: 46px;
        font-family: 'ff-good-headline-web-pro-ext';
        margin-top: 70px;
        float: left;
    }

    #kolo_container {
        width: 100%;
        height: auto;
        margin-top: 35px;
        float: left;
        clear: both;
    }

    #kolo_box_out {
        width: 100%;
        height: auto;
    }

    #kolo_box_scroll::-webkit-scrollbar {
        height: 5px;
    }

    /* Track */
    #kolo_box_scroll::-webkit-scrollbar-track {
        background: #D9CFE6;
        margin-left: 10px;
        margin-right: 40px;
    }

    /* Handle */
    #kolo_box_scroll::-webkit-scrollbar-thumb {
        background: #241E63;
    }

    #kolo_box_scroll {}

    #kolo_none_info {
        width: 100%;
        height: 140px;
        text-align: center;
        color: #CBC1DE;
        font-size: 18px;
        font-family: 'ff-good-headline-web-pro-nar';
        margin-top: 90px;
        float: left;
        clear: both;
        display: none;
    }

    #kolo_box_scroll {
        margin-left: 27.5px;
        width: auto;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .kolo_small_container {
        width: 135px;
        height: 200px;
        margin-right: 30px;
        margin-left: 0px;
        display: inline-block;
        padding-top: 0px;
        border: 0px;
        cursor: pointer;
    }

    .kolo_inside {
        width: 135px;
        height: 200px;
        border: 0px;
    }

    .kolo_inside_img {
        width: 135px;
        height: 200px;
        background: url('../images/los_big.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .kolo_show_button {
        width: 95px;
        height: 25px;
        background: #241E63;
        border-radius: 4px;
        font-size: 16px;
        font-family: 'ff-good-headline-web-pro-nar';
        color: #CBC1DE;
        text-align: center;
        line-height: 25px;
        margin-top: -42px;
        margin-left: 20px;
        cursor: pointer;
        float: left;
        clear: both;
    }

    #profile_title_kolo2 {
        width: 100%;
        text-align: center;
        display: inline-block;
        color: #CBC1DE;
        font-size: 46px;
        font-family: 'ff-good-headline-web-pro-ext';
        margin-top: 70px;
        float: left;
        clear: both;
    }


    /* Profil NAGRODA */
    #kolo_container2 {
        width: 100%;
        height: auto;
        margin-top: 20px;
        float: left;
        clear: both;
    }

    #nagrody_none_info {
        width: 360px;
        text-align: center;
        color: #CBC1DE;
        font-size: 18px;
        font-family: 'ff-good-headline-web-pro-nar';
        float: left;
        clear: both;
        margin-top: 10px;
        display: none;
    }

    .nagroda_box {
        width: 300px;
        height: 127px;
        border-radius: 6px;
        background: #513879;
        margin-left: 30px;
        margin-top: 10px;
    }

    .nagroda_box_label {
        color: #CBC1DE;
        font-size: 14px;
        font-family: 'ff-good-headline-web-pro-nar';
        margin-top: 20px;
        float: left;
        clear: both;
        margin-left: 22px;
    }

    .nagroda_box_title {
        width: 130px;
        color: #CBC1DE;
        font-size: 25px;
        font-family: 'ff-good-headline-web-pro-nar';
        margin-top: 5px;
        float: left;
        clear: both;
        margin-left: 22px;
    }

    .nagroda_box_text {
        color: #CBC1DE;
        font-size: 14px;
        font-family: 'ff-good-headline-web-pro-nar';
        margin-top: 5px;
        float: left;
        clear: both;
        margin-left: 22px;
    }

    .nagroda_box_img {
        width: 140px;
        height: 127px;
        float: right;
        position: relative;
        margin-top: -91px;
    }

    .nagrody_img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #profile_view_box_bottom {
        width: 100%;
        height: 1770px;
        background: url('../images/profil_bottom_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }

    #slider2 {
        width: 360px;
        height: auto;
        float: left;
        clear: both;
    }

    .mrg1 {
        margin-top: 35px;
    }

    .height_fix {
        height: 610px;
    }

    #prev2 {
        width: 33px;
        height: 33px;
        background: url('../images/arrow_left.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 30px;
        margin-top: -27px;
        position: relative;
    }

    #next2 {
        width: 33px;
        height: 33px;
        background: url('../images/arrow_right.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: right;
        margin-right: 30px;
        margin-top: -27px;
        position: relative;
    }

    /* plyta */
    .return_button {
        width: 50px;
        height: 50px;
        background: #D8006E url('../images/return.png');
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    #plyta_section {
        width: 100%;
        height: 600px;
        margin: 0 auto;
        background: #7B649F;
        position: relative;
		display: none;
    }

    #plyta_section_first {
        width: 360px;
        height: auto;
        margin: 0 auto;

    }

    #plyta_text_top {
        width: 100%;
        text-align: center;
        margin-top: 60px;
        font-size: 24px;
        line-height: 27px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-transform: uppercase;
        color: #CBC1DE;
        float: left;
        clear: both;
        margin-bottom: 15px;
    }

    #plyta_button {
        width: 320px;
        height: 50px;
        background: #D8006E;
        color: #CBC1DE;
        font-size: 30px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-transform: uppercase;
        border: 0px;
        outline: 0;
        float: left;
        clear: both;
        line-height: 50px;
        border-radius: 50px;
        margin-left: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
        cursor: pointer;
    }

    #film {
        width: 320px;
        height: 472px;
        float: left;
        clear: both;
        background: url('../images/motyl_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 20px;
        margin-top: 0px;
    }

    #plyta_section_win {
        width: 100%;
        height: 700px;
        background: url('../images/win_bg.jpg');
        background-position: center top;
        display: none;
    }

    #plyta_section_win_inner {
        width: 360px;
        height: auto;
        margin: 0 auto;

    }

    #plyta_text_top_win_img {
        width: 360px;
        height: 420px;
        float: left;
        clear: both;
        position: relative;
    }

    .plyta_img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #plyta_text_top_win {
        width: 100%;
        text-align: center;
        margin-top: -30px;
        font-size: 22px;
        font-family: 'ff-good-headline-web-pro-nar';
        color: #CBC1DE;
        float: left;
        clear: both;
    }

    #plyta_text_top_win2 {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-size: 33px;
        font-family: 'ff-good-headline-web-pro-nar';
        color: #CBC1DE;
        float: left;
        clear: both;
    }

    #plyta_button_odbior {
        width: 200px;
        height: 45px;
        background: #D8006E;
        color: #CBC1DE;
        font-size: 23px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-transform: uppercase;
        line-height: 40px;
        border: 0px;
        outline: 0;
        float: left;
        clear: both;
        border-radius: 50px;
        margin-left: 80px;
        margin-top: 20px;
        cursor: pointer;
    }

    #plyta_section_nowin {
        width: 100%;
        height: 700px;
        background: url('../images/nowin_bg.jpg');
        background-position: center top;
        display: none;
    }

    #plyta_section_nowin_inner {
        width: 360px;
        height: auto;
        margin: 0 auto;
    }

    #motylek_nowin {
        width: 130px;
        height: 130px;
        float: left;
        clear: both;
        margin-left: 115px;
        margin-top: 85px;
    }

    #plyta_text_nowin2 {
        width: 74%;
        text-align: center;
        margin-left: 13%;
        line-height: 33px;
        margin-top: 40px;
        font-size: 29px;
        font-family: 'ff-good-headline-web-pro-nar';
        color: #CBC1DE;
        float: left;
        clear: both;
    }

    #plyta_button_nowin {
        width: 200px;
        height: 45px;
        background: #D8006E;
        color: #CBC1DE;
        font-size: 23px;
        font-family: 'ff-good-headline-web-pro-nar';
        border: 0px;
        outline: 0;
        line-height: 43px;
        border-radius: 50px;
        margin-left: 80px;
        margin-top: 40px;
        cursor: pointer;
    }

    /* NAGRODA */
    #nagroda_section {
        width: 100%;
        min-width: 360px;
        height: 887px;
        background: url('../images/nagroda_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        position: relative;
        clear: both;
		display: none;
    }
	#prize_return_button{
		z-index: 9;
	}
    #nagroda_section_inner {
        width: 360px;
        height: auto;
        margin: 0 auto;
    }

    #nagroda_section_img {
        width: 360px;
        height: 360px;
        float: left;
        clear: both;
        position: relative;
    }

    .nagroda_img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #nagroda_title {
        width: 100%;
        font-size: 22px;
        font-family: 'ff-good-headline-web-pro-nar';
        color: #CBC1DE;
        text-align: center;
        float: left;
        clear: both;
        margin-top: -20px;
    }

    #nagroda_title2 {
        width: 100%;
        font-size: 33px;
        font-family: 'ff-good-headline-web-pro-nar';
        color: #CBC1DE;
        text-align: center;
        float: left;
        clear: both;
        margin-top: 5px;
    }

    #nagroda_box_inner {
        width: 300px;
        height: auto;
        float: left;
        clear: both;
        background: #6B5390;
        margin-left: 30px;
        margin-top: 25px;
        padding-top: 25px;
        border-radius: 6px;
    }

    #nagroda_inner_text1 {
        width: 260px;
        margin-left: 20px;
        color: #CBC1DE;
        font-size: 20px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 25px;
        float: left;
        clear: both;
    }

    #nagroda_inner_text2 {
        width: 260px;
        margin-left: 20px;
        color: #CBC1DE;
        font-size: 20px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-align: center;
        text-transform: uppercase;
        float: left;
        clear: both;
    }

    #nagroda_inner_text3 {
        width: 260px;
        margin-left: 20px;
        color: #CBC1DE;
        font-size: 35px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-align: center;
        text-transform: uppercase;
        float: left;
        clear: both;
    }

    #nagroda_inner_text4 {
        width: 260px;
        margin-left: 20px;
        color: #CBC1DE;
        font-size: 16px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-align: center;
        text-transform: uppercase;
        float: left;
        clear: both;
        margin-top: 25px;
    }

    #nagroda_inner_text5 {
        width: 180px;
        margin-left: 60px;
        color: #CBC1DE;
        font-size: 14px;
        font-family: 'ff-good-headline-web-pro-nar';
        text-align: center;
        text-transform: uppercase;
        float: left;
        clear: both;
        margin-top: 20px;
		margin-bottom: 30px;
    }

    #nagroda_inner_button {
        width: 200px;
        height: 45px;
        float: left;
        clear: both;
        border-radius: 50px;
        text-align: center;
        line-height: 43px;
        font-size: 23px;
        color: #CBC1DE;
        margin-left: 50px;
        margin-top: 20px;
        margin-bottom: 30px;
        font-family: 'ff-good-headline-web-pro-nar';
        background: #D8006E;
    }

    #zasady_section_popup {
        width: 100%;
        height: auto;
        background: #7B649F;
        overflow: hidden;
        position: relative;
        display: none;
    }

    #zasady_section_popup_inner {
        width: 360px;
        height: auto;
        margin: 0 auto;
    }

    #zasady_title_popup {
        width: 284px;
        height: 622px;
        background: url('../images/zasady_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 38px;
        margin-top: 60px;
        display: inline-block;
        float: left;
        clear: both;
    }

    #motylek3_popup {
        width: 38px;
        height: auto;
        float: left;
        clear: both;
        margin-top: -618px;
        margin-left: 35px;
    }

    #motylek4_popup {
        width: 38px;
        height: auto;
        float: right;
        margin-top: -594px;
        margin-right: 39px;
    }

    #zasady_link_popup {
        display: block;
        color: #CBC1DE;
        font-size: 30px;
        font-family: 'GoodHeadlinePro-Bold';
        width: 150px;
        float: left;
        clear: both;
        text-align: center;
        margin-left: 105px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #login_section_popup {
        width: 100%;
        min-width: 360px;
        height: auto;
        background: url('../images/after_form_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        margin: 0 auto;
        overflow: auto;

    }

    #login_section_popup_inner {
        width: 360px;
        height: auto;
        margin: 0 auto;
    }

    #motyl_login {
        width: 131px;
        height: 128px;
        margin-left: 115px;
        margin-top: 50px;
        display: inline-block;
    }

    #login_title_popup {
        font-size: 40px;
        color: #CBC1DE;
        font-family: "ff-good-headline-web-pro-nar";
        width: 100%;
        margin-top: 30px;
        text-align: center;
        float: left;
        clear: both;
    }

    #login_title2_popup {
        font-size: 30px;
        color: #CBC1DE;
        font-family: "ff-good-headline-web-pro-nar";
        width: 80%;
        margin-left: 10%;
        margin-top: 30px;
        text-align: center;
        float: left;
        clear: both;
    }

    #login_button_popup {
        width: 280px;
        height: 60px;
        font-size: 24px;
        color: #CBC1DE;
        background: #D8006E;
        font-family: "ff-good-headline-web-pro-nar";
        border-radius: 50px;
        line-height: 60px;
        margin-top: 30px;
        margin-left: 40px;
        margin-bottom: 80px;
        text-align: center;
        float: left;
        clear: both;
    }

    /* JAK ODEBRAC NAGRODE */

    #info_section {
        width: 375px;
        height: auto;
        min-height: 530px;
        background: white;
        margin: 0 auto;
        clear: both;
        overflow: auto;
    }

    #return_button_info {
        width: 22px;
        height: 17px;
        background: url('../images/arrow_left.svg');
        margin-top: 30px;
        margin-left: 20px;
        display: inline-block;
        float: left;
        clear: both;
    }

    #info_regulamin_download {
        font-size: 14px;
        font-family: 'GoodHeadlinePro-Bold';
        color: #00B05A;
        display: block;
        text-decoration: none;
        float: right;
        margin-top: 32px;
        margin-right: 20px;
    }

    #info_box {
        width: 375px;
        height: auto;
        margin: 0 auto;
    }

    #info_title {
        width: 92%;
        clear: both;
        font-size: 32px;
        color: #006420;
        margin-left: 4%;
        float: left;
        clear: both;
        font-family: 'GoodHeadlinePro-Bold';
        text-align: center;
        margin-top: 30px;
    }

    .info_container {
        width: 325px;
        height: auto;
        float: left;
        clear: both;
        margin-left: 25px;
        margin-top: 20px;
    }

    .info_inner_text {
        width: 320px;
        color: #4A4A4A;
        font-size: 17px;
        font-family: 'TTCommons-Light';
        margin-left: 0px;
        float: left;
        margin-top: 3px;
        text-align: center;
    }

    #info_regulamin_download2 {
        float: left;
        clear: both;
        font-size: 14px;
        font-family: 'GoodHeadlinePro-Bold';
        color: #00B05A;
        display: inline-block;
        line-height: 17px;
        text-decoration: none;
        margin-left: 104px;
        margin-top: 25px;
    }

    #info_button_ok {
        width: 325px;
        height: 50px;
        background: #00B05A;
        display: block;
        float: left;
        clear: both;
        border-radius: 50px;
        color: white;
        font-family: "GoodHeadlinePro-Bold";
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        text-decoration: none;
        margin-top: 48px;
        margin-left: 25px;
        margin-bottom: 20px;
    }

    #movie {
        display: none;
    }
