/* [TB-LK] Стили ЛК и регистрации. СГЕНЕРИРОВАНО скриптом gen-lk-css.py

   из вёрстки фронтендера (D:/working/tea-beakery), руками не править —

   каждый селектор обёрнут в скоуп .tb-lk-page, БЭМ разметки не тронут. */

.tb-lk-page {
     /* Шрифты */
    --font-size-default: 16px;
    --font-size-subtext: 10px;
    --font-size-label: 12px;
    --font-size-h1: 50px;
    --font-size-h2: 35px;
    --font-size-h3: 22px;

    /* Тени */
    --box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);

    /* Контейнер */
    --container-width: 1400px;
    --section-gap: 80px;


    /* Цвета */
    --color-border: #EBD4D4;
    --color-accent-light: #F9EFEE;
    --color-accent: #9B2A2A;
    --color-hover: #EBD4D4;

    --color-icon: #9B2A2A;
    --color-icon-active: #9B2A2A;

    --color-focus: #9B2A2A;
    --color-link: #9B2A2A;

    --color-red: #FFC6BA;
    --color-white: #FFF;
    --color-default: #323232;
    --color-black: #323232;
    --color-green: #90CE1D;

    --color-background: #FFFFFF;

    --color-scroll: #9B2A2A;

    --button-fill: #9B2A2A;
    --color-hover-option: #9B2A2A20;
}

@media (max-width: 990px) {.tb-lk-page {
        --section-gap: 70px;
        --font-size-h2: 32px;
    }
}

@media (max-width: 600px) {.tb-lk-page {
        --section-gap: 60px;
        --font-size-h2: 30px;
    }
}

@media (max-width: 420px) {.tb-lk-page {
        --section-gap: 50px;
        --font-size-h2: 28px;
    }
}

.tb-lk-page { font-family: 'Inter Tight', sans-serif; line-height: 1; color: var(--color-default); font-size: var(--font-size-default); box-sizing: border-box; }

.tb-lk-page *, .tb-lk-page *::before, .tb-lk-page *::after { box-sizing: border-box; }

.tb-lk-page a { text-decoration: none; color: var(--color-link); }.tb-lk-page ul,
.tb-lk-page ol,
.tb-lk-page li { list-style: none; padding: 0; margin: 0; }.tb-lk-page img { vertical-align: top; }.tb-lk-page button { cursor: pointer; font-family: inherit; }.tb-lk-page h1,
.tb-lk-page h2,
.tb-lk-page h3,
.tb-lk-page h4,
.tb-lk-page h5,
.tb-lk-page h6 { font-weight: inherit; font-size: inherit; font-family: 'Inter Tight', sans-serif; margin: 0; padding: 0; }.tb-lk-page figure,
.tb-lk-page p,
.tb-lk-page input { margin: 0; padding: 0; }.tb-lk-page .ibg { position: relative; }.tb-lk-page .ibg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }.tb-lk-page .button { background: none; padding: 15px 35px; border-radius: 50px; transition: 0.2s all; color: var(--color-accent); border: 1px solid var(--color-accent); font-size: var(--font-size-default); font-family: inherit; line-height: 1; }.tb-lk-page .button:hover { background: var(--button-fill); color: var(--color-white); }.tb-lk-page .button.button_fill { border: none; color: var(--color-white); background: var(--button-fill); }.tb-lk-page .button.button_fill.button_white { background: var(--color-white); color: var(--color-accent); }.tb-lk-page .button.button_fill:hover { filter: brightness(0.9); background: var(--button-fill); color: var(--color-white); }.tb-lk-page .button.button_fill.button_white:hover { background: var(--color-accent); color: var(--color-white); filter: none; }.tb-lk-page .form__item { gap: 5px; display: flex; flex-direction: column; }.tb-lk-page .form__item input,
.tb-lk-page .form__item textarea { border: 1px solid var(--color-default); border-radius: 20px; outline: none; min-height: 42px; padding: 12.5px 10px; font-size: var(--font-size-default); resize: vertical; font-family: inherit; background: var(--color-white); color: var(--color-default); width: 100%; box-sizing: border-box; }.tb-lk-page .form__item input:focus,
.tb-lk-page .form__item textarea:focus { border-color: var(--color-accent); }.tb-lk-page .form__item_required .form-item__label::after { content: '*'; color: var(--color-accent); }.tb-lk-page .form-item__label { font-size: var(--font-size-label); }


.tb-lk-page .personal-account {
    gap: 30px;
    display: grid;
    margin-top: 75px;
    grid-template-columns: 320px 1fr;
}.tb-lk-page .personal-account__body > h2.title {
    margin-bottom: 35px;
}.tb-lk-page .personal-account__content {
    gap: 10px;
    display: flex;
    flex-direction: column;
    display: none;
}.tb-lk-page .personal-account__content.personal-account__content_active {
    display: flex;
}.tb-lk-page .personal-account__section {
    padding: 20px;
    border: 1px solid var(--color-border);
    border-radius: 20px;
}.tb-lk-page .personal-account__section h3.title {
    margin-bottom: 15px;
}.tb-lk-page .personal-account__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}.tb-lk-page .personal-account__text.personal-account__text_accent {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-accent);
}.tb-lk-page .personal-account__text.personal-account__text_link {
    text-decoration: underline;
    max-width: max-content;
}.tb-lk-page /* Personal Account Menu */

.personal-account__menu {
    background: var(--color-accent-light);
    border-radius: 20px;
    padding: 20px;
    gap: 15px;
    display: flex;
    flex-direction: column;
    max-height: max-content;
}.tb-lk-page .personal-account__icon {
    aspect-ratio: 1;
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    margin: -95px auto 0px;
}.tb-lk-page .personal-account__name {
    font-weight: 400;
    margin: 10px 0px 5px;
    display: flex;
    justify-content: center;
    font-size: 16px;
}.tb-lk-page .personal-account__balance {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    justify-content: center;
    color: var(--color-accent);
    margin-bottom: 15px;
}.tb-lk-page .personal-account__balance-value {
    font-size: 18px;
}.tb-lk-page .personal-account__nav-list {
    gap: 5px;
    display: flex;
    flex-direction: column;
}.tb-lk-page .personal-account__nav-item {
    padding: 10px 10px 10px 25px;
    border-radius: 50px;
    font-size: 16px;
    color: var(--color-accent);
    transition: 0.2s all;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}.tb-lk-page .personal-account__nav-item:hover {
    background: var(--color-border);
}.tb-lk-page .personal-account__nav-item.personal-account__nav-item_active {
    background: var(--color-accent);
    color: var(--color-white);
}.tb-lk-page .personal-account__nav-value {
    border-radius: 50%;
    aspect-ratio: 1;
    color: var(--color-accent);
    background: rgba(155, 42, 42, 0.1);
    width: 22px;
    display: grid;
    place-items: center;
    font-size: var(--font-size-label);
}.tb-lk-page .personal-account__nav-item.personal-account__nav-item_active .personal-account__nav-value {
    background: rgba(249, 239, 238, 0.3);
    color: var(--color-white);
}.tb-lk-page /* Personal Account Orders */

.orders__list {
    gap: 10px;
    display: flex;
    flex-direction: column;
}.tb-lk-page .orders__item {
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border);
}.tb-lk-page .order__header {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.tb-lk-page .order__group {
    gap: 10px;
    display: flex;
    align-items: center;
}.tb-lk-page .order__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}.tb-lk-page .order__date {
    font-weight: 400;
    font-size: var(--font-size-default);
    line-height: 100%;
    color: #666;
}.tb-lk-page .order__status {
    padding: 10px 20px;
    border-radius: 20px;
}.tb-lk-page .order__status[data-status="0"] {
    background: var(--color-accent);
    color: var(--color-white);
}.tb-lk-page .order__status[data-status="1"] {
    color: var(--color-accent);
    background: var(--color-accent-light);
}.tb-lk-page .order__list {
    gap: 15px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.tb-lk-page .order-item__link {
    gap: 10px;
    display: grid;
    grid-template-columns: 50px 1fr;
}.tb-lk-page .order-item__preview {
    aspect-ratio: 1;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}.tb-lk-page .order-item__body {
    gap: 5px;
    display: flex;
    padding-top: 7px;
    flex-direction: column;
}.tb-lk-page .order-item__name {
    font-weight: 400;
    font-size: var(--font-size-default);
    color: var(--color-default);
}.tb-lk-page .order-item__desc {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
}.tb-lk-page .order-item__desc-group:not(:last-child)::after {
    content: ','
}.tb-lk-page .order-item__desc-title {
    color: var(--color-default);
}.tb-lk-page .order-item__desc-value {
    color: #666;
}.tb-lk-page .order__total {
    padding-top: 20px;
    position: relative;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.tb-lk-page .order__total::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: var(--color-border);
}.tb-lk-page .order-total__group {
    gap: 15px;
    display: flex;
    align-items: center;
}.tb-lk-page .order-total__value {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
}.tb-lk-page .order-total__loyalty {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--color-accent);
    padding: 7px;
    border-radius: 20px;
    background: var(--color-accent-light);
}.tb-lk-page .order__total .button {
    padding: 7px 18px;
    font-size: 12px;
}.tb-lk-page /* Personal Account Form */



.profile-form__content {
    gap: 15px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.tb-lk-page .profile-form__content .form__item_large {
    grid-column: 1/3;
}.tb-lk-page .profile-form__desc {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}.tb-lk-page .personal-account__actions {
    gap: 10px;
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: end;
}.tb-lk-page /* Progress */

.personal-account__progress {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.tb-lk-page .progress__status {
    gap: 5px;
    display: flex;
    align-items: center;
}.tb-lk-page .progress__status-icon {
    aspect-ratio: 6/7;
    width: 22px;
}.tb-lk-page .progress__status-icon img {
    object-fit: contain;
}.tb-lk-page .progress__status-value {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-accent);
}.tb-lk-page .progress-balance__value {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0px;
}.tb-lk-page .progress-balance__desc {
    gap: 10px;
    display: flex;
    flex-direction: column;
}.tb-lk-page .progress-balance__text {
    font-size: 16px;
}.tb-lk-page .progress-balance__text.progress-balance__text_accent {
    color: var(--color-accent);
}.tb-lk-page .progress__bar {
    display: flex;
    grid-column: 1/3;
    margin-top: 10px;
    position: relative;
    padding-bottom: 20px;
    justify-content: space-between;
}.tb-lk-page .progress__bar-level {
    gap: 10px;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
}.tb-lk-page .progress__bar-level:nth-child(3)::before,
.tb-lk-page .progress__bar-value {
    left: 5px;
}.tb-lk-page .progress__bar-level::before,
.tb-lk-page .progress__bar-price {
    content: '';
    left: 25px;
    bottom: -22px;
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    background: var(--color-border);
}.tb-lk-page .progress__bar-level.progress__bar-level_active::before {
    background: var(--color-accent);
}.tb-lk-page .progress__bar-price {
    bottom: -45px;
    aspect-ratio: auto;
    border-radius: 0px;
    background: none;
    white-space: nowrap;
}.tb-lk-page .progress__bar-summ {
    font-size: 16px;
    margin-bottom: -25px;
}.tb-lk-page .progress__bar-price {
    font-size: 14px;
}.tb-lk-page .progress__bar-icon {
    aspect-ratio: 6/7;
    width: 22px;
}.tb-lk-page .progress__bar-icon img {
    object-fit: contain;
}.tb-lk-page .progress__bar::before,
.tb-lk-page .progress__bar::after {
    content: '';
    height: 4px;
    bottom: 0px;
    left: 25px;
    width: calc(100% - 60px);
    position: absolute;
    border-radius: 20px;
    background: var(--color-accent);
}.tb-lk-page .progress__bar::before {
    background: var(--color-border);
}.tb-lk-page .progress__bar::after {
    max-width: 70%;
    z-index: 2;
}.tb-lk-page .progress__bar-level:nth-child(2) .progress__bar-price {
    left: 10px;
}.tb-lk-page .progress__bar-level:nth-child(3) .progress__bar-price {
    left: -20px;
}.tb-lk-page .personal-account__progress {
    padding-bottom: 35px;
}.tb-lk-page /* Perosonal Info */

.personal-account__info {
    gap: 0px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.tb-lk-page .personal-account__info h3.title {
    grid-column: 1/3;
    line-height: 125%;
}.tb-lk-page .personal-info__column {
    gap: 10px;
    display: flex;
    flex-direction: column;
}.tb-lk-page .personal-info__group {
    gap: 10px;
    display: flex;
    flex-direction: column;
}.tb-lk-page ul.personal-info__group li.personal-account__text {
    list-style: numeric;
    margin-left: 15px;
}.tb-lk-page /* Personal How It Work */

.how-it-work__steps {
    gap: 20px;
    display: grid;
    margin-top: 35px;
    grid-template-columns: repeat(4, 1fr);
}.tb-lk-page .how-it-work__item {
    gap: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
}.tb-lk-page .how-it-work__icon {
    margin-bottom: 10px;
    aspect-ratio: 1;
    width: 32px;
}.tb-lk-page .how-it-work__icon img {
    object-fit: contain;
}.tb-lk-page .how-it-work__title {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-accent);
}.tb-lk-page .how-it-work__text {
    text-align: center;
}.tb-lk-page /* Levels */

.levels__list {
    gap: 15px;
    display: grid;
    margin-top: 25px;
    grid-template-columns: repeat(3, 1fr);
}.tb-lk-page .levels__item {
    gap: 20px;
    border-radius: 20px;
    padding: 25px 20px;
    border: 1px solid var(--color-accent);
    display: flex;
    flex-direction: column;
    align-items: center;
}.tb-lk-page .levels__header {
    gap: 5px;
    display: flex;
    align-items: center;
}.tb-lk-page .levels__icon {
    aspect-ratio: 1;
    width: 25px;
}.tb-lk-page .levels__icon img {
    object-fit: contain;
}.tb-lk-page .levels__title {
    font-weight: 400;
    font-size: 18px;
    color: var(--color-accent);
}.tb-lk-page .levels__cost {
    font-weight: 400;
    font-size: 22px;
}.tb-lk-page .levels__accent {
    font-size: 18px;
}.tb-lk-page .levels__advantages {
    gap: 10px;
    display: flex;
    flex-direction: column;
}.tb-lk-page .levels__advantages-item {
    font-size: 14px;
    text-align: center;
    color: #666;
}.tb-lk-page /* Registration */

.registration {
    margin-top: 55px;
}.tb-lk-page .registration h2.title.registration__title {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 35px;
}.tb-lk-page .registration__steps {
    gap: 18px;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-border);
}.tb-lk-page .steps__item {
    gap: 10px;
    display: flex;
    align-items: center;
}.tb-lk-page .steps__num {
    width: 40px;
    aspect-ratio: 1;
    display: grid;
    font-size: 20px;
    border-radius: 50%;
    place-items: center;
    background: var(--color-accent-light);
}.tb-lk-page .steps__label {
    font-size: 14px;
}.tb-lk-page .steps__item.steps__item_active .steps__num {
    color: var(--color-white);
    background: var(--color-accent);
}.tb-lk-page .steps__item.steps__item_active .steps__label {
    font-weight: 500;
    color: var(--color-accent);
}.tb-lk-page .steps__line {
    width: 90px;
    height: 1px;
    background: var(--color-border);
}.tb-lk-page .registration__body {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 352px;
}.tb-lk-page .registration__content {
    display: none;
    padding-top: 30px;
}.tb-lk-page .registration__content.registration__content_active {
    display: block;
}.tb-lk-page .registration__step-title {
    gap: 10px;
    display: flex;
    align-items: baseline;
}.tb-lk-page .step-title__num {
    font-weight: 500;
    font-size: 30px;
    color: var(--color-accent);
}.tb-lk-page .step-title__text {
    font-size: 22px;
}.tb-lk-page .registration__form {
    gap: 25px 41px;
    display: grid;
    margin-top: 25px;
    max-width: 661px;
    grid-template-columns: repeat(2, 1fr);
}.tb-lk-page .registration__form.registration__form_column {
    max-width: 310px;
    grid-template-columns: 1fr;
}.tb-lk-page .registration__form .form-item__input {
    border: none;
    padding: 8px 0px;
    min-height: auto;
    border-radius: 0px;
    font-size: 14px;
    border-bottom: 1px solid var(--color-default);
}.tb-lk-page .registration__form .form-item__input::placeholder {
    color: #999;
}.tb-lk-page .registration__form .form-item__input:focus {
    border-color: var(--color-accent);
}.tb-lk-page .form-item__error {
    display: none;
    font-size: 12px;
    color: var(--color-accent);
}.tb-lk-page .form-item.form-item_invalid .form-item__error {
    display: block;
}.tb-lk-page .registration__form .form-item.form-item_invalid .form-item__input {
    border-color: var(--color-accent);
}.tb-lk-page .agree__error {
    display: none;
    font-size: 12px;
    color: var(--color-accent);
}.tb-lk-page .agree.agree_invalid .agree__error {
    display: block;
}.tb-lk-page .agree.agree_invalid .agree__radio {
    box-shadow: 0 0 0 3px rgba(155, 42, 42, 0.15);
}.tb-lk-page .button.button_loading {
    position: relative;
    pointer-events: none;
    color: transparent !important;
}.tb-lk-page .button.button_loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0px 0px -9px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: var(--color-white);
    border-radius: 50%;
    animation: button-spin 0.7s linear infinite;
}.tb-lk-page .button.button_loading:not(.button_fill)::after {
    border-color: rgba(155, 42, 42, 0.25);
    border-top-color: var(--color-accent);
}

@keyframes button-spin {
    to {
        transform: rotate(360deg);
    }
}.tb-lk-page .registration__agree {
    gap: 10px;
    display: flex;
    margin-top: 35px;
    max-width: 561px;
    flex-direction: column;
}.tb-lk-page .agree__row {
    gap: 18px;
    display: flex;
    cursor: pointer;
    align-items: center;
}.tb-lk-page .agree__checkbox {
    display: none;
}.tb-lk-page .agree__radio {
    width: 15px;
    aspect-ratio: 1;
    flex-shrink: 0;
    border-radius: 50%;
    transition: 0.2s all;
    border: 1px solid var(--color-accent);
}.tb-lk-page .agree__checkbox:checked + .agree__radio {
    background: var(--color-accent);
    box-shadow: inset 0 0 0 2px var(--color-white);
}.tb-lk-page .agree__text {
    font-size: 14px;
    line-height: 123%;
    letter-spacing: 0.04em;
}.tb-lk-page .agree__required {
    color: var(--color-accent);
}.tb-lk-page .agree__link {
    color: var(--color-accent);
    text-decoration: underline;
}.tb-lk-page .agree__desc {
    font-weight: 300;
    font-size: 12px;
    line-height: 123%;
    letter-spacing: 0.04em;
}.tb-lk-page .registration__button {
    padding: 10px 24px;
    min-width: 174px;
    font-size: 16px;
    margin-top: 30px;
}.tb-lk-page .registration__button.registration__button_center {
    display: block;
    margin: 30px auto 0px;
}.tb-lk-page .registration__hint {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    align-items: center;
}.tb-lk-page .registration__hint-text {
    font-size: 14px;
}.tb-lk-page .registration__hint-link {
    font-size: 14px;
    cursor: pointer;
    color: var(--color-accent);
    text-decoration: underline;
}.tb-lk-page .registration__code {
    gap: 20px;
    display: flex;
    margin-top: 35px;
    align-items: center;
    flex-direction: column;
}.tb-lk-page .code-input__cells {
    gap: 10px;
    display: flex;
}.tb-lk-page .code-input__cell {
    width: 52px;
    height: 65px;
    border: none;
    outline: none;
    font-size: 30px;
    text-align: center;
    border-radius: 10px;
    font-family: inherit;
    color: var(--color-default);
    background: var(--color-accent-light);
}.tb-lk-page .code-input__cell:focus,
.tb-lk-page .code-input__cell_filled {
    background: var(--color-white);
    border: 1px solid var(--color-accent);
}.tb-lk-page .code-input__resend {
    font-size: 14px;
    color: #666;
}.tb-lk-page .code-input__resend.code-input__resend_active {
    cursor: pointer;
    color: var(--color-accent);
    text-decoration: underline;
}.tb-lk-page .registration__gift {
    gap: 20px;
    display: flex;
    padding-top: 35px;
    padding-left: 55px;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid var(--color-border);
}.tb-lk-page .gift__icon {
    width: 95px;
    aspect-ratio: 95/97;
}.tb-lk-page .gift__icon img {
    object-fit: contain;
}.tb-lk-page .gift__title {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--color-accent);
}.tb-lk-page .gift__text {
    font-size: 14px;
    color: #666;
    line-height: 120%;
    text-align: center;
    max-width: 295px;
}.tb-lk-page /*  Product detail */

.product-detail {
    overflow: hidden;
}.tb-lk-page .product-detail__hero {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.tb-lk-page .product-detail__hero h1.title {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none;
}.tb-lk-page .product-detail-hero__images {
    gap: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    max-width: 50vw;
}.tb-lk-page .product-detail-hero__preview {
    aspect-ratio: 4/5;
    height: 100%;
    max-height: 900px;

}.tb-lk-page .product-detail-hero__slide {
    aspect-ratio: 1;
    width: 100px;
    /* max-width: 100px; */
    overflow: hidden;
    border-radius: 10px;
    height: auto;
    position: relative;
    cursor: pointer;
}.tb-lk-page .product-detail-hero__slide::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}.tb-lk-page .product-detail-hero__slide.product-detail-hero__slide_active::before {
    content: none;
}.tb-lk-page /* Лента миниатюр — убираем отступ под пагинацию из общего правила .swiper */
.product-detail-hero__slider.swiper {
    width: 100%;
    padding: 0 !important;
}.tb-lk-page .product-detail-hero__slider.swiper .swiper-actions {
    height: 100%;
}.tb-lk-page .product-detail-hero__slider.swiper .swiper-button__icon {
    width: 22px;
}.tb-lk-page .product-detail-hero__slider .swiper-wrapper {
    padding: 0px 10px;
    align-items: flex-start;
}.tb-lk-page .product-detail-hero__slider .product-detail-hero__slide {
    width: auto;
    height: auto;
    min-width: 100px;
}.tb-lk-page /* Видео в превью ведёт себя так же,
.tb-lk-page как картинка внутри .ibg */
.product-detail-hero__preview video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.tb-lk-page /* Иконка play на миниатюре с видео */
.product-detail-hero__slide_video::after {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    font-size: 18px;
    pointer-events: none;
}.tb-lk-page .product-detail-hero__summary-group {
    gap: 10px;
    display: flex;
    align-items: end;
    /* flex-direction: column-reverse; */
}.tb-lk-page .product-detail-hero__summary-bonus {
    border-radius: 20px;
    background: var(--color-border);
    color: var(--color-accent);
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
}.tb-lk-page .product-detail-hero__content {
    margin: 0px;
    max-width: 720px;
}.tb-lk-page .product-detail-hero__article {
    font-size: 12px;
    color: var(--color-accent);
    margin-bottom: 15px;
    display: block;
}.tb-lk-page .product-detail-hero__desc {
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}.tb-lk-page .product-detail-hero__desc * {
    line-height: 140%;
}.tb-lk-page .product-detail-hero__form {
    gap: 20px;
    display: flex;
    max-width: 350px;
    flex-direction: column;
    margin: 30px 0px;
}.tb-lk-page .product-detail-hero__form input,
.tb-lk-page .product-detail-hero__form textarea {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid var(--color-default);
}.tb-lk-page .product-detail-hero__summary {
    padding: 20px 0px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 565px;
}.tb-lk-page .product-detail-hero__summary::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -100vw;
    width: 200vw;
    height: 100%;
    background: var(--color-accent-light);
}.tb-lk-page .product-detail-hero__summary > * {
    position: relative;
    z-index: 2;;
}.tb-lk-page .product-detail-hero__price {
    font-weight: 400;
    font-size: 28px;
}.tb-lk-page .product-detail-hero__summary .button {
    min-width: 200px;
}.tb-lk-page .detail-info__tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}.tb-lk-page .detail-info__tab {
    border: 1px solid var(--color-border);
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.2s all;
    user-select: none;
}.tb-lk-page .detail-info__tab:hover {
    color: var(--color-accent);
    background: var(--color-accent-light);
}.tb-lk-page .detail-info__tab.detail-info__tab_active {
    color: var(--color-white);
    background: var(--color-accent);
    border-color: var(--color-border);

}.tb-lk-page .detail-info__content {
    gap: 20px;
    display: none;
    flex-direction: column;
}.tb-lk-page .detail-info__content ul {
    gap: 10px;
    display: flex;
    flex-direction: column;
}.tb-lk-page .detail-info__content h3 {
    margin-bottom: 0px;
}.tb-lk-page .detail-info__content h3.title {
    margin-bottom: 20px;
}.tb-lk-page .detail-info__content strong {
    font-weight: 600;
}.tb-lk-page .detail-info__content p {
    line-height: 140%;
}.tb-lk-page .detail-info__content ul li {
    list-style-type: disc;
    line-height: 120%;
    margin-left: 20px;
}.tb-lk-page .detail-info__content ul li::marker {
    color: var(--color-accent);
}.tb-lk-page .detail-info__content.detail-info__content_active {
    display: flex;
}.tb-lk-page .detail-info__content.detail-info-compose .form__item {
    margin-bottom: 10px;
    max-width: 500px;
}.tb-lk-page .detail-info-compose__content {
    gap: 50px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.tb-lk-page .detail-info-compose__group.detail-info-compose__group_unmarkered ul li {
    list-style-type: none;
    margin-left: 0px;
}.tb-lk-page .detail-info__list-icons .detail-info__list-item {
    gap: 10px;
    display: flex;
    margin-left: 0px;
    list-style: none;
    align-items: center;
}.tb-lk-page .detail-info__list-icon {
    aspect-ratio: 1;
    width: 24px;
    height: auto;
}.tb-lk-page .detail-info__list-icon img {
    object-fit: contain;
}.tb-lk-page /* Feedbacks */

.feedbacks .title {
    text-align: center;
}.tb-lk-page .feedbacks__slider {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}.tb-lk-page .feedback.feedbacks__item {
    gap: 10px;
    display: grid;
    padding: 20px;
    min-height: 170px;
    border-radius: 10px;
    grid-template-rows: auto 1fr auto;
    background: var(--color-accent-light);
}.tb-lk-page .feedback__title {
    font-weight: 400;
    font-size: 13px;
    color: var(--color-accent);
}.tb-lk-page .feedback__text {
    line-height: 130%;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}.tb-lk-page .feedback__date {
    justify-self: end;
    font-size: 12px;
    color: #666;
}.tb-lk-page /* Similar */

.product-detail__similar {
    margin-top: -50px;
}.tb-lk-page .similar .title {
    text-align: center;
}.tb-lk-page .similar__desc {
    max-width: 990px;
    line-height: 125%;
    margin: 0px auto 40px;
    text-align: center;
}.tb-lk-page .similar__item.similar-item {
    gap: 10px;
    display: flex;
    transition: 0.2s all;
    flex-direction: column;
    color: var(--color-default);
}.tb-lk-page .similar__item:hover {
    color: var(--color-accent);
}.tb-lk-page .similar-item__preview {
    aspect-ratio: 1;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}.tb-lk-page .similar-item__title {
    font-weight: 400;
    font-size: 16px;
}.tb-lk-page .similar-item__price {
    font-size: 18px;
}.tb-lk-page .similar__slider .swiper-actions {
    max-height: 270px;
}



@media (max-width: 1450px) {.tb-lk-page .product-detail-hero__slider {
        min-height: 115px;
    }
}

@media (max-width: 1300px) {.tb-lk-page .product-detail-hero__slider {
        min-height: 125px;
    }
}



@media (max-width: 1200px) {.tb-lk-page .how-it-work__steps {
        gap: 50px 20px;
        grid-template-columns: repeat(2, 1fr);
    }.tb-lk-page .levels__cost {
        font-size: 20px;
    }
}


@media (max-width: 1100px) {.tb-lk-page .personal-account__progress {
        grid-template-columns: 1fr;
    }.tb-lk-page .progress__bar {
        grid-column: 1/2;
    }.tb-lk-page .personal-account__info {
        gap: 20px;
        grid-template-columns: 1fr;
    }.tb-lk-page .personal-account__info h3.title {
        margin-bottom: 0px;
        grid-column: 1/2;
    }.tb-lk-page .levels__list {
        grid-template-columns: repeat(2, 1fr);
    }.tb-lk-page .levels__item {
        min-height: 250px;
    }
}

@media (max-width: 990px) {.tb-lk-page .product-detail__hero {
        grid-template-columns: 1fr;
    }.tb-lk-page .product-detail-hero__images {
        max-width: 100vw;
    }.tb-lk-page .detail-info-compose__content {
        gap: 30px 20px;
    }
}

@media (max-width: 980px) {.tb-lk-page .personal-account {
        gap: 20px;
        grid-template-columns: 280px 1fr;
    }.tb-lk-page .order__list {
        grid-template-columns: 1fr;   
    }
}

@media (max-width: 880px) {.tb-lk-page .personal-account {
        gap: 50px;
        grid-template-columns: 1fr;
    }.tb-lk-page .registration__body {
        grid-template-columns: 1fr;
    }.tb-lk-page .registration__gift {
        border-left: none;
        padding-left: 0px;
        padding-top: 30px;
        border-top: 1px solid var(--color-border);
    }.tb-lk-page .product-detail__hero h1.title {
        font-size: 42px;
    }
}

@media (max-width: 600px) {.tb-lk-page .product-detail-hero__preview {
        max-height: 90vh;
    }.tb-lk-page .registration__steps {
        gap: 10px;
    }.tb-lk-page .steps__line {
        width: 30px;
    }.tb-lk-page .steps__item:not(.steps__item_active) .steps__label {
        display: none;
    }.tb-lk-page .registration__form {
        grid-template-columns: 1fr;
    }.tb-lk-page .detail-info-compose__content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {.tb-lk-page .levels__list {
        grid-template-columns: 1fr;
    }.tb-lk-page .product-detail__hero h1.title {
        font-size: 40px;
        line-height: 120%;
    }
}

@media (max-width: 490px) {.tb-lk-page .profile-form__content {
        grid-template-columns: 1fr;
    }.tb-lk-page .profile-form__content .form__item_large {
        grid-column: 1/2;
    }.tb-lk-page .progress-balance__text {
        line-height: 140%;
    }.tb-lk-page .how-it-work__steps {
        gap: 30px;
        grid-template-columns: 1fr
    }.tb-lk-page .levels__item {
        min-height: auto;
    }.tb-lk-page .progress__bar::before,
.tb-lk-page .progress__bar::after {
        left: 0px;
        width: 100%;
    }.tb-lk-page .progress__bar-level:nth-child(1)::before,
.tb-lk-page .progress__bar-level:nth-child(1) .progress__bar-price {
        left: 0px;
    }.tb-lk-page .progress__bar-level:nth-child(3)::before {
        left: auto;
        right: 0px;
    }
}

@media (max-width: 440px) {.tb-lk-page .code-input__cell {
        width: 44px;
        height: 55px;
        font-size: 26px;
    }.tb-lk-page .registration__button {
        width: 100%;
    }.tb-lk-page .order__header .order__group {
        align-items: start;
        flex-direction: column;
    }.tb-lk-page .order-total__group {
        align-items: start;
        flex-direction: column-reverse;
    }.tb-lk-page .order__total {
        align-items: end;
    }.tb-lk-page .product-detail__hero h1.title {
        font-size: 35px;
        line-height: 120%;
    }.tb-lk-page .product-detail-hero__summary {
        gap: 20px;
        align-items: start;
        flex-direction: column;
    }.tb-lk-page .product-detail-hero__summary .button {
        width: 100%;
    }
}

@media (max-width: 390px) {.tb-lk-page .similar-item__title {
        font-size: 15px;
    }.tb-lk-page .similar-item__price {
        font-size: 16px;
    }
}


@media (max-width: 350px) {.tb-lk-page .order__total {
        flex-direction: column;
        align-items: start;
    }.tb-lk-page .order__total .button {
        align-self: end;
    }
}


