.n-order-preload {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    transition: 0.2s;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.97);
}

.n-order-preload__icon {
    width: 200px;
    height: 200px;
    opacity: 0;
    transition: 0.2s;
}

.n-order-preload[data-animation="true"] .n-order-preload__icon {
    opacity: 1;
}

.n-order-preload[data-active="false"] {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .n-order-preload__icon {
        width: 175px;
        height: 175px;
        opacity: 0;
        transition: 0.2s;
    }
}

.n-order-container {
    margin-bottom: 80px;
}

.n-order {
    display: flex;
    flex-direction: column;
}

.n-order__left {
    width: 100%;
}

.n-order__right {
    width: 100%;
    margin-top: 48px;
    position: relative;
}

.n-order__h1 {
    font-size: 28px;
    line-height: 26px;
}

.n-order__orders {
    width: 100%;
    padding-top: 32px;
}

.n-order__order {
    width: 100%;
}

.n-order__order-summ {
    font-size: 14px;
    line-height: 14px;
}

.n-order__order-check {
    min-height: 20px;
}

.n-order__order[data-active="false"] .n-order__order-head {
    display: none;
}

.n-order__order[data-selected="false"] .n-order__order-items {
    opacity: 0.4;
}

.n-order__order-select,
.n-order__order-head {
    display: flex;
    gap: 12px;
    width: 100%;
    font-size: 14px;
    line-height: 1em;
    align-items: center;
    font-weight: 700;
    white-space: nowrap;
}

.n-order__order-select svg,
.n-order__order-head svg {
    flex-shrink: 0;
}

.n-order__order-select + .n-order__order-swiper,
.n-order__order-head + .n-order__order-swiper {
    margin-top: 16px;
}

.n-order__order-select[data-empty="true"] .n-order__order-summ,
.n-order__order-select[data-empty="true"] .n-order__order-dots,
.n-order__order-select[data-empty="true"] svg {
    display: none;
}

.n-order__order-select[data-empty="true"] + .n-order__order-swiper .n-order__order-item {
    opacity: 0.5;
}

.n-order__total {
    overflow: hidden;
}

.n-order__total[data-empty="true"] .order-total,
.n-order__total[data-empty="true"] .order-btn {
    display: none;
}

.n-order__total-empty {
    font-size: 16px;
    line-height: 23px;
    color: #797979;
    letter-spacing: 0.02em;
    display: none;
}

.n-order__total[data-empty="true"] .n-order__total-empty {
    display: block;
}
/* TODO Del then */

.n-order__order-select + .n-order__order-head {
    margin-top: 6px;
}

.n-order__order-dots {
    width: 100%;
    height: 1px;
    margin: 0 4px;
    position: relative;
    background-image: linear-gradient(90deg, currentcolor, currentcolor 25%, #0000 0, #0000);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 7px 1px;
    display: block;
}

.n-order__order-label {
    --background: #f5f6fa;
    --text: #989898;
}

.n-order__order-label[data-label="green"] {
    --background: #34c369;
    --text: #ffffff;
}

.n-order__order-label[data-label="yellow"] {
    --background: #e7b820;
    --text: #ffffff;
}

.n-order__order-text {
    white-space: normal;
    font-size: 12px;
    line-height: 12px;
    flex-shrink: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.n-order__order-label {
    padding: 4px 8px;
    color: var(--text);
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: var(--background);
}

.n-order__order-items {
    display: flex;
    width: 100%;
    position: relative;
    max-height: 228px;
}

.n-order__order-item {
    position: relative;
    flex: 64px 0 0;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f9f9f9;
}

.n-order__order-item-more {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f9f9f9;
    border-radius: 4px;
    flex: 48px 0 0;
    height: 64px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 12px;
    transition: 0.3s color;
}

.n-order__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.n-order__item-label {
    padding: 5px;
    border-radius: 8px 0 8px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    line-height: 1em;
    color: #ffffff;
    background-color: #112233;
    z-index: 1;
}

.n-order__user-info {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.n-order__user-icon {
    transform: translateY(2px);
}

.n-order__user-name {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 1px;
}

.n-order__user-mail {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.4px;
    padding-top: 8px;
}

.n-order__user-aftercall {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #797979;
    padding-top: 16px;
}

.n-order__error-city {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.3px;
}

.n-order__error-city-link {
    font-size: 12px;
    font-weight: 700;
    padding-top: 4px;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e21b25;
    line-height: 1em;
}

.n-order__manager-auth {
    margin-top: 26px;
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    background-color: #11244d;
    border-radius: 4px;
    color: #ffffff;
}

.n-order__gift .n-order__order-head {
    gap: 8px;
}

.n-order__gift .n-order__order-swiper {
    margin-top: 8px;
}

@media (max-width: 991px) {
    .n-order__order ~ .n-order__order {
        margin-top: 40px;
    }

    .n-order__order ~ .n-order__gift {
        margin-top: 16px;
    }

    .n-order__order-swiper {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .order-total-container {
        order: 2;
        margin-bottom: 8px;
    }
}

@media (min-width: 992px) {
    .n-order {
        flex-direction: row;
        justify-content: space-between;
    }

    .n-order__orders {
        padding-top: 40px;
    }

    .n-order__left {
        max-width: 480px;
    }

    .n-order__right {
        max-width: 368px;
    }

    .n-order__h1 {
        font-size: 36px;
        line-height: 32px;
    }

    .n-order__order ~ .n-order__order {
        margin-top: 54px;
    }

    .n-order__order ~ .n-order__gift {
        margin-top: 16px;
    }

    .n-order__order-items {
        gap: 8px;
        flex-wrap: wrap;
        overflow: auto;
    }

    .n-order__order-items::-webkit-scrollbar {
        width: 4px !important;
        background-color: transparent !important;
    }

    .n-order__order-items::-webkit-scrollbar-thumb {
        background-color: #e5e5e5 !important;
    }

    .n-order__order-summ {
        font-size: 16px;
        line-height: 16px;
    }

    .n-order__order-head {
        gap: 12px;
        font-size: 16px;
    }

    .n-order__order-item-more:hover {
        color: #e21b25;
    }

    .n-order__manager-auth {
        margin-top: 48px;
    }
}

@media (min-width: 1200px) {
    .n-order__left {
        max-width: 588px;
    }

    .n-order__right {
        margin-top: 0;
        max-width: 440px;
    }
}

/* mark-accordeon */
.mark-accordeon {
    width: 100%;
    margin-top: 48px;
}

.mark-accordeon__head {
    cursor: pointer;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    justify-content: space-between;
}

.mark-accordeon__head::after {
    content: "";
    height: var(--h-height);
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.mark-accordeon__icon-circle {
    stroke-dasharray: 100;
    transition: 0.2s;
}

.mark-accordeon__hidden,
.mark-accordeon__content {
    overflow: hidden;
    width: 100%;
    transition: 0.3s;
    transition-delay: 0.3s;
}

.mark-accordeon[data-open="true"] .mark-accordeon__hidden,
.mark-accordeon[data-open="false"] .mark-accordeon__content {
    height: 0;
    transition-delay: 0s;
}

.mark-accordeon[data-open="true"] .mark-accordeon__content {
    height: var(--o-height);
}

.mark-accordeon[data-open="false"] .mark-accordeon__hidden {
    height: var(--h-height);
}

.mark-accordeon[data-open="false"] .mark-accordeon__head::after {
    display: block;
}

.mark-accordeon[data-disabled="true"] > * {
    opacity: 0.4;
    pointer-events: none;
}

.mark-accordeon__support-text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.4px;
}

.mark-accordeon__support-text a {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e21b25;
    display: block;
    font-weight: 700;
    margin-top: 12px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .mark-accordeon__icon {
        transform: rotate(-90deg);
    }

    .mark-accordeon[data-step="3"] .mark-accordeon__head {
        padding-bottom: 24px;
    }

    .mark-accordeon[data-step="1"] {
        margin-top: 40px;
    }

    .mark-accordeon[data-open="false"] .mark-accordeon__head {
        padding-bottom: 32px;
    }
}

@media (min-width: 992px) {
    .mark-accordeon {
        margin-top: 56px;
    }

    .mark-accordeon[data-step="1"] {
        margin-top: 44px;
    }

    .mark-accordeon__head {
        font-size: 26px;
        line-height: 1em;
        font-size: 26px;
        padding-bottom: 29px;
    }

    .mark-accordeon__title {
        transition: 0.3s;
    }

    .mark-accordeon__head:hover .mark-accordeon__title {
        color: #e21b25;
    }

    .mark-accordeon__icon {
        transform: rotate(0);
    }

    .mark-accordeon__support-text a:hover {
        color: #df3733;
    }

    .mark-accordeon__icon {
        transition: 0.3s;
        transform: rotate(180deg);
    }

    .mark-accordeon[data-open="false"] .mark-accordeon__icon {
        transform: rotate(0deg);
    }
}

.order-user-data__hidden {
    margin-top: -12px;
    padding-bottom: 48px;
}

.order-user-data__hidden-select {
    margin-top: 48px !important;
    padding-top: 0 !important;
    margin-bottom: 48px !important;
}

.order-user-data__hidden[data-hidden="true"] {
    display: none;
}

.order-user-data__title {
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
}

.order-user-data__subtitle {
    margin-top: 12px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.4px;
    color: #797979;
}

.order-user-payment__methods {
    display: flex;
    gap: 20px;
    margin-top: 32px;
    position: relative;
}

.order-user-payment__methods[data-length="1"] {
    margin-bottom: 34px;
}

.order-user-payment__method {
    width: 100%;
    height: 88px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 9px;
    background-color: #f5f6fa;
}

.order-user-payment__method[data-active="true"] {
    color: #ffffff;
    pointer-events: none;
    background-color: #112233;
}

.order-user-payment__info {
    position: absolute;
    font-size: 14px;
    top: calc(100% + 20px);
    left: 0;
    line-height: 16px;
}

.order-user-payment__text {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    white-space: nowrap;
}

.order-red-selector {
    width: 100%;
    padding: 8px 0;
}

.order-red-selector__radio {
    
}

.order-red-selector__radio .forminput-checkbox-text {
    display: flex;
    gap: 8px;
    font-size: 16px;
    line-height: 23px;
    width: 100%;
    align-items: center;
    letter-spacing: 0.02em;
}

.order-red-selector__radio > .forminput {
    width: 100%;
    margin: 0!important;
    padding: 0!important;
}

.order-red-selector__balance {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
    column-gap: 8px;
    row-gap: 4px;
    padding: 12px 0 8px;
    position: relative;
    flex-wrap: wrap;
}

.order-total__summury-small[data-hidden="true"],
.order-red-selector__programm[data-hidden="true"],
.order-red-selector__balance[data-hidden="true"] {
    display: none;
}

.order-red-selector__balance[data-empty="true"] > * {
    display: none;
}

.order-red-selector__balance[data-empty="true"] .order-red-selector__balance-empty {
    display: block;
}

.order-total__summury-small {
    font-size: 14px;
    line-height: 16px;
    color: #989898;
    padding-top: 8px;
}

.order-red-selector__balance > * {
    display: inline-flex;
    align-items: baseline;
}

.order-red-selector__balance-label {
    position: relative;
    width: 100%;
    max-width: calc(100% - 128px);
}

.order-red-selector__balance-error {
    position: absolute;
    bottom: -22px;
    color: #e21b25;
    display: none;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.order-red-selector__balance-error[data-active="true"] {
    display: block;
}

.order-red-selector__balance-input {
    border: none;
    font-size: 20px;
    transform: translateY(6px);
    width: 100%;
    line-height: 1em;
    border-bottom: 1px solid currentColor;
    outline: none;
    color: inherit;
    font-family: inherit;
    display: block;
    height: 100%;
    padding: 0 22px 10px 0;
    box-shadow: none;
}

.order-red-selector__balance-label[data-success="true"] {
    color: #34c369;
}

.order-red-selector__balance-label[data-error="true"] {
    color: #e21b25;
}

.order-red-selector__balance-clear {
    right: 0;
    position: absolute;
    bottom: 6px;
    transition: 0.3s;
    cursor: pointer;
    display: block;
    color: #112233;
}

.order-red-selector__balance-clear[data-disabled="true"] {
    display: none;
}

.order-red-selector__balance-approve {
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #e21b25;
    color: #ffffff;
    border-radius: 4px;
}

.order-red-selector__balance-approve[data-disabled="true"] {
    pointer-events: none;
    color: #989898;
    background-color: #f9f9f9;
}

.order-red-selector__balance-text {
    display: flex;
    width: 100%;
    align-items: baseline;
    font-size: 16px;
    margin-top: 8px;
    line-height: 1em;
}

.order-red-selector__balance-small {
    padding-top: 16px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.4px;
}

.order-red-selector__balance-supp {
    padding-top: 12px;
    padding-bottom: 8px;
    letter-spacing: 0.2px;
    font-size: 14px;
    line-height: 16px;
    color: #989898;
}

.order-red-selector__balance-supp a {
    color: #e21b25;
    text-decoration: none;
}

.order-red-selector__balance-empty {
    display: none;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.3px;
}

.order-red-selector__balance-icon {
    transform: translate(1px, 0);
}

@media (max-width: 768px) {
    .order-user-payment__methods[data-length="1"] {
        margin-bottom: 55px;
    }
}

@media (max-width: 991px) {
}

@media (min-width: 992px) {
    .order-red-selector {
        margin-top: 0;
    }

    .order-red-selector__balance {
        flex-wrap: nowrap;
        font-size: 20px;
    }

    .order-red-selector__balance-clear:hover {
        color: #e21b25;
    }

    .order-red-selector__balance-text {
        font-size: 20px;
        margin-top: 0;
        width: auto;
        transform: translate(2px, -1px);
    }

    .order-red-selector__balance-label {
        max-width: 94px;
    }

    .order-red-selector__balance-icon {
        transform: translate(2px, 0);
    }

    .order-user-payment__methods {
        margin-top: 28px;
    }

    .order-user-payment__method:hover {
        color: #ffffff;
        background-color: #112233;
    }

    .order-user-payment__text {
        font-size: 12px;
    }
}

/* delivery-chosen */
.delivery-chosen {
    display: flex;
    gap: 12px;
    margin-top: 40px;
    flex-direction: column;
}

.delivery-chosen__item {
    width: 100%;
    height: 80px;
    padding: 24px 16px;
    position: relative;
    background-color: #f5f6fa;
    transition: 0.2s;
    border-radius: 4px;
    cursor: pointer;
    color: #112233;
}

.delivery-chosen__item[data-disabled="true"] {
    pointer-events: none;
}

.delivery-chosen__item[data-disabled="true"] * {
    color: #989898;
}

.delivery-chosen__item[data-disabled="true"] svg * {
    stroke: #989898;
}

.delivery-chosen__item[data-disabled="true"] .delivery-chosen__text::after {
    content: "Недоступен";
    color: #e21b25;
    font-size: 8px;
    line-height: 1em;
    padding-top: 4px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.delivery-chosen__item[data-active="true"] {
    background-color: #112233;
    color: #ffffff !important;
    pointer-events: none;
}

.delivery-chosen__item[data-active="true"] > * {
    color: #ffffff !important;
}

.delivery-chosen__item[data-active="true"] svg * {
    stroke: #ffffff;
}

.delivery-chosen__title {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.delivery-chosen__text {
    font-size: 14px;
    line-height: 16px;
    padding-top: 4px;
    color: #112233;
    letter-spacing: 0.4px;
}

.delivery-chosen__icon {
    position: absolute;
}

.delivery-chosen-info {
}

.delivery-chosen-info__title {
    display: flex;
    gap: 16px;
    padding-top: 32px;
    align-items: center;
}

.delivery-chosen-info__title span {
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
}

.delivery-chosen-info__title a {
    font-size: 12px;
    line-height: 1em;
    transform: translateY(1px);
    letter-spacing: 1px;
    color: #e21b25;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.delivery-chosen-info__title a:hover {
    color: #df3733;
}

.delivery-chosen-info__text {
    padding-top: 8px;
    letter-spacing: 0.4px;
    font-size: 16px;
    line-height: 23px;
}

.delivery-chosen-info__about {
    font-size: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 14px;
}

.delivery-active {
    display: flex;
    gap: 16px;
    width: 100%;
    align-items: flex-start;
}

.delivery-active__text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.delivery-active__icon {
    flex-grow: 0;
    flex-shrink: 0;
}

.delivery-active__title {
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.delivery-active__subtitle {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.4px;
    padding-top: 8px;
}

.delivery-active__point-info {
    position: relative;
    z-index: 3;
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding-top: 4px;
}

.delivery-active__comment {
    padding: 8px;
    margin-top: 4px;
    background-color: #f9f9f9;
    border-radius: 8px;
    display: inline-block;
}

.delivery-active__comment span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .delivery-chosen-info {
        /* display: none; */
    }
}

@media (min-width: 992px) {
    .delivery-chosen {
        margin-top: 0;
        flex-direction: row;
    }

    .delivery-chosen__item:hover {
        color: #e21b25;
    }
}

/* order-total */
.order-total {
    width: 100%;
    transition: 0.3s;
    position: relative;
}

.order-total__line-total {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    position: relative;
    order: 3;
}

.order-total__line-total[data-discount="true"] {
    padding-bottom: 18px;
}

.order-total__lines {
    display: flex;
    flex-direction: column;
}

.order-total__line {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    font-size: 16px;
    line-height: 1em;
    margin-top: 16px;
    order: 2;
}

.order-total__line--acc {
    cursor: pointer;
}

.order-total__line--acc .order-total__line-text {
    padding-right: 25px;
}

.order-total__line--acc svg {
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
}

.order-total__line--acc[data-open="false"] svg {
    transform: rotate(180deg);
}

.order-total__line-container {
    overflow: hidden;
    transition: 0.1s;
    order: 2;
}

.order-total__line-container .order-total__line-text::before {
    content: "";
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #e21b25;
}

.order-total__line-container .order-total__line-text {
    padding-left: 20px;
}

.order-total__lines > .order-total__line:first-child {
    margin-top: 24px;
    order: 0;
}

.order-total__line-container > .order-total__line {
    margin-top: 12px;
}

.order-total__line-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1em;
    white-space: nowrap;
}

.order-total__line-text {
    max-width: 200px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-overflow: ellipsis;
    position: relative;
}

.order-total__line-text span {
    white-space: nowrap;
}

.order-total__line-summtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    white-space: nowrap;
}

.order-total__line-dots {
    width: 100%;
    height: 1px;
    position: relative;
    background-image: linear-gradient(90deg, currentColor, currentColor 25%, #0000 0, #0000);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 7px 1px;
    display: block;
    min-width: 25px;
}

.order-total__line-summ *:nth-child(1) {
    font-size: 26px;
    line-height: 1em;
    font-weight: 700;
    white-space: nowrap;
}

.order-total__line-summ *:nth-child(2) {
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #989898;
    white-space: nowrap;
}

.order-total__line-summ *:nth-child(2)::after {
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #e21b25;
    transform: translateY(6px) rotate(-5deg);
}

.order-total__summury {
    font-size: 16px;
    line-height: 1em;
    text-align: right;
    padding-top: 16px;
    order: 3;
}

.order-total__promo-label .forminput-checkbox-text {
    letter-spacing: 0.02em;
}

.order-total__promo {
    order: 3;
}

.order-total__promo-wrapper {
    margin-top: 8px;
}

.order-total__promo-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 25px 0;
}

.order-total__promo-wrapper .order-total__promo-label {
    margin: 0 !important;
    padding: 8px 0 !important;
}

@media (min-width: 992px) {
    .order-total {
        max-height: calc(100vh - 200px);
        padding-right: 8px;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: 0;
        overscroll-behavior: contain;
    }

    [data-position="top"] .order-total {
        max-height: calc(100vh - 320px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .order-total::-webkit-scrollbar {
        width: 4px !important;
        background-color: transparent !important;
    }

    .order-total::-webkit-scrollbar-thumb {
        background-color: #e5e5e5 !important;
    }

    .order-total__promo-wrapper {
        margin-top: 40px;
    }

    .order-total__promo-icon {
        display: none;
    }

    .order-total__promo-wrapper,
    .order-total__summury,
    .order-total__line-total,
    .order-total__lines {
        width: 356px;
    }

    .order-total__summury {
        padding-top: 24px;
    }
}

@media (min-width: 1200px) {
    .order-total__promo-wrapper,
    .order-total__summury,
    .order-total__line-total,
    .order-total__lines {
        width: 428px;
    }

    .order-total__line-text {
        max-width: 250px;
    }
}

.n-promocode {
    padding-bottom: 8px;
    margin-top: 8px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 2px;
    position: relative;
}

.n-promocode .input-field {
    color: currentColor;
    width: calc(100% - 56px);
    flex-shrink: 0;
}

.n-promocode .input-field__placeholder {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.03em;
}

.n-promocode .input-field[data-active="true"] .input-field__placeholder {
    color: #112233;
    font-size: 16px;
    line-height: 23px;
}

.n-promocode[data-active="false"] {
    display: none;
}

.n-promocode[data-error="true"] {
    color: #e21b25;
}

.n-promocode[data-success="true"] {
    color: #34c369;
}
.n-promocode[data-focus="true"] .n-promocode__input,
.n-promocode[data-focus="false"] .n-promocode__input-filler {
    opacity: 1;
}
/* allproduct */
.n-promocode__error {
    display: none;
    left: 0;
    opacity: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    pointer-events: none;
    width: 100%;
    max-width: calc(100% - 56px);
}

.n-promocode[data-error="true"] .n-promocode__error {
    display: block;
    opacity: 1;
}

.n-promocode__label {
    position: relative;
    width: 100%;
}

.n-promocode__input {
    border: none;
    outline: none;
    box-shadow: none;
    color: inherit;
    opacity: 0;
    padding: 0 22px 0 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    display: block;
    line-height: 1em;
    z-index: 0;
    transition: 0s !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid currentColor;
}

.n-promocode__input-filler {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    padding-right: 34px;
    align-items: center;
    left: 0;
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 20px;
    line-height: 1em;
    transition: 0s !important;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
}

.n-promocode__input-filler-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n-promocode__code-info {
    margin-left: 8px;
    cursor: pointer;
    display: none;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    color: #112233;
}

.n-promocode__code-info[data-active="true"] {
    display: flex;
}

.n-promocode__check {
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #e21b25;
    color: #ffffff;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
}

.n-promocode__check[data-disabled="true"] {
    pointer-events: none;
    color: #989898;
    background-color: #f9f9f9;
}

.n-promocode__clear {
    right: 0;
    position: absolute;
    bottom: 13px;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    height: 18px;
    width: 18px;
    z-index: 2;
    color: #112233;
}

.n-promocode__clear[data-disabled="true"] {
    display: none;
}

.order-btn {
    width: 100%;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .order-btn {
        padding: 8px 8px 0 0;
        margin-top: 32px;
    }

    .n-promocode__check:hover {
        /* background-color: ; */
    }

    .n-promocode__clear:hover {
        color: #e21b25;
    }

    .n-promocode__code-info:hover {
        color: #e21b25;
    }
}

/* order-mobile-fixed */
.order-mobile-fixed {
    position: fixed;
    z-index: 10;
    left: 0;
    gap: 50px;
    justify-content: space-between;
    bottom: 0;
    width: 100vw;
    background-color: #ffffff;
    padding: 16px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.order-mobile-fixed[data-hidden="true"] {
    transform: translateY(120px);
}

.order-mobile-fixed__summ-text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.order-mobile-fixed__summ-total {
    font-weight: 700;
    font-size: 28px;
    line-height: 26px;
    white-space: nowrap;
    margin-top: 4px;
}

.order-mobile-fixed__summ-old {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #989898;
    white-space: nowrap;
    margin-top: 4px;
    display: inline-flex;
}

.order-mobile-fixed__summ-old::after {
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #e21b25;
    transform: translateY(9px) rotate(-5deg);
}

.order-mobile-fixed__btn {
    width: 175px;
}

.order-mobile-fixed__btn .btn {
    font-size: 12px;
}

@media (min-width: 992px) {
    .order-mobile-fixed {
        display: none;
    }

    .n-promocode {
        margin-top: 12px;
    }
}

/* point-order */
.point-order[data-tab="list"] .point-order__map {
    opacity: 0 !important;
    pointer-events: none;
}

.modal-blind.point-order:not([data-active="true"]) * {
    pointer-events: none !important;
}

.point-order[data-active="true"] .point-order__filter,
.point-order[data-active="true"] .point-order__content,
.point-order[data-active="true"] .point-order__map-search,
.point-order[data-active="true"] .point-order__map {
    opacity: 1;
    pointer-events: auto;
}

.point-order .modal-blind__content {
    transition: 0s;
}

.point-order__content {
    position: relative;
    height: 100%;
    opacity: 0;
}

.point-order__step-one {
    height: 100%;
    position: relative;
}

.point-order__step-two {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 15px;
    right: -15px;
    bottom: 0;
    z-index: 6;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
}

.point-order__step-two[data-load="true"]::after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
}

.point-order[data-step="2"] .point-order__step-two {
    opacity: 1;
    pointer-events: all;
}

.point-order[data-step="2"] .point-order__step-one .point-order__head {
    opacity: 0;
    pointer-events: all;
}

.point-order__map {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    right: 460px;
    right: 482px;
    top: 0;
    bottom: 0;
    background-color: #e5e5e5;
    left: 96px;
    opacity: 0;
}

.point-order__map-search {
    position: absolute;
    left: 136px;
    top: 40px;
    opacity: 0;
    z-index: 12;
    width: 296px;
}

.point-order__map-input {
    position: relative;
    width: 100%;
}

.point-order__map-input .point-order__map-input-elem {
    border: none;
    display: block;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    width: 100%;
    color: #112233;
    line-height: 23px;
    padding: 10px 40px 10px 12px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.point-order__map-input-clear {
    position: absolute;
    right: 10px;
    bottom: 14px;
    transition: 0.3s;
    display: none;
    cursor: pointer;
}

.point-order__map-input-placeholder {
    display: flex;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 23px;
    padding: 10px 12px;
    color: #989898;
    align-items: center;
    justify-content: space-between;
}

.point-order__map-input-clear:hover {
    color: #e21b25;
}

.point-order__map-input-search {
    position: absolute;
    right: 10px;
    bottom: 14px;
    display: flex;
    pointer-events: none;
}

.point-order__map-input[data-value="true"] .point-order__map-input-clear {
    display: flex;
}

.point-order__map-input[data-value="true"] .point-order__map-input-placeholder {
    display: none;
}

.point-order__map-results {
    margin-top: 10px;
    width: 100%;
    position: relative;
    max-height: 500px;
    overflow: auto;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.12);
}

body .point-order__map-results::-webkit-scrollbar {
    background-color: #ffffff;
}

.point-order__map-selector {
    position: absolute;
    top: 10px;
    right: 12px;
}

.point-order__map-adresses {
    width: 100%;
    max-height: 100%;
    border-radius: 4px;
    font-size: 16px;
    line-height: 23px;
    background-color: #ffffff;
}

.point-order__map-adresses[data-load="true"] > * {
    opacity: 0.4;
    pointer-events: none;
}

.point-order__map-adress {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 14px 40px 16px 14px;
    width: 100%;
    justify-content: space-between;
}

.point-order__map-adress[data-empty="true"] {
    cursor: auto;
    pointer-events: none;
    color: #989898;
}

.point-order__map-adress::after {
    content: "";
    opacity: 0;
    transition: 0.1s;
    width: 18px;
    height: 18px;
    display: block;
    background-image: url("/new/html/www/assets/images/icons/selector.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 12px;
    z-index: 2;
}

.point-order__map-adress[data-active="true"]::after {
    opacity: 1;
}

.point-order__map-adress[data-empty="true"]::after {
    display: none;
}

.point-order__list {
    max-height: calc(100% - 228px);
    height: 100%;
    overflow: auto;
    width: 100%;
    margin-top: 32px;
    margin-right: -8px;
    padding-right: 8px;
}

.point-order__list[data-load="true"] {
    opacity: 0.4;
    pointer-events: none;
}

.point-order__list > *:first-child {
    margin-top: 0;
}

.point-order__item {
    position: relative;
    padding: 16px 52px 16px 56px;
    background-color: #f5f6fa;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
}

.point-order__item-empty {
    color: #989898;
}

.point-order__item-empty div {
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
}

.point-order__item-empty small {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.3px;
    margin-top: 4px;
}

.point-order__item[data-active="true"] .point-order__item-icon {
    border-width: 6px;
    border-color: #e21b25;
}

.point-order__item-name {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
}

.point-order__item-address {
    padding-top: 8px;
    font-weight: 700;
    line-height: 1em;
    font-size: 16px;
    transition: 0.3s;
}

.point-order__item-company {
    padding-top: 4px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.3px;
}

.point-order__item-delivery {
    padding-top: 8px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.3px;
}

.point-order__item-icon {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 16px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.2s;
    border: 1px solid #112233;
}

.point-order__item-info {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    display: flex;
    z-index: 2;
    transition: 0.3s;
}

.point-order__item-info::before {
    position: absolute;
    right: -10px;
    top: -10px;
    bottom: -10px;
    left: -10px;
    content: "";
}

.point-order__footer {
    width: 100%;
    background-color: #ffffff;
    padding: 16px 0 32px;
}

.point-order__head {
    display: flex;
    height: 40px;
    padding-bottom: 20px;
    justify-content: space-between;
}

.point-order__head-close,
.point-order__head-prev {
    display: flex;
    width: 32px;
    height: 32px;
    flex-grow: 0;
    flex-shrink: 0;
    transition: 0.3s;
}

.point-order__head-close svg,
.point-order__head-prev svg {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.point-order__head-name,
.point-order__head-city {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    gap: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-items: center;
    transition: 0.3s;
    margin: 0 20px;
}

.point-order__head-city-name {
    flex-shrink: 0;
}

.point-order__head-city svg {
    flex-shrink: 0;
    flex-grow: 0;
}

.point-order__head-icon {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
}

.point-order__body {
    display: flex;
    margin-top: 16px;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: space-between;
}

.point-order__body-title {
    font-size: 26px;
    line-height: 1em;
    font-weight: 700;
}

.point-order__filter {
    position: absolute;
    z-index: 12;
    opacity: 0;
    right: 50px;
    top: 90px;
}

.point-order__filter-btn {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 4px;
    display: flex;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.point-order__filter-btn div {
    display: flex;
    width: 16px;
    height: 16px;
    position: relative;
}

.point-order__filter-btn div:first-child::after {
    content: "";
    opacity: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e21b25;
    border: 2px solid #ffffff;
    position: absolute;
    top: -3px;
    right: -5px;
}

.point-order__filter-btn[data-checked="true"] div:first-child::after {
    opacity: 1;
}

.point-order__filter-btn[data-open="true"] div:first-child {
    display: none;
}

.point-order__filter-btn[data-open="false"] div:last-child {
    display: none;
}

.point-order__filter-dropdown {
    position: absolute;
    top: 54px;
    transition: 0.2s;
    right: 0;
    width: 240px;
    pointer-events: none;
    opacity: 0;
    border-radius: 8px;
    padding: 24px 16px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

.point-order__filter-dropdown-title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 700;
}

.point-order__filter-btn[data-open="true"] + .point-order__filter-dropdown {
    opacity: 1;
    pointer-events: all;
}

.point-order__filter-dropdown-list {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-direction: column;
    margin-top: 20px;
}

.point-order__info {
    max-height: calc(100% - 168px);
    height: 100%;
    overflow: auto;
    width: 100%;
    margin-top: 32px;
    margin-right: -8px;
    padding-right: 8px;
}

.point-order__info-chapter {
    padding-top: 32px;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.point-order__info-phone {
    padding-top: 4px;
    display: block;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #e21b25;
}

.point-order__info-address {
    padding-top: 4px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.point-order__info-data {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.3px;
    padding-top: 4px;
}

.point-order__tabs {
    display: none;
    gap: 8px;
    padding: 4px;
    border-radius: 4px;
    background-color: #f5f6fa;
}

.point-order__tabs-tab {
    width: 50%;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    letter-spacing: 0.3px;
    padding: 8px 16px;
    transition: 0.3s;
    text-align: center;
    height: 32px;
    color: #112233;
    text-transform: uppercase;
    background-color: #f5f6fa;
}

.point-order__tabs-tab[data-active="true"] {
    color: #ffffff;
    background-color: #e21b25;
    pointer-events: none;
}

.point-order__title {
    font-size: 26px;
    line-height: 1em;
    font-weight: 700;
    padding-top: 40px;
}

.point-order__title::first-letter {
    opacity: 0;
    font-size: 0;
    visibility: hidden;
}

.point-order__contents {
    height: 100%;
}

.point-order__address {
    max-height: calc(100% - 168px);
    height: 100%;
    overflow: visible;
    width: 100%;
    margin-top: 32px;
    margin-right: -8px;
    padding-right: 8px;
}

.point-order__userdata {
    max-height: calc(100% - 168px);
    height: 100%;
    overflow: auto;
    width: 100%;
    margin-top: 32px;
    margin-right: -8px;
    padding-right: 8px;
}

.point-order__address-title {
    font-size: 28px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 32px;
}

.close-about-point svg {
    display: none;
}

[data-pinfo="true"] .close-about-point svg {
    display: inline-block;
}

.prev-about-point svg {
    display: inline-flex;
}

[data-pinfo="true"] .prev-about-point svg {
    display: none;
}

[data-pinfo="true"] .point-order__map::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
}

[data-pinfo="true"] .point-order__map-search,
[data-pinfo="true"] .ymaps3x0--controls {
    display: none;
}

@media (max-width: 991px) {
    .point-order {
        transition: 0.1s !important;
    }

    .point-order__body-title {
        opacity: 0;
    }

    .point-order__tabs {
        display: flex;
    }

    .point-order__map {
        left: 0;
        right: 0;
        width: auto;
        top: 186px;
    }

    .point-order__map-adress::after {
        display: none;
    }

    .point-order__map-search {
        left: 16px;
        top: 124px;
        width: calc(100vw - 100px);
    }

    .point-order__map-input .point-order__map-input-elem {
        box-shadow: none;
        border-radius: 0;
        padding-left: 0;
        border-bottom: 1px solid #989898;
    }

    .point-order__map-input-placeholder {
        font-size: 20px;
        line-height: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .point-order__map-input-placeholder svg {
        width: 18px;
        height: 18px;
    }

    .point-order__list {
        max-height: calc(100% - 246px);
    }

    .point-order__filter {
        right: 16px;
        top: 124px;
    }

    .point-order[data-step="2"] .point-order__map,
    .point-order[data-step="2"] .point-order__filter,
    .point-order[data-step="2"] .point-order__map-search {
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .point-order__head-close,
    .point-order__head-prev {
        width: 20px;
        height: 20px;
    }

    .point-order__userdata {
        margin-top: 0;
        max-height: calc(100% - 120px);
    }

    .point-order__address,
    .point-order__info {
        max-height: calc(100% - 146px);
    }

    .point-order__map-input-clear {
        right: 0;
    }
}

@media (min-width: 992px) {
    .point-order__item:hover .point-order__item-address {
        color: #e21b25;
    }

    .point-order__head {
        height: 52px;
    }

    .point-order__head-close:hover,
    .point-order__head-prev:hover {
        color: #e21b25;
    }

    .point-order__filter-btn:hover {
        color: #e21b25;
    }

    .point-order__head-city:hover {
        color: #e21b25;
        cursor: pointer;
    }

    .point-order__item-info:hover {
        color: #e21b25;
    }

    .point-order[data-step="2"] .point-order__filter {
        opacity: 0 !important;
        transition-delay: 0;
        pointer-events: none !important;
    }
}

/* Ymap */
.point-order__map .circle {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    background-color: #112233;
    transform: translate(-50%, -50%);
}

.point-order__map .circle:hover {
    background-color: #e21b25;
}

.ymaps3x0--marker:hover {
    z-index: 1 !important;
}

.point-order__map .ymaps3x0--control-button {
    background-color: #e21b25;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    transition: 0.3s;
}

.point-order__map .ymaps3x0--control-button:hover {
    background-color: #df3733;
}

.point-order__map .ymaps3--geolocation-control {
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url("/new/html/www/assets/images/icons/geolocation-white.svg");
}

.point-order__map .ymaps3x0--control__background {
    background-color: transparent;
    box-shadow: none;
}

.point-order__map .ymaps3--zoom-control__out {
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url("/new/html/www/assets/images/icons/zoom-out.svg");
}

.point-order__map .ymaps3--zoom-control__in {
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url("/new/html/www/assets/images/icons/zoom-in.svg");
}

.point-order__map .ymaps3--zoom-control_vertical {
    gap: 10px;
}

.point-order__map .circle-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 12px;
    color: #ffffff;
}

.point-order__map .marker-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -50%);
}

.point-order__map .marker {
    width: 26px;
    display: flex;
    color: #112233;
    cursor: pointer;
    transition: 0.3s;
    justify-content: center;
    height: 31px;
}

.point-order__map .marker-container[data-active="true"] .marker,
.point-order__map .marker:hover {
    color: #e21b25;
}

.point-order__map .marker:hover {
    /* border-width: 2px;
    box-shadow: 0px 2px 4px 0px #5f698333; */
}

.point-order__map .marker-text {
    color: #112233;
    font-weight: 500;
    font-size: 14px;
    top: -27px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 8px;
    transition: all 0.3s ease-out;
}

.point-order__map .marker-text.visible {
    opacity: 1;
    padding: 4px 8px;
    transform: translateY(0);
}

.point-order__map .marker-text.hidden {
    opacity: 0;
    padding: 4px 0;
    transform: translateY(4px);
}

/* order-address-search */
.order-address-search {
    position: relative;
}

.order-address-search__result {
    opacity: 0;
    top: 70px;
    left: 0;
    right: 0;
    position: absolute;
    pointer-events: none;
    max-height: 320px;
    z-index: 7;
    overflow: auto;
    border-radius: 4px;
    font-size: 16px;
    line-height: 23px;
    box-shadow: 0 4px 15px 3px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

.order-address-search__result[data-load="true"] .point-order__map-adress {
    opacity: 0.4;
    pointer-events: none;
}

.order-address-search__result[data-active="true"] {
    opacity: 1;
    pointer-events: all;
}

/* info-modal */
.info-modal {
    margin-top: 32px;
}

.info-modal > div {
    gap: 12px;
    margin-top: -24px;
    margin-bottom: 32px;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    justify-content: center;
    align-items: center;
}

.info-modal > span {
    display: block;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.3px;
}

.info-modal > a {
    margin-top: 8px;
}

.delivery-date-icon {
    width: 31px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 4px;
    background-color: #f5f6fa;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    height: 23px;
}

.delivery-date-icon[data-color="green"] {
    background-color: #34c369;
}

.delivery-date-icon[data-color="yellow"] {
    background-color: #e7b820;
}

@media (min-width: 992px) {
    .info-modal > a {
        margin-top: 20px;
    }

    .info-modal > div {
        margin-top: -32px;
        font-size: 36px;
        font-weight: 700;
        line-height: 32px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .delivery-date-icon {
        width: 32px;
        height: 32px;
    }
}

.modal-order__accs {
    padding-bottom: 20px;
}

.modal-order__accs .p-accordeon {
    margin-top: 0;
}

.modal-order__accs .modal-order__acc {
    margin-top: 48px;
    position: relative;
}

.modal-order__accs .modal-order__acc:first-child {
    overflow: hidden;
    margin-top: 0;
}

.modal-order__accs > .modal-order__acc::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.28418 5.3125L9.42383 5.56445L9.6748 5.70312L12.917 7.49219L9.68164 9.25098L9.42383 9.39062L9.28223 9.64746L7.48535 12.9121L5.7207 9.65332L5.5791 9.39258L5.31836 9.25098L2.08203 7.49219L5.3252 5.70312L5.5791 5.5625L5.71875 5.30664L7.48535 2.07227L9.28418 5.3125Z' stroke='%23FFB6B6' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.modal-order__accs .p-accordeon__title {
    font-size: 20px;
    line-height: 1em;
}

.modal-order__accs .p-accordeon__title span {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.modal-order__accs .p-accordeon__title i {
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    font-style: normal;
    background-color: #11244d;
}

.modal-order__accs p img {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-order__accs .p-accordeon__content {
    padding-bottom: 0;
}

.modal-order__accs ol,
.modal-order__accs ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-order__accs ul > li {
    margin-left: 26px;
    position: relative;
    list-style: square;
}
.modal-order__accs ol > li {
    margin-left: 26px;
    position: relative;
    list-style: auto;
}
.modal-order__red {
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-flex;
    max-width: 360px;
    gap: 8px;
    align-items: flex-start;
    background-color: #f5f6fa;
}

.modal-order__red-icon {
    flex-shrink: 0;
}

.modal-order__red-text {
    font-size: 14px;
    display: block;
    line-height: 19px;
}

.modal-order__red strong {
    color: #e21b25;
}
