.profile-new,
.profile-new-login {
    --pn-primary: #580c93;
    --pn-primary-dark: #450773;
    --pn-primary-soft: #f5eff9;
    --pn-text: #171611;
    --pn-border: #e5e1e7;
    --pn-canvas: #faf9fb;
    --pn-white: #fff;
    --pn-success: #267657;
    --pn-success-soft: #eaf5ef;
    --pn-warning: #9a5c1b;
    --pn-warning-soft: #fff2df;
    --pn-danger: #a73b48;
    --pn-danger-soft: #fbeaec;
    --pn-shadow: 0 16px 42px rgba(45, 23, 58, .07);

    color: var(--pn-text);
}

.profile-new *,
.profile-new-login * {
    box-sizing: border-box;
}

.profile-new {
    position: relative;
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    min-height: 720px;
    margin: 16px 0 42px;
    overflow: hidden;
    border: 1px solid var(--pn-border);
    border-radius: 18px;
    background: var(--pn-white);
    box-shadow: var(--pn-shadow);
}

.profile-new a {
    text-decoration: none;
}

.profile-new__sidebar {
    display: flex;
    min-width: 0;
    height: fit-content;
    align-self: start;
    flex-direction: column;
    padding: 26px 16px 20px;
    border-right: 1px solid var(--pn-border);
    background: var(--pn-white);
}

.profile-new-user {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    padding: 0 8px 20px;
}

.profile-new-user__avatar {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: var(--pn-primary);
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.profile-new-user__identity {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.profile-new-user__identity strong,
.profile-new-user__identity small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-new-user__identity strong {
    font-size: 16px;
}

.profile-new-user__identity small {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-user button {
    display: none;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 9px;
    color: var(--pn-text);
    background: var(--pn-primary-soft);
    font-size: 22px;
    cursor: pointer;
}

.profile-new-completion {
    display: grid;
    gap: 10px;
    margin: 0 4px 20px;
    padding: 13px;
    border: 1px solid #e9dff0;
    border-radius: 12px;
    color: var(--pn-text);
    background: #fbf8fd;
}

.profile-new-completion > span {
    display: grid;
    gap: 2px;
}

.profile-new-completion strong {
    font-size: 16px;
}

.profile-new-completion small {
    color: var(--pn-primary);
    font-size: 16px;
    font-weight: 700;
}

.profile-new-completion > i,
.profile-new-membership__usage > i {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: #e4dce9;
}

.profile-new-completion > i b,
.profile-new-membership__usage > i b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--pn-primary);
}

.profile-new-nav {
    display: grid;
    gap: 18px;
}

.profile-new-nav__group {
    display: grid;
    gap: 2px;
}

.profile-new-nav__label {
    padding: 0 11px 6px;
    color: var(--pn-text);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.profile-new-nav__link {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-height: 38px;
    padding: 0 11px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: var(--pn-text);
    font-size: 16px;
    font-weight: 650;
    letter-spacing: -.5px;
}

.profile-new-nav__link i {
    color: var(--pn-text);
    font-size: 16px;
    font-style: normal;
    text-align: center;
}

.profile-new-nav__link b {
    display: grid;
    place-items: center;
    min-width: 22px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
    font-size: 16px;
}

.profile-new-nav__link:hover {
    color: var(--pn-primary);
    background: #faf7fc;
}

.profile-new-nav__link.is-active {
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
}

.profile-new-nav__link.is-active i {
    color: var(--pn-primary);
}

.profile-new-nav__link.has-cart-items:not(.is-active) b {
    color: #fff;
    background: var(--pn-primary);
}

.profile-new-sidebar__footer {
    display: grid;
    gap: 9px;
    margin-top: auto;
    padding: 18px 10px 0;
    border-top: 1px solid var(--pn-border);
}

.profile-new-sidebar__footer a {
    display: flex;
    justify-content: space-between;
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-sidebar__footer a:hover {
    color: var(--pn-primary);
}

.profile-new-sidebar__footer a.is-active {
    color: var(--pn-primary);
    font-weight: 700;
}

.profile-new__content {
    position: relative;
    min-width: 0;
    padding: clamp(34px, 4.5vw, 64px);
    background: var(--pn-canvas);
    transition: opacity .16s ease;
}

.profile-new__content.is-loading {
    min-height: 360px;
    opacity: .45;
    pointer-events: none;
}

.profile-new__content.is-loading::after {
    position: absolute;
    top: 28px;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 3px solid #ded2e6;
    border-top-color: var(--pn-primary);
    border-radius: 50%;
    content: "";
    animation: profile-new-spin .7s linear infinite;
}

.profile-new__mobile-toggle {
    display: none;
}

.profile-new__overlay {
    display: none;
}

.profile-new-eyebrow {
    display: block;
    color: var(--pn-primary);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.profile-new-page-head,
.profile-new-dashboard-head,
.profile-new-section-head,
.profile-new-result__top,
.profile-new-order header,
.profile-new-form-actions,
.profile-new-notice,
.profile-new-membership,
.profile-new-limit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.profile-new-page-head,
.profile-new-dashboard-head {
    margin-bottom: 30px;
}

.profile-new-page-head h1,
.profile-new-dashboard-head h1 {
    margin: 6px 0 6px;
    color: var(--pn-text);
    font-size: clamp(30px, 3.2vw, 42px);
    line-height: 1.08;
    letter-spacing: -.02em;
}

.profile-new-page-head p,
.profile-new-dashboard-head p {
    max-width: 750px;
    margin: 0;
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.45;
}

.profile-new-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 48px;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.profile-new-button:hover {
    transform: translateY(-1px);
}

.profile-new-button--primary {
    color: #fff !important;
    background: var(--pn-primary);
}

.profile-new-button--primary:hover {
    background: var(--pn-primary-dark);
}

.profile-new-button--light {
    color: var(--pn-primary) !important;
    background: #fff;
}

.profile-new-button--outline {
    border-color: #ccb9d8;
    color: var(--pn-primary) !important;
    background: transparent;
}

.profile-new-button--small {
    min-height: 39px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 16px;
}

.profile-new-text-link {
    color: var(--pn-primary) !important;
    font-size: 16px;
    font-weight: 750;
    text-decoration: none !important;
}

.profile-new-text-link span {
    margin-left: 5px;
}

.profile-new-text-button {
    padding: 0;
    border: 0;
    color: var(--pn-text);
    background: transparent;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.profile-new-chip {
    display: inline-flex;
    width: fit-content;
    min-height: 27px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.15);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.profile-new-recommendation {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    min-height: 285px;
    overflow: hidden;
    border-radius: 21px;
    color: #fff;
    background: var(--pn-primary);
}

.profile-new-recommendation > div {
    z-index: 1;
    align-self: center;
    padding: 36px;
}

.profile-new-recommendation h2 {
    max-width: 670px;
    margin: 16px 0 10px;
    color: #fff;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.08;
}

.profile-new-recommendation p {
    max-width: 670px;
    margin: 0 0 22px;
    color: rgba(255,255,255,.8);
    font-size: 16px;
    line-height: 1.5;
}

.profile-new-recommendation__symbol {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    align-self: center;
    width: 116px;
    height: 116px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: #fff;
    font-size: 44px;
}

.profile-new-recommendation::after {
    position: absolute;
    right: -120px;
    bottom: -230px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    content: "";
}

.profile-new-recommendation--pending {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 104px;
    align-items: center;
    padding: 16px 24px;
    border-radius: 12px;
    background: #6c3baa;
}

.profile-new-recommendation--pending > div {
    padding: 0;
}

.profile-new-recommendation--pending .profile-new-chip {
    min-height: 22px;
    background: rgba(255,255,255,.18);
}

.profile-new-recommendation--pending h2 {
    max-width: none;
    margin: 4px 0 2px;
    font-size: 24px;
    line-height: 1.15;
}

.profile-new-recommendation--pending p {
    max-width: none;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.4;
}

.profile-new-recommendation__action {
    position: relative;
    z-index: 2;
    min-height: 40px;
    margin-left: 24px;
    padding: 0 20px;
    white-space: nowrap;
}

.profile-new-recommendation--pending .profile-new-recommendation__symbol {
    position: absolute;
    right: 215px;
    width: 86px;
    height: 86px;
    border: 0;
    opacity: .14;
    font-size: 70px;
}

.profile-new-recommendation--pending::after {
    display: none;
}

.profile-new-recommendation--profile {
    background: #4c3765;
}

.profile-new-recommendation--growth {
    background: #275f56;
}

.profile-new-section {
    margin-top: 34px;
}

.profile-new-section-head {
    margin-bottom: 17px;
}

.profile-new-section-head h2 {
    margin: 4px 0 0;
    color: var(--pn-text);
    font-size: 24px;
}

.profile-new-section-count {
    display: grid;
    place-items: center;
    min-width: 34px;
    height: 30px;
    border-radius: 999px;
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
    font-size: 16px;
    font-weight: 800;
}

.profile-new-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.profile-new-stats a {
    display: grid;
    min-height: 150px;
    padding: 19px;
    border: 1px solid var(--pn-border);
    border-radius: 15px;
    color: var(--pn-text);
    background: #fff;
}

.profile-new-stats span {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-stats strong {
    align-self: end;
    margin: 15px 0 2px;
    color: var(--pn-text);
    font-size: 32px;
}

.profile-new-stats small {
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.3;
}

.profile-new-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
}

.profile-new-service-grid > a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 6px 12px;
    min-height: 140px;
    padding: 18px;
    border: 1px solid var(--pn-border);
    border-radius: 15px;
    color: var(--pn-text);
    background: #fff;
}

.profile-new-service-grid i {
    display: grid;
    grid-row: span 2;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
    font-size: 18px;
    font-style: normal;
}

.profile-new-service-grid strong {
    align-self: end;
    font-size: 16px;
}

.profile-new-service-grid small {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-service-grid > a > span {
    grid-column: 2;
    align-self: end;
    color: var(--pn-primary);
    font-size: 16px;
    font-weight: 800;
}

.profile-new-notice {
    padding: 17px 19px;
    border: 1px solid #eed9ba;
    border-radius: 14px;
    background: var(--pn-warning-soft);
}

.profile-new-notice > div {
    display: grid;
    gap: 3px;
}

.profile-new-notice > div > span {
    color: var(--pn-warning);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.profile-new-notice strong {
    font-size: 16px;
}

.profile-new-notice p {
    margin: 0;
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-notice > a {
    color: var(--pn-warning);
    font-size: 16px;
    font-weight: 800;
}

.profile-new-notice--cart {
    border-color: #decfe8;
    background: #f7f2fb;
}

.profile-new-notice--cart > div > span,
.profile-new-notice--cart > a {
    color: var(--pn-primary);
}

.profile-new-notice--cart p {
    color: var(--pn-text);
}

.profile-new-empty {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 150px;
    padding: 24px;
    border: 1px solid var(--pn-border);
    border-radius: 16px;
    background: #fff;
}

.profile-new-empty__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
    font-size: 21px;
}

.profile-new-empty h2 {
    margin: 0 0 5px;
    color: var(--pn-text);
    font-size: 19px;
}

.profile-new-empty p {
    max-width: 680px;
    margin: 0;
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.45;
}

.profile-new-document-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 14px;
}

.profile-new-document {
    overflow: hidden;
    border: 1px solid var(--pn-border);
    border-radius: 15px;
    background: #fff;
}

.profile-new-document__preview {
    position: relative;
    display: block;
    height: 245px;
    overflow: hidden;
    background: #f2eff3;
}

.profile-new-document__preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profile-new-document__preview span {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 8px;
    border-radius: 999px;
    color: var(--pn-success);
    background: var(--pn-success-soft);
    font-size: 16px;
    font-weight: 800;
}

.profile-new-document__body {
    padding: 16px;
}

.profile-new-document__body > small,
.profile-new-pending-list article small {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-document h3,
.profile-new-pending-list h3 {
    margin: 5px 0 14px;
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.3;
}

.profile-new-card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}

.profile-new-inline-form {
    display: inline-flex;
    margin: 0;
}

.profile-new-pending-list {
    display: grid;
    gap: 9px;
}

.profile-new-pending-list article {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid var(--pn-border);
    border-radius: 13px;
    background: #fff;
}

.profile-new-pending-list img {
    width: 52px;
    height: 68px;
    border-radius: 5px;
    object-fit: cover;
}

.profile-new-pending-list h3 {
    margin-bottom: 0;
}

.profile-new-pending-list .document-loop-to-pay.active {
    border-color: var(--pn-primary);
    color: #fff !important;
    background: var(--pn-primary);
}

.profile-new-checkout-bar {
    position: sticky;
    bottom: 14px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid #d9c5e6;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(58, 24, 78, .13);
}

.profile-new-checkout-bar.hidden {
    display: none;
}

.profile-new-checkout-bar .profile-diploma-count {
    padding: 0;
    font-size: 16px;
}

.profile-new-link-list {
    border-top: 1px solid var(--pn-border);
}

.profile-new-link-list > a,
.profile-new-link-list > div {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 68px;
    border-bottom: 1px solid var(--pn-border);
    color: var(--pn-text);
}

.profile-new-link-list > div > a {
    display: grid;
    grid-column: 1 / 3;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.profile-new-link-list span {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-link-list strong {
    font-size: 16px;
}

.profile-new-link-list__copy {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.profile-new-link-list__copy small {
    color: var(--pn-text);
    font-size: 16px;
    font-weight: 500;
}

.profile-new-pdf-list strong {
    min-width: 0;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.profile-new-link-list i {
    color: var(--pn-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 750;
}

.profile-new-editor-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.profile-new-editor-service {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 6px;
    align-items: start;
    min-height: 112px;
    padding: 20px;
    border: 1px solid var(--pn-border);
    border-radius: 16px;
    background: #fff;
    color: var(--pn-text);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.profile-new-editor-service:hover {
    border-color: rgba(98, 12, 171, .35);
    box-shadow: 0 12px 28px rgba(50, 20, 70, .08);
    color: var(--pn-text);
    transform: translateY(-2px);
}

.profile-new-editor-service span {
    grid-row: 1 / 3;
    color: var(--pn-primary);
    font-size: 16px;
    font-weight: 750;
    line-height: 1.5;
}

.profile-new-editor-service strong {
    font-size: 16px;
    font-weight: 650;
    line-height: 1.4;
}

.profile-new-editor-service i {
    color: var(--pn-text);
    font-size: 16px;
    font-style: normal;
    line-height: 1.35;
}

.profile-new-editor-service:hover i {
    color: var(--pn-primary);
}

.profile-new-result-list,
.profile-new-order-list {
    display: grid;
    gap: 12px;
}

.profile-new-result,
.profile-new-order {
    padding: 22px;
    border: 1px solid var(--pn-border);
    border-radius: 16px;
    background: #fff;
}

.profile-new-result__top > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-new-result__top small,
.profile-new-result__top > span {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-status {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.profile-new-status--success {
    color: var(--pn-success);
    background: var(--pn-success-soft);
}

.profile-new-status--warning {
    color: var(--pn-warning);
    background: var(--pn-warning-soft);
}

.profile-new-status--danger {
    color: var(--pn-danger);
    background: var(--pn-danger-soft);
}

.profile-new-status--neutral {
    color: var(--pn-text);
    background: #edf1f4;
}

.profile-new-result h2 {
    margin: 18px 0 6px;
    color: var(--pn-text);
    font-size: 20px;
    line-height: 1.25;
}

.profile-new-result > p {
    margin: 0 0 17px;
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-inline-alert {
    margin: 0 0 16px;
    padding: 12px 13px;
    border-left: 3px solid var(--pn-danger);
    border-radius: 0 9px 9px 0;
    color: #67333b;
    background: var(--pn-danger-soft);
    font-size: 16px;
    line-height: 1.4;
}

.profile-new-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--pn-border);
    border-radius: 15px;
    background: #fff;
}

.profile-new-list-tools {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(180px, auto));
    gap: 10px;
    margin-bottom: 14px;
}

.profile-new-list-tools--single {
    grid-template-columns: minmax(260px, 520px);
}

.profile-new-list-tools input,
.profile-new-list-tools select {
    width: 100%;
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid var(--pn-border);
    border-radius: 10px;
    color: var(--pn-text);
    background: #fff;
    font: inherit;
    font-size: 16px;
}

.profile-new-list-tools input:focus,
.profile-new-list-tools select:focus {
    border-color: var(--pn-primary);
    box-shadow: 0 0 0 3px rgba(88,12,147,.08);
    outline: 0;
}

.profile-new-filter-empty {
    margin: 18px 0 0;
    padding: 18px;
    border: 1px solid var(--pn-border);
    border-radius: 12px;
    color: var(--pn-text);
    background: #fff;
    text-align: center;
}

.profile-new-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.profile-new-pagination button {
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid var(--pn-border);
    border-radius: 9px;
    color: var(--pn-primary);
    background: #fff;
    font-weight: 700;
    cursor: pointer;
}

.profile-new-pagination button:disabled {
    color: var(--pn-text);
    opacity: .45;
    cursor: default;
}

.profile-new-pagination span {
    color: var(--pn-text);
    font-size: 16px;
    font-weight: 650;
}

.profile-new-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.profile-new-table th,
.profile-new-table td {
    padding: 15px 17px;
    border-bottom: 1px solid var(--pn-border);
    text-align: left;
    vertical-align: middle;
}

.profile-new-table th {
    color: var(--pn-text);
    background: #fbfafc;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.profile-new-table td {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-table tbody tr:last-child td {
    border-bottom: 0;
}

.profile-new-table td a {
    color: var(--pn-text);
    font-weight: 700;
}

.profile-new-table td strong {
    color: var(--pn-text);
}

.profile-new-table .is-positive {
    color: var(--pn-success);
}

.profile-new-table .is-negative {
    color: var(--pn-danger);
}

.profile-new-limit {
    margin-bottom: 18px;
    padding: 20px;
    border: 1px solid var(--pn-border);
    border-radius: 15px;
    background: #fff;
}

.profile-new-limit > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 12px;
    align-items: end;
}

.profile-new-limit .profile-new-eyebrow {
    grid-column: span 2;
}

.profile-new-limit strong {
    color: var(--pn-primary);
    font-size: 32px;
}

.profile-new-limit p {
    margin: 0 0 5px;
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-subscription-offer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 235px;
    align-items: center;
    overflow: hidden;
    padding: 32px;
    border-radius: 19px;
    color: #fff;
    background: var(--pn-primary);
}

.profile-new-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 16px;
}

.profile-new-form-card,
.profile-new-form-help {
    border: 1px solid var(--pn-border);
    border-radius: 16px;
    background: #fff;
}

.profile-new-form-card {
    padding: 26px;
}

.profile-new-form-layout--extended {
    grid-template-columns: minmax(0, 1fr);
}

.profile-new-form-card--extended {
    padding: 28px;
}

.profile-new-form-section + .profile-new-form-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--pn-border);
}

.profile-new-form-card__head {
    margin-bottom: 22px;
}

.profile-new-form-card__head h2 {
    margin: 5px 0 0;
    font-size: 21px;
}

.profile-new-form-card__head p {
    margin: 8px 0 0;
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.45;
}

.profile-new-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.profile-new-form-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profile-new-form-card label {
    display: grid;
    gap: 6px;
}

.profile-new-form-card label > span,
.profile-new-category-field legend {
    color: var(--pn-text);
    font-size: 16px;
    font-weight: 700;
}

.profile-new-form-card .form-control {
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid #dcd6df;
    border-radius: 10px;
    color: var(--pn-text);
    background: #fff;
    font-size: 16px;
}

.profile-new-form-card .form-control:focus {
    border-color: var(--pn-primary);
    box-shadow: 0 0 0 3px rgba(88,12,147,.08);
    outline: 0;
}

.profile-new-form-card textarea.form-control {
    min-height: 190px;
    padding: 13px;
    line-height: 1.55;
    resize: vertical;
}

.profile-new-form-field--wide {
    grid-column: 1 / -1;
}

.profile-new-organization-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 15px;
}

.profile-new-organization-field > label:first-child {
    min-width: 0;
}

.profile-new-organization-field .form-control[readonly] {
    color: var(--pn-text);
    background: #f4f1f5;
}

.profile-new-check {
    display: flex !important;
    min-height: 32px;
    align-items: center;
    gap: 9px !important;
    color: var(--pn-text);
    cursor: pointer;
}

.profile-new-check input[type="hidden"] {
    display: none;
}

.profile-new-check input[type="checkbox"],
.profile-new-specializations input {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    margin: 0;
    accent-color: var(--pn-primary);
}

.profile-new-check > span {
    font-size: 16px !important;
    line-height: 1.35;
}

.profile-new-specializations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 22px;
    margin: 0;
    padding: 0;
    border: 0;
}

.profile-new-specializations > input[type="hidden"] {
    display: none;
}

.profile-new-specializations label {
    display: flex;
    min-height: 42px;
    align-items: center;
    gap: 10px;
    padding: 7px 9px;
    border-radius: 9px;
    cursor: pointer;
}

.profile-new-specializations label:hover {
    background: var(--pn-primary-soft);
}

.profile-new-specializations label:has(input:checked) {
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
}

.profile-new-specializations label > span {
    color: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.profile-new-about-field > small {
    color: var(--pn-text);
    text-align: right;
}

.profile-new-about-field > small strong {
    color: var(--pn-text);
}

.profile-new-form-layout--extended .profile-new-form-help {
    position: sticky;
    top: 18px;
}

.profile-new-form-actions {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--pn-border);
}

.profile-new-form-actions > span {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-form-help {
    align-self: start;
    padding: 24px;
    background: var(--pn-primary-soft);
}

.profile-new-form-help > span {
    color: var(--pn-primary);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.profile-new-form-help h2 {
    margin: 13px 0 8px;
    font-size: 22px;
    line-height: 1.15;
}

.profile-new-form-help p,
.profile-new-form-help li {
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.45;
}

.profile-new-form-help ul {
    margin: 15px 0 0;
    padding-left: 17px;
}

.profile-new-form-help > div {
    display: grid;
    gap: 2px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #dbcde4;
}

.profile-new-form-help > div strong {
    color: var(--pn-primary);
    font-size: 22px;
}

.profile-new-form-help > div small {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-subscription-offer > div {
    z-index: 1;
    max-width: 720px;
}

.profile-new-subscription-offer h2 {
    margin: 15px 0 9px;
    color: #fff;
    font-size: clamp(26px, 3vw, 38px);
}

.profile-new-subscription-offer p {
    margin: 0 0 20px;
    color: rgba(255,255,255,.8);
    font-size: 16px;
    line-height: 1.5;
}

.profile-new-subscription-offer__mark {
    display: grid;
    place-items: center;
    width: 105px;
    height: 105px;
    border: 1px solid rgba(255,255,255,.23);
    border-radius: 50%;
    font-size: 40px;
}

.profile-new-subscription-offer__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
}

.profile-new-subscription-offer__actions > strong {
    color: #fff;
    font-size: 16px;
}

.profile-new-subscription-payment-status {
    min-height: 25px;
    margin: 14px 0 0;
    color: #fff;
    font-size: 16px;
}

.profile-new-membership {
    padding: 24px;
    border: 1px solid var(--pn-border);
    border-radius: 16px;
    background: #fff;
}

.profile-new-membership__main h2 {
    margin: 11px 0 4px;
    font-size: 23px;
}

.profile-new-membership__main p {
    margin: 0;
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-membership__usage {
    display: grid;
    width: min(360px, 45%);
    gap: 8px;
}

.profile-new-membership__usage > div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
}

.profile-new-membership__usage small {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.profile-new-benefits--subscription {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profile-new-benefits article {
    padding: 18px;
    border: 1px solid var(--pn-border);
    border-radius: 14px;
    background: #fff;
}

.profile-new-benefits i {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
    border-radius: 11px;
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
    font-style: normal;
}

.profile-new-benefits strong {
    display: block;
    font-size: 16px;
}

.profile-new-benefits p {
    margin: 5px 0 0;
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.35;
}

.profile-new-order header {
    align-items: flex-start;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--pn-border);
}

.profile-new-order header > div {
    display: grid;
    gap: 6px;
}

.profile-new-order header > div:last-child {
    justify-items: end;
}

.profile-new-order h2 {
    margin: 0;
    font-size: 18px;
}

.profile-new-order header span {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-order header strong {
    font-size: 20px;
}

.profile-new-order__positions {
    display: grid;
}

.profile-new-order__positions > div {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid var(--pn-border);
}

.profile-new-order__positions > div:last-child {
    border-bottom: 0;
}

.profile-new-order__icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 13px;
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
    font-size: 20px;
    font-weight: 750;
}

.profile-new-order__position--book .profile-new-order__icon {
    color: #176d5a;
    background: #e7f4ef;
}

.profile-new-order__position--review .profile-new-order__icon {
    color: #9a5c1b;
    background: #fff2df;
}

.profile-new-order__position--competition .profile-new-order__icon {
    color: #8b5d06;
    background: #fff5d9;
}

.profile-new-order__position--market .profile-new-order__icon {
    color: #2c668a;
    background: #eaf4fa;
}

.profile-new-order__content {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.profile-new-order__type {
    color: var(--pn-primary);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.profile-new-order__content > strong {
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.35;
}

.profile-new-order__position > small {
    padding-top: 3px;
    color: var(--pn-text);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.profile-new-order__content p {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 7px 0 0;
}

.profile-new-order__content p a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid #ded2e6;
    border-radius: 9px;
    color: var(--pn-primary);
    background: #fff;
    font-size: 16px;
    font-weight: 700;
}

.profile-new-order__content p a:hover {
    border-color: var(--pn-primary);
    background: var(--pn-primary-soft);
}

.profile-new-order__content p a i {
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    border-radius: 6px;
    color: #fff;
    background: var(--pn-primary);
    font-size: 16px;
    font-style: normal;
}

.profile-new-order__note {
    margin-top: 3px;
    color: var(--pn-warning);
    font-size: 16px;
    line-height: 1.45;
}

.profile-new-cart {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 16px;
}

.profile-new-cart__items {
    display: grid;
    align-content: start;
    gap: 9px;
}

.profile-new-cart__items article {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr) auto 28px;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--pn-border);
    border-radius: 13px;
    background: #fff;
}

.profile-new-cart__icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 11px;
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
}

.profile-new-cart__items article > div {
    display: grid;
    gap: 3px;
}

.profile-new-cart__items small {
    color: var(--pn-text);
    font-size: 16px;
    text-transform: uppercase;
}

.profile-new-cart__items strong {
    font-size: 16px;
}

.profile-new-cart__items b {
    font-size: 16px;
}

.profile-new-cart__items button {
    border: 0;
    color: var(--pn-text);
    background: transparent;
    font-size: 22px;
    cursor: pointer;
}

.profile-new-cart__summary {
    align-self: start;
    padding: 20px;
    border: 1px solid var(--pn-border);
    border-radius: 15px;
    background: #fff;
}

.profile-new-cart__summary > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    font-size: 16px;
}

.profile-new-cart__total {
    padding-top: 15px;
    border-top: 1px solid var(--pn-border);
}

.profile-new-cart__total strong {
    font-size: 20px;
}

.profile-new-cart__summary label {
    display: flex;
    gap: 7px;
    margin: 17px 0;
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-cart__summary .profile-new-button {
    width: 100%;
}

.profile-new-category-field {
    margin: 20px 0 0;
    padding: 0;
    border: 0;
}

.profile-new-category-field legend {
    margin-bottom: 10px;
}

.profile-new-category-field > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.profile-new-category-field label {
    display: flex;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid var(--pn-border);
    border-radius: 9px;
    cursor: pointer;
}

.profile-new-category-field label:has(input:checked) {
    border-color: #cbb5d9;
    background: var(--pn-primary-soft);
}

.profile-new-category-field label > span {
    font-size: 16px;
}

.profile-new-login {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
    gap: clamp(35px, 7vw, 100px);
    align-items: center;
    min-height: 560px;
    padding: clamp(38px, 6vw, 78px);
    border: 1px solid var(--pn-border);
    border-radius: 18px;
    background: var(--pn-canvas);
}

.profile-new-login__copy h1 {
    max-width: 680px;
    margin: 10px 0 16px;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.08;
}

.profile-new-login__copy p {
    max-width: 650px;
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.55;
}

.profile-new-login__copy ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.profile-new-login__copy li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}

.profile-new-login__copy li::before {
    position: absolute;
    left: 0;
    color: var(--pn-primary);
    content: "✓";
    font-weight: 800;
}

.profile-new-login__form {
    display: grid;
    gap: 16px;
    padding: 28px;
    border: 1px solid var(--pn-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--pn-shadow);
}

.profile-new-login__form h2 {
    margin: 0;
    font-size: 24px;
}

.profile-new-login__form > p {
    margin: -8px 0 4px;
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-login__form > label:not(.profile-new-login__agreement) {
    display: grid;
    gap: 7px;
}

.profile-new-login__form label > span {
    font-size: 16px;
    font-weight: 700;
}

.profile-new-login__form .form-control {
    min-height: 48px;
    border: 1px solid #dcd6df;
    border-radius: 10px;
    font-size: 16px;
}

.profile-new-login__agreement {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: start;
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.45;
}

.profile-new-login__agreement a {
    color: var(--pn-primary);
}

.profile-new-login__form .profile-new-button {
    width: 100%;
}

.profile-new-login__form > small {
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

.profile-new-welcome__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 25px;
}

.profile-new-welcome__head h1 {
    max-width: 780px;
    margin: 7px 0 9px;
    color: var(--pn-text);
    font-size: clamp(30px, 3.3vw, 43px);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.profile-new-welcome__head p {
    max-width: 760px;
    margin: 0;
    color: var(--pn-text);
    font-size: 17px;
}

.profile-new-tour-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid var(--pn-border);
    border-radius: 13px;
    background: #fff;
}

.profile-new-tour-progress button {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 12px;
    border: 0;
    border-right: 1px solid var(--pn-border);
    color: var(--pn-text);
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.profile-new-tour-progress button:last-child {
    border-right: 0;
}

.profile-new-tour-progress button span {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: var(--pn-text);
    background: #f0edf1;
    font-size: 16px;
}

.profile-new-tour-progress button.is-active {
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
}

.profile-new-tour-progress button.is-active span {
    color: #fff;
    background: var(--pn-primary);
}

.profile-new-tour-panel {
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid var(--pn-border);
    border-radius: 18px;
    background: #fff;
}

.profile-new-tour-panel[hidden] {
    display: none;
}

.profile-new-tour-panel .profile-new-chip {
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
}

.profile-new-tour-panel__intro h2 {
    margin: 13px 0 6px;
    color: var(--pn-text);
    font-size: 28px;
}

.profile-new-tour-panel__intro p {
    margin: 0;
    color: var(--pn-text);
}

.profile-new-tour-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.profile-new-tour-services > a {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 112px;
    padding: 17px;
    border: 1px solid var(--pn-border);
    border-radius: 14px;
    color: var(--pn-text);
    background: #fff;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.profile-new-tour-services > a:hover {
    border-color: #cbb4d9;
    box-shadow: 0 12px 26px rgba(61, 24, 83, .08);
    transform: translateY(-2px);
}

.profile-new-tour-services i,
.profile-new-tour-destinations i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    color: var(--pn-primary);
    background: var(--pn-primary-soft);
    font-size: 20px;
    font-style: normal;
}

.profile-new-tour-services > a > span {
    display: grid;
    gap: 4px;
}

.profile-new-tour-services strong,
.profile-new-tour-destinations strong {
    font-size: 17px;
}

.profile-new-tour-services small,
.profile-new-tour-destinations small {
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.35;
}

.profile-new-tour-services b {
    color: var(--pn-primary);
    font-size: 16px;
    white-space: nowrap;
}

.profile-new-tour-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--pn-border);
}

.profile-new-tour-timeline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.profile-new-tour-timeline li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px;
    border: 1px solid var(--pn-border);
    border-radius: 14px;
    background: #fbfafc;
}

.profile-new-tour-timeline li > span {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--pn-primary);
    font-size: 16px;
    font-weight: 800;
}

.profile-new-tour-timeline li > div {
    display: grid;
    min-width: 0;
    gap: 7px;
}

.profile-new-tour-timeline strong {
    display: block;
    font-size: 16px;
    line-height: 1.35;
}

.profile-new-tour-timeline p {
    display: block;
    margin: 0;
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.5;
}

.profile-new-tour-destinations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.profile-new-tour-destinations a {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 4px 14px;
    align-items: center;
    min-height: 92px;
    padding: 16px;
    border: 1px solid var(--pn-border);
    border-radius: 14px;
    color: var(--pn-text);
}

.profile-new-tour-destinations i {
    grid-row: span 2;
}

.profile-new-tour-destinations a:hover {
    border-color: #cbb4d9;
    background: var(--pn-primary-soft);
}

@keyframes profile-new-spin {
    to {
        transform: rotate(360deg);
    }
}

.profile-new-publication-services {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--pn-border);
}

.profile-new-publication-services__head,
.profile-new-publication-order__head,
.profile-new-publication-order__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.profile-new-publication-services__head h3,
.profile-new-publication-order__head h3 {
    margin: 4px 0 0;
    color: var(--pn-text);
    font-size: 20px;
}

.profile-new-publication-services__head > small,
.profile-new-publication-order__head > span {
    color: var(--pn-text);
}

.profile-new-publication-services__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.profile-new-publication-services__grid > article {
    min-width: 0;
    padding: 17px;
    border: 1px solid var(--pn-border);
    border-radius: 13px;
    background: #fbfafc;
}

.profile-new-publication-services__grid > article.is-purchased {
    border-color: #d8e9df;
    background: #fbfefc;
}

.profile-new-publication-services__grid > article:only-child {
    grid-column: 1 / -1;
}

.profile-new-publication-services__grid article > div:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.profile-new-publication-services__grid article > div:first-child > strong {
    max-width: 70%;
    color: var(--pn-text);
    font-size: 16px;
    line-height: 1.35;
}

.profile-new-publication-services__grid p {
    margin: 12px 0 0;
    color: var(--pn-text);
}

.profile-new-service-state {
    flex: 0 0 auto;
    color: var(--pn-text);
    font-size: 16px;
    font-weight: 750;
    white-space: nowrap;
}

.profile-new-service-state--ready {
    color: var(--pn-success);
}

.profile-new-service-state--pending {
    color: var(--pn-warning);
}

.profile-new-publication-services__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: 14px;
}

.profile-new-publication-services__price {
    display: block;
    margin-top: 13px;
    color: var(--pn-primary);
}

.profile-new-publication-order {
    margin-top: 15px;
    padding: 17px;
    border: 1px solid #decfe8;
    border-radius: 13px;
    background: #faf6fc;
}

.profile-new-publication-order--primary {
    margin-top: 22px;
    padding: 20px;
}

.profile-new-publication-order__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.profile-new-publication-order__options label {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
    padding: 13px;
    border: 1px solid var(--pn-border);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

.profile-new-publication-order__options input {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    margin: 0;
    accent-color: var(--pn-primary);
}

.profile-new-publication-order__options label > span {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: 0;
    flex: 1;
    gap: 5px 12px;
}

.profile-new-publication-order__options label:has(input:checked) {
    border-color: var(--pn-primary);
    background: var(--pn-primary-soft);
}

.profile-new-publication-order__options strong {
    color: var(--pn-text);
    font-size: 16px;
}

.profile-new-publication-order__options small {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    flex: 0 0 auto;
    color: var(--pn-primary);
    font-weight: 750;
}

.profile-new-publication-order__options em {
    grid-column: 1;
    color: var(--pn-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

.profile-new-publication-order__footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #decfe8;
}

.profile-new-publication-order__footer > span {
    color: var(--pn-text);
}

.profile-new-publication-order__footer > span strong {
    margin-left: 6px;
    color: var(--pn-text);
    font-size: 19px;
}

.profile-new-publication-order button:disabled {
    opacity: .5;
    cursor: not-allowed;
    transform: none;
}

/* Основная типографика кабинета приведена к масштабу остальных разделов сайта. */
.profile-new {
    font-size: 18px;
}

.profile-new p {
    font-size: 16px;
    line-height: 1.55;
}

.profile-new small {
    font-size: 16px;
    line-height: 1.4;
}

.profile-new-user__identity strong {
    font-size: 16px;
}

.profile-new-completion strong {
    font-size: 16px;
}

.profile-new-nav__label,
.profile-new-eyebrow {
    font-size: 16px;
}

.profile-new-nav__link {
    min-height: 43px;
    font-size: 16px;
}

.profile-new-nav__link i {
    font-size: 16px;
}

.profile-new-nav__link b,
.profile-new-status,
.profile-new-chip,
.profile-new-document__preview span,
.profile-new-notice > div > span {
    font-size: 16px;
}

.profile-new-sidebar__footer a {
    font-size: 16px;
}

/* Компактная типографика бокового меню — отдельное исключение из общего минимума 16px. */
.profile-new .profile-new-nav__label {
    font-size: 14px;
}

.profile-new .profile-new-nav__link,
.profile-new .profile-new-nav__link i,
.profile-new .profile-new-sidebar__footer a {
    font-size: 15px;
}

.profile-new .profile-new-nav__link b {
    min-width: 30px;
    height: 24px;
    padding: 0 6px;
    justify-self: end;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.profile-new-page-head p,
.profile-new-dashboard-head p,
.profile-new-recommendation p {
    font-size: 17px;
}

.profile-new-button {
    font-size: 16px;
}

.profile-new-button--small {
    font-size: 16px;
}

.profile-new-text-link,
.profile-new-text-button {
    font-size: 16px;
}

.profile-new-section-head h2 {
    font-size: 27px;
}

.profile-new-stats span,
.profile-new-service-grid strong,
.profile-new-link-list strong,
.profile-new-document h3,
.profile-new-pending-list h3,
.profile-new-notice strong {
    font-size: 16px;
}

.profile-new-stats small,
.profile-new-service-grid small,
.profile-new-result__top small,
.profile-new-result__top > span {
    font-size: 16px;
}

.profile-new-result h2 {
    font-size: 23px;
}

.profile-new-result > p,
.profile-new-inline-alert,
.profile-new-limit p,
.profile-new-form-help p,
.profile-new-membership p,
.profile-new-benefits p {
    font-size: 16px;
}

.profile-new-service-grid > a > span,
.profile-new-notice > a,
.profile-new-link-list i {
    font-size: 16px;
}

.profile-new-link-list span,
.profile-new-checkout-bar .profile-diploma-count {
    font-size: 16px;
}

.profile-new-table th {
    font-size: 16px;
}

.profile-new-table td,
.profile-new-form-card label > span,
.profile-new-login__form label > span,
.profile-new-login__form .form-control {
    font-size: 16px;
}

.profile-new-login__copy li,
.profile-new-login__form > p,
.profile-new-login__agreement,
.profile-new-login__form > small {
    font-size: 16px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1100px) {
    .profile-new {
        grid-template-columns: 235px minmax(0, 1fr);
    }

    .profile-new__content {
        padding: 34px 28px;
    }

    .profile-new-stats,
    .profile-new-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .profile-new-service-grid {
        grid-template-columns: 1fr;
    }

    .profile-new-form-layout,
    .profile-new-cart {
        grid-template-columns: 1fr;
    }

    .profile-new-form-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profile-new-form-help,
    .profile-new-cart__summary {
        width: 100%;
    }

    .profile-new-form-layout--extended .profile-new-form-help {
        position: static;
    }
}

@media (max-width: 820px) {
    .profile-new-editor-services {
        grid-template-columns: 1fr;
    }

    .profile-new-list-tools {
        grid-template-columns: 1fr;
    }

    .profile-new {
        display: block;
        min-height: 0;
        overflow: visible;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .profile-new__mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 48px;
        padding: 0 15px;
        border: 1px solid var(--pn-border);
        border-radius: 12px;
        color: var(--pn-text);
        background: #fff;
        font-weight: 700;
    }

    .profile-new__mobile-toggle i {
        color: var(--pn-primary);
        font-style: normal;
    }

    .profile-new__sidebar {
        position: fixed;
        z-index: 1002;
        top: 0;
        bottom: 0;
        left: 0;
        width: min(330px, 88vw);
        height: auto;
        align-self: stretch;
        overflow-y: auto;
        transform: translateX(-105%);
        transition: transform .22s ease;
    }

    .profile-new.is-menu-open .profile-new__sidebar {
        transform: translateX(0);
    }

    .profile-new-user button {
        display: block;
    }

    .profile-new__overlay {
        position: fixed;
        z-index: 1001;
        inset: 0;
        background: rgba(23,22,17,.35);
    }

    .profile-new.is-menu-open .profile-new__overlay {
        display: block;
    }

    .profile-new__content {
        padding: 28px 0;
    }

    .profile-new-page-head,
    .profile-new-dashboard-head,
    .profile-new-notice,
    .profile-new-membership,
    .profile-new-limit {
        align-items: flex-start;
        flex-direction: column;
    }

    .profile-new-page-head .profile-new-button {
        width: 100%;
    }

    .profile-new-recommendation {
        grid-template-columns: 1fr;
    }

    .profile-new-recommendation > div {
        padding: 28px 22px;
    }

    .profile-new-recommendation--pending {
        min-height: 0;
        padding: 20px;
    }

    .profile-new-recommendation--pending > div {
        padding: 0;
    }

    .profile-new-recommendation__action {
        justify-self: start;
        margin: 16px 0 0;
    }

    .profile-new-recommendation__symbol {
        display: none;
    }

    .profile-new-document-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profile-new-pending-list article {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .profile-new-pending-list article > .profile-new-status {
        grid-column: 2;
        justify-self: start;
    }

    .profile-new-pending-list article > button {
        grid-column: 2;
        justify-self: start;
    }

    .profile-new-empty {
        grid-template-columns: 50px 1fr;
    }

    .profile-new-empty .profile-new-button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .profile-new-membership__usage {
        width: 100%;
    }

    .profile-new-organization-field {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .profile-new-welcome__head {
        flex-direction: column;
    }

    .profile-new-tour-services,
    .profile-new-tour-destinations {
        grid-template-columns: 1fr;
    }

    .profile-new-tour-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profile-new-check {
        min-height: 0;
    }

    .profile-new-publication-services__grid {
        grid-template-columns: 1fr;
    }

    .profile-new-login {
        grid-template-columns: 1fr;
        padding: 32px 18px;
    }
}

@media (max-width: 560px) {
    .profile-new__content {
        padding-top: 24px;
    }

    .profile-new-page-head h1,
    .profile-new-dashboard-head h1 {
        font-size: 30px;
    }

    .profile-new-stats,
    .profile-new-benefits,
    .profile-new-document-grid,
    .profile-new-form-grid,
    .profile-new-form-grid--three,
    .profile-new-specializations,
    .profile-new-category-field > div {
        grid-template-columns: 1fr;
    }

    .profile-new-stats a {
        min-height: 125px;
    }

    .profile-new-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .profile-new-checkout-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .profile-new-checkout-bar .profile-new-button {
        width: 100%;
    }

    .profile-new-recommendation__action,
    .profile-new-subscription-offer__actions .profile-new-button {
        width: 100%;
    }

    .profile-new-link-list > a,
    .profile-new-link-list > div {
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 12px 0;
    }

    .profile-new-link-list i,
    .profile-new-link-list > div > button {
        grid-column: 2;
        justify-self: start;
    }

    .profile-new-link-list > div > a {
        grid-column: 1 / -1;
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .profile-new-result__top,
    .profile-new-order header {
        align-items: flex-start;
        flex-direction: column;
    }

    .profile-new-publication-services__head,
    .profile-new-publication-order__head,
    .profile-new-publication-order__footer,
    .profile-new-publication-order__options label > span {
        align-items: flex-start;
        flex-direction: column;
    }

    .profile-new-publication-order__options {
        grid-template-columns: 1fr;
    }

    .profile-new-publication-order__footer .profile-new-button {
        width: 100%;
    }

    .profile-new-tour-progress button {
        min-height: 46px;
        font-size: 0;
    }

    .profile-new-tour-progress button span {
        font-size: 16px;
    }

    .profile-new-tour-services > a {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .profile-new-tour-services b {
        grid-column: 2;
    }

    .profile-new-tour-timeline {
        grid-template-columns: 1fr;
    }

    .profile-new-tour-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .profile-new-tour-actions .profile-new-button {
        width: 100%;
    }

    .profile-new-order header > div:last-child {
        justify-items: start;
    }

    .profile-new-order__positions > div {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .profile-new-order__icon {
        width: 46px;
        height: 46px;
    }

    .profile-new-order__position > small {
        grid-column: 2;
        padding-top: 0;
    }

    .profile-new-cart__items article {
        grid-template-columns: 42px minmax(0, 1fr) 24px;
    }

    .profile-new-cart__items article > b {
        grid-column: 2;
    }

    .profile-new-cart__items article > button {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    .profile-new-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .profile-new-form-actions .profile-new-button {
        width: 100%;
    }

    .profile-new-subscription-offer {
        grid-template-columns: 1fr;
        padding: 25px 21px;
    }

    .profile-new-subscription-offer__mark {
        display: none;
    }

    .profile-new-login__copy {
        display: none;
    }

    .profile-new-login {
        min-height: 0;
        padding: 15px 0 32px;
        border: 0;
        background: #fff;
    }

    .profile-new-login__form {
        padding: 22px 18px;
        box-shadow: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .profile-new *,
    .profile-new *::before,
    .profile-new *::after {
        transition: none !important;
    }
}
