.tour__bonus_program h1 {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
}

.tour__bonus_program h2 {
    color: #076990;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
}

.tour__bonus_program .block__current_year h2 {
    border-bottom: none;
    padding-bottom: 0;
}

.tour__bonus_program .block {
    margin-bottom: 20px;
}

.tour__bonus_program .block__current_year .inner {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 20px;
}

.tour__bonus_program .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

.tour__bonus_program .main-info-item:not(:last-child) {
    margin-bottom: 20px;
}

.tour__bonus_program .main-info-item .heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.tour__bonus_program .main-info-item .deducted label {
    font-weight: bold;
    font-size: 16px;
    color: #5a5a5a;
}
.tour__bonus_program .main-info-item .deducted span {
    color: #ef5858;
    font-size: 18px;
}

.tour__bonus_program .main-info-item .notice .inner {
    background: #f3f3f3;
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 13px;
    display: inline-block;
}

.tour__bonus_program .main-info-item span {
    color: #ffc219;
    font-size: 24px;
    font-weight: bold;
}

.tour__bonus_program .thresholds {
    border: 1px solid #ffc219;
    border-radius: 5px;
    padding: 20px;
}

.tour__bonus_program .thresholds ul {
    padding-left: 20px;
}

.tour__bonus_program .thresholds label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.tour__bonus_program .thresholds ul > li:not(:last-child) {
    margin-bottom: 10px;
}

.tour__bonus_program .block__current_year h3 {
    margin: 20px 0 10px 0;
}

.tour__bonus_program .block__current_year .other-years {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.block p {
    margin-bottom: 15px;
}

.block__past-years ul {
    list-style: none;
}

.block__past-years ul > li {
    margin-bottom: 10px;
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.block .highlight {
    color: #ffc219;
}

.block .alt-highlight {
    color: #ef5858;
}

.tour-bonuses-info {
    color: #05729b;
    font-weight: bold;
}

.block__past-years .year {
    font-size: 18px;
}

@media (max-width: 767px) {
    .tour__bonus_program .top {
        flex-direction: column;
    }
}