.banner__football--body {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block
}

.banner__football {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.banner__football * {
    box-sizing: border-box
}

.banner__football--buttons {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.banner__football--button, .banner__football--buttons {
    display: flex;
    justify-content: center;
    position: relative
}

.banner__football--button {
    align-content: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, .25);
    color: #000;
    font-family: Evolventa, sans-serif;
    font-size: 24px;
    font-weight: 400;
    height: 34px;
    line-height: 1;
    padding: 9px 20px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: .1s;
    transition-property: transform, box-shadow;
    transition-timing-function: cubic-bezier(.84, -.11, .49, 1.7);
    width: 160px;
    will-change: transform, box-shadow;
    z-index: 4
}

.banner__football--button:focus, .banner__football--button:hover {
    box-shadow: 0 16px 16px -8px rgba(0, 0, 0, .55);
    transform: scale(1.1)
}

.banner__football--button-text {
    display: block;
    line-height: 1
}

@media screen and (min-width: 1001px) {
    .banner__football--body {
        background-color: #050c20;
        background-image: url(../img/bg-d.png);
        background-size: auto 100%;
        height: 260px
    }

    .webp.no-avif .banner__football--body {
        background-image: url(../img/bg-d.webp)
    }

    .avif .banner__football--body {
        background-image: url(../img/bg-d.avif)
    }

    .banner__football {
        max-width: 1200px;
        position: relative
    }

    .banner__football--buttons {
        margin-bottom: 16px;
        max-width: 560px
    }

    .banner__football--button-item {
        margin: 0 5px
    }
}

@media screen and (max-width: 1000px) {
    .banner__football--body {
        background-image: url(../img/bg-m.png);
        height: 200px
    }

    .webp.no-avif .banner__football--body {
        background-image: url(../img/bg-m.webp)
    }

    .avif .banner__football--body {
        background-image: url(../img/bg-m.avif)
    }

    .banner__football {
        flex-wrap: wrap;
        max-width: 250px
    }

    .banner__football--buttons {
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 4px
    }

    .banner__football--button-item {
        padding: 0 8px
    }

    .banner__football--button {
        font-size: 17px;
        height: 26px;
        margin-bottom: 4px;
        margin-top: 4px;
        padding: 4px 8px;
        width: 120px
    }
}