.header_menu_row {
    margin-bottom: 20px;
    column-gap: 40px;
}
ul .header_menu_item {
    padding: 0;
}
ul .header_menu_item:before {
    display: none;
}
.header_menu_item--link {
    font-family: "Muller";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #181D27;
    white-space: nowrap;
}

.menu-row .menu-only .mega-menu .header_menu_row {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

.menu-row .menu-only .mega-menu__arrow {
    position: absolute;
    top: -3px;
    user-select: none;
    transition-duration: 300ms;
    font-size: 24px;
    display:none;
}
.menu-row .menu-only .mega-menu__arrow.show {
    display:block;
}

.menu-row .menu-only .mega-menu__arrow.arrow-left {
    left: -24px;
}
.menu-row .menu-only .mega-menu__arrow.arrow-right {
    right: -24px;
}
.menu-row .menu-only .mega-menu__arrow:hover {
    font-size: 2.0em;
    font-weight: 600;
    cursor: pointer;
}
.menu-row.middle-block.bglight .maxwidth-theme {
    padding: 0 30px;
}

.arrow-right__animate {
    animation: move-right 3s infinite;
}

@keyframes move-right {
    0% { transform: translateX(0); }
    10% { transform: translateX(3px); }
    20% { transform: translateX(0); }
    30% { transform: translateX(3px); }
    40% { transform: translateX(0); }
    100% { transform: translateX(0); }
}

@media screen and (max-width: 1440px) {
    .header_menu_row {
        padding-left: 0;
    }
}
@media screen and (max-width: 1100px) {
    .header_menu_row {
        column-gap: 30px;
    }
}
@media screen and (max-width: 1050px) {
    .header_menu_row {
        column-gap: 24px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .header_menu_item--link {
        font-size: 14px;
    }
}