

/* Start:/local/templates/2019/css/changeAddressWidget.css?177922037331486*/
html {
    scrollbar-gutter: stable;
}

.delivery-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 4px;
    border: 1px solid #ADDEBA;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s ease;
}

.delivery-btn:hover {
    box-shadow: 0 0 0 4px #dffae6;
    border: 1px solid #dffae6;
}

.delivery-btn:active {
    background: #fff;
}

.delivery-btn__icon {
    line-height: 1;
}

.delivery-btn__pin {
    color: #15B742;
}

.delivery-btn__arrow--hidden {
    display: none;
}

.delivery-btn:hover .delivery-btn__pin {
    color: #129e39;
}

.delivery-btn:hover .delivery-btn__arrow {
    color: #262626;
}

.delivery-btn__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
    min-width:0;
}

.delivery-btn__title-row {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
}

.delivery-btn__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: "SF Pro Display", "Cera Round", Arial, Helvetica, sans-serif;
    color: #262626;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    letter-spacing: -1%;
}

.delivery-btn__subtitle {
    display: block;
    font-family: "SF Pro Display", "Cera Round", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #262626;
    white-space: nowrap;
    letter-spacing: -1%;
}

.delivery-btn__arrow {
    font-size: 20px;
    color: rgba(38, 38, 38, 0.4);
}

.delivery-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1040px;
    max-width: calc(100% - 80px);
    max-height: 660px;
    height: 100%;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    z-index: 1000;
}

.delivery-modal:modal {
    animation: modal-fade-in 0.25s ease;
}

.delivery-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    border-radius: 50px;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    color: #15B742;
    width: 40px;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.delivery-modal__close:hover {
    color: #129e39;
}

.delivery-modal__content {
    display: flex;
    width: 100%;
    padding: 0;
    font-size: 16px;
    height: 100%;
}

.delivery-modal__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    max-height: 100%;
    max-width: 462px;
    min-width: 388px;
    background: #fff;
}

.delivery-modal__right {
    position: relative;
    flex: 1;
    padding: 0;
    background: #f5f5f5;
}

.delivery-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);

    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;

    z-index: 900;
}

.delivery-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.delivery-type-toggle {
    position: relative;
    display: flex;
    padding: 4px;
    background: #F1F1F1;
    border-radius: 16px;
    margin: 24px;
    height: 52px;
    width: calc(100% - 48px);

    overflow: hidden;
}

.delivery-type-toggle__indicator {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);

    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);

    transition: transform 0.25s ease;
}

.delivery-type-toggle__btn {
    flex: 1;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    border: none;
    background: transparent;
    border-radius: 14px;
    cursor: pointer;

    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;

    color: #7A7A7A;
    transition: color 0.2s ease;
}

.delivery-type-toggle__btn--active {
    color: #15B742;
    font-weight: 600;
}

.delivery-type-toggle__btn--active:hover {
    color: #129e39;
}

.address-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 24px;
    flex: 1;
    overflow-y: auto;
}

.address-empty {
    margin: auto;
    padding: 24px;
    text-align: center;
    max-width: 414px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.address-empty__title {
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #262626;
}

.address-empty__text {
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #262626;
}

.address-item {
    cursor: pointer;
    position: relative;
}

.address-item:hover {
    background: rgba(0, 0, 0, 0.02);
}

.address-item__inner {
    display: flex;
    align-items: center;
    min-height: 82px;
}

.address-item__inner::after {
    content: "";
    position: absolute;
    left: 32px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #EFEFEF;
}

.address-item:last-child .address-item__inner::after {
    display: none;
}

.address-item__radio {
    width: 16px;
    height: 16px;
    margin-top: 4px;

    border-radius: 50%;
    border: 2px solid #EFEFEF;
    flex-shrink: 0;
    position: relative;
}

.address-item--active .address-item__radio {
    border-color: #15B742;
    background: #15B742;
}

.address-item--active .address-item__radio::after {
    content: "";
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 6px;

    background-image: url("data:image/svg+xml;utf8,\
<svg width='8' height='6' viewBox='0 0 8 6' xmlns='http://www.w3.org/2000/svg'>\
<path fill-rule='evenodd' clip-rule='evenodd' d='M7.71985 0.281509C8.09338 0.656855 8.09338 1.26541 7.71985 1.64076L3.66184 5.71849C3.28831 6.09383 2.6827 6.09384 2.30917 5.71849L0.280151 3.67963C-0.0933813 3.30429 -0.0933839 2.69573 0.280145 2.32038C0.653674 1.94504 1.25929 1.94503 1.63282 2.32038L2.9855 3.67962L6.36718 0.281509C6.74071 -0.0938365 7.34632 -0.0938365 7.71985 0.281509Z' fill='white'/>\
</svg>");
}

.address-item__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
    min-width: 0;
}

.address-item__title {
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
    color: #262626;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.address-item__address {
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #7A7A7A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.address-item__edit {
    display: flex;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #9E9E9E;
}

.address-item__edit:hover {
    color: #262626;
}

.pickup-item__inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.pickup-item__inner::after {
    content: "";
    position: absolute;
    left: 32px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #EFEFEF;
}

.address-item:last-child .pickup-item__inner::after {
    display: none;
}

.pickup-item__radio {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #EFEFEF;
    flex-shrink: 0;
    position: relative;
}

.address-item--active .pickup-item__radio {
    border-color: #15B742;
    background: #15B742;
}

.address-item--active .pickup-item__radio::after {
    content: "";
    position: absolute;
    inset: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 6px;

    background-image: url("data:image/svg+xml;utf8,\
<svg width='8' height='6' viewBox='0 0 8 6' xmlns='http://www.w3.org/2000/svg'>\
<path fill-rule='evenodd' clip-rule='evenodd' d='M7.71985 0.281509C8.09338 0.656855 8.09338 1.26541 7.71985 1.64076L3.66184 5.71849C3.28831 6.09383 2.6827 6.09384 2.30917 5.71849L0.280151 3.67963C-0.0933813 3.30429 -0.0933839 2.69573 0.280145 2.32038C0.653674 1.94504 1.25929 1.94503 1.63282 2.32038L2.9855 3.67962L6.36718 0.281509C6.74071 -0.0938365 7.34632 -0.0938365 7.71985 0.281509Z' fill='white'/>\
</svg>");
}

.pickup-item__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
    padding: 12px 0;
    margin-bottom: 8px;
    gap: 8px;
}

.pickup-result {
    cursor: pointer;
}

.pickup-result:not(:last-child) {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 8px;
}

.pickup-result:hover {
    background: rgba(0, 0, 0, 0.02);
}

.pickup-result--selected {
    background: rgba(0, 0, 0, 0.04);
}

.pickup-item__logo,
.pickup-result__logo {
    font-size: 12px;
    font-weight: 700;
    color: #15B742;
}

.pickup-item__logo img,
.pickup-result__logo img {
    height: 20px;
}

.pickup-item__title,
.pickup-result__title {
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #262626;
}

.pickup-item__time,
.pickup-result__time {
    font-size: 14px;
    color: #262626;
}

.pickup-item__tags,
.pickup-result__tags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.pickup-result__tags {
    margin-bottom: 12px;
}

.pickup-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 24px;
    height: 24px;
}

.pickup-tag img {
    width: 20px;
    height: 20px;
}

.pickup-item__delete {
    border: none;
    background: transparent;
    margin-left: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #FC6A6F;
    cursor: pointer;
}

.pickup-item__delete:not(:disabled):hover {
    color: #EC1D24;
}

.pickup-item__delete:disabled {
    color: #FC6A6F;
    cursor: default;
    opacity: 0.5;
}

.new-address-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #15B742;
    transition: all 0.2s ease;
}

.new-address-btn:hover {
    color: #129e39;
}

.new-address-btn__icon {
    width: 24px;
    height: 24px;
    color: currentColor;
}

/* Кнопка "Подтвердить" */
.confirm-btn {
    width: 100%;
    height: 54px;
    padding: 14px 16px;
    border: none;
    border-radius:0 0 12px 12px;
    background: #5BCD7B;
    cursor: not-allowed;
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    transition: all 0.2s ease;
}

.confirm-btn:enabled {
    background: #15B742;
    color: #FFFFFF;
    cursor: pointer;
}

.confirm-btn:enabled:hover {
    background: #129e39;
}

.confirm-btn:enabled:active {
    background: #0f8a31;
}

.map-placeholder {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-placeholder__text {
    font-family: "SF Pro Display", "Cera Round", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999;
}

.delivery-left-main {
    width: 100%;
    max-height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.delivery-left-add {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.address-add-header {
    display: flex;
    align-items: center;
    padding: 24px 32px;
}

.address-add-back {
    border: none;
    background: none;
    cursor: pointer;
    height: 48px;
    color: #15B742;
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.address-add-back:hover {
    color: #129e39;
}

.address-add-title {
    font-weight: 700;
    font-size: 24px;
    font-family: "RotondaC", sans-serif;
}

.address-add-body {
    flex: 1;
    padding: 16px 24px;
    overflow-y: auto;
}

.address-add-input {
    width: 100%;
    height: 58px;
    padding: 22px 42px 6px 16px;
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
}

.address-add-input::placeholder {
    font-size: 16px;
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    color: #7A7A7A;
}

.address-add-input:focus {
    outline: none;
    border-color: #15B742;
}

.address-add-input-wrapper {
    position: relative;
    margin-bottom: 24px;
}

.address-add-input-wrapper::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.07107 3.92893C7.97631 0.0236897 14.308 0.0236893 18.2132 3.92893C21.8802 7.59596 22.1027 13.4014 18.883 17.3294C18.8954 17.3406 18.9091 17.3513 18.921 17.3633L22.4565 20.8988C22.8466 21.2893 22.8467 21.9226 22.4565 22.313C22.0661 22.7034 21.4329 22.7032 21.0423 22.313L17.5068 18.7775C17.4951 18.7658 17.484 18.753 17.473 18.7409C13.5449 21.9613 7.73835 21.7384 4.07107 18.0711C0.165825 14.1658 0.165825 7.83418 4.07107 3.92893ZM5.48528 5.34315C2.36109 8.46734 2.36109 13.5327 5.48528 16.6569C8.60948 19.781 13.6748 19.781 16.799 16.6569C19.9232 13.5327 19.9232 8.46734 16.799 5.34315C13.6748 2.21895 8.60948 2.21895 5.48528 5.34315Z' fill='%2315B742'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    pointer-events: none;
}

.address-add-input-wrapper.has-value::before {
    display: none;
}

.address-add-input-clear {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    cursor: pointer;
    color: #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.address-add-input-clear:hover {
    color: #9e9e9e;
}

/* Результаты поиска */
.address-add-results {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
}

.address-add-result {
    display: flex;
    border-bottom: 1px solid #CACACA;
    height: 56px;
    cursor: pointer;
    transition: all 0.2s ease;
    align-items: center;
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    color: #262626;
}

.address-add-result div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.address-add-result:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.address-add-result--selected {
    background-color: rgba(0, 0, 0, 0.03);
}

.address-add-result:last-child {
    border-bottom: none;
}

.address-add-empty {
    display: flex;
    flex: 1;
    min-height: 260px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    color: #262626;
}

.address-add-empty-title {
    font-weight: 700;
    font-size: 16px;
    font-family: "RotondaC", sans-serif;
}

.address-add-empty-subtitle {
    font-size: 14px;
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
}

.address-add-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #7A7A7A;
    pointer-events: none;
    transition: all .2s ease;
}

.address-add-input:focus + .address-add-label,
.address-add-input:not(:placeholder-shown) + .address-add-label {
    top: 8px;
    transform: none;
    font-size: 12px;
}

.address-add-input-wrapper.has-value::before {
    display: none;
}

.address-add-input:focus + .address-add-label {
    opacity: 1;
}

.delivery-left-refine {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.address-refine-header {
    display: flex;
    align-items: center;
    padding: 24px 32px;
}

.address-refine-back {
    border: none;
    background: none;
    cursor: pointer;
    height: 24px;
    color: #15B742;
    margin-right: 12px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-refine-back:hover {
    color: #129e39;
}

.address-refine-title {
    font-weight: 700;
    font-size: 24px;
    font-family: "RotondaC", sans-serif;
    color: #262626;
}

.address-refine-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px 24px;
    overflow-y: auto;
    gap: 24px;
}

.refine-address-preview {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    color: #262626;
    font-size: 16px;
    line-height: 1.4;
}

.refine-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.refine-field {
    position: relative;
}

.refine-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    color: #C4C4C4;
    border-radius: 50%;
    transition: background .2s ease;
}

.refine-clear:hover {
    color: #9E9E9E;
}

.refine-field.has-value .refine-clear {
    display: flex;
}

.refine-input {
    width: 100%;
    height: 56px;
    padding: 22px 40px 8px 16px;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    background: #fff;
}

.refine-input:focus {
    outline: none;
    border-color: #15B742;
}

.refine-label {
    position: absolute;
    left: 16px;
    top: 18px;
    font-size: 16px;
    color: #7A7A7A;
    pointer-events: none;
    background: inherit;
    padding: 0 4px;
}

/* поднятие label */
.refine-input:focus + .refine-label,
.refine-input:not(:placeholder-shown) + .refine-label {
    top: 6px;
    font-size: 12px;
    color: #7A7A7A;
}

.refine-row {
    display: flex;
    gap: 12px;
}

.refine-field--half {
    flex: 1;
}

.refine-field__input:disabled,
.refine-input:disabled {
    background: #EFEFEF;
}

.refine-input:disabled + .refine-label {
    background: #EFEFEF;
}

.refine-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.refine-checkbox input {
    display: none;
}

.refine-checkbox__custom {
    width: 52px;
    height: 32px;
    border-radius: 16px;
    background: #EFEFEF;
    border: 2px solid #7A7A7A;
    position: relative;
    box-sizing: border-box;
    transition: background .3s ease-in-out,
    border-color .3s ease-in-out;
}

.refine-checkbox__custom::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #7A7A7A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    transition: transform .3s ease-in-out,
    background .3s ease-in-out;
}

.refine-checkbox input:checked + .refine-checkbox__custom {
    background: #15B742;
    border-color: transparent;
}

.refine-checkbox input:checked + .refine-checkbox__custom::after {
    left: 22px;
    width: 24px;
    height: 24px;
    background: #fff;
    top: 14px;
}

.refine-tags {
    display: flex;
    gap: 16px;
}

.refine-tag {
    padding: 8px 12px;
    border-radius: 12px;
    border: none;
    background: #F2F2F2;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 16px 0 #8B8B8B33;
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    letter-spacing: 3%;
}

.refine-tag--active {
    background: #15B742;
    color: #fff;
    box-shadow: 0 4px 8px 0 #15B74229;
}

.confirm-btn--delete {
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    background-color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #FC6A6F;
    cursor: pointer;
    transition: color .2s ease;
}

.confirm-btn--delete:not(:disabled):hover {
    color: #EC1D24;
}

.confirm-btn--delete:disabled {
    opacity: 50%;
    cursor: auto;
}

.address-notification {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    padding: 0;
    background: #fff;
    color: #262626;
    max-width: 728px;
    min-height: 44px;
    width: calc(100% - 32px);
    box-shadow: 0 4px 16px 0 #8B8B8B33;
    font-family: "Cera Round", Arial, Helvetica, sans-serif;

    display: flex;
    flex-direction: column;
    overflow: hidden;

    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    z-index: 1001;
}

.address-notification.open {
    opacity: 1;
    pointer-events: auto;
}

.address-notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
}

.address-notification__text {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.address-notification__close {
    border: none;
    background: none;
    color: #C4C4C4;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    line-height: 1;
    opacity: 0.8;
    transition: all 0.2s ease;
}

.address-notification__close:hover {
    color: #9E9E9E;
}

.address-notification__progress {
    height: 3px;
    width: 100%;
    background: #EAEAEA;
}

.address-notification__bar {
    height: 100%;
    width: 100%;
    background: #FAC17E;
    transform-origin: left;
    transition: transform 5s linear;
}

.address-notification__wrapper {
    display: flex;
    gap: 8px;
}

.address-notification__icon {
    display: flex;
    width: 16px;
    height: 20px;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.map {
    width: 100%;
    height: 100%;
}

.map-controls {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.pickup-map-tooltip-overlay {
    position: absolute;
    z-index: 50;
}

.pickup-map-tooltip {
    width: 290px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 0 8px 0 #00000033;
    position: relative;
    font-size: 14px;
}

.pickup-map-tooltip__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pickup-map-tooltip__logo img {
    height: 20px;
}

.pickup-map-tooltip::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 24px;
    background: white;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.pickup-map-tooltip__title {
    display: flex;
    flex-direction: column;
    font-weight: 700;
}

.pickup-map-tooltip__row {
    display: flex;
    justify-content: space-between;
}

.pickup-map-tooltip__tags {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 8px;
}

.pickup-map-tooltip__tags img {
    width: 24px;
    height: 24px;
}

.pickup-map-tooltip-overlay.tooltip-below .pickup-map-tooltip::after {
    bottom: auto;
    top: -10px;
    transform: translateX(-50%) rotate(180deg);
}

.pickup-map-tooltip-overlay.tooltip-above .pickup-map-tooltip::after {
    bottom: -10px;
    top: auto;
    transform: translateX(-50%);
}

.map-btn {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 8px 0 #00000033;
    transition: all .2s ease;
}

.map-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 16px #00000033;
}

.map-btn--zoom-out,
.map-btn--zoom-in {
    color: #15B742;
    font-size: 40px;
}

.map-btn img {
    width: 24px;
    height: 24px;
}

.map-zoom {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 100;
}

.map-center-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}

.map-btn--geo {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

@keyframes modal-fade-in {
    from {
        opacity: 0;
        transform: translateY(6px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@media (min-width: 321px) {
    .delivery-btn {
        height: 56px;
        min-height: 56px;
    }
}


@media (max-width: 767px) {
    .delivery-modal {
        width: 100%;
        max-width: 100%;;
        height: 100%;
        max-height: 100vh;
        border-radius: 0;
    }

    .confirm-btn {
        border-radius: 0;
    }

    .delivery-modal__left {
        padding-top: 40px;
        flex: 1;
        max-width: 100%;
        min-width: 0;
    }

    .delivery-modal__right {
        display: none;
    }

    .delivery-type-toggle {
        margin: 24px 16px;
        width: calc(100% - 32px);
    }

    .address-list {
        padding: 0 16px;
    }

    .address-add-title {
        font-size: 18px;
    }
    .address-refine-header{
        padding: 16px 24px;
    }

    .delivery-modal.search-mode .delivery-modal__right {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: block;
    }

    .delivery-modal.search-mode .delivery-modal__left {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;

        z-index: 2;
        padding-top: 0;
    }

    .delivery-modal.search-mode.results-open .delivery-modal__left {
        top: 0;
        bottom: 0;
        height: 100%;
        border-radius: 0;
    }

    .address-add-header {
        padding: 8px 8px 8px 24px;
    }

    .address-add-body {
        padding: 0 16px 16px;
    }

    .delivery-modal.search-mode.compact-mode .address-add-results {
        display: none;
    }

    .delivery-modal.search-mode.compact-mode .address-empty {
        display: none;
    }

    .address-add-input-wrapper {
        margin-bottom: 0;
    }

    .address-add-results {
        margin-top: 20px;
    }

    .map-zoom {
        top: 180px;
    }

    .map-btn--geo {
        bottom: 200px;
    }

    .order-right-block__block {
        margin: 0 -16px;
    }
}

.global-loader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.24s ease,
        visibility 0.24s ease;
}

.global-loader--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.global-loader__spinner {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;

    background:
        conic-gradient(
            from 0deg,
            rgba(21, 183, 66, 0.06),
            rgba(21, 183, 66, 0.12),
            rgba(21, 183, 66, 0.95),
            rgba(21, 183, 66, 0.06)
        );

    mask: radial-gradient(
        farthest-side,
        transparent calc(100% - 3px),
        black calc(100% - 2px)
    );

    -webkit-mask: radial-gradient(
        farthest-side,
        transparent calc(100% - 3px),
        black calc(100% - 2px)
    );

    animation: loader-spin 0.72s linear infinite;
}

.map-hint {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    background: #FFFFFF;
    border-radius: 12px;
    padding: 12px 16px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    z-index: 20;
    pointer-events: none;
    font-size: 14px;
    letter-spacing: 3%;
    font-family: "RotondaC", sans-serif;
}

.map-hint.is-visible {
    opacity: 1;
    visibility: visible;
}

.refine-field--address {
    position: relative;
}

.refine-address-results {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 #8B8B8B33;
    display: none;
    z-index: 10;
}

.refine-address-results.active {
    display: block;
}

.refine-address-result {
    padding: 14px 16px;
    cursor: pointer;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
}

.refine-address-result:hover {
    background: #EFEFEF;
}

@keyframes loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .cart-tile .delivery-btn__icon {
        margin-right: 0 !important;
    }
}

.header-catalog-btn.btn .icon {
    padding: 0 !important;
}
.header-control__icon svg{
    width: 24px;
    height: 24px;
}

@media (max-width: 1023px) {
    .header-main .header-main__search {
        max-width: 56px !important;
        min-width: 0;
    }

    .header-main__catalog {
        width: auto !important;
    }

    .header-main > * {
        padding: 0 !important;
    }

    .header-catalog-btn.btn {
        width: 64px;
        padding-right: 18px !important;
    }

    .header-main__get {
        width: 100% !important;
        min-width: 0;
    }

    .header-main__catalog {
        width: 64px !important;
    }

    .header-main__get:empty {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .header-main {
        gap: 16px;
    }

    .order-page {
        margin-top: 0;
    }

    .header-main .header-main__search {
        min-width: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .panel-left-area .delivery-btn__subtitle{
        white-space: inherit !important;
    }
}

@media (max-width: 413px) {
    .header-main .header-main__search {
        max-width: none !important;
        width: auto !important;
    }
    .header-main__search .header-control {
        width: 52px !important;
        min-width: 52px;
    }
    .header-main__search .header-control {
        justify-content: start !important;
        padding-left: 14px;
    }
}

@media (max-width: 320px) {
    .header-catalog-btn.btn {
        width: 52px !important;
    }
}

@media (max-width: 1023px) {
    .order-form__title {
        border-bottom: none !important;
    }
}
.order-form__title {
    padding-bottom: 0 !important;
}
@media (min-width: 1024px) {
    .header-main__search,
    .header-main__get {
        flex: 1 1 0 !important;
        min-width: 0;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 913px) {
    .map-hint {
        bottom: 60px;
    }
}

/* End */


/* Start:/local/templates/2019/css/intervalsWidget.css?17792203738577*/
.interval-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.interval-modal.open {
    display: flex;
}

.interval-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);
}

.interval-modal__content {
    position: relative;
    background: #fff;
    border-radius: 16px;
    max-width: 730px;
    width: 90%;
    max-height: 90vh;

    display: flex;
    flex-direction: column;
    overflow: hidden;

    box-shadow: 0 4px 16px 0 #8B8B8B33;
}

.interval-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 48px 16px;
}

.interval-modal__title {
    font-family: "RotondaC", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.interval-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #c4c4c4;
    transition: color 0.2s ease;
}

.interval-modal__close:hover {
    color: #9e9e9e;
}

.interval-modal__body {
    flex: 1;
    overflow-y: auto;
    padding: 0 48px 24px;
}

.interval-day {
    margin-bottom: 20px;
}

.interval-day__title {
    font-family: "RotondaC", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0;
}

.interval-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.interval-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 14px;
    box-shadow: 0 0 8px 0 #8B8B8B33;
    background: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.interval-item:hover {
    background: #fafafa;
}

.interval-item.selected {
    border: 1px solid #15B742;
}

.interval-item.selected .interval-value {
    color: #15B742;
}

.interval-value {
    font-family: "RotondaC", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 3%;
}

.interval-price {
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: #262626CC;
}

.interval-save-btn {
    border: none;
    padding: 16px;
    background: #15B742;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.interval-save-btn:hover:not(:disabled) {
    background: #129e39;
}

.interval-save-btn:disabled {
    cursor: default;
    background: #5BCD7B;
}

.cart-tile {
    position: relative;
    display: flex;
    align-items: center;
    padding: 24px 12px;
    cursor: auto;
}

.cart-tile:not(.order):not(.is-only-one) {
    cursor: pointer;
}

.cart-tile:not(.order):not(.is-only-one):hover {
    background: #fafafa;
}

.main-delivery-btn.cart-tile:last-child::after {
    left: 0;
    right: 0;
}

.cart-tile:hover .tile-arrow {
    color: #262626;
}

.main-delivery-btn.cart-tile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 1px;
    background: #EFEFEF;
}

.main-cart-tile.cart-tile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #EFEFEF;
}

.cart-tile .delivery-btn__icon {
    margin-right: 12px;
}

.cart-tile:hover .delivery-btn__arrow {
    color: #262626;
}

.tile-icon {
    margin-right: 12px;
    line-height: 1;
}

.tile-content .delivery-btn__title {
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile-content .delivery-btn__subtitle {
    font-family: "Cera Round", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.tile-content.centered .tile-title-row {
    justify-content: center;
}

.tile-content.centered .tile-subtitle {
    display: none;
}

.tile-content {
    flex: 1;
}

.tile-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
}

.tile-arrow {
    height: 20px;
    font-size: 16px;
    color: rgba(38, 38, 38, 0.4);
    transition: all 0.2s ease;
}

.cart-tile:hover .tile-arrow {
    color: #262626;
}

.tile-title {
    font-weight: 500;
    font-size: 16px;
}

.tile-subtitle {
    font-size: 12px;
    color: #262626;
    font-weight: 400;
}

.tile-price {
    background: #FAD656;
    padding: 0 8px;
    height: 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.tile-arrow {
    color: #999;
}

/* ===== Кастомный скролл ===== */

.interval-modal__body {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #C4C4C4 transparent;
}

/* Chrome, Edge, Safari */
.interval-modal__body::-webkit-scrollbar {
    width: 3px;
}

.interval-modal__body::-webkit-scrollbar-track {
    background: transparent;
}

.interval-modal__body::-webkit-scrollbar-thumb {
    background-color: #7A7A7A;
    border-radius: 10px;
    transition: background-color 0.2s ease;
}

/* hover эффект */
.interval-modal__body::-webkit-scrollbar-thumb:hover {
    background-color: #7A7A7A;
}

@media (max-width: 767px) {
    .interval-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .interval-modal__content {
        width: 100%;
        height: 100%;
        max-height: none;
        border-radius: 0;
    }

    .interval-modal__body {
        padding: 0 16px 24px;
    }

    .interval-modal__header {
        padding: 16px;
    }
}

.tile-icon {
    margin-right: 12px;
    line-height: 1;
}

.tile-content.centered .tile-title-row {
    justify-content: center;
}

.tile-content.centered .tile-subtitle {
    display: none;
}


.tile-content {
    flex: 1;
}

.tile-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
}

.tile-arrow {
    height: 20px;
    font-size: 16px;
    color: rgba(38, 38, 38, 0.4);
    transition: all 0.2s ease;
}

.cart-tile:hover .tile-arrow {
    color: #262626;
}

.tile-title {
    font-weight: 500;
    font-size: 16px;
}

.tile-subtitle {
    font-size: 12px;
    color: #262626;
    font-weight: 400;
}

.tile-price {
    background: #FAD656;
    padding: 0 8px;
    height: 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.tile-arrow {
    color: #999;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .order-right-block__block-head {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 0;
        border-top: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;

    }

    .order-page__left .order-right-block__block-head {
        height: 99px;
    }

    .order-page__right .order-right-block__block-head {
        border: none;
    }

    .main-delivery-btn.cart-tile,
    .main-cart-tile.cart-tile {
        flex: 1;
        position: relative;
        max-width: 50%;
        height: 100%;
    }

    .main-delivery-btn.cart-tile::after,
    .main-cart-tile.cart-tile::after {
        display: none;
    }

    .main-delivery-btn.cart-tile::before {
        content: '';
        position: absolute;
        right: 0;
        top: 24px;
        bottom: 24px;
        width: 1px;
        background-color: #EFEFEF;
    }

    .order-right-block__block {
        padding-bottom: 0;
        border-bottom: none;
    }

    .order-divider {
        padding-bottom: 24px;
    }

    .main-delivery-btn.cart-tile:only-child {
        max-width: 100%;
        flex-basis: 100%;
    }

    .main-delivery-btn.cart-tile:only-child::before {
        display: none;
    }

    .order-page {
        margin-top: 16px !important;
    }
}

@media(max-width: 767px) {
    .order-right-block__block {
        padding-bottom: 0;
        border-bottom: none;
        margin: 0;
    }

    .basket-banner {
        margin-bottom: 20px;
    }

    .wrap-timer {
        margin: 0 -16px;
    }

    .main-delivery-btn.cart-tile {
        border-top: 1px solid #EFEFEF;
    }

    .order-right-block__block-head {
        margin: 0 -16px;
    }

    .order-right-block__block + .order-page-title {
        margin-top: 24px;
    }

    .order-divider {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}

.order-divider {
    border-bottom: 1px solid #EFEFEF;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/lk/style.css?17588315572295*/
.header-lk-menu {
  position: absolute;
  top: 100%;
  margin-top: 12px;
  border-radius: 12px;
  box-shadow: 0 4px 16px 0 rgba(139, 139, 139, 0.2);
  border: solid 1px #efefef;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .header-lk-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .header-lk-menu {
    position: fixed;
    z-index: 1;
    top: auto;
    left: 0;
    width: 100%;
    transform: none;
    margin-top: 8px;
    border-radius: 0 0 12px 12px;
  }
}
.header-lk-menu__area {
  width: 260px;
  height: 100%;
  padding: 28px 24px;
  overflow: auto;
}
@media (max-width: 767px) {
  .header-lk-menu__area {
    width: 100%;
    padding: 28px 15px;
  }
}
.header-lk-menu__head {
  display: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 1023px) {
  .header-lk-menu__head {
    display: flex;
    justify-content: space-between;
  }
}
.header-lk-menu__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #262626;
}
.header-lk-menu__mobile-icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.header-lk-menu__mobile-icon-block .icon {
  font-size: 20px;
}
.header-lk-menu__mobile-text {
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}
.header-lk-menu__mobile-text .count {
  margin-right: 4px;
}
.header-lk-menu__mobile-text--green {
  margin-top: 0;
}
.header-lk-menu__mobile-text--green .icon {
  font-size: 20px;
}
.header-lk-menu__mobile-text--green span {
  color: #15b742;
}
.header-lk-menu__mobile-text--red span {
  color: #ec1d24;
}
.header-lk-menu__mobile-text--red .header-lk-menu__mobile-icon-block .icon {
  font-size: 22px;
}
.header-lk-menu__bonuses {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #15b742;
}
@media (max-width: 1023px) {
  .header-lk-menu__bonuses {
    font-size: 14px;
    margin-top: 12px;
  }
}
.header-lk-menu__bonuses .loading {
  position: relative;
  justify-content: left;
  width: 16px;
  height: 16px;
  opacity: 0.4;
}
.header-lk-menu__bonuses .text-bonuses {
  margin-left: 12px;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/menu/lk/style.css?1758831557829*/
.lk-menu {
  margin: -16px 0;
}
.lk-menu .lk-menu__item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  font-size: 16px;
  color: #262626;
}
html:not(.bx-touch) .lk-menu .lk-menu__item:hover, html.bx-touch .lk-menu .lk-menu__item:active {
  text-decoration: none;
  color: #15b742;
}
.lk-menu .lk-menu__item--active {
  color: #15b742;
}
.lk-menu .lk-menu__item--exit {
  color: #7a7a7a;
}
html:not(.bx-touch) .lk-menu .lk-menu__item--exit:hover, html.bx-touch .lk-menu .lk-menu__item--exit:active {
  color: #fc6a6f;
}
.lk-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  font-size: 18px;
  color: #15b742;
}
.lk-menu__icon .icon--exit {
  color: #fc6a6f;
}
.lk-menu__text {
  margin-left: 14px;
  font-weight: 500;
}
.bonus-card + .lk-menu {
  margin-top: 40px;
}

/* End */
/* /local/templates/2019/css/changeAddressWidget.css?177922037331486 */
/* /local/templates/2019/css/intervalsWidget.css?17792203738577 */
/* /local/templates/2019/components/teamprofi/empty/lk/style.css?17588315572295 */
/* /local/templates/2019/components/bitrix/menu/lk/style.css?1758831557829 */
