.btn-shop {
    color: #000000;
    background-color: #FEFEFE;
}

.btn-shop:hover {
    color: #000000;
    background-color: #FEFEFE;
}

.btn-ticket {
    color: #fff;
    background-color: #E3B538;
}

.header__club-name {
    font-size: 1.4rem;
}



.header__club-name {
    font-size: 1.4rem;
}

@media (min-width: 769px) {  
    .match-info__top-league{
        font-size: 1.6rem;
    } 
    .match-info__top > div {
        min-width: unset;
        width: 33%;
    }
    .match-info__top-stadium{
        font-size: 1.5rem;
    }

    .contacts__logo{
        top: 8rem;
        max-height: 70%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contacts__logo img{
        width: unset;
        height: 100%;
    }

    .match-info__box-team{
        justify-content: center;
        height: 11rem;
        padding: 0;
    }
    .match-info__box-name {
        font-size: 3.5rem;
        line-height: 1.2;
    }

    .main-matches__slide-league{
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .match-info__top > div{
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .match-info__top-league{
        font-size: 1.4rem;
    }

    .contacts__logo {
        top: 70%;
    }

    .match-info__box-team{
        height: 100%;
    }
}

.account__form-cancel{
    margin-top: 0;
}

@media (min-width: 769px) {
    .account__form-submit:hover{
        background: var(--white);
        color: #000;
    }
}