/*
.ui-modal-backdrop {
    position: fixed;
    z-index: 1100;
    inset: 0;
    display: grid;
    place-items: end center;
    padding: 0;
    background: rgba(0, 0, 0, .72);
    font-family: "SF Pro Display", Arial, sans-serif;
}
*/
.modalki-page{
    background: black;
    padding: 200px 0;
}
.ui-modal {
    position: relative;
    width: 100%;
    max-width: 1440px;
    padding: 86px 32px 32px 32px;
    color: #2f2f2f;
    background: #fff;
    border-radius: 38px;
    max-width: 720px;
    margin: 50px auto;
}

.ui-modal__close {
    position: absolute;
    top: 32px;
    right: 32px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    color: #2f2f2f;
    font: 300 22px / 1 Arial, sans-serif;
    background: #fafafa;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    cursor: pointer;
}

.ui-modal__eyebrow {
    margin: 0 0 18px;
    font-size: 20px;
    text-align: center;
}

.ui-modal__title {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
}

.ui-modal__text {
    margin: 24px 0 24px;
    color: #747474;
    font-size: 16px;
    line-height: 155%;
    text-align: center;
}

.ui-modal__code {
    display: flex;
    justify-content: center;
    gap: 12px;
    max-width: 500px;
    margin: 0 auto;
}

.ui-modal__code input {
    width: 100%;
    height: 121px;
    padding: 0;
    color: #737373;
    font: 400 48px/1 "SF Pro Display", Arial, sans-serif;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(47, 47, 47, .12);
    border-radius: 14px;
    outline: none;
}

.ui-modal__code input::placeholder {
    color: #737373;
    opacity: 1;
}

.ui-modal__code input:focus {
    border-color: #89966f;
    box-shadow: 0 0 0 3px rgba(137, 150, 111, .16);
}

.ui-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.ui-modal__button {
    width: 100%;
/*    min-height: 48px;*/
    padding: 16px 24px;
    font: 400 16px/1.2 "SF Pro Display", Arial, sans-serif;
    border-radius: 999px;
    cursor: pointer;
    text-align: center;
}

.ui-modal__button--primary {
    color: #fff;
    background: #89966f;
    border: 1px solid #89966f;
}

.ui-modal__button--secondary {
    color: #2f2f2f;
    background: #fff;
    border: 2px solid #e7e7e7;
}
.ui-modal__img{
    margin: 0;
}
.ui-modal__img svg{
    display: block;
    margin: 40px auto;
}
p.zaprosit{
    text-align: center;
    font-size: 16px;
    color: #2F2F2FB2;
    width: 100%;
    margin-top: 12px;
}
.flex_actions{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.flex_actions button{
    width: 49%;
}
.ui-modal__inputs{
    margin: 48px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.reg-auth .reg-auth__field--icon input {
    height: 50px;
    padding: 0 20px 0 50px;
    color: #2f2f2f;
    font-size: 16px;
    background: #fff;
    border: 1px solid rgba(47, 47, 47, .12);
    border-radius: 14px;
}

.reg-auth .reg-auth__field--icon input::placeholder {
    color: rgba(47, 47, 47, .42);
}

.reg-auth .reg-auth__field--icon input:focus {
    border-color: #89966f;
    box-shadow: 0 0 0 3px rgba(137, 150, 111, .16);
}

.reg-auth .reg-auth__field-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 18px;
    width: 20px;
    height: 20px;
    color: rgba(47, 47, 47, .42);
    transform: translateY(-50%);
    pointer-events: none;
}

/* Поля регистрации используются и внутри модалок. */
.ui-modal .reg-auth__field {
    position: relative;
    display: block;
    width: 60%;
    margin: 0 auto;
}

.ui-modal .reg-auth__field--icon input {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 50px;
    color: #2f2f2f;
    font: inherit;
    font-size: 12px;
    background: #fff;
    border: 1px solid rgba(47, 47, 47, .12);
    border-radius: 14px;
    outline: none;
}
.ui-modal .reg-auth__field--icon.summa input{
    padding-left: 20px;
}
.ui-modal .reg-auth__field--icon.summa .reg-auth__field-icon{
    left: inherit;
    right: 16px;
    width: 16px;
    height: 16px;
}
.ui-modal .reg-auth__field-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 18px;
    display: block;
    width: 20px;
    height: 20px;
    color: rgba(47, 47, 47, .42);
    transform: translateY(-50%);
    pointer-events: none;
}
.ui-modal__button--primary.ukassa{
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}

.reg-auth {
    width: min(100% - 32px, 460px);
    margin: 116px auto 48px;
    color: #2f2f2f;
    font-family: "SF Pro Display", Arial, sans-serif;
}

.reg-auth *,
.reg-auth *::before,
.reg-auth *::after {
    box-sizing: border-box;
}

.reg-auth__tabs {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: 18px;
}

.reg-auth__tab {
    position: relative;
    padding: 0 0 8px;
    color: #777;
    font: inherit;
    font-size: 21px;
    font-weight: 500;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.reg-auth__tab.is-active {
    color: #2f2f2f;
}

.reg-auth__tab.is-active::after {
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    content: "";
    background: #2f2f2f;
}

.reg-auth__panel {
    display: grid;
    gap: 12px;
}

.reg-auth__panel[hidden] {
    display: none;
}

.reg-auth__description {
    margin: 0 0 10px;
    color: #777;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
}

.reg-auth__field {
    position: relative;
    display: block;
}

.reg-auth__field input {
    width: 100%;
    height: 37px;
    padding: 0 12px 0 34px;
    color: #2f2f2f;
    font: inherit;
    font-size: 12px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    outline: 0;
}

.reg-auth__field input:focus {
    border-color: #89966f;
    box-shadow: 0 0 0 2px #89966f22;
}

.reg-auth__icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 12px;
    color: #777;
    font-size: 14px;
    line-height: 1;
    transform: translateY(-50%);
}

.reg-auth__submit {
    height: 48px;
    margin-top: 6px;
    color: #fff;
    font: inherit;
    font-size: 16px;
    background: #89966f;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    text-align: center;
}

.reg-auth__forgot {
    color: #2F2F2FB2;
    font-size: 12px;
    text-align: center;
    text-decoration: underline !important;
}

.reg-auth__forgot:hover {
    text-decoration: underline;
}

.account {
    --account-ink: #2f2f2f;
    --account-muted: #747474;
    --account-line: #e6e6e6;
    --account-green: #89966f;
    max-width: 1280px;
    margin: 92px auto 0;
    color: var(--account-ink);
    font-family: "SF Pro Display", Arial, sans-serif;
}

.account *,
.account *::before,
.account *::after {
    box-sizing: border-box;
}

.account__layout {
    min-width: 0;
}

.account__nav {
    display: none;
}

.account__content {
    min-width: 0;
}

.account__panel[hidden] {
    display: none !important;
}

.account__title {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 500;
}

.account__mobile-switch {
    display: flex;
    margin-bottom: 12px;
    padding: 4px;
    background: #f5f5f6;
    border: 1px solid var(--account-line);
    border-radius: 999px;
}

.account__mobile-switch-button {
    flex: 1;
    min-height: 32px;
    padding: 6px 8px;
    color: #555;
    font: inherit;
    font-size: 14px;
    background: transparent;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    text-align: center;
}

.account__mobile-switch-button.is-active {
    color: #fff;
    background: var(--account-green);
}

.account__empty,
.account__card {
    margin-bottom: 12px;
    padding: 16px 12px 12px;
    text-align: center;
    background: #f7f7f8;
    border: 1px solid var(--account-line);
    border-radius: 10px;
}

.account__empty p,
.account__card p {
    margin: 0 0 14px;
    color: var(--account-muted);
    font-size: 14px;
    line-height: 1.4;
}

.account__button {
    display: block;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background: var(--account-green);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}

.account__appointments {
    display: grid;
    gap: 12px;
}

.account__column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.account__column h2 {
    display: none;
    margin: 0;
    font-size: 20px;
}

.account__column--past {
    display: none;
}

.account__appointments.is-show-past .account__column--upcoming {
    display: none;
}

.account__appointments.is-show-past .account__column--past {
    display: flex;
    flex-direction: column;
}

.appointment {
    position: relative;
    padding: 14px 10px 0;
    border: 1px solid var(--account-line);
    border-radius: 10px;
    background: #fff;
}

.appointment--next {
    margin-top: 12px;
    border-color: #91b737;
}

.appointment__badge {
    position: absolute;
    top: -13px;
    left: 9px;
    padding: 4px 12px;
    color: var(--account-ink);
    font-size: 12px;
    background: #fff;
    border: 1px solid #91b737;
    border-radius: 999px;
}

.appointment p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.2;
}

.appointment__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px -10px 0;
    padding: 10px;
    color: #555;
    font-size: 14px;
    border-top: 1px solid #e6e6e6;
/*    padding-bottom: 0;*/
}

.appointment--next .appointment__meta {
    border-top: 1px solid #91b737;
}

.appointment__icon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    color: #999;
    font-size: 17px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.appointment--past .appointment__meta {
    justify-content: center;
    color: #ffd900;
    font-size: 22px;
    letter-spacing: 4px;
}

.account__mobile-nav {
    display: grid;
    margin-top: 18px;
    border-top: 1px solid var(--account-line);
}

.account__mobile-nav-button {
    min-height: 52px;
    padding: 0 10px;
    color: #555;
    font: inherit;
    font-size: 14px;
    text-align: left;
    background: #fff;
    border: 0;
    border-bottom: 1px solid var(--account-line);
    cursor: pointer;
}

.account__mobile-nav-button.is-active {
    color: var(--account-ink);
    background: #f7f7f8;
    font-weight: 500;
}

.account__card {
    padding: 20px;
    text-align: left;
    background: #fff;
}

.account__card h2 {
    margin: 0 0 10px;
    font-size: 17px;
}

.account__form {
    display: grid;
    gap: 14px;
}

.account__form label {
    display: grid;
    gap: 6px;
    font-size: 13px;
}

.account__form input {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    font: inherit;
    border: 1px solid var(--account-line);
    border-radius: 8px;
}

.account__profile-form {
    gap: 24px;
    max-width: 350px;
    padding: 0;
}

.account__profile-fields,
.account__profile-preferences {
    display: grid;
    gap: 12px;
}

.account__profile-field {
    display: grid;
    gap: 10px;
}

.account__profile-label {
    color: var(--account-ink);
    font-size: 14px;
    line-height: 1.25;
}

.account__profile-label--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.account__profile-form input,
.account__profile-form select {
    width: 100%;
    height: 48px;
    padding: 0 32px 0 16px;
    color: #555;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 13px;
    outline: none;
}

.account__profile-form input:not([type="password"]) {
    border-color: var(--account-line);
}

.account__profile-form select {
    appearance: none;
    cursor: pointer;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 16 10'%3E%3Cpath d='m1 1 7 7 7-7' fill='none' stroke='%232f2f2f' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") right 15px center/12px 10px no-repeat;
}

.account__profile-form input:focus,
.account__profile-form select:focus {
    border-color: var(--account-green);
    box-shadow: 0 0 0 3px rgba(137, 150, 111, .16);
}

.account__profile-settings {
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 0;
    margin: 8px 0 8px;
    border: 0;
}

.account__profile-settings legend {
    padding: 0;
    margin-bottom: 10px;
}

.account__profile-preferences .account__button {
    min-height: 56px;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 9px;
}

.account__subscriptions {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.account__subscriptions-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.account__subscriptions-head .account__title {
    margin: 0;
}

.account__subscriptions-new {
    padding: 10px 18px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    background: var(--account-green);
    border-radius: 999px;
}

.account__subscriptions-empty {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px 30px 30px;
    text-align: center;
    background: #f7f7f8;
    border: 1px solid var(--account-line);
    border-radius: 13px;
}

.account__subscriptions-empty p {
    margin: 0;
    color: var(--account-muted);
    font-size: 14px;
}

.account__subscriptions-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.subscription-card {
    overflow: hidden;
    border: 1px solid var(--account-line);
    border-radius: 13px;
}

.subscription-card__body {
    padding: 20px;
}

.subscription-card__body strong {
    display: block;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.subscription-card__body p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.25;
}

.subscription-card__meta {
    padding: 20px 20px;
    color: #555;
    font-size: 14px;
    border-top: 1px solid var(--account-line);
}

.massage-wizard {
    max-width: 680px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--account-line);
    border-radius: 16px;
}

.massage-wizard__step[hidden] {
    display: none;
}

.massage-wizard__mobile-title {
    margin: 0 0 18px;
    font-size: 16px;
    font-weight: 500;
}

.massage-wizard__heading {
    margin: 0 0 20px;
    color: #747474;
    font-size: 14px;
    line-height: 1.2;
}

.massage-wizard__progress {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.massage-wizard__progress-step {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    color: #fff;
    font-size: 14px;
    background: #c6cdbb;
    border-radius: 50%;
}

.massage-wizard__progress-step.is-active {
    background: var(--account-green);
}

.massage-wizard__progress-line {
    position: relative;
    flex: 1;
    height: 1px;
    background: #747474;
}

.massage-wizard__progress-line::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    content: '';
    background: #747474;
    border-radius: 50%;
    transform: translateY(-50%);
}

.massage-wizard fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.massage-wizard legend {
    margin-bottom: 20px;
    color: #747474;
    font-size: 14px;
    line-height: 1.2;
}

.massage-wizard__choices {
    display: grid;
    gap: 14px;
}

.massage-wizard__choices label {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--account-ink);
    font-size: 14px;
    cursor: pointer;
}

.massage-wizard__choices input {
    position: absolute;
    opacity: 0;
}

.massage-wizard__choices span {
    display: flex;
    align-items: center;
    gap: 14px;
}

.massage-wizard__choices span::before {
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid var(--account-line);
    border-radius: 5px;
}

.massage-wizard__choices input:checked + span::before {
    background: var(--account-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13'%3E%3Cpath d='m1 6 4.4 4.4L16 1' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/11px 8px no-repeat;
    border-color: var(--account-green);
}

.massage-wizard__actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.massage-wizard__next,
.massage-wizard__reset {
    min-height: 50px;
    padding: 12px 18px;
    font: inherit;
    font-size: 14px;
    line-height: 1.15;
    border-radius: 999px;
    cursor: pointer;
}

.massage-wizard__next {
    color: #fff;
    background: var(--account-green);
    border: 0;
    text-align: center;
}

.massage-wizard__reset {
    color: var(--account-ink);
    background: #fff;
    border: 1px solid var(--account-line);
    text-align: center;
}

.massage-wizard__intensity-grid {
    display: grid;
    gap: 16px;
}

.massage-wizard__intensity label {
    display: block;
    cursor: pointer;
}

.massage-wizard__intensity input {
    position: absolute;
    opacity: 0;
}

.massage-wizard__intensity span {
    display: block;
    min-height: 112px;
    padding: 20px;
    border: 1px solid var(--account-line);
    border-radius: 16px;
}

.massage-wizard__intensity input:checked + span {
    border: 2px solid var(--account-green);
}

.massage-wizard__intensity strong {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

.massage-wizard__intensity small {
    display: block;
    font-size: 14px;
    line-height: 1.35;
}
.ui-modal__button--primary.white{
    color: black;
    background: white;
    border-color: #EBEBEB;
}
.ui-modal__button--primary.red{
    background: #D5312C;
    color: white;
}
.rf-bfe-progress-scrollbar {
    display: none;
}

@media (max-width:767px) {
    .ui-modal {
        max-height: 100dvh;
        padding: 56px 20px 32px;
        overflow-y: auto;
        border-radius: 32px;
    }
    .ui-modal__close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        font-size: 18px;
    }
    .ui-modal__eyebrow {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .ui-modal__title {
        font-size: 19px;
    }
    .ui-modal__text {
        margin: 28px 0 24px;
        font-size: 17px;
    }
    .ui-modal__code {
        gap: 10px;
    }
    .ui-modal__code input {
        height: 60px;
        font-size: 32px;
        border-radius: 14px;
    }
    .ui-modal__actions {
        gap: 12px;
        margin-top: 32px;
    }
    .ui-modal__button {
/*        min-height: 54px;*/
        font-size: 14px;
        padding: 12px 16px;
    }
    p.zaprosit{
        margin-top: 0;
        font-size: 12px;
    }
    .ui-modal .reg-auth__field{
        width: 100%;
    }
    .ui-modal .reg-auth__field-icon{
        width: 15px;
        height: 15px;
    }
}







@media (min-width: 900px) {
    .account {
        margin-top: 160px;
        padding: 0 24px;
    }
    .account__layout {
        display: grid;
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 74px;
        align-items: start;
    }
    .account__nav {
        display: grid;
        gap: 21px;
        position: sticky;
        top: 130px;
    }
    .account__nav-button {
        padding: 0;
        color: #777;
        font: inherit;
        font-size: 22px;
        line-height: 1.2;
        text-align: left;
        background: transparent;
        border: 0;
        cursor: pointer;
    }
    .account__nav-button.is-active {
        color: var(--account-ink);
        font-weight: 500;
    }
    .account__nav-button--link {
        text-decoration: none;
    }
    .account__title {
        margin-bottom: 34px;
        font-size: 38px;
    }

    .account__mobile-nav {
        display: none;
    }
    .account__empty {
        margin-bottom: 18px;
        padding: 35px 34px 34px;
        border-radius: 13px;
    }
    .account__empty p {
        margin-bottom: 21px;
        font-size: 16px;
    }
    .account__button {
        padding: 13px 18px;
        font-size: 16px;
        border-radius: 8px;
    }
    .account__profile-form {
        display: flex;
        align-items: flex-start;
        gap: 72px;
        max-width: 766px;
        padding-top: 2px;
    }
    .account__profile-fields,
    .account__profile-preferences {
        display: flex;
        flex: 0 1 347px;
        flex-direction: column;
        gap: 12px;
        min-width: 0;
    }
    .account__profile-field {
        gap: 10px;
    }
    .account__profile-label {
        font-size: 16px;
    }
    .account__profile-form input,
    .account__profile-form select {
        height: 48px;
        padding: 0 32px 0 16px;
        font-size: 16px;
        border-radius: 13px;
    }
    .account__profile-form select {
        background-size: 12px 10px;
        background-position: right 15px center;
    }
    .account__profile-settings {
        gap: 12px;
        margin: 8px 0;
    }
    .account__profile-settings legend {
        margin-bottom: 10px;
    }
    .account__profile-preferences .account__button {
        min-height: 56px;
        padding: 12px 20px;
        font-size: 18px;
        border-radius: 9px;
    }
    .account__subscriptions {
        gap: 34px;
    }
    .account__subscriptions-head {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }
    .account__subscriptions-new {
        padding: 12px 20px;
        font-size: 16px;
    }
    .account__subscriptions-empty {
        gap: 20px;
        padding: 36px 34px 34px;
        border-radius: 13px;
    }
    .account__subscriptions-empty p {
        font-size: 16px;
    }
    .account__subscriptions-list {
        gap: 34px;
    }
    .subscription-card {
        border-radius: 13px;
    }
    .subscription-card__body {
        padding: 14px 40px 12px;
    }
    .subscription-card__body strong {
        margin-bottom: 11px;
        font-size: 16px;
    }
    .subscription-card__body p {
        margin-bottom: 6px;
        font-size: 16px;
    }
    .subscription-card__meta {
        padding: 14px 40px;
        font-size: 16px;
    }
    .massage-wizard {
        max-width: none;
        padding: 32px;
        border-radius: 20px;
    }
    .massage-wizard__mobile-title {
        display: none;
    }
    .massage-wizard__heading {
        margin-bottom: 36px;
        font-size: 30px;
        color: var(--account-ink);
    }
    .massage-wizard__progress {
        gap: 32px;
        margin-bottom: 36px;
    }
    .massage-wizard__progress-step {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
        font-size: 17px;
    }
    .massage-wizard legend {
        margin-bottom: 36px;
        font-size: 18px;
    }
    .massage-wizard__choices {
        gap: 16px;
        max-width: 430px;
    }
    .massage-wizard__choices label {
        gap: 12px;
        font-size: 18px;
    }
    .massage-wizard__choices span {
        gap: 12px;
    }
    .massage-wizard__choices span::before {
        flex-basis: 18px;
        width: 18px;
        height: 18px;
        border-width: 1px;
        border-radius: 3px;
    }
    .massage-wizard__choices input:checked + span::before {
        background-size: 12px 8px;
    }
    .massage-wizard__actions {
        gap: 8px;
        margin-top: 18px;
    }
    .massage-wizard__next,
    .massage-wizard__reset {
        min-height: 56px;
        padding: 12px 20px;
        font-size: 20px;
    }
    .massage-wizard__intensity span {
        min-height: 196px;
        padding: 30px 46px;
        border-radius: 24px;
    }
    .massage-wizard__intensity input:checked + span {
        border-width: 2px;
    }
    /*    .massage-wizard__intensity strong { margin-bottom: 28px; font-size: 34px; }*/
    /*    .massage-wizard__intensity small { font-size: 24px; }*/
    .account__column {
        gap: 16px;
    }
    .account__column h2 {
        display: block;
        margin-bottom: 22px;
        font-size: 24px;
    }
    .appointment {
        min-height: 150px;
        padding: 26px 18px 0;
        border-radius: 13px;
    }
    .appointment--next {
        margin-top: 0;
    }
    .appointment p {
        font-size: 16px;
    }
    .appointment__meta {
        margin: 18px -18px 0;
        padding: 14px 18px;
        font-size: 16px;
/*        padding-bottom: 0;*/
    }
    .appointment__badge {
        top: -16px;
        padding: 5px 13px;
        font-size: 15px;
    }
    .appointment__icon {
        top: 14px;
        right: 13px;
    }
    .appointment--past {
        min-height: 128px;
        padding-top: 16px;
    }
    .appointment--past .appointment__meta {
        margin-top: 12px;
        font-size: 28px;
    }
    .account__panel.is-active {
        min-height: 700px;
        margin-bottom: 60px;
    }
    .account__panel#custom.is-active {
        min-height: 0;
    }
    .reg{
        margin-top: 130px;
        margin-bottom: 50px;
    }
    .reg-auth__tab {
        font-size: 32px;
    }
    .reg-auth__description {
        font-size: 16px;
        margin-top: 24px;
    }
    .reg-auth__forgot {
        font-size: 16px;
    }
    .reg-auth__tabs{
        gap: 50px;
    }
    .ui-modal .reg-auth__field--icon input{
        font-size: 16px;
    }
    .massage-wizard__intensity strong{
        font-size: 22px;
    }
    .massage-wizard__intensity small{
        font-size: 18px;
    }


}

@media (min-width: 1200px){
    .account__mobile-switch
    {
        display: none;
    }
    .account__appointments {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        padding: 34px;
        border: 1px solid var(--account-line);
        border-radius: 17px;
    }
    .account__column--past {
        display: flex;
        flex-direction: column;
    }
    .account__appointments.is-show-past .account__column--upcoming {
        display: grid;
    }
    .massage-wizard__intensity-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 26px;
    }
    .massage-wizard__intensity span{
        min-height: 250px;
    }
    .rf-bfe-progress-scrollbar {
        display: block;
    }

    .rc-progress-scrollbar{
        height: 100%;
        inset-inline-end: -30px;
        position: absolute;
        top: 0;
        z-index: 2;
    }
    .rf-bfe-progress-scrollbar .rc-progress-scrollbar-section {
        position: sticky;
        top: 110px;
    }
    .rc-progress-scrollbar-container {
        align-items: center;
        display: flex;
/*        height: calc(100vh - 109px);*/
    }
    .rc-progress-scrollbar-steps {
        position: relative;
    }
    .rf-bfe-progress-scrollbar-stepitem {
        display: block;
        margin: 14px 0;
    }
    .rf-bfe-progress-scrollbar-stepitem span {
        background: #1d1d1f;
        border-radius: 50%;
        display: block;
        height: 4px;
        opacity: .16;
        width: 4px;
    }

}

@media (min-width: 1400px){
    .rc-progress-scrollbar{
        inset-inline-end: -52px;
    }
}
