.head{
    width: 100%;
    background-color:  #00618B;
    text-align: right;
    padding: 5px;
    box-sizing: border-box;
    font-weight: bold;
    border-bottom: solid;
    border-top: solid;
    border-width: 5px;
    border-color: var(--bar);
}



.layout{
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    text-align: center;
}


#logo{
    float: right;
    margin: 2px;
    width: auto;
}


#logo img{
    height: 80px;
    margin: 0px;
    border-radius: 10%;
    display: inline-block;
}

#logo-info{
  float: right;
}


#info{
    display: inline-block;
    margin: 5px;
    font-weight: 700;
    font-size: 18px;
    color: white;
    /*line-height: 1.2;*/
    text-align: right;
    /*padding: 5px;*/
    float: right;
}


.container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    margin-bottom: -80px;
    padding-bottom: 80px;
}


.cont{
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    margin-bottom: -80px;
    padding-bottom: 80px;
    background-color: var(--bc);
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(220px, 1fr) );
/*    grid-template-rows: repeat(auto-fit, 60px);*/
}


.element{
    margin: 8px;
    color: white;
    border-radius: 8px;
    padding: 7px;
    background-color: var(--elem);
    border: solid;
    border-color: var(--elem);
    display: block;
    text-align: left;
    text-decoration: none;
    min-height: 120px;
    position: relative;
}

.element > span{
    font-weight: bold;
}

.element:hover{
    border-color: var(--hover)
}
p {
  padding: 0 10px;
}


.notactive{
    background-color: gray;
    border-color: gray;
}


#pinfo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}


.item-3{
    align-items: center;
    text-align: center;
}

.item-3 > img{

    width: 100%;
    max-width: 600px;
}


h3 {
  padding: 0 10px;
  margin:  0px;
}

.number{
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 5px;

}