.yaPersonalButton {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'YS Text', 'Helvetica Neue', Arial, sans-serif;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 0;
    outline: 0;
    background-color: #000;
    transition: opacity 0.6s, background-color 0.3s;
    position: relative;
    text-decoration: none;
}
.yaPersonalButton:hover {
	text-decoration: none;
}
.yaPersonalButton_m {
    height: 44px;
    min-width: 170px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 16px;
}
.yaPersonalButton_main.yaPersonalButton_light {
    border: none;
    background-color: #000;
    color: #fff;
}
.yaPersonalButtonLogo {
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.yaPersonalButtonLogo_ya {
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='44' fill='%23FC3F1D'/%3E%3Cpath d='M24.7407 33.9778H29.0889V9.04443H22.7592C16.3929 9.04443 13.0538 12.303 13.0538 17.1176C13.0538 21.2731 15.2187 23.6163 19.0532 26.1609L21.3832 27.6987L18.3927 25.1907L12.4667 33.9778H17.1818L23.5115 24.5317L21.3098 23.0671C18.6496 21.2731 17.3469 19.8818 17.3469 16.8613C17.3469 14.2068 19.2183 12.4128 22.7776 12.4128H24.7223V33.9778H24.7407Z' fill='white'/%3E%3C/svg%3E%0A");    
}
.yaPersonalButton_m .yaPersonalButtonIdLogo, .yaPersonalButton_m .yaPersonalButtonLogo {
    width: 24px;
    height: 24px;
}
.yaPersonalButtonInfo {
    font-weight: 500;
    overflow: hidden;
    margin-left: 16px;
    z-index: 1;
}
.yaPersonalButtonAvatar {
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    margin-left: 16px;
    border-radius: 50%;
    border: 0.5px solid #767676;
    background-size: contain;
    background-color: #767676;
}
.yaPersonalButton_m .yaPersonalButtonAvatar {
    width: 24px;
    height: 24px;
	background-image: url(images/islands-50.webp);
}


