*{
	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;
    background-color: white;
    font-size: 14px;
}

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

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

#navMenu{
    width: 100%;
    height: 32px;
/*    border: 1px solid;*/
    display: flex;
    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;
    opacity: 0.8;
    position: relative;
    transition: .1s
}
#navList a.active{
    background: #e5e4de;
    opacity: 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%;
    height: 58px;
    margin-top: 8px;
    font-weight: 700;
/*    border: 1px solid blue*/
}
#cont_Games{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cont_Games .clubs_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 296px;
}
#cont_Games .clubs_logo img{
    width: 38px;
    transition: .1s;
}
.dirk{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.6px;
    margin-top: 2px;
    transition: .1s
}

@media(max-width:480px){
.dirk{
    font-size: 12px;
}
}

/*-----------------Խաղի Հաշիվ ------------------*/

#cont_Games .clubs{
    width: 112px;
    height: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-direction: column;
    /*    border: 1px solid blue;*/
}

.halfs_min{
    height: 14px;
    font-size: 10px;
    font-weight: 600;
    color: #E61414;
    transition: .1s;
/*    border: 1px solid;*/
}
.count{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    opacity: 0.9;
    transition: .1s;
    position: relative;
}
/*    border: 1px solid;*/
/*
.count:before,
.count:after{
    content: "1";
    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: flex;
    justify-content: center;
    align-items: center;
}
.count:before{
    content: "2";
    left: -12px;
}
*/
.count_first_half{
    height: 14px;
    font-size: 10px;
    font-weight: 600;
    color: #E61414;
    transition: .1s;
}

/*----------@media header_Games -----------*/

@media(max-width:480px){

#cont_Games .clubs{
    width: 140px;}
.halfs_min{
    font-size: 10px;
/*    color: blue;*/
}
.count{
    font-size: 24px;
}
.count_first_half{
    font-size: 10px;
}
}


@media(max-width:370px){

#cont_Games .clubs_logo img{
    width: 30px;
}
.halfs_min{
    font-size: 8px;
    height: 10px
}
.count{
    font-size: 20px;
    height: 20px
}
.count_first_half{
    font-size: 8px;
    height: 10px
}
}


