main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    box-sizing: border-box
}

body {
    background: #dadde1;
    margin: 0;
    padding: 0;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #050505 !important
}

.d-flex {
    display: flex
}

.pt {
    padding-top: 13px
}

.pb {
    padding-bottom: 13px
}

.main {
    max-width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 0 15px
}

.global_bg img {
    width: 100%
}

.global_bg {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 0
}

#header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #3b5998;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: -7px
}

.header-nav {
    justify-content: stretch;
    align-items: center
}

.btn-nav {
    background: #ebedf0;
    padding: 10px;
    margin: 0 4px;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

    .btn-nav:first-child {
        flex-basis: 100%;
        align-items: center;
        justify-content: center;
        background: #3578e5;
        margin-left: 0
    }

    .btn-nav:nth-child(3) {
        margin-right: 0
    }

    .btn-nav:first-child img {
        max-width: 18px;
        margin-right: 5px
    }

    .btn-nav:nth-child(2) img {
        max-width: 18px
    }

    .btn-nav:nth-child(3) img {
        max-width: 18px
    }

    .btn-nav:nth-child(2), .btn-nav:nth-child(3) {
        flex-basis: 16.67%
    }

.contact {
    color: #fff;
    font-size: 14px
}

.header-status {
    color: #90949c
}

#back-icon img {
    width: 100%
}

#back-icon {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 17px
}

#title {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

#cover img {
    width: 100%
}

.person {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.person-inner-left {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ava {
    border-radius: 100%;
    overflow: hidden;
    background: url("../img/avatar.jpg") #dadde1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px
}

    .ava.big {
        width: 64px;
        height: 64px;
        min-width: 64px;
        max-width: 64px;
        min-height: 64px;
        max-height: 64px
    }

    .ava.small {
        width: 40px;
        height: 40px;
        min-width: 40px;
        max-width: 40px;
        min-height: 40px;
        max-height: 40px;
        margin-right: 7px
    }

.info {
    position: relative;
    width: max-content
}

.info-small {
    position: relative;
    width: max-content
}

.info:before {
    content: "";
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    right: -13px
}

.like, .page_type {
    color: #90949c;
    font-size: 12px;
    margin-top: 4px
}

.person-inner-right {
    margin: 0 16px
}

    .person-inner-right img {
        max-width: 23px;
        margin: 0 auto;
        display: block
    }

hr {
    border: 0;
    color: #dadde1;
    background-color: #dadde1;
    height: 2px;
    margin: 0
}

.point {
    color: #90949c;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    top: -3px
}
