.AboutNewsYear{
    display: flex;
    padding-bottom: 38px;
    flex-wrap: wrap;
}

.AboutNewsYearElement{
    width: 62px;
    height: 37px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    line-height: 38px;
    color: #09518e;
}

.YearText{
    height: 27px;
    display: inline-flex;
    border-bottom: #09518e 1px dashed;
}

.AboutNewsYearElementActive{
    background-color: #126db9;
    color: white;
    border-radius: 3px;
    cursor: unset;
}

.AboutNewsYearElementActive>.YearText{
    border-bottom: none;

}

.AboutNewsElementDate{
    display: flex;

    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #1e1e1e;
}

.AboutNewsElement{
    display: grid;
    grid-template-columns: 110px auto;
    grid-column-gap: 30px;
    padding-bottom: 33px;
}

@media only screen and (max-width: 500px) {
    .AboutNewsElement{
        display: block;
    }
}


.AboutNewsElementNewsTitle{

    font-weight: 700;
    font-size: 17px;
}

.AboutNewsElementNewsText{

    font-weight: 400;
    font-size: 15px;
}

.AboutNewsElementDateMonth{
    padding-left: 10px;
}
.BlueFooter{
    width: 100%;
    height: 88px;
    background-color: #126cb8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ButtonBlueFooter{

    padding-left: 15px;
    padding-right: 15px;
}
.BlueFooter>a{
    text-decoration: none;
}

