.site-index {
    display: flex;
    flex-direction: column;
}

.site-index .club-program {
    display: flex;
    flex-direction: row;
    gap: 69px;
    justify-content: space-between;
}

.site-index .club-program .club-program-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.site-index .club-program .club-program-text .join{
    margin-top: 16px;
}

.site-index .club-program .club-program-image {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
}

.site-index .club-program .club-program-image-background {
    width: 210px;
    height: 64px;
    background: #FBF8F8;
    position: relative;
    left: 93px;
}

.site-index .how-it-works {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 86px;
}

.site-index .how-it-works .how-it-works-image {
    display: flex;
    flex-direction: column;
}

.site-index .how-it-works .how-it-works-image-background {
    width: 255px;
    height: 64px;
    background: #FBF8F8;
    position: relative;
}

.site-index .how-it-works .how-it-works-text {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.site-index .how-it-works .how-it-works-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.site-index .how-it-works .how-it-works-text-element {
    display: flex;
    gap: 16px;
}

.site-index .how-it-works .how-it-works-text-element-header {
    color: #898686;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    margin-left: 8px;
}

.site-index .how-it-works .how-it-works-text-element-header.draw-line::before {
    content: '';
    border-left: 2px solid #F94942;
    display: flex;
    position: absolute;
    height: 17px;
    left: -8px;
}

.site-index .how-it-works .join {
    margin-top: 8px;
}


.site-index .reason-to-register {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.site-index .reason-to-register .reason-to-register-wrapper {
    display: flex;
    gap: 74px;
    flex-wrap: wrap;
}

.site-index .reason-to-register .reason-to-register-wrapper .reason-to-register-element {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 298px;
}

.site-index .reason-to-register .reason-to-register-wrapper .reason-to-register-element img {
    width: 40px;
    height: 40px;
}

.site-index .reason-to-register .join{
    align-self: center;
    margin-top: 0;
}

.site-index .stores {
    margin-top: 19px;
    display: flex;
    flex-direction: row;
    gap: 42px;
}

.site-index .stores .stores-image{
    max-width: 348px;
    max-height: 257px;
    display: flex;
    justify-content: center;
    margin: 58px 0;
}

.site-index .stores .stores-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.site-index .stores .stores-element.draw-line {
    position: relative;
    line-height: 18px;
    color: #898686;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.24px;
    margin-left: 8px;

}
.site-index .stores .stores-element.draw-line::before {
    content: '';
    border-left: 2px solid #F94942;
    display: flex;
    position: absolute;
    height: 8px;
    left: -8px;
    top: 5px;
}

.site-index .rewards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 24px 75px;
    background-color: #FBF8F8;
}

.site-index .rewards .join{
    margin-top: 0;
}