.headerWrap{padding:13px 0;top:0;position:fixed;width:100%;z-index:9;background-color:white;margin-bottom:64px}.center_header,.headerWrap{display:flex;justify-content:space-between;align-items:center}.center_header{flex-direction:column;font-weight:400;gap:10px;row-gap:0;width:calc(100% - 140px)}.burger_header_main{border:none;background-color:transparent;cursor:pointer;min-width:65px;display:flex;align-items:center;justify-content:flex-start;border-radius:20px;transition:background-color .15s ease}.burger_header_main:hover{background-color:#f3f4f6}.authHeader{justify-content:space-between}.authHeader,.iconButton{display:flex;align-items:center}.iconButton{border:none;background-color:transparent;cursor:pointer;border-radius:50%;width:40px;height:40px;justify-content:center;transition:background-color .15s ease}.iconButton:hover{background-color:#f3f4f6}.profileWrap,.text{cursor:pointer}.profileWrap{display:flex;align-items:center;gap:8px;transition:opacity .15s ease}.profileWrap:hover{opacity:.75}.userPhoto{width:56px;height:56px;border-radius:50%}.menuWrap{flex-direction:column;row-gap:24px;margin-top:36px}.menuItem,.menuWrap{display:flex;justify-content:space-between}.menuItem{align-items:center;min-height:37px;cursor:pointer;border-radius:12px;padding:4px 8px;margin:0 -8px;transition:background-color .15s ease}.menuItem:hover{background-color:#f3f4f6}.statusIcon{display:flex;align-items:center;justify-content:space-between;border-radius:24px;background:#ff6d00!important;color:white;font-weight:700;font-style:Bold;font-size:14px;line-height:100%;letter-spacing:-2%;padding:5px 8px;gap:4px}