.sb-sub-option:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'wolf-icons';
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: -19px;
    font-weight: bold;
}

.container-sb {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0px 0px;
    gap: 32px;
    width: 336px;
    margin: 25px auto;
    background-image: url(../img/sb-background.png);
    background-repeat: no-repeat;
    height: 368px;
}

.sb-title {
    width: 336px;
    height: 28px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FF8D6B;
}

.sb-sub-title {
    width: 336px;
    height: 18px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #545454;
}

.sb-sub-option {
    width: 68px;
    height: 19px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    text-decoration-line: underline;
    color: #FF8D6B;
    position: relative;
}

.container-sb-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 248px;
    height: 201px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.sb-icon {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 56px;
    height: 56px;
    border-radius: 60px;
}

.sb-row-icon {
    width: 176px;
    height: 19px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    color: #545454;
}

.sb-row-title {
    width: 176px;
    height: 36px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #B1B1B1;
}

.sb-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 248px;
    height: 56px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    z-index: 1;
}

.sb-space {
    transform: rotate(88deg);
    text-align: center;
    margin: 0px 0px;
    color: #F4B7A2;
    letter-spacing: 3px;
    z-index: 0;
    font-size: 33px;
    width: 77px;
    padding: 0;
    margin: -8px;
}

.container-form-sb #postcode {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 0px 0px 16px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E0DFDE;
    border-radius: 4px;
}

.sb-seccond-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    align-items: center;
    text-align: center;
    color: #FF8D6B;
    margin: 0 auto;
    display: block;
}

.sb-space-seccond-title {
    width: 24px;
    height: 4px;
    background: #FF8D6B;
    border-radius: 4px;
    margin: 0 auto 5px auto;
}

.sb-step {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 35px;
    height: 24px;
    border-radius: 80px;
    margin: 0 8px;
}

.off {
    background: #B1B1B1;
}

.on {
    background: #FF8D6B;
}

.sb-ruler-title {
    width: 100%;
    height: 19px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    text-align: left;
    color: #999999;
}

.sb-step-ruler {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.container-form-sb #subscription-form {
    margin-top: 20px;
}

.sb-progress {
    width: 100%;
    height: 2px;
    background: #B1B1B1;
    margin-top: 12px;
}

.sb-bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: #FF8D6B;
}