.aeroflot-promo-page__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 72px;
}
.aeroflot-promo-page__wrapper *{
    box-sizing: border-box;
}
.aeroflot-promo-page__top-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 56px;
    background-color: #0153A0;
    color: #ffffff;
    text-align: center;
    border-radius: 56px;
}
.aeroflot-promo-page__top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f1f1;
}
.aeroflot-promo-page__top_up{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.aeroflot-promo-page__top_title{
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
}
.aeroflot-promo-page__top_text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.aeroflot-promo-page__red-text{
    background-color: #ff4141;
    border-radius: 8px;
    padding: 4px 6px 4px 8px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}

.aeroflot-promo-page__red-text:hover{
    color: #ffffff;
    background-color: #ff6161;
}
.aeroflot-promo-page__bold-text{
    font-weight: 600;
}
.aeroflot-promo-page__top-block_button{
    background-color: #ff4141;
    padding: 10px 16px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
}
.aeroflot-promo-page__top-block_button:hover{
    color: #ffffff;
    background-color: #ff6161;
}
.aeroflot-promo-page__body{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
    gap: 24px;
    border-radius: 56px;
    background-color: #0153A0;
    color: #ffffff;
}
.aeroflot-promo-page__body-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.aeroflot-promo-page__body-top_title{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.aeroflot-promo-page__body-top_text{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.aeroflot-promo-page__rules-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    border-radius: 32px;
    gap: 10px;
    background-color: #ffffff;
}
.aeroflot-promo-page__rules{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.aeroflot-promo-page__rule{
    background-color: #f2f5f9;
    border-radius: 24px;
    padding: 16px;
    display: flex;
    gap: 8px;
}
.aeroflot-promo-page__rule_full-column{
    grid-column: 1/-1;
}
.aeroflot-promo-page__rule_number{
    max-width: 32px;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0153A0;
    color: #ffffff;
    padding: 8px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.aeroflot-promo-page__rule_text{
    font-size: 14px;
    line-height: 20px;
    color: #001A34;
}
.aeroflot-promo-page__rule_text a{
    text-decoration: underline;
    color: #2C8AC9;
    cursor: pointer;
}
.aeroflot-promo-page__rules-block_button{
    background-color: #ff4141;
    padding: 10px 16px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    z-index: 100;
}
.aeroflot-promo-page__rules-block_button:hover{
    color: #ffffff;
    background-color: #ff6161;
}
.aeroflot-promo-page__rules-block_button:focus,
.aeroflot-promo-page__top-block_button:focus,
.aeroflot-promo-page__red-text:focus{
    color: #ffffff;
}


.aeroflot-promo-page__body_image svg{
    width: 260px;
    height: 260px;
    margin: -80px 0;
}
