.header-wrapper {
    display: none;
}

@media screen and (max-width: 1230px) {
    .header-wrapper {
    width: 100%;
    padding: 25px 5px;
    display: flex;
    justify-content: space-between;
    display: block;
    }
}

.header-icons-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.icon-ellipse-wrapper {
    width: 36px;
    height: 36px;
    border-radius: 180px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-ellipse-wrapper > img {
    width: 18px;
}

.header-burger-menu {
    width: 18px;
    height: 18px;
}
