/* Стрілка для вкладених пунктів меню */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
    content: "" !important;
    font-family: initial !important;
    float: right;
    width: 7px;
    height: 7px;
    margin-top: 7px;
    margin-left: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}