.wrapper {
    font-size: 21px;
    /* border: solid red; */
}

h1 {
    padding: 27px;
    font-size: 30px;
}

h2 {
    font-size: 28px;
    margin-left: 5px;
}

h3 {
    font-size: 24px;
    color: rgb(79, 79, 79);
    margin-left: 5px;
    background-color: aliceblue;
    border-radius: 8px;
    padding: 8px;
}

p {
    margin-left: 19px;
}

span {
    color: #ed9a00;
    font-size: 19px;
}

.termins {
    color: #000;
    background-color: #ed9a00;
    border-radius: 10px;
    padding: 8px;
    /* padding: 20px; */
}

.info {
    padding: 20px 15px;
    margin: 0;
}

.spisok_h2 {
    margin-left: 2%;
}

.spisok .spisok_items {
    padding: 0 20px;
    margin: 0;
    background-color: rgb(198, 198, 198);
}

.spisok {
    margin: 13px 0 0 0;
    background-color: rgb(198, 198, 198);
}

/* ФУТЕР НАЧАЛО  */
.wrapper_footer {
    padding: 60px 0 60px 0;
    background-image: url("https://www.transparenttextures.com/patterns/office.png");
    position: relative;

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

.wrapper_footer .naming {
    margin-left: 28px;
    font-size: 17px;
    padding-top: 27px;
}

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