.wrapper {
    z-index: 10;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 1060px;
    width: 100%;
}

.main-div {
    width: 1030px;
    min-width: 1030px;
    max-width: 1030px;
    position: relative;
    text-align: center;

}

.wrapper-cover {
    display: block;
    position: absolute;
    left: 0;
    top: 59px;
    width: 100%;
    height: 294px;
    overflow: hidden;
    min-width: 1060px;
    background-color: #000;
}

.cover-mask {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.cover-profile {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.wrap-top-info {
    margin-top: 25px;
    position: relative;
    height: 268px;
}

.on-off-stat-and-links {
    height: 25px;
    color: #fff;
    display: inline-flex;
    width: 100%;
}

.on-off-stat {
    color: #fff;
    font-size: 13px;
    margin-right: auto;
    line-height: 25px;
    text-align: center;
}

.online-stat {
    display: inline-flex;
    width: 6px;
    height: 6px;
    margin: auto;
    border-radius: 100%;
    background-color: #73cb00;
}

.user-links {
    margin-left: auto;
    display: inline-flex;
}

.link-instagram {
    width: 25px;
    height: 25px;
    background-image: url("../img/ic_instagram_white.svg");
    margin-left: 10px;
}

.link-facebook {
    width: 25px;
    height: 25px;
    background-image: url("../img/ic_facebook_white.svg");
    margin-left: 10px;
}

.link-web {
    width: 26px;
    height: 26px;
    background-image: url("/img/ic_site_white.svg");
    margin-left: 10px;
    /*background-size: 25px 25px;*/
    /*background-position: center center;*/
}

.wrap-avatar-and-pro {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}

.user-avatar {
    display: block;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover;
}

.top-info-pro {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background-color: #f94262;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}

.author-name {
    font-size: 18px;
    color: #ffffff;
    margin: 15px auto 0 auto;
    text-align: center;
}

.author-username-and-verification {
    display: inline-flex;

}

.author-username {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.author-verification {
    width: 13px;
    height: 13px;
    margin-left: 5px;
    margin-top: 2px;
    background-image: url('../img/ic_verification.svg')
}

.author-bio {
    font-size: 14px;
    line-height: 1.43;
    margin-top: 17px;
    text-align: center;
    color: #ffffff;
}

.profile-btns {
    position: absolute;
    top: 243px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    left: 0;
}

.profile-edit-btn {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 14px;
    height: 50px;
    border-radius: 100px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 1px;
    color: #292d34;
    background-color: #ffffff;
    box-shadow: 0 11px 20px 0 rgba(56, 82, 138, 0.2);
    border: none;
    outline: none;
    text-decoration: none;
    line-height: 50px;
    cursor: pointer;
}

.profile_follow_btn{
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 14px;
    height: 50px;
    border-radius: 100px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 1px;
    color: #292d34;
    background-color: #ffffff;
    box-shadow: 0 11px 20px 0 rgba(56, 82, 138, 0.2);
    border: none;
    outline: none;
    text-decoration: none;
    line-height: 50px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.profile_follow_btn[data-do_user_follow="0"] {
    color: #292d34;
    background-color: #fff;
}

.profile_follow_btn[data-do_user_follow="1"] {
    color: #fff;
    background-color: #4bb3d1;
}

.profile-msg-btn {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0 11px 20px 0 rgba(56, 82, 138, 0.2);
    border: none;
    outline: none;
    margin-left: 12px;
    background-image: url('../img/ic_messages_dark.svg');
    background-position: center center;
    background-size: 20px 14px;
    background-repeat: no-repeat;

}

.wrap-sec-info-stats {
    width: 515px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 56px;
    align-items: start;
    display: flex;
    justify-content: start;
}

.info-stats {
    margin: 0 auto;
    display: block;
    text-decoration: none;
}

.choice{
    opacity: 0.3;
}

.info-stats-num {
    font-size: 20px;
    text-align: center;
    color: #292d34;
}

.info-stats-name {
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
    color: #bcc3ce;
}

.wrapper-user-content {
    width: 1030px;
    min-width: 1030px;
    max-width: 1030px;
    text-align: left;
}

.btn_all {
    margin-left: auto;
    font-size: 15px;
    color: #292d34;
    text-decoration: none;
    cursor: pointer;
}