.grid_home_news_company .mini_menu ul.mod-menu {
    grid-template-columns: repeat(8, 1fr);
}
 .all_block_top {
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(305.05deg, #F18864 -37.02%, #E9531F 51.26%)!important;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    display:none;
}
