.page-footer {
    width: 100%;
    height: 80px;
    top: 8345px;
    background-color: rgb(245, 245, 245);
    border-color: rgb(255, 255, 255);
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    box-sizing: border-box;
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.page-footer__item{
    font-family: Montserrat;
    font-style: normal;
    letter-spacing: 0px;
    padding: 0px;
    text-align: start;
    text-decoration: none;
    text-transform: none;
    color: rgb(61,61,61);
}
.page-footer__item_company{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.page-footer__item_contact{
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.page-footer__item_contact_a{
    color: #0092d5;
}