@charset "UTF-8";
html{
	width: 100%;
	height: 100%;	
    overflow: hidden;
}

body{ 
	width: 100%;
	height: 100%;
	background-color: #000;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: freg, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
    overflow: hidden;
}

a{
	text-decoration: none;
}

sup{
	line-height: 0;	
	font-family: freg, Tahoma, sans-serif;
}

img{
	border: none;
	display: block;	
}

@font-face {
    font-family: "freg";
    src: url("fonts/fmed.ttf"); 
}

::-webkit-scrollbar { width: 0;}

.cle{
	clear: both;	
}

.logo{
    position: fixed;
    top: 20px;
    right: 30px;
    width: 176px;
    border: none;
    cursor: pointer;
    z-index: 9;
}

.logo img{
    width: 100%;
    height: auto;
}

.first_screen{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
}

.me_photo{
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    overflow: hidden;
    z-index: 200;
    opacity: 1;
    transition: opacity 0.3s;
}

.me_photo:hover{
    opacity: 0.7;
}

.me_photo img{
    display: block;
    width: 100%;
    height: auto;
}

.me_glass{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 201;
	transition: top 0.5s;
}

.me_glass img{
	display: block;
	width: 100%;
	height: auto;
}

.dialog_case{
    position: absolute;
    bottom: 100px;
    right: 120px;
    width: 60%;
    padding: 30px;
    padding-right: 50px;
    border-radius: 30px 30px 10px 30px;
    background-color: #000985;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    box-sizing: border-box;
    z-index: 2;
    transition: all 1s;
}

.dialog_case a{
    color: #37d8bf;
    transition: border-bottom-color 0.3s;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #37d8bf;
	cursor: pointer !important;
}

.dialog_case a:hover{
    border-bottom-color: #000985;
}

.dialog_case.gophoto{
    padding-right: 40px;
}

.big_photo{
    position: relative;
    width: 50%;
    margin-bottom: 14px;
    border-radius: 6px;
    overflow: hidden;
    background: #000 url(img/load.gif) center no-repeat;
}

.big_photo_art{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: none;
}

.big_photo img{
    display: block;
    width: 100%;
    height: auto;
}

.send_panel{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    padding-right: 120px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
}

.send_but{
    position: fixed;
    right: 20px;
    bottom: 10px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #000985;
    border-radius: 20px;
    overflow: hidden;
    z-index: 101;
    transition: background-color 0.3s;
}

.send_but img{
    display: block;
    width: 100%;
    height: auto;
}

.send_but:hover{
    background-color: #000;
}

.tag_but{
    display: block;
    float: right;
    margin: 5px 0px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s;
}

.tag_but:hover{
    color: #fff;
    background-color: #000;
}

.tag_but.goactive{
    color: #fff;
    background-color: #000;
}

.top_hash{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 14px;
    color: #fff;
    opacity: 0.5;
}

.hash_info{
	margin-left: 14px;
}

.dark_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    transition: background-color 0.3s;
}

.dark_but{
    position: fixed;
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    background-color: #222;
    overflow: hidden;
    z-index: 2;
    transition: background-color 0.3s;
    cursor: pointer;
}

.dark_but:hover{
	background-color: #999 !important;
}

.dark_but_inside{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.5s;
}

.a_dash{
    border-bottom-style: dashed !important;
}

.gra_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: none;
    z-index: 1;
}

.profile_case{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
}

.profile_block{
    position: absolute;
    top: 80px;
    left: 20%;
    width: 60%;
    padding-bottom: 50px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    background-color: #000985;
    box-shadow: 0px 0px 20px #000;
}

.profile_block_topbg{
    position: relative;
    width: 100%;
    height: 180px;
    margin-bottom: 60px;
    background-image: url(img/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.profile_photo{
    position: absolute;
    top: 40px;
    left: 50%;
    width: 180px;
    height: 180px;
    margin-left: -90px;
    overflow: hidden;
    border-radius: 100px;
    z-index: 99;
}

.profile_photo img{
    display: block;
    width: 100%;
    height: auto;
    border: none;
}

.profile_title{
    font-size: 30px;
    line-height: 42px;
}

.profile_subtitle{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    opacity: 0.7;
}

.profile_qr{
    width: 120px;
    height: 120px;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
}

.profile_qr img{
    display: block;
    width: 100%;
    height: auto;
    border: none;
}

.profile_back{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    z-index: 99;
    cursor: pointer;
}

.profile_back:hover{
    opacity: 0.5;
}

/* --- */

@media (max-width : 1400px) {
    
    .dialog_case{
        font-size: 18px;
        line-height: 26px;
    }
    
}

@media (max-width : 900px) {
    
    .dialog_case{
        bottom: 120px;
        right: 60px;
        width: 80%;
        padding: 20px;
        padding-right: 20px;
        font-size: 14px;
        line-height: 20px;
        border-radius: 24px 24px 8px 24px;
    }
    
    .dialog_case.gophoto{
        padding-right: 20px;
    }
    
    .big_photo{
        width: 100%;
    }
    
    .dialog_case a{
        border-bottom-width: 1px;
    }
    
    .me_photo{
        bottom: 120px;
        right: 10px;
        width: 40px;
        height: 40px;
        cursor: pointer !important;
    }
    
    .send_but{
        right: 10px;
        bottom: 15px;
        width: 30px;
        height: 30px;
    }
    
    .send_panel{
        padding-right: 60px;
    }
    
    .tag_but{
        font-size: 12px;
    }
    
    .top_hash{
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .dark_but{
        top: 15px;
        right: 10px;
    }

    .logo{
        width: 132px;
        right: 20px;
    }

    .profile_block{
        top: 60px;
        left: 10%;
        width: 80%;
    }

    .profile_title{
        font-size: 24px;
        line-height: 30px;
    }
    
    .profile_subtitle{
        font-size: 18px;
        line-height: 30px;
    }

    .profile_back{
        font-size: 14px;
    }

}

@media (max-width : 360px) {

    .dialog_case{
        bottom: 140px;
        right: 50px;
        width: 80%;
        padding: 12px;
        padding-right: 12px;
        font-size: 12px;
        line-height: 18px;
        border-radius: 16px 16px 6px 16px;
    }
    
    .dialog_case.gophoto{
        padding-right: 12px;
    }
    
    .send_panel{
        padding-right: 50px;
    }
    
    .me_photo{
        bottom: 140px;
        width: 30px;
        height: 30px;
    } 
    
    .tag_but{
        margin: 2px 0px;
        margin-left: 4px;
    }
    
    .send_but{
        bottom: 12px;
    }
    
    .dark_but{
        top: 12px;
    }
    
}