.post-classic {
    position: relative;
    display: flex;
    justify-content: flex-start;
    background: #050912;
    gap: 40px;
    border-top: 1px solid #0a111f;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}
.post-classic-left {
    flex-basis: 220px;
    min-width: 220px;
    max-width: 220px;
}
.author_avatar {
    text-align: center;
    display: block;
    position: relative;
}
.nickname-post-classic {
    display: block;
    text-align: center;
    font-size: 19px;
    margin-bottom: 10px;
}
.avatar-post-classic {
    text-align: center;
    position: relative;
    display: block;
}

img#avatar-post {
    width: 90px;
    height: 90px;
    border-radius: 3333px;
    margin: 0;
    border: 2px solid #264059;
}
span.online12 {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #00a827;
    margin: -28px 25px;
    border-radius: 3333px;
    border: 4px solid #0f1014;
}
.rang-nick-post-classic {
    text-align: center;
    display: block;
    margin: 10px;
}
.item-post-classic-user-info {
    display: block;
    text-align: center;
}

.post-classic-right {
    flex: 1;
    height: 100%;
    min-height: 204px;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}
.post-classic-meta-dat {
    flex-basis: 100%;
    margin-bottom: 20px;
    padding: 10px 0px;
    box-sizing: border-box;
}
.content-post-classic-right {
    flex-basis: 100%;
    margin-bottom: 30px;
    min-height: 70px;
}
.sygnature-post-classic {
    flex-basis: 100%;
    margin-top: 10px;
}


		
		