.tizers {
    margin-left: -32px;
    margin-bottom: 40px;
}

.tizers__list {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.tizers__item {
    padding-left: 32px;
    width: 33.33333%;
}

.tizers__item-inner {
    padding: 18px 16px;
    background: #F3F4F5;
    border-radius: 8px;
}

.tizers__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tizers__icon {
    width: 72px;
    height: 72px;
    margin-right: 16px;
}

.tizers__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0;
}

.tizers__desc {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

@media (max-width: 1024px) {
    .tizers__link {
        flex-direction: row;
        align-items: start;
        align-items: center;
        height: 100%;
    }
    .tizers__link:before {
       content: '';
       display: block;
       height: 100%;
        width: 1px;
    }
    .tizers__title{
        margin-bottom: 0;
    }
    .tizers__icon {
        margin-bottom: 0;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 800px) {
    .tizers {
        margin-left: 0;
        margin-bottom: 32px;
        margin-right: -15px;
    }
    .tizers__wrapper-list {
        overflow-x: auto;
        max-width: 100%;
    }
    .tizers__list {
        align-items: stretch;
    }
    .tizers__item {
        width: 264px;
        flex: none;
        padding-left: 0;
        padding-right: 8px;
    }
    .tizers__item-inner {
        height: 100%;
    }
}

.bonus-prog {
    margin-bottom: 90px;
}

.bonus-prog__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.bonus-prog__text {
    font-size: 18px;
    line-height: 28px;
    color: #303233;
    margin-bottom: 32px;
}

.bonus-prog-tizers {
    margin-left: -32px;
    margin-bottom: 54px;
}

.bonus-prog-tizers__list {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.bonus-prog-tizers__item {
    padding-left: 32px;
    width: 33.33333%;
}

.bonus-prog-tizers__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #303233;
    margin-bottom: 17px;
}

.bonus-prog-tizers__desc {
    font-size: 14px;
    line-height: 20px;
    color: #858D99;
}

.bonus-prog .spoiler:not(.is-active) .spoiler__content {
    display: none;
}

.bonus-prog .spoiler.is-active>.btn {
    display: none;
}

.bonus-prog .spoiler__title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bonus-prog .form {
    max-width: 720px;
}

.bonus-prog .svg-before-icon--card_red_in_white_round {
    padding: 8px 24px 8px 6px;
}

.bonus-prog .svg-before-icon--card_red_in_white_round:before {
    width: 36px;
    height: 36px;
}

.bonus-prog .tizers__link {
    justify-content: flex-start;
}

@media (max-width: 1180px) {
    .bonus-prog__top {
        flex-direction: column-reverse;
    }
    .bonus-prog__top>* {
        width: 100%;
    }
    .bonus-prog__img-box {
        margin-bottom: 20px;
    }
    .bonus-prog__img-box img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .bonus-prog {
        margin-bottom: 0;
    }
    .bonus-prog-tizers__list {
        flex-direction: column;
    }
    .bonus-prog-tizers__item {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {

    .bonus-prog .spoiler__title h2 {
        text-align: left;
    }
    .bonus-prog .spoiler__title-box button {
        flex-shrink: 0;
    }
}