#title .title-header {
    background-color: #2c2c2c;
    padding: 82px 0 103px
}

#title .title-header .title-header-title {
    font-family: BullMedium;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff
}

#title .title-header .title-header-subtitle {
    font-family: Bull;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: .03em;
    color: #ececec
}

#stadium {
    margin-bottom: 130px;
}

.stadium-banner {
    padding: 0 85px;
    margin-top: -52px;
    width: 100%;
}

.stadium-banner-wrapper {
    width: 100%;
    max-height: 582px;
    overflow: hidden;
    border-radius: 16px;
    padding: 0;
}

.stadium-banner-wrapper img {
    width: 100%;
}

.stadium-about {
    padding: 35px 70px;
}

.stadium-about-description {
    font-family: 'Bull';
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #000000;
}

.stadium-about-description h2 {
    font-family: 'BullBold';
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #bc0108;
}

.stadium-stats {
    background-color: #2c2c2c;
    padding: 51px 70px 137px 70px;
    text-align: center;
}

.stadium-stats img {
    width: 100%;
    margin-bottom: 36px;
}

.stadium-stats-title {
    font-family: 'BullBold';
    font-size: 45px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #bc0108;
}

.stadium-stats-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.stadium-stats-info-wrapper {
    max-width: 786px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 92px;
}

.stadium-stats-info-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.stadium-stats-info-item-title {
    font-family: 'Bull';
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.stadium-stats-info-item-value {
    font-family: 'BullBold';
    font-size: 45px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #bc0108;
}

.stadium-address {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -70px;
}

.stadium-address-wrapper {
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    max-width: 1122px;
}

.stadium-address-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stadium-address-info {
    flex-basis: 50%;
    background-color: #bc0108;
    padding: 52px 44px;
}

.stadium-address-info h2 {
    font-family: 'BullBold';
    font-size: 45px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.stadium-address-info table {
    border-collapse: separate;
    border-spacing: 0 1em;
    margin-bottom: 43px;
}

.stadium-address-info table tr td {
    font-family: 'BullThin1';
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    vertical-align: top;
}

.stadium-address-info img {
    margin-right: 15px;
}

.stadium-gallery {
    margin-top: 97px;
    margin-bottom: 104px;
}

.stadium-gallery h2 {
    font-family: 'BullBold';
    font-size: 45px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #bc0108;
}

@media only screen and (max-width: 600px) {
    #stadium {
    }

    #stadium .stadium-banner {
        padding: 0 15px;
    }

    #stadium .stadium-about {
        padding: 35px 0px;
    }

    #stadium .stadium-stats {
        padding: 51px 0 137px 0;
    }

    #stadium .stadium-stats .stadium-stats-title {
        font-size: 24px;
    }

    #stadium .stadium-stats .stadium-stats-info {
        flex-direction: column;
    }

    #stadium .stadium-stats .stadium-stats-info .stadium-stats-info-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    #stadium .stadium-address .stadium-address-wrapper {
        flex-direction: column;
    }

    #stadium .stadium-address .stadium-address-wrapper .stadium-address-info h2 {
        font-size: 24px;
        text-align: center;
    }

    #stadium .stadium-address .stadium-address-wrapper .stadium-address-info table {
        margin-bottom: 0;
    }

    #stadium .stadium-address .stadium-address-wrapper .stadium-address-info table tr td {
        font-size: 14px;
    }

    #stadium .stadium-gallery {
        margin-top: 60px;
        margin-bottom: 0;
    }

    #stadium .stadium-gallery h2 {
        text-align: center;
        font-size: 24px;
    }

    #stadium .stadium-gallery #slider .slides,
    #stadium .stadium-gallery #slider .slides img {
        height: 265px;
    }
}

#beapartner .desktop  {
    display: flex;
}
#beapartner .mobile  {
    display: none;
}
@media only screen and (max-width: 600px) {
    #beapartner .desktop  {
        display: none;
    }
    #beapartner .mobile  {
        display: flex;
    }
}
