*{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color: inherit
}

body{
    font-family: 'SF Pro Display', sans-serif;
    transition: .1s;
    font-size: 14px;
background-color: white;
color: #000;
}

.container{
    max-width: 720px;
    width: 100%;
    margin:  0px auto 100px;
    padding: 8px;
/*    border: 2px solid*/
}


/*-------------------navMenu--------------------*/

#navMenu{
    width: 100%;
    height: 32px;
/*    border: 1px solid;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .1s
}
#navList{
    height: 100%;
    display: flex;
    align-items: center;
    column-gap: 4px;
    list-style-type: none;
}
#navList li{

}
#navList a{
    font-family: 'SF Pro', sans-serif;
    font-size: 14px;
    letter-spacing: -0.15px;
    line-height: 18px;
    padding: 4px 12px;
    border-radius: 21px;
color: rgba(0, 0, 0, .8);
    position: relative;
    transition: .1s
}

#navList a.active{
background: #E5E4DE;
color: rgba(0, 0, 0, .9);
}


#navList a:hover{
    opacity: 1;
    transition: .1s
}


@media(max-width:455px){


#navMenu{
    height: 38px;
}

#navList{
    overflow-x: auto;
    overflow-y: hidden;
}
#navList li{
    margin-bottom: 4px;
    transition: .1s
}

}
@media(max-width:350px){

#navList a{
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 12px;
}
}

/*-----------------header_Games----------------*/

#header_Games{
    width: 100%;
    margin-top: 8px;
/*    border: 1px solid blue*/
}
#cont_Games{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-----------------LOGO_img----------------*/

.clubs_logo_name{
    width: 296px;
}
.container_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
/*    border: 1px solid*/
}
.container_logo img{
    max-width: 40px;
    max-height: 40px;
    transition: .1s;
}
.clubs_name{
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 16px;
    height: 16px;
    width: 100%;
    text-align: center;
    transition: .1s;
/*    border: 1px solid*/
}


/*-----------------STATUS ------------------*/

.status {
    min-width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid blue; */
}

.statusC{
color: #E61414;
}

.statusName {
    height: 14px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    transition: .1s;
    /* border: 1px solid; */
}
.count{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.2px;
    opacity: 0.9;
    transition: .1s;
    position: relative;
color: black;
}
.count_current{
    width: 100%;
    min-height: 14px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 14px;
    letter-spacing: 0.7px;
    transition: .1s;
}

.countbefore,
.countafter{
    font-size: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:calc(100% + 2px);
    width: 9px;
    height: 12px;
    background: rgba(255,0,0, .8);
    color: aliceblue;
    border-radius: 2px;
    display: none;
    justify-content: center;
    align-items: center;
}
.countbefore{
    left: -12px;
}


.servbefore,
.servafter{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .90);
    border-radius: 100%;
    display: none;
}
.servbefore{
    left: -10px;
}


/*----------------summary-----------------*/

#Pitch{
    display: none;
    width: 100%;
    margin-top: 8px;
    color: black;
}

#Summary{
    display: none;
    width: 100%;
    margin-top: 8px;
}
.summary_title{
    text-align: center;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: lowercase;
}
.summary_info_cont{
    width: 100%;
    margin-top: 4px;
}
/*--------------summary block------------*/
.summary_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 8px;
    width: 100%;
    height: 46px;
    margin-top: 4px;
    position: relative;
}

.summary_info{
    width: 343.5px;
    height: 100%;
    padding: 6px 8px;
}
.info_line{
    width: 1px;
    height: calc(100% + 4px);
    padding: 0px;
    position: relative;
background: #D9D9D9;
}

.info_line:after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.first_line{
    height: calc(50% + 4px);
    bottom: -12px;
}
.first_line:after{
    top: 0%;
}
.last_line{
    height: calc(50% + 4px);
    top: -15px;
}
.last_line:after{
    top: 100%;
}
.only_line {
    width: 0px;
}

.info_geust{
    height: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 6px 8px;
background: #f5f4f1;
}

.info_geust .min{
    width: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;

    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.7px;
    transition: .1s;
    opacity: .5;
color: rgba(0, 0, 0, .9);
}

.info_geust .minH{
    width: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;

    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.7px;
    transition: .1s;
    opacity: .5;
}
.info_geust .min span{
}
.info_geust .imgBox{
    width: 16px;
    height: 16px;
    margin-left: 2px;
    margin-right: 8px;
    position: relative;
}
.info_geust .imgBox img{
    width: 100%;
    height: auto;
}

.info_geust .nameEvent{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
/*    border: 1px solid*/
}
.name1{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    transition: .1s;
}

.name2{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    transition: .1s;
color: rgba(0, 0, 0, .4);
}



.info_home{
    height: 100%;
    border-radius: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 6px 8px;
background: #f5f4f1;
}

.info_home .min{
    width: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;

    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.7px;
    transition: .1s;
color: rgba(0, 0, 0, .5);
}

.info_home .minH{
    width: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;

    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.7px;
    transition: .1s;
    opacity: .5;
}
.info_home .imgBox{
    width: 16px;
    height: 16px;
    margin-left: 8px;
    margin-right: 2px;
    position: relative;
}
.info_home .imgBox img{
    width: 100%;
    height: auto;
}

.info_home .nameEvent{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.name1{

}
.name2{

}

.summary_title_start,
.summary_title_end{
    display: flex;
    justify-content: center;
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
color: rgba(0, 0, 0, .4);
}
.summary_title_end span,
.summary_title_start span{
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.7px;
    padding: 4px 8px;
    border-radius: 12px;
    background: #f5f4f1;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 4px;
background: #f5f4f1;
color: rgb(0,0,0);
}

.summary_title_start {
        margin-bottom: 4px;
}

@media(max-width: 400px){
        .clubs_name{
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: -0.32px;
    line-height: 14px;
    height: 26px;
/*    border: 1px solid*/

}
.container_logo img{
/*    max-width: 35px;      */
/*    max-height: 35px;     */
}
.statusName{
    height: 13px;
    font-size: 9px;
}
.count{
    height: 26px;
    font-size: 21px;
}
.count_current{
    min-height: 13px;
    font-size: 9px;
}

}


/*----------------end------------------*/

