/ Общие стили для всех баннеров
.userBanner {
display: inline-flex;
align-items: center;
justify-content: center;
width: 169px;
height: 35px;
font-size: 14px;
font-weight: bold;
color: white;
background-repeat: no-repeat;
background-position: center...