.main-menu .main-menu__item_big:first-child>span:before{
    content: none;
}

.main-menu .main-menu__item_big:nth-child(2) > a span:before,
.main-menu .main-menu__item_big:nth-child(2) > span:before{
    content:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e%3cpath d='M16 1.61551L14.2191 4.12536L14.1157 4.22876C15.5399 6.53441 15.5399 9.46559 14.1157 11.7712L14.2191 11.8746L16 14.3845L14.3845 16L11.8721 14.2191L11.7687 14.1183C9.46559 15.5399 6.53183 15.5399 4.22876 14.1183L4.12536 14.2191L1.61551 16L0 14.3845L1.77835 11.8746L1.88174 11.7712C0.460097 9.46559 0.460097 6.53441 1.88174 4.22876L1.77835 4.12536L0 1.61551L1.61551 0L4.12536 1.77835L4.22876 1.88174C6.53183 0.460097 9.46559 0.460097 11.7687 1.88174L11.8721 1.77835L14.3845 0L16 1.61551ZM10.8898 10.8898C12.4847 9.29241 12.4847 6.70501 10.8898 5.11018C9.29241 3.51276 6.70501 3.51276 5.11018 5.11018C3.51276 6.70501 3.51276 9.29241 5.11018 10.8898C6.70501 12.4847 9.29241 12.4847 10.8898 10.8898Z' fill='%23F7D069'/%3e%3c/svg%3e");
    top:3px;
    position:relative;
}
.main-menu .main-menu__item_big>a span {
    position: relative;
    align-items: center;
    display: flex;
    gap: 8px;
}