/*---------------- stats ------------------*/


#Stats{
        display: none;
  width: 100%;
  margin-top: 8px;
/*    border: 1px solid red;*/
}
#stat_blocks{
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 8px;

}
#stat_info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}
.info_title{
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.7px;
 /*   opacity: .56; changed */
opacity: .56;
}


#stat_line{
    display: flex;
    column-gap: 4px;
    width: 100%;
    margin-top: 4px;
}
.line_home{
    width: 50%;
    height: 4px;
    background: #ffaf14;;
    border-radius: 4px;
}
.line_guest{
    width: 50%;
    height: 4px;
    background: #3c399f;
    border-radius: 4px;
}


.st_info_home{
    font-weight: 600;
opacity: .9;
    line-height: 18px;
    letter-spacing: 0.6px
}

.line_home1{
    width: calc(64 * 100%)
}
.line_home2{
    width: calc(36 * 100%)
}
.line_home3{
    width: calc(20 * 100%)
}
.line_home4{
    width: calc(80 * 100%)
}
.line_home5{
    width: calc(75 * 100%)
}
.line_home6{
    width: calc(25 * 100%)
}



.str1{
    margin: 50px;
    width: 100px;
    height: 100px;
    border: 1px solid
}

/* */
#Stats_title_content{
    width: 100%;
    height: 32px;
    display: flex;
    column-gap: 4px;
    align-items: center;
    margin-top: 8px;
    transition: .1s;
    display: none;
/*    border: 1px solid*/
}

.stats_title{
    font-family: 'SF Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15px;
    opacity: .8;
    padding: 4px 12px;
    border-radius: 21px;
    cursor: pointer;
    transition: .1s
}

.stats_title_active{
opacity: .9;
background: #E5E4DE;
}

.stats_title:hover{
opacity: .9;
background: #E5E4DE;
}


.stadium_referee{
    margin-top: 12px;
    padding: 0px 8px;
    width: 100%;
    height: 88px;
    display: flex;
    gap: 8px;
}
.stadium_referee img{
    display: block;
    margin-right: 2px;
}

.stadium_referee > div{
    width: 50%;
    height: 100%;
    background: #f4f4f6;
    border-radius: 12px;
    padding: 12px;
}

.stadium,
.referee{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.stadium_icon{
    line-height: 14.5px;
}
.stadium_icon img,
.ref_icon img{
    display: block;
    margin: auto;
}
.stadium_name_count{
    text-align: center;
    font-weight: 600;
    line-height: 14.5px;
    letter-spacing: 0.7px;
}
.stadium_name{
    opacity: .9;
}
.stadium_count{
    opacity: .56;
    font-size: 10px;
}



.referee_name,
.referee_info{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    line-height: 14.5px;
    letter-spacing: 0.7px;
}
.referee_info{
    font-size: 10px;
}

.avg,
.referee_info span{
    opacity: .56;
    text-transform:uppercase;
}
.referee_name{
    opacity: .9
}

.ref_yellow_block,
.ref_red_block,
.ref_F_block{
    display: flex;
    align-items: center;
    margin-right: 3px;
    margin-left: 3px;
}
.ref_yellow_block{
    margin-left: 6px;
}


@media(max-width: 325px){
    .stadium_name,
    .referee_name{
        font-size: 14px;
    }

.ref_yellow_block,
.ref_red_block,
.ref_F_block{
    display: flex;
    align-items: center;
    margin-right: 1.5px;
    margin-left: 1.5px;
}
.ref_yellow_block{
    margin-left: 3px;
}
.stadium_count,
.referee_info{
    font-size: 9px;
}
}


