.form-block .block-content .block-profile { font-size: 0px; }

.form-block .block-content .block-profile > .avatar,
.form-block .block-content .block-profile > .info {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    width: 29%;
    position: relative;
    top: 0px;
}

.form-block .block-content .block-profile > .avatar > img {
	max-width: 100%;
}

.form-block .block-content .block-profile > .avatar {
	padding-right: 10px;
}

.form-block .block-content .block-profile > .info {
	list-style: none;
    width: 60%;
    top: 1px;
}

.form-block .block-content .block-profile > .info > li {
	margin-bottom: 3px;
    font-size: 13px;
}

.form-block .block-content .block-profile > .info > li:last-child {
	margin: 0px;
}

.position-btns {
	position: relative;
    top: 47px;
}

.money-profile {
	border-bottom: 3px solid rgb(2,129,233);
	position: absolute;
    display: inline-block;
    background: rgb(26, 35, 68);
    padding: 0px 10px;
    right: 0px;
    top: 0px;
}

.block-content.user {
	position: relative;
}

.btns-group {
	display: flex;
    width: 120%;
    justify-content: flex-end;
}

.btn-block+.btn-block {
	margin-top: unset;
}

.profile-a {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	width: 100%;
}

.profile-b {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	width: 21%;
	margin-right: -1px;
}

.block-header-auth {
	font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.188;
    text-align: left;
    border-left: 4px solid rgb(2,129,233);
    margin-left: 0px;
    padding-left: 11px;
    font-weight: 300;
}

.form-block-auth {
	color: rgb(138, 149, 187);
    box-sizing: border-box;
    padding: 20px;
    background-color: rgb(15, 21, 44);
    box-shadow: 0px 20px 51px 0px rgba(23, 202, 252, 0.19);
    font-size: 13px;
    line-height: 1.583;
	margin-bottom: 10px;
	margin-top: 10px;
}