.check{display:flex;gap:8px;position:relative;cursor:pointer;text-align:left;user-select:none;font-size:.875em;line-height:20px;align-items:center}.check input{position:absolute;left:0;top:0;visibility:hidden}.check--error{color:var(--red)!important}.check--error .check__state{border-color:var(--red)!important}.check--disabled{color:var(--blue-500)}.check--disabled .check__state{background:var(--blue-500);border:1px solid var(--blue-500)}.check--disabled.check--checked .check__state,.check--disabled.check--indeterminate .check__state{background:var(--main);border:1px solid var(--main)}.check--disabled.check--checked svg path,.check--disabled.check--indeterminate svg path{fill:var(--white)}.check--checked:not(.check.check--disabled),.check--indeterminate:not(.check.check--disabled){color:var(--main)}.check--checked:not(.check.check--disabled) .check__state,.check--indeterminate:not(.check.check--disabled) .check__state{background:var(--main);border:none}.check--checked:not(.check.check--disabled) .check__state svg path,.check--indeterminate:not(.check.check--disabled) .check__state svg path{fill:var(--white);stroke:none}.check__state{width:20px;height:20px;background:var(--white);border:1px solid var(--border-color-2);box-sizing:border-box;border-radius:4px;flex-shrink:0;transition:var(--transition)}.check__state,.check__state .icon{display:flex;align-items:center;justify-content:center}.check__state .icon{width:16px;height:16px}.check__state .icon svg path{transition:var(--transition);fill:var(--black);stroke:none}.promocode{display:flex;align-items:flex-start;gap:8px;margin-bottom:24px}.promocode__btn{border-radius:16px;width:52px;height:46px}.promocode__btn--active{background:var(--main)}.promocode__btn--active .icon svg path{fill:var(--white)}.order-details{max-width:312px;border:1px solid var(--border-color-2);border-radius:16px;padding:16px}@media only screen and (min-width:1025px){.order-details{position:sticky;top:100px}}@media only screen and (max-width:1024px){.order-details{max-width:100%}}.order-details__title{margin-bottom:16px;font-size:1.25em;font-weight:500;line-height:24px}.order-details__promocode{display:flex;align-items:flex-start;gap:8px;margin-bottom:24px}.order-details__promocode-btn{border-radius:16px;width:46px;height:46px}.order-details__promocode-btn--active{background:var(--main)}.order-details__promocode-btn--active .icon svg path{fill:var(--white)}.order-details__checkbox{display:flex;align-items:center;gap:4px;margin-bottom:24px;cursor:pointer;width:fit-content}.order-details__checkbox-title{line-height:20px;color:var(--gray-900)}.order-details__prices{padding:16px 0;display:flex;flex-direction:column;margin-bottom:16px;gap:8px;border-top:1px solid var(--border-color-2);border-bottom:1px solid var(--border-color-2)}.order-details__prices-item{display:flex;flex-wrap:wrap;gap:0 10px;justify-content:space-between;font-size:.875em;line-height:20px;color:var(--body_muted)}.order-details__prices-item--red{color:var(--theme-danger,#c61111)}.order-details__prices-item--total{display:flex;justify-content:space-between;font-size:1.25em;font-weight:500;line-height:120%;color:var(--background-color)}.order-details__bottom{display:flex;flex-direction:column;gap:16px}.order-details__bonuses{display:flex;justify-content:space-between}.order-details__bonuses-title{font-size:.875em;line-height:20px;color:var(--gray-900)}.order-details__bonuses-number{font-size:.875em;line-height:20px;color:var(--green)}.order-details__btn{width:100%;height:50px;border-radius:16px}.order-details__offer{font-size:.75em;line-height:120%;text-align:center;color:var(--body_muted)}.order-details__offer--red{color:var(--red)}.order-details__points{display:flex;flex-direction:column;gap:8px;font-size:.766rem;line-height:20px;color:var(--gray-900)}.my-cards-modal{width:100%;max-width:648px;border-radius:16px;padding:32px}.my-cards-modal__header{padding:0 0 22px!important}.my-cards-modal__icon{width:36px;margin-left:8px}.my-cards-modal__body{padding:0!important;display:flex;flex-direction:column;gap:8px}.my-cards-modal__items{width:100%;display:flex;flex-direction:column;gap:8px}.my-cards-modal__item{width:100%;border:1px solid var(--border-color-2);padding:16px;border-radius:16px;display:flex;cursor:pointer;align-items:center}.my-cards-modal__item-text{display:flex;flex-direction:column;margin-left:8px}.my-cards-modal__item-address,.my-cards-modal__item-title{font-size:.875em;line-height:140%;color:var(--body_muted)}.my-cards-modal__btn{width:100%;height:46px}.my-cards-modal__btn--add{align-self:flex-end;width:auto}.order-payment{padding:16px;border:1px solid var(--border-color-2);border-radius:16px;width:100%}.order-payment--error{border-color:var(--red)}.order-payment__error{color:var(--red)}.order-payment__content{display:flex;align-items:center;justify-content:space-between}.order-payment__title{font-size:1.25em;font-weight:500;line-height:120%;color:var(--gray-900)}.order-payment__right{display:flex;align-items:center;gap:16px}.order-payment__card{font-size:.875em;line-height:140%;display:flex;align-items:center;gap:8px}.order-payment__btn{padding:10px 22px;font-size:.75em;line-height:120%}.order-payment__icon{width:36px}.filter-tabs{display:flex;padding:2px;border:1px solid var(--border-color-2);border-radius:8px;gap:2px}@media only screen and (max-width:900px){.filter-tabs{height:100%;width:100%;justify-content:space-between}}@media only screen and (max-width:530px){.filter-tabs{flex-direction:column}}.filter-tabs__item{display:flex;justify-content:center;align-items:center;width:140px;height:40px;cursor:pointer;transition:var(--transition);border-radius:8px}@media only screen and (max-width:900px){.filter-tabs__item{height:100%;width:100%}}.filter-tabs__item:not(.filter-tabs__item--active):hover{background:var(--black-o1)}.filter-tabs__item:active{background:var(--black-o6);transform:scale(.96);color:var(--white)}.filter-tabs__item--active{background:var(--gray-800);color:var(--white)}.order-product{width:100%;padding:8px 16px;display:flex;gap:16px;align-items:center;border:1px solid var(--border-color-2,#e3e3e3);border-radius:16px;height:76px}@media only screen and (max-width:920px){.order-product{flex-direction:column;height:auto;align-items:flex-start;gap:16px}}.order-product__name{display:flex;flex-direction:column;gap:4px;flex-grow:1}.order-product__title{font-weight:500;font-size:1rem;line-height:19px;color:var(--gray-900);max-width:400px}@media only screen and (max-width:920px){.order-product__title{max-width:none}}@media only screen and (max-width:720px){.order-product__title{font-size:.875rem}}.order-product__description{font-weight:400;font-size:12px;line-height:16px;color:var(--gray-5)}.order-product__img{width:64px;height:64px;background:var(--white);display:flex;border-radius:16px;flex-shrink:0}.order-product__img img{object-fit:contain;border-radius:5px}.order-product__action{display:flex;gap:16px;align-items:center}@media only screen and (max-width:920px){.order-product__action{width:100%}}.order-product__price{display:flex;flex-direction:column;justify-content:flex-end;text-align:right;font-weight:500;font-size:1.125rem;line-height:24px}.order-product__price-old{font-weight:500;font-size:.625rem;line-height:12px;text-decoration-line:line-through;color:var(--gray-400)}.order-product__price-actual{font-weight:500;font-size:1.125rem;line-height:24px}.order-product__price-actual--discount{color:var(--danger)}.order-product__wrapper-info,.order-product__wrapper-interactions{display:flex;gap:8px;align-items:center}.order-product__wrapper-interactions{width:50%;justify-content:flex-end;margin-left:auto}@media only screen and (max-width:920px){.order-product__wrapper-interactions{justify-content:flex-start;width:100%}}.review-modal{width:100%;max-width:424px;padding:32px;display:flex;flex-direction:column;gap:16px}.review-modal__header{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;font-style:normal;font-weight:500;line-height:36px}.review-modal__body{display:flex;flex-direction:column;align-items:center;gap:16px}.order-m,.review-modal__body .textarea,.review-modal__footer,.review-modal__footer .btn{width:100%}.order-m{background:var(--white);z-index:2;border-radius:16px;padding:16px;max-width:1290px;min-height:150px}.order-m__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.order-m__top-title{color:var(--gray-900);line-height:29px;font-weight:500;font-size:1.5em}@media only screen and (max-width:680px){.order-m__top-title{font-size:.825rem;line-height:18px}}.order-m__top-btns{display:flex;align-items:center}.order-m__phone-btn,.order-m__send-btn{font-size:.875rem;height:46px;border-radius:16px;padding:0 10px}@media only screen and (max-width:680px){.order-m__phone-btn span,.order-m__send-btn span{display:none}}.order-m__phone-btn{margin-left:8px}.order-m__send-btn{margin-left:16px}.order-m__close-btn{width:46px;height:46px;margin-left:32px}.order-m__header{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid var(--border-color-2);border-radius:16px;margin-bottom:16px}.order-m__header button{width:120px;border-radius:12px}.order-m__date{color:var(--gray-900);font-weight:400;font-size:.875em}.order-m__panel{display:grid;grid-template-columns:repeat(5,minmax(100px,250px));border-radius:16px;padding:4px;background:var(--gray-100);margin-bottom:32px}@media only screen and (max-width:628px){.order-m__panel{grid-template-columns:repeat(2,1fr)}}.order-m__panel li{display:flex;flex-direction:column;align-items:center;border-radius:16px;gap:8px;padding:8px;transition:var(--transition)}.order-m__panel--active{background:var(--white)}.order-m__panel--active .order-m__panel-icon{background:var(--green-50)}.order-m__panel--active .order-m__panel-icon .icon svg path{fill:var(--green)}@media only screen and (max-width:680px){.order-m__help{font-size:.725rem;line-height:18px}}.order-m__panel-icon{display:flex;justify-content:center;align-items:center;width:28px;height:28px;transition:var(--transition);border-radius:999px}.order-m__panel-icon .icon{width:20px;height:20px}.order-m__panel-icon .icon svg path{transition:var(--transition);fill:var(--green-300)}.order-m__panel-title{font-weight:500;font-size:.875em;line-height:19px}.order-m__order-list-title{display:flex;font-weight:500;font-size:1.25em;margin-bottom:16px}.order-m__is-finished{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;width:100%;padding:16px;background:var(--green-50);border-radius:16px;margin-bottom:36px}.order-m__is-finished-title{color:var(--green-700);font-size:1rem;font-style:normal;font-weight:600}.order-m__is-finished-btn{font-size:.75rem;font-style:normal;font-weight:400;height:36px;line-height:12px}.order-m__content{width:100%;display:flex;align-items:flex-start;gap:24px}@media only screen and (max-width:768px){.order-m__content{flex-direction:column}}.order-m__s{width:100%}.order-m__content-header{display:flex;justify-content:space-between;margin-bottom:16px}.order-m__content-header button{border-radius:16px;font-size:.875em}.order-m__content-body{display:flex;flex-direction:column;gap:8px}.order-m__a{border:1px solid var(--border-color-2);border-radius:16px;padding:16px;max-width:296px;width:100%}@media only screen and (max-width:768px){.order-m__a{max-width:none}}.order-m__a-title{font-weight:500;font-size:1.25em;line-height:24px}.order-m__a-shop-info{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid var(--border-color-2);padding-bottom:16px}.order-m__a-address-header{display:flex;justify-content:space-between;margin-top:16px;flex-direction:column}.order-m__a-address-header span{line-height:26px;font-weight:500;font-size:14px}.order-m__a-shop-phone-header{display:flex;flex-direction:column}.order-m__a-shop-phone-header span{line-height:26px;font-weight:500;font-size:14px}.order-m__a-address-title{font-weight:400;font-size:.875em;line-height:26px;color:var(--body_muted)}.order-m__a-btn-update{width:26px;height:26px;border-radius:8px}.order-m__a-btn-update .icon{width:16px;height:16px}.order-m__a-btn-update .icon svg path{fill:var(--gray-800)}.order-m__a-btn{margin:16px 0;border-top:1px solid var(--border-color-2);border-bottom:1px solid var(--border-color-2);padding:16px 0}.order-m__a-btn button{width:100%;font-weight:400;font-size:.875em;height:46px;border-radius:16px}.order-m__a-phone{display:flex;flex-direction:column;border-bottom:1px solid var(--border-color-2);padding-bottom:14px;padding-top:16px}.order-m__a-phone span{font-weight:500;font-size:.875em}.order-m__a-phone-title{font-weight:400;font-size:.875em;color:var(--body_muted)}.order-m__a-total{margin:16px 0;display:flex;flex-direction:column;gap:8px}.order-m__a-total-header{display:flex;justify-content:space-between;align-items:center}.order-m__a-total-block{display:flex;justify-content:center;align-items:center;gap:4px}.order-m__a-total-header-btn{border-radius:8px;width:26px;height:26px}.order-m__a-total-header-btn .icon{width:16px;height:16px}.order-m__a-total-footer{display:flex;justify-content:space-between;align-items:center;font-weight:400;font-size:.875rem;color:var(--body_muted)}.order-m__a-pay{display:flex;flex-direction:column}.order-m__a-pay-title{display:flex;justify-content:space-between;font-weight:400;font-size:.875em;color:var(--body_muted)}.order-m__a-pay-repeat{border:1px solid rgba(0,0,0,0);margin:16px 0 8px;color:var(--white);background:var(--green);font-size:.875rem;height:46px}.order-m__a-pay-repeat:hover{background:var(--white);border-color:var(--green);color:var(--green)}.order-m__a-pay-close{font-size:.875rem;height:46px;border-radius:16px}.order-m__loading{display:flex;height:100%}.order-m__loading .icon{width:32px;margin:0 auto}.order-card{display:flex;flex-direction:column;gap:16px;border:1px solid var(--border-color-2);padding:16px;border-radius:16px;cursor:pointer;transition:var(--transition)}.order-card--selected,.order-card:hover{border-color:var(--main)}.order-card__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color-2);padding-bottom:8px;gap:16px}@media only screen and (max-width:940px){.order-card__header{flex-direction:column;align-items:start}}.order-card__block-1{display:flex;gap:8px;align-items:center}@media only screen and (max-width:1024px){.order-card__block-1{flex-wrap:wrap}}.order-card__status{display:flex;align-items:center;justify-content:center;gap:4px;border-radius:999px;font-weight:400;font-size:.75em;line-height:14px;height:30px;padding:8px}.order-card__status:before{content:"";display:block;width:6px;height:6px;border-radius:50%}.order-card__status--type{border:1px solid var(--theme-border-color,#e3e3e3);min-width:80px}.order-card__status--type:before{display:none}.order-card__status--orange{color:var(--brown);background:var(--orange-o2)}.order-card__status--orange:before{background:var(--brown)}.order-card__status--yellow{color:var(--orange);background:var(--yelow-o3)}.order-card__status--yellow:before{background:var(--orange)}.order-card__status--blue{color:var(--blue);background:var(--aqua)}.order-card__status--blue:before{background:var(--blue)}.order-card__status--red{color:var(--white);background:var(--red)}.order-card__status--red:before{background:var(--white)}.order-card__status--green{color:var(--green);background:var(--green-50)}.order-card__status--green:before{background:var(--green)}.order-card__delivery-type{display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--gray-100);width:80px;height:30px}.order-card__delivery-type,.order-card__time{line-height:14px;font-weight:400;font-size:.75em}.order-card__time{color:var(--gray-900)}.order-card__filter{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.75em;background:var(--green-50);color:var(--green);width:80px;height:30px;border-radius:999px}.order-card__block-2{display:flex;gap:16px;align-items:center}@media only screen and (max-width:1024px){.order-card__block-2{flex-wrap:wrap}}.order-card__count,.order-card__weight{font-weight:400;color:var(--body_muted);font-size:.875em}.order-card__price{font-size:.875em;color:var(--gray-900)}.order-card__controller{display:flex;gap:8px}.order-card__controller button{border-radius:12px}.order-card__content{font-weight:500;font-size:.875em}.order-card__more{display:flex;align-items:center;justify-content:center;border-radius:12px;width:36px;height:36px;transition:var(--transition);background:var(--gray-100)}.order-card__more .icon{width:16px;height:16px}.order-card__list{display:flex;flex-wrap:wrap;gap:5px}.order-card__list li{width:80px;height:80px;display:flex}.order-card__btn-repeat{color:var(--green-green-800,#244614);font-size:.725rem;font-weight:400;line-height:120%}.order-card__btn-repeat:hover{color:var(--green)}.add-order-modal{width:100%;max-width:650px;padding:32px}.add-order-modal__body{display:flex;flex-direction:column;gap:16px}.add-order-modal__title{color:var(--gray-gray-900,#292929);font-size:1.5rem;font-weight:500;line-height:36px}.add-order-modal__subtitle{color:var(--theme-body,#292929);font-size:1rem;font-weight:400;line-height:140%}.add-order-modal__orders{width:100%;display:flex;flex-direction:column;gap:8px;max-height:420px;overflow:auto}.add-order-modal__orders .order-card{flex-shrink:0}.add-order-modal__btn{width:100%;font-size:.875rem;font-weight:400;line-height:14px}.order-add{padding:16px;border:1px solid var(--border-color-2);border-radius:16px;width:100%}.order-add__content{display:flex;align-items:center;justify-content:space-between}.order-add__title{font-size:1.25em;font-weight:500;line-height:120%;color:var(--gray-900)}.order-add__btn{padding:10px 22px;font-size:.75em;line-height:120%}.order-contacts{padding:16px;border:1px solid var(--border-color-2);border-radius:16px;width:100%}.order-contacts__content{display:flex;flex-direction:column;gap:17px}.order-contacts__title{font-size:1.25em;font-weight:500;line-height:120%;color:var(--gray-900)}.order-contacts__inputs{display:flex;gap:16px}@media only screen and (max-width:580px){.order-contacts__inputs{flex-direction:column}}.order-tabs{display:flex;justify-content:space-between}.order-tabs__content{width:100%;display:flex;gap:16px}.order-tabs__switches{padding:0 2px;background:var(--white);border:1px solid var(--border-color-2);border-radius:8px;height:46px}.order-tabs__switch,.order-tabs__switches{width:100%;display:flex;align-items:center;transition:var(--transition)}.order-tabs__switch{justify-content:center;gap:4px;font-size:.875em;line-height:140%;color:var(--gray-800);padding:9px 12px;border-radius:8px;cursor:pointer;height:40px}.order-tabs__switch .icon svg path{fill:var(--gray-800)}.order-tabs__switch--active,.order-tabs__switch:hover{border:1px solid var(--gray-800)}.order-tabs__switch--active{color:var(--white);background:var(--gray-800)}.order-tabs__switch--active .icon svg path{fill:var(--white)}.order-address{padding:16px;border:1px solid var(--border-color-2);border-radius:16px;width:100%}.order-address__content{display:flex;flex-direction:column;gap:16px}.order-address__location{display:flex;flex-direction:column;padding:0 0 16px;border-bottom:1px solid var(--border-color-2)}.order-address__location-title{font-size:.875em;line-height:140%}.order-address__location-subtitle{font-size:1.25em;line-height:120%;color:var(--gray-900)}.order-address__inputs{display:flex;gap:16px}@media only screen and (max-width:790px){.order-address__inputs{flex-wrap:wrap}}.order-address__comment label{width:100%}.order-date{padding:16px;border:1px solid var(--border-color-2);border-radius:16px;width:100%}.order-date--error{border-color:var(--red)}.order-date__error{color:var(--red)}.order-date__content{display:flex;flex-direction:column;gap:16px}.order-date__slider{height:228px;gap:4px;padding:0!important;flex-direction:column}.order-date__slider .param-slider__arrow{border-radius:8px;border:1px solid var(--gray-100);background:var(--gray-100);position:static;margin:0;width:100%;height:18px}.order-date__empty,.order-date__header{display:flex;flex-direction:column}.order-date__empty{width:100%;justify-content:center;align-items:center;gap:8px}.order-date__empty span{color:var(--red);font-size:.875rem}.order-date__bottom{display:flex;gap:24px}@media only screen and (max-width:660px){.order-date__bottom{flex-direction:column}}.order-date__title{font-size:1.25em;font-weight:500;line-height:120%;color:var(--gray-900)}.order-date__subtitle{font-size:.875em;line-height:140%;color:var(--body_muted)}.order-date__buttons{width:100%;max-width:301px;display:flex;flex-direction:column;gap:4px}.order-date__buttons .param-slider__arrow{height:26px}.order-date__time{display:grid;grid-template-columns:repeat(5,1fr);height:fit-content;gap:4px;width:100%}@media only screen and (max-width:1400px){.order-date__time{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:1230px){.order-date__time{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1100px){.order-date__time{grid-template-columns:repeat(2,1fr)}}.order-date__btn{height:26px}.order-date__btn--white{height:32px;justify-content:space-between;border:1px solid var(--border-color-2);width:100%}.order-date__btn--white:hover{border:1px solid}.order-date__btn--white--active{height:32px;background:var(--gray-900);color:var(--white)}.order-date__btn--white--active .icon svg path{fill:var(--white)}.order-date__btn--time{height:32px;border:1px solid var(--border-color-2);justify-content:center}.order-date__btn--time:hover{border:1px solid}.order-date__btn--time--active{height:32px;background:var(--gray-900);color:var(--white)}.order-date__btn--time--active .icon svg path{fill:var(--white)}.order-date__btn--time-express{grid-column:span 2}.order-date__btn--time--active.order-date__btn--time-express{background:var(--main);color:var(--white)}.order-date__btn-express{display:flex;align-items:center;gap:5px}.order-date__btn-express .icon svg path{fill:var(--yellow);stroke:var(--yellow)}.order-settings{padding:16px;border:1px solid var(--border-color-2);border-radius:16px;width:100%}.order-settings__content{display:flex;flex-direction:column;gap:24px}.order-settings__header{display:flex;flex-direction:column;gap:7px}.order-settings__title{font-size:1.25em;font-weight:500;line-height:120%;color:var(--gray-900)}.order-settings__subtitle{font-size:.875em;line-height:140%;color:var(--body_muted)}.order-settings__body,.order-settings__checkboxes{display:flex;flex-direction:column;gap:24px}.order-settings__checkbox{display:flex;align-items:center;gap:4px}.order-settings__checkbox-text{font-size:.875em;line-height:140%;color:var(--gray-900)}.order-settings__bottom{display:flex;flex-direction:column;gap:16px;padding:16px;background:var(--white-3)}.order-page{padding-top:50px}.order-page__content{display:flex;justify-content:space-between;gap:24px}@media only screen and (max-width:1024px){.order-page__content{flex-direction:column}}.order-page__left{width:100%;display:flex;flex-direction:column;gap:16px}.order-page__right{width:100%;max-width:312px}@media only screen and (max-width:1024px){.order-page__right{max-width:100%}}