section.chek-gos-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.chek-gos-header div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

div.chek-gos-banner {
    width: 63%;
}

div.chek-gos-info {
    width: 35%;
    align-self: flex-start;
}

div.chek-gos-info p {
    text-align: justify;
    margin: 0 0 10px 0;
}

div.chek-gos-info ul {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    list-style: unset;
}

a.button-lada {
    width: 300px;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}

a.button-lada:hover {
    text-decoration: none !important;
}

section.bonus-equipments {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.bonus-equipments h1 {
    text-align: center;
    text-decoration: underline;
}

div.zap-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

div.zapkrug {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin: 2% 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

div.zapkrug div {
    overflow: hidden;
    border-radius: 100%;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.zapkrug p {
    font-size: 18px;
}

div.zapkrug p b {
    background-color: #cc5c00;
    color: #fff;
    padding: 5px;
    border-radius: 30px;
}

@media only screen and (max-width: 1024px) {
    div.chek-gos-banner,
    div.chek-gos-info {
        width: 100%;
    }
    section.chek-gos-header {
        flex-direction: column;
    }
}