.registration-benefits {


    & .registration-benefits__title {
        margin: 0 0 24px;
        color: #4f4f4f;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 700;
        letter-spacing: -0.02em;
        text-align: center;
    }

    & .registration-benefits__label {
        max-width: 450px;
        width: 100%;
        margin: 0 auto 12px;
        padding: 0;
        color: #4f4f4f;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 700;
        text-align: left;
    }

    & .registration-benefits__list {
        max-width: 450px;
        width: 100%;
        list-style-type: none;
        margin: 0 auto 24px;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    & .registration-benefits__item {
        position: relative;
        padding-left: 32px;
        margin: 0;
        color: #1f1f1f;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        list-style: none;
    }

    & .registration-benefits__item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        border: 2px solid #22c55e;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%232dbe45' d='M20.285 2 9 13.567 3.714 8.556 0 12.272 9 21 24 5.715z'/%3E%3C/svg%3E");
        background-size: 12px 12px;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
        box-sizing: border-box;
    }

    @media (max-width: 767px) {
        & .registration-benefits__title {
            font-size: 22px;
        }

        & .registration-benefits__label {
            font-size: 15px;
        }

        & .registration-benefits__item {
            font-size: 16px;
            padding-left: 38px;
        }
    }
}

.um .picker__frame {
    max-height: 100%;
    position: fixed;
    inset: 101px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none !important;
    user-select: none !important;
    transform: none !important;
    transition: none !important;
	
    .picker__wrap {
        height: auto;
    }

    .picker__button--close {
        position: absolute;
        bottom: 100%;
        right: 0;
        font-size: 0;
        border: none;
        width: 26px;
        height: 26px;
        padding: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m12 10.93 5.719-5.72a.749.749 0 1 1 1.062 1.062l-5.72 5.719 5.719 5.719a.75.75 0 1 1-1.061 1.062L12 13.053l-5.719 5.719A.75.75 0 0 1 5.22 17.71l5.719-5.719-5.72-5.719A.752.752 0 0 1 6.281 5.21z'/%3E%3C/svg%3E");
    }

    .picker__header {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .picker__button--clear,
    .picker__button--today {
        color: #fff;
    }
}

.um .picker--opened .picker__frame {
    pointer-events: auto !important;
    user-select: auto !important;
}
