.main_header{
    height: 300px;
    position: relative;
}

.main_header_logo{
    width: 220px;
    height: 220px;
    margin: auto;
    background-image: url(VKStats.png);
    background-position: center center;
    background-size: 100%;
}

.main_header_text{
    color: #fff;
    text-shadow: 1px 1px 10px #333, 1px 1px 6px #333, 1px 1px 3px #333;
}

.text_shadow{
    text-shadow: 1px 1px 3px #333;
}

.main_header_button{
    margin: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.site_header_box{
    background-color: #fff;
    width: 100%;
    border-bottom: solid 1px #aaa;
    position: fixed;
    z-index: 200;
    height: 40px;
}

.header_text_logo{
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.header_buttons_wrap{
    padding-left: 20px;
    padding-right: 20px;
}

/**/

.user_avatar{
    height: 200px;
    width: 200px;
    background-size: cover, cover;
    background-position: center center;
    border-radius: 200px;
    border: solid 2px #fff;
    background-color: #999;
}

.user_avatar_small{
    width: 100px;
    height: 100px;
}

.user_counter{
    display: inline-block;
    padding: 15px;
    margin: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #aaa;
    border-radius: 5px;
}

.user_field{
    margin: 5px;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    border: solid 1px #aaa;
    display: inline-block;
    vertical-align: top;
}

.user_block{
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    padding: 10px;
}

.user_image{
    width: 130px;
    height: 130px;
    background-position: center center;
    background-size: cover, cover;
    display: inline-block;
    margin: 4px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.user_image:hover{
    box-shadow: 0 0 0 2px #0006;
}

.user_image.deleted::after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: 100%;
    right: 5px;
    bottom: 5px;
    background-image: url(deleted.png);
}

.user_image_mask_check{
    position: absolute;
    width: 6px;
    height: 6px;
    right: 5px;
    bottom: 5px;
    border-radius: 100%;
    background-color: #333;
    border: solid #fff 1px;
}

.photos_nav_button{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px;
    border-radius: 40px;
    font-size: 11px;
}

/**/

.archive_block{
    display: inline-block;
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    border-radius: 5px;
}

.archive_thumb{
    padding: 12px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: cover, cover;
}

/**/

.history_line{
    height: 20px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: solid 1px #aaa;
}

.history_moment{
    position: absolute;
    top: 0px;
    height: 20px;
}

.history_label{
    position: absolute;
    top: 0px;
    left: 10px;
    line-height: 20px;
    z-index: 2;
    pointer-events: none;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

/**/

.GraphTip
{
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    background-color: #333;
}

.GraphTip::after {
    font-family: sans-serif;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
    /*border: solid 1px #fff;*/
    color: #fff;
    display: block;
    position: absolute;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    pointer-events: none;

    /*text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);*/
    content: attr(data-tip);

    top: -60px;
    margin: -10px;

    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
            
    transition: all 0.2s ease-in-out;
}

.GraphTip:hover::after {
    opacity: 1;
    top: -25px;
    visibility: visible;
}

.GraphTip:hover
{
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

/**/

.Tip
{
    
}

.Tip::after {
    font-family: sans-serif;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
    /*border: solid 1px #fff;*/
    color: #fff;
    display: block;
    position: absolute;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    pointer-events: none;

    /*text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);*/
    content: attr(data-tip);

    top: -60px;
    margin: -10px;

    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
            
    transition: all 0.2s ease-in-out;
}

.Tip:hover::after {
    opacity: 1;
    top: -25px;
    visibility: visible;
}

/**/

.stats_label_text{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.stats_label{
    border-radius: 100px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    display: inline-block;
    margin: auto;
}

.stats_block{
    display: inline-block;
    margin: 10px;
    border: solid 1px #aaa;
    border-radius: 10px;
}

.modern_button{
    border-style: solid;
    border-width: 1px !important;
    border-color: #fff;
    border-radius: 100px;
    background-color: transparent;
}

.modern_button:hover{
    background-color: rgba(255, 255, 255, 0.2);
}

.modern_label{
    display: inline-block;
    border-radius: 100px;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.works_block{
    margin: 20px;
    margin-left: 40px;
    margin-right: 40px;
    display: inline-block;
}

.works_circle{
    width: 160px;
    height: 160px;
    border-radius: 256px;
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
}
/**/

