#brx-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
    z-index: 10;
    background-color: #fff;
    transition: all 0.3s;
}

.header-phone {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.header-phone a {
    padding: 14px 35px 14px 50px
}

.header-phone a::before {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 12px;
    background: url(../../img/head-phone.svg) no-repeat center center
}

.header-phone a:hover {
    background-color: #000;
}

a.brxe-button {
    text-decoration: none;
}

.header-left {
    width: 210px;
    height: 100%;
}

.header-right {
    width: calc(100% - 210px);
    display: flex;
    justify-content: flex-end;
    transition: all 0.3s;
    gap: 20px;
    height: 100%;
}

.header-logo {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-logo img {
    width: 100%;
    height: auto;
}

.header-logo a {
    position: absolute;
}

header :where(.brxe-nav-menu) .bricks-nav-menu>li a {
    padding: 4px 25px
}

:where(.brxe-nav-menu) .bricks-nav-menu>li {
    margin-left: 0
}

header .icon-right button {
    position: absolute;
    margin-left: 0 !important;
    right: 0;
    top: 6px;
    transition: all 0.3s;
}

header .open .icon-right button {
    transform: scaleY(-1)
}

header .icon-right button svg {
    width: auto;
    height: 14px;
    min-height: 1px;
}

header .menu-item-has-children {
    margin-right: 14px
}

header .sub-menu {
    padding: 16px 0
}

header #menu-main-nav .sub-menu a {
    padding: 8px 25px !important;
    min-height: 1px;
    height: auto;
    line-height: 160%;
    color: #fff
}

.scroll-up.home #menu-main-nav .sub-menu li a {
    color: #fff;
}

#menu-main-nav li {
    position: relative;
}

#menu-main-nav li a {
    font-size: 16px;
    line-height: 100%;
}