h1 {
    padding: 25px;
}


.rekvizits {
    margin-left: 30px;
    font-size: 20px;
}

.rekvizits .items {
    text-decoration: none;
}


/* ФУТЕР НАЧАЛО  */
.wrapper_footer .naming {
    margin-left: 32px;
    font-size: 17px;
    padding-top: 54px;
}

.wrapper_footer {
    background-color: rgb(24, 51, 121);
    margin-top: 90px;
    padding: 30px 0 30px 0;
    background-image: url("https://www.transparenttextures.com/patterns/office.png");
    position: relative;

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
    .wrapper_footer::after {
    position: absolute;
    content: '';
    background: url('./bank.png') no-repeat top left / 70px 70px;
    top: 7%;
    bottom: 0;
    left: 8.8%;
    right: 0;
    width: 70px;
    height: 70px;
}

.counter {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 37px;
}
/* ФУТЕР КОНЕЦ */