@media screen and (min-width: 240px) and (max-width: 1023px) {
html{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    font-family: tahoma;
    line-height: 1.3;
    margin: 0 auto;
}
body{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
a{
    text-decoration: none;
}
p{
    display: block;
    margin: 5px auto;
    width: 95%;
    max-width: 1024px;
    text-indent: 30px;
    text-align: justify;
}
b{
    font-weight: bold;
}
h1{
    font-size: 24px;
    text-align: center;
}
h2{
    font-size: 20px;
    text-align: center;
}
h3{
    font-size: 16px;
    text-align: center;
}
h4{
    font-size: 14px;
    text-align: center;
}
h5{
    font-size: 12px;
    text-align: center;
}
h6{
    font-size: 10px;
    text-align: center;
}
/*color text*/
.color_text_blue{
    color: rgb(77, 86, 93, .7);
}
.color_text_green{
    color: rgb(50,200,60, .7);
}
.color_text_red{
    color: rgb(161, 14, 14, .7);
}
.color_text_red_left{
    color: rgb(161, 14, 14, .7);
    text-align: left;
    text-indent: 30px;
    
}
/* top menu*/
.top_menu{
    display: block;
    margin: 0 auto;
    width: calc(100% - 20px);
    padding: 0 10px;
    position: fixed;
    height: 60px;
    background: #fff;
    z-index: 2;
}
.top_menu:after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgb(77, 86, 93, .8);
}
.site_logo{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: left;
}
.site_top_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20%;
    vertical-align: bottom;
    text-align: right;
}

.site_top_menu_all_but{
    width: 100%;
    display: block;
}
.site_top_menu_all_but a, .but{
    display: block;
    text-align: center;
    margin: 5px auto;
    padding: 15px 10px;
    font-size: 24px;
    width: 70%;
    text-transform: uppercase;
    font-weight: 600;
}
.but_color_blue{
    border-radius: 10px;
    color: rgb(255,255,255);
    background: rgb(77, 86, 93, .6);
}
.but_color_blue_2{
    border-radius: 10px;
    color: rgb(77, 86, 93, .6);
    background: rgb(77, 86, 93, .1);
}
.but_color_white{
    border-radius: 10px;
    color: rgb(255,255,255);
    background: rgb(255,255,255, .3);
}
.but_color_green{
    border-radius: 10px;
    color: rgb(255,255,255);
    background: rgb(20, 205, 30, .7);
}
.but_color_orange{
    border-radius: 10px;
    color: rgb(255,255,255);
    background: rgb(205, 130, 35, .9);
}
.but_color_red{
    border-radius: 10px;
    color: rgb(255,255,255);
    background: rgb(161, 14, 14, .6);
}
.but_hover:hover{
    box-shadow: 0 0 3px #fff;
}
.site_top_menu_mob_button{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    z-index: 12;
    border-radius: 10px;
    color: rgb(255,255,255);
    background: rgb(255,255,255, .3);
    cursor: pointer;
}
.mob_button_effect1{
    position: absolute;
    top: 15px;
    left: 10px;
    content: " ";
    width: 20px;
    height: 1px;
    border-top: 2px solid #fff;
    transition-duration: .3s;
}
.mob_button_effect2{
    position: absolute;
    bottom: 15px;
    left: 10px;
    content: " ";
    width: 20px;
    height: 1px;
    border-top: 2px solid #fff;
    transition-duration: .3s;
}
.mob_button_effect1-2{
    position: absolute;
    top: 20px;
    left: 5px;
    content: " ";
    width: 30px;
    height: 1px;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    transition-duration: .3s;
}
.mob_button_effect2-2{
   position: absolute;
    bottom: 18px;
    left: 5px;
    content: " ";
    width: 30px;
    height: 1px;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
    transition-duration: .3s;
}
.site_top_menu_mob_close{
    display: none;
}
.site_top_menu_mob_open{
    position: fixed;
    background: rgb(77, 86, 93);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
}
/*main pages*/
.main__page_block{
    display: block;
    width: 95%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.main_page_img{
    display: inline-block;
    margin: 10px;
}
.main_page_img img{
    width: 100%;
    display: block;
}
.main_page_head_text{
    position: absolute;
    top: 35%;
    left: 15%;
    z-index: 3;
    width: 70%;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background: rgb(77, 86, 93, .8);
}

/* form login*/

.form_login{
    display: block;
    margin: 30px auto;
    box-shadow: 0 0 4px #222;
    border-radius: 10px;
    padding: 10px;
    background: rgb(255,255,255);
    max-width: 380px;
}
.form_login .label{
    display: block;
    text-align: left;
    font-size: 14px;
    color: rgb(77, 86, 93, .5);
    width: 90%;
    margin-top: 10px;
}
.form_input{
    display: block;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 2px rgb(0,0,0, .4);
    border: 0;
    width: calc(100% - 20px);
    margin: 10px auto;
}
.form_input:focus{
    outline: none;
}
.form_row_for_but{
    display: block;
    margin: 5px auto;
    text-align: right;
}
.form_send_but{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
}
.form_send_but:hover{
    background: rgb(20, 205, 30, .7);
}
.form_row_capcha{
    display: block;
    text-align: right;
    margin: 0 auto;
    margin-bottom: 15px;
}
.form_row_capcha_name{
    display: inline-block;
    width: 30%;
    text-align: center;
    color: rgb(77, 86, 93, .8);
}
.form_row_capcha img{
    display: inline-block;
    width: 25%;
    height: 38px;
    vertical-align: top;
    border: 2px solid rgb(77, 86, 93, .4);
    border-radius: 6px;
}
.form_input_capcha{
    display: inline-block;
    width: 33%;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 2px rgb(0,0,0, .4);
    border: 0;
    vertical-align: top;
}
.form_input_capcha:focus{
    outline: none;
}
/*aletrt*/
.success{
    display: block;
    margin: 20px auto;
    width: 90%;
    max-width: 240px;
    border-radius: 20px;
    background: rgb(20, 205, 30, .5);
    color: rgb(255,255,255);
    text-align: center;
    font-size: 14px;
    padding: 20px;
}
.error{
    display: block;
    margin: 20px auto;
    width: 90%;
    max-width: 240px;
    border-radius: 20px;
    background: rgb(158, 32, 32, .5);
    color: rgb(255,255,255);
    text-align: center;
    font-size: 14px;
    padding: 20px;
}

/*content*/
.place{
    position: relative;
    top: 60px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: right;
    overflow-y: hidden;
}
.content-1{
    display: inline-block;
    margin: 0;
    width: calc(100% - 50px);
    text-align: center;
    transition-duration: .4s;
}
.content-2{
    display: inline-block;
    margin: 0;
    width: calc(100% - 50px);
    text-align: center;
    transition-duration: .4s;
}


/*user menu*/
.user_menu_fix_open{
    display: block;
    position: fixed;
    left: 0;
    top: 60px;
    width: 280px;
    z-index: 8;
    height :100%;
    min-height: 100vh;
    background: rgb(77, 86, 93, .9);
    transition-duration: .4s;
}
.user_menu_fix_close{
    display: block;
    position: fixed;
    left: -280px;
    top: 60px;
    width: 280px;
    z-index: 8;
    height :100%;
    min-height: 100vh;
    background: rgb(77, 86, 93, .9);
    transition-duration: .4s;
}
.user_menu{
    position: relative;
    z-index: 9;
    margin: 0;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    background: #fff;

}
.user_menu:after{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background: rgb(77, 86, 93, .9);
    content: " ";
}
.user_menu_hover{
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: calc(100% - 20px);
    display: block;
    text-align: center;
    padding: 10px 0;
    background: rgb(77, 86, 93);
    color: rgb(255,255,255);
    cursor: pointer;
}
.label_for_menu{
    width: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    color: #fff;
    font-size: 12px;
    text-indent: 0;
}
.label_for_menu div{
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
.user_menu a{
    display: block;
    margin: 2px 0;
    text-align: left;
    text-indent: 55px;
    color: rgb(255,255,255);
    background: rgb(255,255,255, .2);
    padding: 10px 0;
    width: 100%;
    position: relative;
}
.user_menu a:hover{
    background: rgb(255,255,255, .4);
}
.user_menu a img{
    display: block;
    position: absolute;
    top: 8px;
    left: 15px;
}
.user_money{
    display: block;
    text-align: left;
    text-indent: 27px;
    color: rgb(255,255,255);
    background: rgb(255,255,255, .3);
    padding: 13px 0;
    width: 100%;
    font-size: 20px;
    position: relative;
}
.user_money img{
    position: absolute;
    top: 0;
    left: 5px;
    width: 50px;
    height: 50px;
}
.user_money_comment{
    margin-right: 20px;
    display: inline-block;
    text-transform: uppercase;
    bottom: 0;
    left: 0;
    color: rgb(77, 86, 93, .8);
}
/* work*/
.partner_but{
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.partner_but button{
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    color: rgb(77, 86, 93, .9);
    background: rgb(77, 86, 93, .2);
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
}
.partner_but button:hover{
    color: #fff;
    background: rgb(77, 86, 93, .9);
}
.survays{
    display: block;
    padding: 20px;
    width: 100%;
    margin: 5px auto;
    background: rgb(77, 86, 93, .1);
    text-align: left;
}
.table_cpxresearch{
    width: 41%;
    height: 120px;
    display: inline-block;
    margin: 5px;
    background: rgb(77, 86, 93, .2);
    border-radius: 10px;
    position: relative;
}
.table_cpxresearch .id{
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 12px;
    color: #fff;
}
.table_cpxresearch .payout{
    display: block;
    margin: 0 auto;
    margin-top: 28px;
    font-size: 24px;
    font-weight: 600;
    color: rgb(77, 86, 93, .3);
    text-align: center;
    
}
.table_cpxresearch .time{
    display: block;
    text-align: center;
    color: rgb(77, 86, 93, .5);
}
.table_cpxresearch .link{
    display: block;
    width: 90%;
    text-align: right;
    margin: 5px auto;
}
.table_cpxresearch .link a{
    display: inline-block;
    padding: 5px 20px;
    background: rgb(77, 86, 93, .2);
    color: rgb(77, 86, 93, .6);
    border-radius: 10px;
}
.table_cpxresearch .link a:hover{
    color: rgb(77, 86, 93, .5);
    background: rgb(255,255,255, .5);
}
/*neep*/

.neep{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 40px;
    height: 85vh;
    position :absolute;
    z-index: 9;
    top: 0;
    right: -40px;
    cursor: pointer;
    
}
.neep_open{
    content: ' ';
    width: 20px;
    height: 40px;
    position: relative;
}
.neep_open:after{
    position: absolute;
    top: 0;
    left: -10px;
    content: ' ';
    width: 20px;
    height: 40px;
    background: rgb(255,255,255, .2);
    clip-path: polygon(65% 50%, 52% 0, 100% 50%, 50% 100%);
    
}
.neep_open:before{
    position: absolute;
    top: 0;
    left: 5px;
    content: ' ';
    width: 20px;
    height: 40px;
    background: rgb(255,255,255, .2);
    clip-path: polygon(65% 50%, 52% 0, 100% 50%, 50% 100%);
}

.neep_close{
    content: ' ';
    width: 20px;
    height: 40px;
    position: relative;
}
.neep_close:after{
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 20px;
    height: 40px;
    background: rgb(255,255,255, .2);
   clip-path: polygon(0 50%, 50% 0, 40% 50%, 50% 100%);
}
.neep_close:before{
    position: absolute;
    top: 0;
    left: 15px;
    content: ' ';
    width: 20px;
    height: 40px;
    background: rgb(255,255,255, .2);
   clip-path: polygon(0 50%, 50% 0, 40% 50%, 50% 100%);
}
/*payments*/

.payments_money{
    display: block;
    margin: 10px auto;
    padding: 10px;
    text-align: left;
    background: rgb(77, 86, 93, .2);
}
.payments_money .button{
    display: block;
    margin: 0 auto;
    text-align: right;
}
.payments_money .button div{
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    color: rgb(77, 86, 93, .7);
    background: rgb(77, 86, 93, .3);
    cursor: pointer
}
.payments_money .button div:hover{
    background: rgb(77, 86, 93, .1);
    color: rgb(77, 86, 93, .4);
}
.payments_block{
    display: inline-block;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
    background: rgb(255,255,255, .8);
    width: 280px;
    position: relative;
}
.payments_block a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: rgb(77, 86, 93,.3);
    color: rgb(77, 86, 93, .8);
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.payments_block a:hover{
    background: rgb(77, 86, 93, .7);
    color: #fff;
}
.payments_block .name{
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(77, 86, 93, .6);
}
.payments_block .value{
    display: block;
    margin: 5px auto;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 600;
    color: rgb(77, 86, 93, .9);
}
.pay_block{
    display: block;
    width: 90%;
    margin: 5px auto;
    text-align: left;
}
.pay_cols{
    display: inline-block;
    width: 280px;
    padding: 10px;
    border-radius: 10px;
    background: rgb(77, 86, 93, .4);
    margin: 5px;
    cursor: pointer;
}
.pay_cols_noactive{
    display: inline-block;
    width: 280px;
    padding: 10px;
    border-radius: 10px;
    background: rgb(0,0,0, .4);
    margin: 5px;
    cursor: not-allowed;
}
.pay_min_max{
    display: block;
    width: 100%;
    margin: 5px auto;
    text-align: center;
}
.pay_m_m{
    display: inline-block;
    margin: 0 auto;
    width: 46%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.pay_cols_noactive .pay_name{
    display: block;
    margin: 10px auto;
    font-size: 30px;
    color: rgb(0,0,0, .4);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.pay_cols .pay_name{
    display: block;
    margin: 10px auto;
    font-size: 30px;
    color: rgb(77, 86, 93, .7);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.pay_perc{
    display: block;
    text-align: right;
    margin: 5px auto;
}
.pay_perc div{
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.add_wallet{
    display: block;
    margin: 10px auto;
    text-align: left;
    padding: 20px;
    width: 100%;
    background: rgb(77, 86, 93, .1);
}
.wallet_block{
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgb(77, 86, 93, .4);
    width: 260px;
}
.wallet_name{
    color: rgb(0,0,0, .5);
}
.wallet_block .button, .pay_cols .button{
    display: block;
    width: 100%;
    text-align: right;
}
.wallet_block .button div, .pay_cols .button div{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    background: rgb(77, 86, 93, .4);
    cursor: pointer;
}
.wallet_block .button div:hover, .pay_cols .button div:hover{
    background: rgb(77, 86, 93, .6);
}
.pay_cols_noactive .name{
    color: #333;
}
.pay_cols_noactive .button{
    display: block;
    width: 100%;
    text-align: right;
    cursor: not-allowed;
}
.pay_cols_noactive .button div{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: #999;
    background: rgb(0,0,0, .2);
    cursor: pointer;
    cursor: not-allowed;
}
.pay_cols_noactive .form_input{
    display: block;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 2px rgb(0,0,0, .4);
    border: 0;
    width: calc(100% - 20px);
    margin: 10px auto;
    background: #ccc;
    cursor: not-allowed;
}
.pay_cols_noactive .form_input:focus{
    outline: none;
}
.name{
    font-size: 14px;
    color: rgb(77, 86, 93, .7);
    font-weight: 500;
    margin: 1px auto;
}
.cols_s{
    display: inline-block;
    width: 120px;
    padding: 5px;
    border-radius: 5px;
    background: rgb(77, 86, 93, .2);
    margin: 2px 0;
}
.cols_s .name{
    display: block;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.cols_s .time{
    display: block;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: rgb(255,255,255, .9);
}
.cols_s .sum{
    display: block;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: rgb(77, 86, 93, .9);
}
.cols_s .com{
    display: block;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: rgb(0,0,0, .5);
}
.block_checbox strong {
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-right: 10px;
    letter-spacing: 0.5px;
}
.radio_toolbar input[type="radio"] {
    display: none;
}

.radio_toolbar label {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    padding: 5px 10px;
    background: rgb(77, 86, 93, .1);
    border-radius: 5px;
    color: rgb(77, 86, 93, .5);
}

.radio_toolbar input[type="radio"]:checked+label {
    background: rgb(52, 145, 77, .5);
    color: #fff;
}

.radio_toolbar label:hover {
    background: rgb(77, 86, 93);
    color: #fff;
}


/*background*/
.background_blue{
    background: rgb(50,80,140, .2);
}

/*bills*/
.bills_list{
    display: inline-block;
    position: relative;
    margin: 10px 20px;
    width: 150px;
    height: 190px;
    padding: 10px;
    background: #fff;
    box-shadow: 5px 5px 5px rgb(0,0,0, .1);
}
.bills_list .id_bills{
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
    color: rgb(0,0,0, .3);
}
.bills_list .delete_bills{
    position: absolute;
    top: -3px;
    right: 7px;
    font-size: 20px;
    color: rgb(0,0,0, .4);
    transform: rotate(45deg);
    cursor: pointer
}
.bills_list::after{
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: -2;
    content: " ";
    background: rgb(77, 86, 93, .2);
    transform: skew(30deg, 0);
}
.bills_list::before{
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: -5px;
    z-index: 1;
    content: " ";
    background: rgb(77, 86, 93, .2);
    transform: skew(30deg, 0);
}
.bills_list .method{
    display: block;
    width: 90%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: rgb(0,0,0, .2);
    margin: 5px auto;
    position: relative;
}
.bills_list .method::after{
    display: block;
    content: " ";
    width: 100%;
    border-bottom: 1px dashed rgb(0,0,0, .3);
    position: absolute;
    bottom: -5px;
    left: 0;
}
.bills_list .time_create{
    display: block;
    text-align: center;
    margin: 5px auto;
    margin-top: 15px;
    font-size: 14px;
    color: rgb(0,0,0, .5);
}
.bills_list .time_create .label{
    display: block;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    color: rgb(0,0,0, .5);
}
.bills_list .sum{
    display: block;
    font-weight: 600;
    text-align: right;
    margin: 5px auto;
    margin-top: 15px;
    font-size: 18px;
    color: rgb(0,0,0, .5);
}
.bills_list .sum .label{
    display: block;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    color: rgb(0,0,0, .5);
}
.bills_list .pay{
    display: block;
    border: 1px dashed rgb(0,0,0, .5);
    border-radius: 5px;
    background: rgb(0,0,0, .1);
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    color: rgb(0,0,0, .5);
    padding: 10px 5px;
    cursor: pointer;
}
.bills_list .pay:hover{
    border-color: rgb(73, 117, 69, .5);
    background-color: rgb(73, 117, 69, .1);
    color: rgb(73, 117, 69, .5);
}

/*ref*/
.ref_block{
    display: block;
    padding: 20px 10px;
    text-align: left;
    background: rgb(77, 86, 93, .3);
    margin: 10px auto;
}
.ref_block .reflink{
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    color: #333;
    background: #fff;
    border-radius: 10px;
    margin: 1px;
    border: none;
}
.ref_block .reflink:focus{
    outline: none;
}
.ref_block .copy{
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    border-radius: 10px;
    margin: 5px 0;
    background: rgb(77, 86, 93, .3);
    color: rgb(77, 86, 93, .7);
    text-transform: uppercase;
    cursor: pointer;
}
.ref_block .copy:hover{
    background: rgb(77, 86, 93, .6);
}
.ref_block .hover{
    opacity: 0;
}
.ref_block .ok{
    vertical-align: top;
    display: inline-block;
    opacity: 1;
    animation: opacity 3s forwards;
}
.ref_block .hover img{
    display: none;
}
.ref_block .ok img{
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
}
.ref_cols{
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
    width: 134px;
    background: #fff;
    vertical-align: top;
}
.ref_cols .value{
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 16px;
    color: rgb(77, 86, 93, .7);
    font-weight: 600;
    text-align: center;
}
.ref_block_op{
    display: block;
    padding: 20px 10px;
    text-align: left;
    margin: 10px auto;
}
.ref_block_op button{
    margin: 2px;
    display: inline-block;
    padding: 5px 10px;
    border: none;
    font-size: 14px;
    color: rgb(77, 86, 93,.8);
    background: rgb(77, 86, 93, .2);
    cursor: pointer;
}
.ref_block_op button:hover{
    background: rgb(77, 86, 93, .5);
    color: #fff;
    transition-duration: .2s;
}
.ref_stat_info{
    display: inline-block;
    margin: 10px 5px;
    border-radius: 10px;
    padding: 10px;
    vertical-align: top;
    background:  rgb(50,80,140, .6);
}
.ref_stat_info .id{
    display: inline-block;
    margin: 5px;
    font-size: 24px;
    font-weight: 600;
    font-family: arial;
    color: rgb(255,255,255, .7);
}
.ref_stat_info .money{
    display: inline-block;
    margin: 5px;
    font-size: 24px;
    font-weight: 600;
    font-family: arial;
    color: rgb(255,255,255, .7);
}
.ref_stat_info .block_r_s{
    display: inline-block;
    margin: 5px;
}
.ref_stat_info .block_r_s .partners{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: rgb(255,255,255, .7);
}
.ref_stat_info .block_r_s .time{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: rgb(255,255,255, .7);
}
.ref_block_user{
    display: inline-block;
    margin: 5px;
    padding: 20px;
    border :10px solid rgb(77, 86, 93, .4);
    border-radius: 30px;
    background: rgb(77, 86, 93, .1);
}
.ref_block_user .id{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-size: 42px;
    color: rgb(77, 86, 93, .7);
}
.ref_block_user .id img{
    width: 58px;
    height: 44px;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.ref_block_user .complete{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-size: 32px;
    color: rgb(77, 86, 93, .7);
    vertical-align: top;
}
.ref_block_user .complete img{
    width: 36px;
    height: 36px;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.find_my_ref{
    display: block;
    margin: 0 auto;
    text-align: right;
    width: 90%;
}
.find_my_ref #id{
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid rgb(77, 86, 93, .5);
    border-radius: 5px;
    vertical-align: top;
    width: 60px;
}
.find_my_ref #id:focus{
    outline: none;
}
.find_my_ref .find{
    display: inline-block;
    margin: 0 3px;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(77, 86, 93, .9);
    background: rgb(77, 86, 93, .2);
    border-radius: 5px;
    vertical-align: top;
    cursor: pointer;
    transition-duration: .5s;
}
.find_my_ref .find:hover{
    background: rgb(52,80,141, .6);
}
.place-1{
    display: block;
    margin: 10px;
    max-height: 390px;
    overflow-y: auto;
    overflow-x: hidden;
}
.mini-place{
    display: block;
    margin: 5px auto;
    border: 1px solid rgb(77, 86, 93, .3);
}
.place-1 .name{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
    color: rgb(77, 86, 93, .7);
    width: 90%;
}

.place-1 .btn{
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 10px;
    background: rgb(77, 86, 93, .5);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    cursor: pointer;
    transition-duration:  .4s;
}
.place-1 .btn:hover{
    background: rgb(77, 86, 93, .3);
    color: rgb(77, 86, 93, .8);
}

.place-1 img{
    display: block;
    margin: 20px auto;
}
.place-1 .copytext{
    display: block;
    width: calc(90% - 12px);
    padding: 5px;
    border: 1px solid rgb(52,60,140, .5);
    margin: 10px auto;
}
.row_right{
    display: block;
    margin: 0 auto;
    text-align: right;
    width: 90%;
    margin-bottom: 10px;
}
/*alert*/

.alert_b{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0, .7);
    z-index: 20;
}
.alert_p{
    display: block;
    padding: 10px 10px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    min-width: 300px;
    text-align: center;
    max-width: 90%;
}
.alert_b .close{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -18px;
    right : -18px;
    width: 36px;
    height: 36px;
    background: rgb(77, 86, 93);
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    transition-duration: .4s;
    cursor: pointer;
}
.alert_b .close:hover{
    background: rgb(0,0,0);
}
.alert_button{
    display: block;
    margin: 10px auto;
    text-align: right;
}
.alert_button button{
    display: inline-block;
    margin: 5px;
    border: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.alert_button button:hover{
    background: rgb(0,0,0, .3);
}
.text_inp{
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    padding: 8px 14px;
    border-radius: 3px;
    border: 1px solid rgb(50,80,140, .5);
    box-shadow: inset 0 0 2px rgb(50,80,140, .6) ;
    color: #000;
}
.text_inp:focus{
    outline: none;
}

/*my account*/
.mailviewblock{
    display: block;
    margin: 20px auto;
    position: relative;
    width: 200px;
    height: 120px;
    border-radius: 5px;
    background: #fff;
}
.mailviewblock::before{
    content: " ";
    width: 100%;
    height: 40px;
    background: rgb(77, 86, 93, .1);
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 1;
}
.confirmmail{
    position: absolute;
    top: 60px;
    left: 0 ;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    background: rgb(55, 130, 67, .2);
    color: rgb(55, 130, 67, .7);
}
.noconfirmmail{
    position: absolute;
    top: 60px;
    left: 0 ;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    background: rgb(130, 51, 46, .2);
    color: rgb(130, 51, 46, .7); 
}

.profile{
    display: block;
    margin: 20px auto;
    width: 200px;
    height: 120px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    content:  ' ';
}
.profile::after{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background: rgb(77, 86, 93, .1);
    content: " ";
}
.prof{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: rgb(77, 86, 93, .2);
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(50% - 30px);
    height: calc(50% - 10px);
    background: rgb(77, 86, 93, .1);
    border-radius: 5px;
}
.prof-id{
    display: block;
    position: absolute;
    top: 80px;
    left: 15px;
    text-align: center;
    font-size: 18px;
    color: rgb(77, 86, 93, .4);
    border-bottom: 1px solid rgb(77, 86, 93, .4);
    padding: 1px 0;
    font-family: cursive;
    font-weight: 500;
    width: calc(50% - 30px);
}
.prof-stat{
    display: block;
    position: absolute;
    top: 15px;
    left: calc(50% + 15px);
    width: calc(50% - 30px);
    font-size: 12px;
    color: rgb(77, 86, 93, .5);
    z-index: 2;
}
.prof-clear{
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    z-index: 2;
    background: #fff;
    content: " ";
    border: 1px solid rgb(55, 130, 67, .3);
}
.prof-clear::after{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgb(55, 130, 67, .3);
    clip-path: polygon(48% 65%, 90% 1%, 51% 93%, 14% 53%);
    content: " ";
}
.prof-ban{
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    z-index: 2;
    background: #fff;
    content: " ";
    border: 1px solid rgb(130, 51, 46, .3);
}
.prof-ban::after{
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 3;
    background: rgb(130, 51, 46, .3);
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    content: " ";
}
.prof-rate{
    display: block;
    position: absolute;
    top: 43px;
    left: calc(50% + 15px);
    width: calc(50% - 30px);
    font-size: 12px;
    color: rgb(77, 86, 93, .5);
    z-index: 2;
}
.prof-rate-val{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 60px;
    left: calc(50% + 15px);
    width: calc(50% - 30px);
    font-size: 14px;
    color: rgb(77, 86, 93, .5);
    z-index: 2;
    background: rgb(255,255,255, .7);
    height: 45px;
    border-radius: 5px;
}
.table-3-cols{
    display: block;
    margin: 15px auto;
    width: 100%;
}
.table-3-cols tbody{
    width: 100%;
    display: block;
}
.table-3-cols tbody th{
    color: rgb(77, 86, 93, .8);
    font-weight: 600;
    padding: 5px 10px;
    width: calc(32% - 20px);
    display: inline-block;
    text-align: center;
}
.table-3-cols tbody tr{
    width: 100%;
    display: block;
    margin: 1px auto;
    background: rgb(77, 86, 93, .1);
    border-radius: 3px;
}
.table-3-cols tbody td{
    width: 32%;
    text-align: center;
    display: inline-block;
    color: rgb(77, 86, 93, .6);
    padding: 3px 0;
}

.table-2-cols{
    font-size: 12px;
    color: rgb(77, 86, 93, .8);
}
.table-2-cols tr{
    background: rgb(77, 86, 93, .1);
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    margin: 2px;
    width: calc(100% - 10px);
}
.table-2-cols .w{
    display: inline-block;
    width: 67%;
    text-align: left;
}
.table-2-cols .r{
    display: inline-block;
    width: 30%;
    text-align: center;
}

/* wheel lacky*/

.wheel_block{
    display: block;
    margin: 5px auto;
    width: 300px;
    height: 300px;
    border: 1px solid rgb(77, 86, 93, .5);
    border-radius: 10px;
    position: relative;
}
.wheel_result{
    display: block;
    position: absolute;
    top: 10px;
    left: 110px;
    width: 80px;
    height: 40px;
    background: rgb(77, 86, 93, .2);
    border-radius: 5px;
    border-bottom: 1px solid rgb(77, 86, 93);
}
.wheel_result::after{
    content: " ";
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
    z-index: 2;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    background: rgb(77, 86, 93);
    width: 40px;
    height: 20px;
}
.wheel{
    display: block;
    width: 230px;
    height: 230px;
    position: absolute;
    top: 65px;
    left: 35px;
    
}
.wheel_angl{
    width: 100%;
    height: 100%;
    background: conic-gradient(rgb(77, 86, 93, .5) 60deg, rgb(77, 86, 93, .3) 60deg 120deg, rgb(77, 86, 93, .5) 120deg 180deg, rgb(77, 86, 93, .3) 180deg 240deg, rgb(77, 86, 93, .5) 240deg 300deg, rgb(77, 86, 93, .3) 300deg);
    border-radius: 50%;
    position: relative;
}
.wheel_go{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    top: 140px;
    left: 110px;
    width: 80px;
    height: 80px;
    z-index: 3;
    border-radius: 50%;
    background: rgb(77, 86, 93);
    cursor: pointer;
}
.wheel_go:hover{
    background: green;
}
.sector-1{
    position: absolute;
    top: 38px;
    left: 38px;
    transform: rotate(60deg);
}
.sector-2{
    display: block;
    position: absolute;
    top: 38px;
    right: 38px;
    transform: rotate(120deg);
}
.sector-3{
    display: block;
    position: absolute;
    top: 108px;
    right: 0;
}
.sector-4{
    display: block;
    position: absolute;
    bottom: 38px;
    right: 38px;
    transform: rotate(60deg);
}
.sector-5{
    display: block;
    position: absolute;
    bottom: 38px;
    left: 38px;
    transform: rotate(120deg);
}
.sector-6{
    display: block;
    position: absolute;
    top: 108px;
    left: 0;
}
.sector{
    width: 75px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: rgb(77, 86, 93, .8);
}
.wheel_res_opasity{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: opacity 1s forwards;
    color: rgb(77, 86, 93, .7);
}
.timer_wait_block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgb(0,0,0, .4);
    display: flex;
    align-items: center;
    justify-content :center;
    border-radius: 5px;
}
.timerWait{
    width: 80%;
    background: rgb(77, 86, 93, .7);
    border-radius: 5px;
    border: 1px solid rgb(77, 86, 93);
    position: relative;
}
.timerWait::after{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    background: #fff;
    border-radius: 5px;
}
.timer_section{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-indent: 0;
	margin: 0 3px;
}
.oclock{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 50px;
    height: 40px;
}

.timer_section .oclock > div{
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.timer_section div.timer_section_desc{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	color: #ffffff;
}
/* advert */

.advert_menu{
    display: block;
    width: 96%;
    margin: 10px auto;
    text-align: left;
}
.advert_menu .but{
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    background: rgb(77, 86, 93, .4);
    border-top: 1px solid rgb(77, 86, 93);
    border-bottom: 1px solid rgb(77, 86, 93);
    color: rgb(77, 86, 93);
    cursor: pointer;
}
.advert_menu .but:hover{
    color: rgb(50, 200, 60);
    border-top: 1px solid rgb(50, 200, 60);
    border-bottom: 1px solid rgb(50, 200, 60);
    background: rgb(50,200,60, .4);
}
.selectPlace{
    display: block;
    margin: 5px auto;
    width: 90%;
    font-size: 16px;
    padding: 10px;
    border: 1px solid rgb(77, 86, 93, .2);
    color: rgb(77, 86, 93);
    background: rgb(77, 86, 93, .1);
}
.selectPlace .select{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: rgb(77, 86, 93);
}
/*PTC advertising */
.adv_ptc_block{
    display: block;
    margin: 10px auto;
    width: 100%;
    text-align: left;
}
.ptc_info_block{
    display: inline-block;
    margin: 5px;
    width: calc(50% - 14px);
    height: 120px;
    border-radius: 10px;
    vertical-align: top;
}
.ptc_status_s_block{
    background: rgb(77, 86, 93, .1);
    border-top:1px solid rgb(77, 86, 93, .5);
    border-bottom:1px solid rgb(77, 86, 93, .5);
    position: relative;
}
.ptc_status_s_block::after{
    position: absolute;
    left: calc(50% - 30px);
    top: 0;
    width: 60px;
    height: 26px;
    border-radius: 0 0 10px 10px;
    background: rgb(255,255,255, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: rgb(60,200,50);
    content: "in work";
}
.ptc_status_s_block:hover{
    color: rgb(50,200,60, .5);
    border-top:1px solid rgb(50,200,60, .5);
    border-bottom:1px solid rgb(50,200,60, .5);
    background: rgb(50,200,60, .2);
}
.ptc_status_w_block{
    background: rgb(77, 86, 93, .3);
    border-top:1px solid rgb(77, 86, 93, .5);
    border-bottom:1px solid rgb(77, 86, 93, .5);
}
.ptc_status_w_block:hover{
    color: rgb(50,200,60, .5);
    border-top:1px solid rgb(50,200,60, .5);
    border-bottom:1px solid rgb(50,200,60, .5);
    background: rgb(50,200,60, .2);
}
.ptc_add{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: rgb(77, 86, 93, .5);
    cursor: pointer;
}
.ptc_name{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgb(77, 86, 93, .8);
    cursor: pointer;
    position: relative;
}
.ptc_img{
    width: 18px;
    height: 18px;
    margin: 0 5px;
    display: inline-block;
    padding: 0;
}
.ptc_id{
    position: absolute;
    top: 5px;
    left: 10px;
}
.ptc_time_view{
    position: absolute;
    top: 5px;
    right: 10px;
}
.ptc_num_view{
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.ptc_view{
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.ptc_text{
    font-size: 14px;
    color :rgb(50,80,140, .7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.advert_ptc{
    display: block;
    margin: 10px auto;
    width: 92%;
    background: rgb(50,80,140, .2);
    border-top: 1px solid rgb(50,80,140, .7);
    position: relative;
}
.advert_ptc_menu{
    display: block;
    margin: 0 auto;
    width: calc(100% - 20px);
    padding: 5px 10px;
    background: rgb(50,80,140, .2);
    text-align: right;
}
.advert_ptc_menu div{
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background: rgb(50,80,140, .3);
    border-radius: 5px;
    color: rgb(255,255,255, .7);
    cursor: pointer;
}
.advert_ptc_menu div:hover{
    background: rgb(50,200,60, .3);
}
.advert_ptc_info{
    display: block;
    margin: 0;
    vertical-align: top;
    width: 98%;
    padding: 10px;
}
.advert_ptc_grafic{
    display: block;
    margin: 0;
    vertical-align: top;
    width: 98%;
}
.advert_ptc_row{
    display: block;
    margin: 4px 0;
    text-align: left;
}
.advert_ptc_name{
    display: inline-block;
    color: rgb(50,80,140);
    font-size: 20px;
    font-weight: 600;
    margin-right: 15px;
}
.advert_ptc_value{
    display: inline-block;
    color: rgb(50,80,140, .8);
    font-size: 20px;
    font-weight: 500;
}

/*look ptc*/
.lookPtc{
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: auto;
}
.lookPtc_iframe{
    display: block;
    width: 100%;
    height: calc(100% - 61px);
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    padding-bottom: 61px;
}
.lookPtc_panel{
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgb(50,80,140);
    border-top: 1px solid #fff;
}
.lookPtc_panel_block{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.lookPtc_timer{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255, .4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.lookPtc_timer span{
    display: inline-block;
    color: rgb(50,80,140, .7);
    font-size: 22px;
}
.lookPtc_capcha{
    position: absolute;
    top: 0;
    left: 82px;
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lookPtc_capcha button{
    display: block;
    padding: 10px 15px;
    background: rgb(255,255,255);
    color: rgb(50,80,140);
    font-size: 14px;
    border: none;
}
.lookPtc_capcha button:hover{
    background: rgb(255,255,255, 0.7);
}
.form_row_capcha_alert{
    display: block;
    margin: 10px auto;
    width: 90%;
    text-align: center;
}
.form_row_capcha_alert img{
    display: block;
    width: 70%;
    border-radius: 5px;
    margin: 5px auto;
    box-shadow: 0 0 2px rgb(0,0,0);
}
.alert_row_send{
    display: block;
    margin: 0 auto;
    width: 70%;
    text-align: right;
}
.alert_form_but_send{
    display: inline-block;
    padding: 10px 20px;
    background: rgb(50,80,140, .6);
    font-size: 16px;
    color: rgb(50,80,140);
    border-radius: 5px;
    cursor: pointer;
}
.alert_form_but_send:hover{
    color: rgb(255,255,255);
    background: rgb(50,80,140);
}
.form_input_capcha_alert{
    display: block;
    width: 70%;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    background: rgb(255,255,255);
    box-shadow: 0 0 2px rgb(0,0,0);
    margin: 5px auto;
    border: none;
}
.form_input_capcha_alert:focus{
    outline: none;
}
.loadWait{
    width: 40px;
    height: 40px;
    display: block;
    animation: rotate 1s infinite;
    transition-duration: 2s;

}
}

