.bg_plane {
    max-width: 100%;
    height: 100%;
    background: url('../img/bg_kak_s_nami.webp') no-repeat center top / cover;
}
.bg_plane ul {
    text-align: center;
    margin: 0 auto;
}
.bg_plane ul li {
    list-style-type: none;
    margin-top: 30px;
}
.bg_plane ul li img {
    max-width: 100%;
    width: 100%;
}

.steps_flex {
    display: flex;
}

.steps_logo {
    width: 70%;
    padding: 50px 0;
    
}
.bg_plane p {
    text-align: center;
}
.bg_plane h1 {
    padding: 0;
    margin: 0;
    color: #fff;
}
.step_0 {
    width: 50%;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}
.plane {
    max-width: 100%;
    margin-top: -30px;
}