.football-footer {
    background: #000000 !important;
    padding: 16px 0 !important;
}

.football-footer:before {
    position: unset !important;
}

.football-footer-container {
    width: 100%;
    max-width: 1440px;
    padding: 0 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.football-footer-logo {
    width: 200px;
    height: auto;
    margin: 45px auto;
}

.football-footer-logo a {
    display: block;
    width: 100%;
    height: auto;
}

.football-footer-logo a img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.football-footer-menu-container {
    width: 100%;
}

.football-footer-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

.football-footer-menu-item {
    border-right: 2px solid #ffffff;
}

.football-footer-menu-item:last-child {
    border-right: 0;
}

.football-footer-menu-link {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    display: block;
    padding: 0 20px;
}

.spb-copyright {
    float: unset !important;
    width: 100%;
    position: relative;
    text-align: center !important;
    border-top: 0 !important;
    padding: 0 0 10px !important;
}

.spb-copyright #kode-topbtn {
    position: fixed !important;
    float: unset !important;
    margin: 0 !important;
    width: 48px;
    height: 48px !important;
    line-height: 48px !important;
    text-align: center;
    color: #fff;
    padding: 0;
    right: 20px;
    bottom: 30px;
    background: orangered;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.spb-copyright #kode-topbtn svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.spb-copyright #kode-topbtn:hover {
    background-color: rgba(255, 68, 0, 0.541) !important;
}


@media (max-width: 520px) {
    .football-footer .spb-copyright p {
        font-size: 12.5px !important;
    }
}