

_:-moz-any-link, :root .btn_reg_form + div{
    display:none;
    z-index: 999999;
    position: fixed;
    top:25%;
    left:37.5555%;
        }
   .register_txt{color:#474747}

.btn_reg_form + div{
    display:none;
    z-index:999999;
    /*z-index: 9999999999;*/
    position: fixed;
    top:25%;
    left:41.33333%;
}
.friend_social_network:after {
    content: attr(data-text);
    position: relative;
    top: -274px;
    text-align: center;
    display: block;
    font-size: 35px;
    font-family: "Fs albert";
    color: #fff;
    font-weight: bold;
    width: 144%;
}

.btn_reg_form{
    padding:15px;
    background: #45C145;
    color:#fff;
    width: 240px;
    margin:0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 22px;
    cursor:pointer;
}

.mask_form{
            position:fixed;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0, 0.7);
            top:0;
            left:0;

            display:none;
            cursor: pointer;
            /*z-index: 999999999*/
            z-index: 9999
}

/*
.body_overflow{

    width: 100%;
    height:100%;
    overflow:hidden;
}
*/

.index_back_1, .inner-h1, .inner{font-family:'Fs albert' !important;}
.inner{font-size:22px !important; color:#212121 !important}

