

/* Start:/local/templates/vodavdom/components/bitrix/menu/personal_sidebar/style.css?17858289996670*/
.pcab-nav {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 0 8px;
    box-shadow: none;
}

.pcab-user {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 2px 0 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eef1f3;
}
.pcab-user__avatar {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b95c9;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.pcab-user__avatar-ic {
    width: 22px;
    height: 22px;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.pcab-user__info {
    min-width: 0;
    flex: 1 1 auto;
}
.pcab-user__name {
    font-size: 15px;
    font-weight: 700;
    color: #1b2733;
    line-height: 1.25;
    margin-bottom: 6px;
    word-break: break-word;
}
.pcab-user__row {
    display: flex;
    align-items: center;
    color: #5a6470;
    font-size: 13px;
    line-height: 1.3;
    padding: 2px 0;
}
.pcab-user__ic {
    flex: 0 0 auto;
    display: inline-flex;
    color: #a0abb5;
}
.pcab-user__ic svg {
    width: 15px;
    height: 15px;
    display: block;
}
.pcab-user__val {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pcab-nav__title {
    font-size: 12px;
    font-weight: 700;
    color: #8b95a0;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding: 0 0 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eef1f3;
}
.pcab-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pcab-nav__item {
    margin: 0;
}
.pcab-nav__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 12px;
    border-radius: 5px;
    color: #2a3641;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    transition: background .15s ease, color .15s ease;
}
.pcab-nav__link:hover {
    background: #eef6fb;
    color: #0b95c9;
    text-decoration: none;
}
.pcab-nav__icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: color .15s ease;
}
.pcab-nav__icon--svg {
    background-color: transparent;
    -webkit-mask-image: none;
    mask-image: none;
}
.pcab-nav__icon svg {
    width: 20px;
    height: 20px;
    display: block;
}
.pcab-nav__item.is-active .pcab-nav__link {
    background: #0b95c9;
    color: #fff;
    font-weight: 600;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-clip: padding-box;
    background-image: none;
    text-decoration: none !important;
}
.pcab-nav__item.is-active,
.pcab-nav__item.is-active::before,
.pcab-nav__item.is-active::after,
.pcab-nav__item.is-active .pcab-nav__link::before,
.pcab-nav__item.is-active .pcab-nav__link::after {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    background-image: none !important;
    content: none !important;
}
.pcab-nav__item.is-active .pcab-nav__icon {
    color: #fff;
}
.pcab-nav__item--logout .pcab-nav__link {
    color: #d23b3b;
}
.pcab-nav__item--logout {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eef1f3;
}
.pcab-nav__item--logout .pcab-nav__icon {
    color: #d23b3b;
}
.pcab-nav__item--logout .pcab-nav__link:hover {
    background: #fbe4e4;
    color: #d23b3b;
}
.pcab-nav__item--logout .pcab-nav__link:hover .pcab-nav__icon {
    color: #d23b3b;
}

@media (max-width: 1199px) {
    .pcab-nav {
        margin-bottom: 16px;
    }
    .pcab-nav__list {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .pcab-nav__item {
        width: 100%;
        margin: 0;
    }
    .pcab-nav__item--logout {
        flex: 0 0 auto;
        margin-top: 10px;
        padding-top: 8px;
        border-top: 1px solid #eef1f3;
    }
    .pcab-nav__link {
        min-height: 44px;
        padding: 9px 12px;
        white-space: normal;
    }
    .pcab-nav__title {
        border-bottom: none;
        padding-bottom: 6px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-3.personal-sidebar-col {
        float: none !important;
        width: 100% !important;
        margin-bottom: 16px;
    }
    .personal-sidebar-col ~ .col-md-9 {
        float: none !important;
        width: 100% !important;
    }
    .personal-sidebar-col .pcab-nav {
        max-width: 460px;
    }
}

@media (max-width: 600px) {
    .pcab-nav {
        margin-bottom: 18px;
        padding: 0 0 4px;
        border-radius: 0;
        box-shadow: none;
    }
    .pcab-nav__title {
        padding: 0 0 4px;
        margin-bottom: 10px;
        font-size: 11px;
        letter-spacing: .45px;
    }
    .pcab-user {
        gap: 10px;
        padding: 0 0 12px;
        margin-bottom: 10px;
    }
    .pcab-user__avatar {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .pcab-user__name {
        margin-bottom: 2px;
        font-size: 14px;
    }
    .pcab-user__row {
        padding: 1px 0;
        font-size: 12px;
        line-height: 1.25;
    }
    .pcab-nav__list {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .pcab-nav__item {
        width: 100%;
        margin: 0;
    }
    .pcab-nav__link {
        min-height: 44px;
        box-sizing: border-box;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        padding: 8px 10px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 1.2;
        text-align: left;
        white-space: normal;
    }
    .pcab-nav__icon,
    .pcab-nav__icon svg {
        width: 20px;
        height: 20px;
    }
    .pcab-nav__icon {
        flex-basis: 20px;
    }
    .pcab-nav__item.is-active .pcab-nav__link {
        box-shadow: none;
    }
    .pcab-nav__item--logout {
        flex: 0 0 auto;
        margin-top: 10px;
        padding-top: 8px;
        border-top: 1px solid #eef1f3;
    }
    .pcab-nav__item--logout .pcab-nav__link {
        min-height: 36px;
        flex-direction: row;
        justify-content: flex-start;
        padding: 6px 8px;
        text-align: left;
    }
}

/* End */


/* Start:/local/templates/vodavdom/components/bitrix/sale.personal.order.list/order_list/style.css?178582899935362*/
/* ===== История заказов ===== */

.orders-page {
    --orders-accent: #0b95c9;
    --orders-text: #1b2733;
    --orders-muted: #697681;
}

/* Keep order pagination visually identical to the current catalog pagination. */
.orders-page .clist__nav {
    width: 100%;
    padding: 28px 0 6px;
}

.orders-page .paggination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 32px;
    text-align: center;
}

.orders-page .paggination a {
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 1px solid #dfe3e6;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    font-family: 'LatoBold', 'Arial', sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #1f2a44;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.orders-page .paggination a:hover,
.orders-page .paggination a:focus {
    border-color: #0b96ca;
    background-color: #eef8fc;
    color: #0b96ca;
    text-decoration: none;
}

.orders-page .paggination a.active,
.orders-page .paggination a.active:hover,
.orders-page .paggination a.active:focus {
    border-color: #0b96ca;
    background-color: #0b96ca;
    color: #fff;
    cursor: default;
}

.orders-page .paggination .tofirst,
.orders-page .paggination .toprev,
.orders-page .paggination .tonext,
.orders-page .paggination .tolast {
    background-image: none;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.orders-page .paggination .tofirst:before,
.orders-page .paggination .toprev:before,
.orders-page .paggination .tonext:before,
.orders-page .paggination .tolast:before {
    display: block;
    transform: translateY(-2px);
}

.orders-page .paggination .tofirst:before {
    content: '\00AB';
}

.orders-page .paggination .toprev:before {
    content: '\2039';
}

.orders-page .paggination .tonext:before {
    content: '\203A';
}

.orders-page .paggination .tolast:before {
    content: '\00BB';
}

@media screen and (max-width: 991px) {
    .orders-page .clist__nav {
        overflow: hidden;
        padding-top: 20px;
    }

    .orders-page .paggination {
        justify-content: flex-start;
        gap: 6px;
        overflow-x: auto;
        margin-bottom: 24px;
        padding: 0 12px 6px;
        -webkit-overflow-scrolling: touch;
    }

    .orders-page .paggination a {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .orders-page .paggination .tofirst,
    .orders-page .paggination .toprev,
    .orders-page .paggination .tonext,
    .orders-page .paggination .tolast {
        font-size: 22px;
    }
}

/* ---- попап отзывов из истории заказов ---- */
body.orders-feedback-modal-open {
    overflow: hidden;
}
@media (min-width: 768px) {
    body.orders-feedback-modal-open {
        padding-right: 13px;
    }
}
.orders-feedback-modal[hidden] {
    display: none !important;
}
.orders-feedback-modal {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    background: #15151566;
}
.orders-feedback-modal__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
}
.orders-feedback-modal__dialog {
    position: relative;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    width: 1024px;
    min-width: 750px;
    max-width: calc(100vw - 20px);
    max-height: 90vh;
    overflow: auto;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 12px;
    background: #fff;
    color: #292b31;
}
.orders-feedback-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex: 0 0 auto;
    padding: 0 0 24px;
}
.orders-feedback-modal__title {
    margin: 0;
    padding-right: 24px;
    color: #292b31;
    font-family: 'LatoBold', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}
.orders-feedback-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000 !important;
    cursor: pointer;
    transition: opacity .15s ease, color .15s ease;
}
.orders-feedback-modal__close:hover,
.orders-feedback-modal__close:focus,
.orders-feedback-modal__close:focus-visible {
    outline: none;
    background: transparent;
    color: #000 !important;
    opacity: .7;
}
.orders-feedback-modal__close span:before,
.orders-feedback-modal__close span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background: #000;
    content: '';
    transform: translate(-50%, -50%) rotate(45deg);
}
.orders-feedback-modal__close span:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.orders-feedback-modal__close span:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.orders-feedback-modal__content {
    min-height: 0;
    overflow: visible;
    padding: 0;
}
.orders-feedback-modal__store {
    display: grid;
    grid-template-columns: 176px minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    padding: 20px 24px;
    border-radius: 12px;
    background: #f8f8f899;
}
.orders-feedback-modal__store-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 52px;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
}
.orders-feedback-modal__store-icon img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.orders-feedback-modal__store-copy h3 {
    margin: 0;
    color: #2f2f2f;
    font-family: 'LatoBold', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.orders-feedback-modal__store-copy p,
.orders-feedback-modal__section-heading p {
    margin: 8px 0 0;
    color: #7f8385;
    font-size: 14px;
    line-height: 20px;
}
.orders-feedback-modal__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 230px;
    min-width: 230px;
    height: 44px;
    min-height: 44px;
    box-sizing: border-box;
    padding: 0 16px;
    border-radius: 9px;
    font-family: 'LatoBold', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s ease, border-color .15s ease, color .15s ease, transform .1s ease;
}
.orders-feedback-modal__button-icon {
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.orders-feedback-modal__button:active {
    transform: translateY(1px);
}
.orders-feedback-modal__button--primary,
.orders-feedback-modal__button--primary:link,
.orders-feedback-modal__button--primary:visited {
    border: 1px solid #00ac45;
    background: #00ac45;
    color: #fff;
}
.orders-feedback-modal__button--primary:hover,
.orders-feedback-modal__button--primary:focus,
.orders-feedback-modal__button--primary:focus-visible {
    border-color: #009b3e;
    background: #009b3e;
    color: #fff;
    outline: none;
    text-decoration: none;
}
.orders-feedback-modal__products-section {
    padding-top: 0;
}
.orders-feedback-modal__section-heading {
    margin-bottom: 12px;
}
.orders-feedback-modal__section-heading h3 {
    margin: 0;
    color: #292b31;
    font-family: 'LatoBold', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}
.orders-feedback-modal__products {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}
.orders-feedback-modal__product {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 12px 16px;
    border-radius: 0;
    border-bottom: 1px solid #e6ebee;
    background: #fff;
}
.orders-feedback-modal__product:last-child {
    border-bottom: 0;
}
.orders-feedback-modal__product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    overflow: hidden;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: #fff;
}
.orders-feedback-modal__product-image[href] {
    color: inherit;
    text-decoration: none;
}
.orders-feedback-modal__product-image[href]:focus-visible {
    outline: 2px solid #0b95c9;
    outline-offset: 2px;
}
.orders-feedback-modal__product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.orders-feedback-modal__product-image--empty {
    background: #f5fafb;
    color: #8ca0a8;
    font-size: 24px;
    font-weight: 700;
}
.orders-feedback-modal__product-name {
    display: block;
    min-width: 0;
    color: #2f2f2f;
    font-family: 'LatoBold', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    overflow-wrap: anywhere;
}
.orders-feedback-modal__product-name[href] {
    text-decoration: none;
    transition: color .15s ease;
}
.orders-feedback-modal__product-name[href]:hover,
.orders-feedback-modal__product-name[href]:focus,
.orders-feedback-modal__product-name[href]:focus-visible {
    color: #0b95c9;
    outline: none;
    text-decoration: none;
}
.orders-feedback-modal__button--secondary,
.orders-feedback-modal__button--secondary:link,
.orders-feedback-modal__button--secondary:visited {
    border-color: #ea5b3d;
    background: #ea5b3d;
    color: #fff;
}
.orders-feedback-modal__button--secondary:hover,
.orders-feedback-modal__button--secondary:focus,
.orders-feedback-modal__button--secondary:focus-visible {
    border-color: #d94f35;
    background: #d94f35;
    color: #fff;
    outline: none;
    text-decoration: none;
}
.orders-feedback-modal__button--secondary.is-disabled {
    opacity: .55;
    cursor: default;
}
@media (max-width: 1199px) {
    .orders-feedback-modal__dialog {
        width: calc(100vw - 20px);
        min-width: 0;
        max-width: calc(100vw - 20px);
        max-height: calc(100vh - 20px);
    }
}
@media (max-width: 620px) {
    .orders-feedback-modal {
        align-items: flex-end;
        padding: 10px;
    }
    .orders-feedback-modal__dialog {
        width: 100%;
        max-height: calc(100vh - 20px);
        max-width: 100%;
        border-radius: 12px;
        padding: 24px;
    }
    .orders-feedback-modal__header {
        padding-bottom: 20px;
    }
    .orders-feedback-modal__button {
        width: 100%;
        min-width: 0;
    }
    .orders-feedback-modal__title {
        font-size: 22px;
        line-height: 26px;
    }
    .orders-feedback-modal__content {
        padding: 0;
    }
    .orders-feedback-modal__store {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        margin-bottom: 20px;
        padding: 16px;
    }
    .orders-feedback-modal__store-icon {
        width: 176px;
        max-width: 100%;
        height: 48px;
    }
    .orders-feedback-modal__store .orders-feedback-modal__button {
        grid-column: auto;
    }
    .orders-feedback-modal__products-section {
        padding-top: 0;
    }
    .orders-feedback-modal__section-heading h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .orders-feedback-modal__product {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px 16px;
        min-height: 0;
        padding: 16px;
    }
    .orders-feedback-modal__product-image {
        width: 72px;
        height: 72px;
        grid-row: 1 / span 2;
    }
    .orders-feedback-modal__product-name {
        font-size: 16px;
        line-height: 20px;
    }
    .orders-feedback-modal__product .orders-feedback-modal__button {
        grid-column: 2;
    }
}
@media (prefers-reduced-motion: reduce) {
    .orders-feedback-modal__button,
    .orders-feedback-modal__close {
        transition: none;
    }
}

.orders-page [hidden] {
    display: none !important;
}

.orders-page .site__title {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    margin: 0 0 1px;
    transform: translateY(6px);
    text-align: left;
}

.orders-toolbar {
    display: grid;
    grid-template-columns: minmax(210px, .7fr) minmax(0, 1.3fr);
    grid-template-rows: auto auto;
    align-items: stretch;
    column-gap: 18px;
    row-gap: 4px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e8eb;
}

.orders-tools {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-end;
    min-height: 0;
    gap: 5px;
}
.orders-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.orders-search {
    position: relative;
    width: min(100%, 360px);
    margin-left: auto;
}
.orders-search__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.orders-search input {
    width: 100%;
    height: 38px;
    padding: 0 14px 0 40px;
    border: 1px solid #dce4e8;
    border-radius: 4px;
    background: #fff;
    color: var(--orders-text);
    font: inherit;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.orders-search::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 13px;
    height: 13px;
    border: 2px solid #8b95a0;
    border-radius: 50%;
    transform: translateY(-58%);
    pointer-events: none;
}
.orders-search::after {
    content: "";
    position: absolute;
    top: calc(50% + 5px);
    left: 28px;
    width: 7px;
    height: 2px;
    background: #8b95a0;
    transform: rotate(45deg);
    pointer-events: none;
}
.orders-search input:focus {
    border-color: var(--orders-accent);
    box-shadow: 0 0 0 3px rgba(11,149,201,.12);
}

.orders-period {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}
.orders-period select {
    height: 32px;
    min-height: 32px;
    padding: 0 30px 0 10px;
    border: 1px solid #dce4e8;
    border-radius: 3px;
    background: #fff;
    color: #52636e;
    cursor: pointer;
    font: inherit;
}

.orders-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0;
}
.orders-filter__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 4px;
    color: #2f384a;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}
.orders-filter__link + .orders-filter__link {
    margin-left: 4px;
}
.orders-filter__link + .orders-filter__link::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -2px;
    width: 1px;
    height: 16px;
    background: #dce4e8;
}
.orders-filter__link:hover,
.orders-filter__link:focus-visible,
.orders-filter__link.is-active {
    background: #edf7fb;
    color: var(--orders-accent);
    text-decoration: none;
    outline: none;
}
.orders-list {
    margin-top: 10px;
}

.orders-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin: 22px 0;
    padding: 32px 20px;
    border: 1px dashed #cdd9de;
    border-radius: 4px;
    background: #fbfcfd;
    color: var(--orders-muted);
    text-align: center;
}
.orders-empty strong {
    color: var(--orders-text);
    font-size: 16px;
}

.order-card {
    background: #fff;
    border: 1px solid #e1e7ea;
    border-radius: 4px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(38, 68, 80, 0.04);
    overflow: hidden;
    transition: box-shadow .2s ease, border-color .2s ease;
}
.order-card:hover {
    border-color: #b9dce9;
    box-shadow: 0 4px 14px rgba(38, 68, 80, 0.08);
}
.order-card.is-open {
    border-color: var(--orders-accent);
}

.order-card__header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border: 0;
    background: #fff;
    color: inherit;
    cursor: pointer;
    font: inherit;
    user-select: none;
    text-align: left;
    transition: background .2s ease;
}
.order-card__header:hover,
.order-card.is-open .order-card__header {
    background: #fbfdfe;
}
.order-card__header:focus-visible {
    outline: 3px solid rgba(11,149,201,.25);
    outline-offset: -3px;
}
.order-card__main {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 0 1 46%;
    min-width: 0;
}
.order-card__num {
    font-size: 15px;
    color: #5a6470;
    font-weight: 500;
}
.order-card__num span {
    color: #1b2733;
    font-weight: 700;
    font-size: 17px;
}
.order-card__date {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 6px;
    font-size: 13px;
    color: #97a0aa;
}
.order-card__date-text {
    flex: 0 0 auto;
}
.order-card__date span.order-ic {
    flex: 0 0 auto;
    margin-right: 0;
}
.order-card__preview {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
    height: 48px;
    margin-left: 0;
}
.order-card__preview-thumb,
.order-card__preview-more {
    display: inline-flex;
    box-sizing: border-box;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid #e1e8ec;
    border-radius: 7px;
    background: #f1f4f6;
}
.order-card__preview-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order-card__preview-more {
    min-width: 48px;
    width: auto;
    padding: 0 9px;
    border-color: transparent;
    color: #7a838d;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}
.order-card.is-open .order-card__preview {
    visibility: hidden;
}

.order-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-left: auto;
}
.order-card__price {
    font-size: 18px;
    font-weight: 700;
    color: #0b95c9;
    margin-left: auto;
    white-space: nowrap;
}

.order-card__toggle {
    display: block;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    position: relative;
    pointer-events: none;
    box-shadow: none;
}
.order-card__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0b95c9;
    border-bottom: 2px solid #0b95c9;
    transform: translate(-50%, -65%) rotate(45deg);
    transition: transform .25s ease, border-color .2s ease;
}
.order-card.is-open .order-card__toggle::after {
    border-color: #0b95c9;
    transform: translate(-50%, -35%) rotate(225deg);
}

/* ---- тело заказа ---- */
@media (min-width: 601px) {
    .order-card__meta {
        flex: 1 1 auto;
        min-width: 0;
        margin-left: 0;
        flex-wrap: nowrap;
    }
    .order-card__meta .order-card__preview {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        overflow: hidden;
        justify-content: flex-end;
    }
    .order-card__meta .order-status {
        flex: 0 0 82px;
        width: 82px;
        box-sizing: border-box;
        text-align: center;
    }
    .order-card__meta .order-card__price {
        flex: 0 0 82px;
        width: 82px;
        margin-left: 0;
        text-align: right;
    }
}

.order-card__body {
    display: none;
    border-top: 1px solid #eef1f3;
    padding: 22px;
    background: #fafcfd;
}

.order-detail {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}
.order-detail__left {
    flex: 0 0 340px;
    max-width: 340px;
}
.order-detail__right {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.order-detail__section-title {
    margin-bottom: 10px;
    color: #1b2733;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* ---- блок информации слева ---- */
.order-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0 14px;
    border: 1px solid #e7ebef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(38, 68, 80, 0.03);
}
.order-info__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px dashed #e7ebef;
}
.order-info__row:last-child {
    border-bottom: none;
}
.order-info__label {
    font-size: 13px;
    color: #8b95a0;
    flex: 0 0 auto;
}
.order-info__value {
    max-width: 68%;
    overflow-wrap: anywhere;
    font-size: 14px;
    color: #1b2733;
    font-weight: 500;
    text-align: right;
}
.order-info__ttn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}
.order-ttn {
    font-weight: 700;
    letter-spacing: .3px;
}
.order-number {
    color: #1b2733;
    font-weight: 700;
    white-space: nowrap;
}
.order-ttn--empty {
    font-weight: 500;
    color: #aab2bb;
}
.order-ttn-link {
    display: inline-flex;
    align-items: center;
    color: #0b95c9;
    font-weight: 700;
    letter-spacing: .3px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .15s ease;
    white-space: nowrap;
}
.order-ttn-link:hover,
.order-ttn-link:focus-visible {
    color: #087ea9;
    text-decoration: underline;
    outline: none;
}
.order-paid {
    display: inline-block;
    margin-left: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #1f9d55;
    background: #e4f7ec;
    border-radius: 7px;
    padding: 2px 9px;
    vertical-align: middle;
}

/* ---- статусы ---- */
.order-status {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 7px;
    line-height: 1.2;
    white-space: nowrap;
}
.order-status--green  { color: #1f9d55; background: #e4f7ec; }
.order-status--blue   { color: #1577c9; background: #e4f1fb; }
.order-status--yellow { color: #b8860b; background: #fdf3d8; }
.order-status--red    { color: #d23b3b; background: #fbe4e4; }
.order-status--gray   { color: #6b7480; background: #eef1f3; }

/* ---- товары справа ---- */
.order-products__title {
    font-size: 15px;
    font-weight: 700;
    color: #1b2733;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.order-products {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.order-product {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: #fff;
    border: 1px solid #eef1f3;
    border-radius: 6px;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.order-product:hover {
    border-color: #cfe8f0;
    box-shadow: 0 3px 10px rgba(38, 68, 80, 0.05);
}
.order-product__img {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    border: 1px solid #edf1f3;
    overflow: hidden;
    background: #f4f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-product__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.order-product__info {
    flex: 1 1 auto;
    min-width: 0;
}
.order-product__name {
    font-size: 15px;
    color: #2a3641;
    text-decoration: none;
    line-height: 1.35;
    display: block;
    margin-bottom: 4px;
}
.order-product__name:hover {
    color: #0b95c9;
    text-decoration: none;
}
.order-product__qty {
    display: inline-flex;
    padding: 3px 7px;
    border-radius: 4px;
    background: #f4f6f8;
    font-size: 12px;
    color: #97a0aa;
}
.order-product__prices {
    flex: 0 0 auto;
    text-align: right;
    min-width: 130px;
}
.order-product__price {
    font-size: 12px;
    color: #97a0aa;
    margin-bottom: 3px;
}
.order-product__sum {
    font-size: 15px;
    font-weight: 700;
    color: #1b2733;
}

.order-total {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 8px;
    margin: 16px 0 14px;
    padding-top: 14px;
    border-top: 1px solid #e7ebef;
}
.order-total__label {
    font-size: 14px;
    color: #5a6470;
}
.order-total__value {
    font-size: 20px;
    font-weight: 800;
    color: #0b95c9;
}
.order-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    gap: 10px;
    margin-top: 10px;
    padding-top: 14px;
    background: linear-gradient(to bottom, rgba(250,252,253,0), #fafcfd 12px);
    position: sticky;
    bottom: 0;
    z-index: 2;
}
.order-review,
.order-repeat {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 230px;
    min-width: 230px;
    height: 44px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-family: 'LatoBold', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, transform .1s ease;
}
.order-review {
    border-color: #ea5b3d;
    background: #ea5b3d;
    color: #fff;
    box-shadow: none;
}
.order-review:link,
.order-review:visited,
.order-repeat:link,
.order-repeat:visited {
    color: #fff;
}
.order-review:hover,
.order-review:focus,
.order-review:focus-visible {
    border-color: #d94f35;
    background: #d94f35;
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.order-repeat {
    border-color: #00ac45;
    background: #00ac45;
    color: #fff;
    box-shadow: none;
}
.order-repeat:hover,
.order-repeat:focus,
.order-repeat:focus-visible {
    border-color: #009b3e;
    background: #009b3e;
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.order-review:active,
.order-repeat:active {
    transform: translateY(1px);
    box-shadow: none;
}
.order-review__ic {
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.order-repeat__ic {
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

/* ---- иконки и бейдж оплаты в шапке ---- */
.order-ic {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
span.order-ic {
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.order-card__date span.order-ic { width: 14px; height: 14px; color: #97a0aa; }
.order-ttn-hint span.order-ic { width: 14px; height: 14px; color: #c3cad2; margin: 0; }
/* ---- отменённый заказ ---- */
.order-card--canceled {
    border-color: #f0d4d4;
    background: #fdfafb;
}
.order-card--canceled .order-card__num span { color: #b06a6a; }
.order-card.order-card--status-green { border-left: 4px solid #1f9d55; }
.order-card.order-card--status-blue { border-left: 4px solid #1577c9; }
.order-card.order-card--status-yellow { border-left: 4px solid #d29b12; }
.order-card.order-card--status-red { border-left: 4px solid #d23b3b; }
.order-card.order-card--status-gray { border-left: 4px solid #aab2bb; }

/* ---- ТТН-подсказка ---- */
.order-ttn-hint {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #aab2bb;
    font-weight: 500;
}
.order-ttn-hint .order-ic { color: #c3cad2; margin: 0; }

/* ---- таймлайн статусов ---- */
.order-timeline {
    margin-top: 18px;
    padding: 14px;
    border: 1px solid #e7ebef;
    border-radius: 8px;
    background: #fff;
}
.order-timeline__title {
    font-size: 12px;
    font-weight: 700;
    color: #8b95a0;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 14px;
}
.order-steps {
    display: flex;
    align-items: flex-start;
}
.order-step {
    flex: 1 1 0;
    position: relative;
    text-align: center;
    padding-top: 22px;
}
.order-step::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -50%;
    width: 100%;
    height: 3px;
    background: #e7ebef;
    z-index: 1;
}
.order-step:first-child::before { display: none; }
.order-step__dot {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e7ebef;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #e7ebef;
    z-index: 2;
    transition: background .2s ease, box-shadow .2s ease;
}
.order-step__name {
    font-size: 12px;
    color: #aab2bb;
    line-height: 1.3;
}
.order-step.is-active::before { background: #0b95c9; }
.order-step.is-active .order-step__dot {
    background: #0b95c9;
    box-shadow: 0 0 0 1px #0b95c9;
}
.order-step.is-active .order-step__name { color: #2a3641; font-weight: 600; }
.order-step.is-current .order-step__dot {
    background: #0b95c9;
    box-shadow: 0 0 0 4px rgba(11,149,201,.18);
}
.order-step.is-current .order-step__name {
    color: #0b95c9;
    font-weight: 700;
}
.order-steps--canceled .order-step::before,
.order-steps--canceled .order-step.is-canceled::before { background: #e7ebef; }
.order-steps--canceled .order-step__dot { background: #e7ebef; box-shadow: 0 0 0 1px #e7ebef; }
.order-steps--canceled .order-step.is-canceled .order-step__dot { background: #d23b3b; box-shadow: 0 0 0 1px #d23b3b; }
.order-steps--canceled .order-step__name { color: #aab2bb; }
.order-timeline__canceled {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #d23b3b;
}

/* ---- блок скасованого замовлення ---- */
.order-canceled {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #fdecec;
    border: 1px solid #f4cccc;
    border-radius: 12px;
}
.order-canceled__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #d23b3b;
    box-shadow: 0 1px 4px rgba(210,59,59,.15);
}
.order-canceled__icon svg {
    width: 22px;
    height: 22px;
    display: block;
}
.order-canceled__title {
    font-size: 15px;
    font-weight: 700;
    color: #c0392b;
    line-height: 1.25;
}
.order-canceled__hint {
    margin-top: 2px;
    font-size: 13px;
    color: #b0554f;
    line-height: 1.35;
}

/* ---- адаптив ---- */
@media (max-width: 991px) {
    .orders-toolbar {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        row-gap: 10px;
    }
    .orders-page .site__title {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
        margin-bottom: 0;
        transform: none;
    }
    .orders-tools {
        grid-column: 1;
        grid-row: 2;
    }
    .order-detail {
        flex-direction: column;
        gap: 20px;
    }
    .order-detail__left {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .orders-toolbar {
        grid-template-columns: 1fr;
        gap: 10px;
        min-width: 0;
    }
    .orders-tools {
        align-items: stretch;
        width: 100%;
        min-width: 0;
    }
    .orders-controls {
        flex-wrap: wrap;
        justify-content: stretch;
        width: 100%;
        min-width: 0;
    }
    .orders-search {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .orders-period {
        flex: 1 1 100%;
        justify-content: space-between;
        width: 100%;
        min-width: 0;
    }
    .orders-period select {
        flex: 1 1 auto;
    }
    .orders-filter {
        flex: 1 1 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
        min-width: 0;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }
    .orders-filter::-webkit-scrollbar {
        display: none;
    }
    .orders-filter__link {
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .order-card__header {
        flex-wrap: wrap;
        align-items: center;
        padding: 14px 16px;
    }
    .order-card__main {
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
    }
    .order-card__toggle {
        order: 2;
        flex: 0 0 auto;
        margin-left: 10px;
    }
    .order-card__meta {
        order: 3;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        align-items: center;
        flex: 1 1 100%;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        min-width: 0;
        min-height: 52px;
        column-gap: 8px;
        row-gap: 4px;
    }
    .order-card__meta .order-card__preview {
        grid-column: 1;
        grid-row: 1 / span 2;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }
    .order-card__meta .order-status {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        margin: 0;
    }
    .order-card__meta .order-card__price {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        justify-self: end;
        margin: 0;
    }
    .order-card__price {
        margin-left: 0;
    }
    .order-card__body {
        padding: 16px;
    }
    .order-info {
        padding: 0 12px;
    }
    .order-info__value {
        max-width: 70%;
    }
    .order-product {
        flex-wrap: wrap;
    }
    .order-product__prices {
        flex: 1 1 100%;
        text-align: left;
        min-width: 0;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .order-repeat {
        align-self: stretch;
        justify-content: center;
    }
    .order-review,
    .order-repeat {
        width: 100%;
        min-width: 0;
    }
    .order-actions {
        flex-direction: column;
        position: static;
    }
}

/* End */
/* /local/templates/vodavdom/components/bitrix/menu/personal_sidebar/style.css?17858289996670 */
/* /local/templates/vodavdom/components/bitrix/sale.personal.order.list/order_list/style.css?178582899935362 */
