'@global': {
'.header-block': {
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
'&&_open': {
display: 'flex',
flexDirection: 'column',
background: colors.black.hex,
width: '100%',
height: '100%',
position: 'fixed',
top: 0,
left: 0,
padding: '15px 20px 20px',
zIndex: 100,
boxSizing: 'border-box',
'& .header-block__menu': {
},
'& .header-block__btn': {
width: '100%'
}
},