.top-bar__content {
background-color: rgba(0, 0, 0, .1);
display: flex;
flex-direction: column;
gap: 14px;}
.top-bar__section-1-icon {
display: flex;
width: 24px
;margin-top: 6px;margin-bottom: 6px;}
.top-bar__section-1-icon > svg {
width: 100%
}
.top-bar__section-1-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 5px
;line-height: 1.8;}
.top-bar__section-1 {
display: flex;
flex-direction: column;
gap: 28px;
padding-top: 34px;}
.top-bar {
font-family: Montserrat
}
.top-bar__section-1-name {
font-size: 13px;
color: #252525
;}
.top-bar__section-1-value {
font-weight: 400;
font-size: 13px;
color: #252525;
opacity: .5;
line-height: 1
}
.top-bar__section-2-networks {
display: flex;
gap: 10px
}
.top-bar__section-2-network {
display: flex;
width: max-content
}
.top-bar__section-2-network > svg {
width: auto;
height: 15px
}
.top-bar__section-2 {
display: flex;
width: 100%;
flex-direction: column;
align-items: center
;}
.top-bar__section-2-button {
display: flex;
width: max-content;
background-color: #51acfb;
padding: 18px 24px;
color: #fff;
font-size: 13px;
font-weight: 500;
margin-top: 12px;
justify-content: center;
width: 75%;
align-items: center;
text-align: center
}