:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{-ms-flex-pack:justify;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:-ms-flexbox;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;-ms-flex-negative:0;display:-ms-flexbox;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{-ms-flex-item-align:start;align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.breadcrumbs--n5l1s{display:flex;margin-bottom:32px}.link--oNC9I,.linkActive--ROA53{align-items:center;display:flex;padding:8px 4px}.link--oNC9I:after,.linkActive--ROA53:after{align-items:center;content:"\e905";display:flex;font-family:icons;font-size:24px;justify-content:center;margin-left:4px}.linkActive--ROA53{color:#808d9a}.linkActive--ROA53:after{display:none}.app--3l\+Dq{display:flex;flex-direction:column;padding-bottom:40px}.default--zD4e4{align-items:center;border-radius:5px;display:flex;justify-content:center;padding:8px;transition:all .3s ease-in-out;width:100%}.contained--oo-DZ{background-color:red;color:#fff}.contained--oo-DZ[disabled]{background-color:#d4d4d4!important;border:none;color:#fff}.contained--oo-DZ:hover{background-color:#d9000c}.outlined--cAyDj{background-color:#fff;border:1px solid red;color:red}.outlined--cAyDj[disabled]{background-color:#fff!important;border:1px solid #a8b0b9;color:#a8b0b9!important}.outlined--cAyDj:hover{background-color:#d9000c;color:#fff}.transparent--4Vppc{background-color:transparent}.blueAnimated--Lw8vV{background:transparent;color:#d9000c;padding:0;position:relative;width:max-content}.blueAnimated--Lw8vV:before{background-color:#d9000c;bottom:-1px;content:" ";height:1px;left:0;position:absolute;transition:all .2s ease-in-out;width:0}.blueAnimated--Lw8vV:hover:before{right:0;width:100%}.modal---A59G{animation:scaling--5ynTY .3s;background:#fff;border-radius:10px;display:flex;flex-direction:column;left:50%;margin:auto;max-height:calc(100% - 40px);max-width:1200px;min-height:100px;opacity:0;outline:none;overflow-y:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s ease;width:calc(100% - 36px);z-index:100}.modalOpened--Gpnbj{opacity:1}.modalClosed--\+2pxx{opacity:0}.close--yCxz\+{background-color:transparent;color:#808d9a;cursor:pointer;position:absolute;right:24px;top:24px}.close--yCxz\+:before{align-items:center;content:"\e90e";display:flex;font-family:icons;height:36px;justify-content:center;width:36px}.close--yCxz\+:hover{color:#1e1e1e}.overlay--1bkmq{background-color:rgba(0,0,0,.6);bottom:0;height:100%;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity .15s ease;width:100%;z-index:100}.overlayOpened--sWZxR{opacity:1}.overlayClosed--2DzdO{opacity:0}.bodyOpen--vikE7{overflow:hidden}@keyframes scaling--5ynTY{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width:767px){.modal---A59G{border-top-left-radius:10px;border-top-right-radius:10px;bottom:0;top:auto;transform:translate(-50%);width:100%}.close--yCxz\+{right:16px;top:16px}}.modal--0deAy{width:400px}.container--V-mQz{max-width:100%;overflow:hidden}.wrapper--JpZ7l{align-items:center;display:flex;flex-direction:column;height:100%;padding:24px;row-gap:16px;width:100%}.confirmImg--Ekam1{height:56px;width:56px}.title--XLF6X{color:#1e1e1e;font-weight:700}.text--BTtU3{color:#808d9a;font-size:14px;font-weight:400;line-height:20px}@media (max-width:767px){.modal--0deAy{width:100%}}.wrapper--nEqzQ{background-color:#fff;border:0;box-shadow:0 3px 5px 0 rgba(0,0,0,.1),0 -2px 13px 0 rgba(0,0,0,.1);margin-top:8px;max-height:235px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1}.wrapper--nEqzQ::-webkit-scrollbar{background-color:transparent;width:8px}.wrapper--nEqzQ::-webkit-scrollbar-button{display:none}.wrapper--nEqzQ::-webkit-scrollbar-thumb{background-color:#f3f1f0}.item--CYrBl{align-items:center;cursor:pointer;display:flex;min-height:47px;padding:6px 12px;transition:all .2s ease-in-out}.item--CYrBl:hover{background-color:#f3f1f0}.default--sF\+-C{-ms-overflow-style:none;display:block;font-size:16px;outline:none;overflow-y:auto;scrollbar-width:none;width:100%}.default--sF\+-C::-webkit-scrollbar{width:0}.outlined--XRG2F{background-color:transparent;border:1px solid #d4d4d4;border-radius:5px;font-size:inherit;line-height:inherit;padding:8px 8px 8px 16px}.outlined--XRG2F::placeholder{color:#808d9a}.outlined--XRG2F:focus{border-color:#38466e;color:#1e1e1e}.outlined--XRG2F:focus::placeholder{color:#d4d4d4}.outlined--XRG2F.error--IlZMs{border:1px solid #d9000c}.contained--9Nse6{background-color:#f3f1f0;border:1px solid #f3f1f0;border-radius:10px;padding:0 40px 0 8px}.contained--9Nse6::placeholder{color:#38466e}.contained--9Nse6:focus::placeholder{color:#808d9a}.multiline--kaDJ9{resize:none}.loader--bOBxw{align-items:center;bottom:0;display:flex;justify-content:center;left:50%;position:absolute;right:0;top:50%;transform:translate(-50%,-50%)}.spinner--0eFVA{animation:rotation--PATQH .6s linear .25s infinite;border:6px solid rgba(128,141,154,.2);border-radius:100%;border-top-color:rgba(128,141,154,.8);height:5vh;opacity:0;width:5vh}@keyframes rotation--PATQH{0%{opacity:1;transform:rotate(0deg)}to{opacity:1;transform:rotate(359deg)}}.searchBar--fYe7X{position:relative}.label--E7yKR,.labelRequired--KtalE{display:block;margin-bottom:8px}.labelRequired--KtalE:after{color:#d9000c;content:"*";margin-left:4px}.input--VnpvD{text-overflow:ellipsis}.wrapperLoader--hgbdN{bottom:0;position:absolute;right:0;top:50%}.wrapperLoader--hgbdN .loader--dV5gQ{left:auto;right:-10px;top:16px}.wrapperLoader--hgbdN .loader--dV5gQ div{border-width:3px;height:24px;width:24px}.wrapperLoader--hgbdN .loader--dV5gQ{right:-5px}.subtitle--dUP0Q{font-size:24px;font-weight:400;line-height:32px;margin-bottom:16px}.error--M4Qlb{color:#d9000c;font-size:14px;font-weight:400;line-height:20px;padding:1px 0 0}input[disabled]{cursor:not-allowed}.comment--qEw1m{color:#a3a2a1;font-size:12px;font-weight:400;line-height:16px;margin-top:4px}.label--lVOIs{display:block;margin-bottom:4px}.required--drUNs:after{color:#d9000c;content:"*";margin-left:4px}.courierBlock--1wR3x{display:flex;flex-direction:column;row-gap:16px}.fieldsWrapper--GStcl{column-gap:16px;display:flex}.field--4v30B{flex:0 0 49%}.info--2pUYZ{column-gap:8px;display:flex;font-size:14px;font-weight:400;line-height:20px}.hoursWork--Aq-Y1{display:flex;flex-direction:column;row-gap:8px}.text--QCjRL{color:#a3a2a1}.time--JJJRY{align-items:center;column-gap:8px;display:flex}.infoBlock--tr7y0{display:flex;flex-direction:column;padding:4px 0}.important--r0NW-{align-items:center;column-gap:8px;display:flex;font-weight:700}.icon--T-hmO{height:20px;width:20px}.text--4GcHK{font-weight:700;padding-left:28px}.containerMap--2onFq{animation:loading--7cJ9I 1s ease-in-out infinite;background:linear-gradient(90deg,#eceff1 30%,#f6f7f8 50%,#eceff1 70%);background-size:200%;display:block;height:100%;left:0;position:absolute;top:0;width:100%}@keyframes loading--7cJ9I{0%{background-position:100% 50%}to{background-position:0 50%}}.map--85h7v{height:100%;width:100%}.showOnMap--AgEWB{background-color:#fff;display:flex;font-size:14px;justify-content:flex-end;line-height:20px;text-decoration:underline}@media (max-width:1200px){.showOnMap--AgEWB{display:none}}.productItem--TxQ3o{display:flex;flex-direction:column;font-size:14px;font-weight:400;line-height:20px;margin-bottom:8px;row-gap:4px}.productTitle--GxM\+u{width:45%}.productPrice--5Uzib{color:#a3a2a1}.productAddress--5doFQ{font-weight:700}.pickUpBlock--zydD1{align-items:flex-start;column-gap:24px;display:flex;flex-direction:row}.description--U\+Mji{display:flex;flex:0 1 60%;flex-direction:column;row-gap:8px}.map--tOiOo{flex:0 0 40%;height:232px;position:relative}@media (max-width:767px){.pickUpBlock--zydD1{flex-direction:column-reverse;row-gap:16px}.map--tOiOo{flex:0 0 232px;height:auto;width:100%}}.containerMap--TBTGj{animation:loading--zpu4h 1s ease-in-out infinite;background:linear-gradient(90deg,#eceff1 30%,#f6f7f8 50%,#eceff1 70%);background-size:200%;height:100%;width:100%}@keyframes loading--zpu4h{0%{background-position:100% 50%}to{background-position:0 50%}}.map--Jz6Wg{height:100%;width:100%}.pickUpModal---1GF2{height:800px;max-width:100%;overflow:hidden}.terminalBlock--TiBrn{align-items:flex-start;column-gap:24px;display:flex}.description--WBhlE{display:flex;flex:0 1 60%;flex-direction:column;row-gap:8px}.action--1Wu\+y{display:flex;padding-top:16px}.checkoutTerminal--lJ9EI{width:264px}.map--dQCHB{flex:0 0 40%;height:232px;position:relative}@media (max-width:767px){.terminalBlock--TiBrn{flex-direction:column-reverse;row-gap:16px}.action--1Wu\+y{justify-content:center}.map--dQCHB{flex:0 0 232px;height:auto;width:100%}}@media (max-width:376px){.checkoutTerminal--lJ9EI{width:100%}}.list---YQF1{height:calc(100% - 170px);overflow:hidden scroll}.list---YQF1::-webkit-scrollbar{background-color:transparent;width:8px}.list---YQF1::-webkit-scrollbar-button{display:none}.list---YQF1::-webkit-scrollbar-thumb{background-color:#f3f1f0}.listHeader--JZtqC{color:#a3a2a1;display:flex;margin-bottom:24px;padding:0 56px}.listItems--Y67TZ{display:flex;flex-direction:column}.listItem--eMj3e{border-bottom:1px solid #d4d4d4;cursor:pointer;display:flex;flex-basis:100%;padding:16px 56px}.listItem--eMj3e.isActive--cpLPv{background-color:#d4d4d4}.listItem--eMj3e .address--EGvMA{align-items:center;display:flex;font-size:16px;font-weight:700;line-height:24px}.listItem--eMj3e:hover{background-color:#d4d4d4}.address--EGvMA{flex:0 1 50%}.phone--GZfAq,.time--69FPu{flex:0 0 25%}@media (max-width:768px){.list---YQF1{height:calc(100% - 162px)}.listHeader--JZtqC{display:none}.listItem--eMj3e{flex-direction:column;padding:16px;row-gap:4px}.address--EGvMA,.phone--GZfAq,.time--69FPu{flex-basis:100%}}@media (max-width:576px){.list---YQF1{height:calc(100% - 232px)}}@media (max-width:282px){.list---YQF1{height:calc(100% - 258px)}}.wrapper--dWvZN{background-color:#fff;border:0;box-shadow:0 3px 5px 0 rgba(0,0,0,.1),0 -2px 13px 0 rgba(0,0,0,.1);margin-top:8px;max-height:235px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1}.wrapper--dWvZN::-webkit-scrollbar{background-color:transparent;width:8px}.wrapper--dWvZN::-webkit-scrollbar-button{display:none}.wrapper--dWvZN::-webkit-scrollbar-thumb{background-color:#f3f1f0}.item--Bi8Zj{align-items:center;cursor:pointer;display:flex;min-height:47px;padding:6px 12px;transition:all .2s ease-in-out}.item--Bi8Zj:hover{background-color:#f3f1f0}.searchBar--tPeLg{display:flex;flex:0 1 75%;min-height:64px;position:relative}.label--pRf\+I,.labelRequired--vs7nW{display:block;margin-bottom:8px}.labelRequired--vs7nW:after{color:red;content:"*";margin-left:4px}.icon----fbg:before{bottom:20px;color:#808d9a;content:"\e903";font-family:icons;font-size:24px;position:absolute;right:8px;transition:all .3s ease-in-out}.iconActive--sfKKo:before{transform:rotate(180deg)}.tabLarge--hAwhh{align-items:flex-start;border:1px solid #d4d4d4;border-radius:5px;column-gap:8px;cursor:pointer;display:flex;flex-basis:33%;font-size:16px;font-weight:700;line-height:24px;padding:16px;position:relative}.tabLarge--hAwhh .description--G0Km4{max-width:190px}.tabLargeActive--18kiL{background-color:#f7f9ff;border:1px solid #f7f9ff}.tab--kopnf{align-items:center;border:1px solid #d4d4d4;cursor:pointer;display:flex;flex-basis:104px;height:64px;justify-content:center;position:relative}.tab--kopnf .label--DLp21{font-size:16px;font-weight:400;line-height:24px}.tab--kopnf:first-child{border-bottom-left-radius:5px;border-top-left-radius:5px}.tab--kopnf:last-child{border-bottom-right-radius:5px;border-top-right-radius:5px}.tabActive--iEtUL{background-color:#d4d4d4}.error--wnVVE{border-color:#d9000c}.textError--UsQ-o{bottom:-20px;color:#d9000c;font-size:12px;font-weight:400;left:0;line-height:16px;position:absolute}.tabDisabled--CrTxf{opacity:.5;pointer-events:none}.icon--aXn48{height:24px;padding:4px 3px;width:24px}.icon--aXn48 image{height:100%;object-fit:cover;width:100%}.checkbox--3gPKZ,.checkboxActive--u3Tu1{align-items:center;border:2px solid #1e1e1e;border-radius:50%;display:flex;flex:0 0 20px;height:20px;justify-content:center;margin-top:2px;padding:5px;position:relative}.checkboxActive--u3Tu1:after{background-color:#808d9a;border-radius:50%;content:"";height:11px;position:absolute;width:11px}.label--DLp21{font-size:16px;font-weight:700;line-height:24px}.description--G0Km4{font-size:14px;font-weight:400;line-height:20px}.cost--iMxSS{font-size:14px;font-weight:700;line-height:20px;padding-top:4px}@media (max-width:1200px){.tabsLarge--Cv-w\+{padding:16px}}@media (max-width:767px){.tab--kopnf{flex-basis:100%}}.tabs--2tTMg{align-items:center;cursor:pointer;display:flex;flex:0 0 25%;height:64px;justify-content:center}.tabsLarge--Jp\+c8{column-gap:24px;cursor:pointer;display:flex;opacity:.5;pointer-events:none}.tabsLargeActive--xedYb{opacity:1;pointer-events:auto}@media (max-width:1200px){.tabsLarge--Jp\+c8{column-gap:16px;margin-bottom:16px}}@media (max-width:767px){.tabsLarge--Jp\+c8{flex-direction:column;row-gap:8px;width:100%}.tabsError--HWI1U{row-gap:24px}}.terminalModal--hMHlo{height:80vh;overflow:hidden;position:relative;width:100%}.title--KiCqN{font-size:24px;line-height:32px;margin-bottom:10px;padding:40px 40px 0}.actions--EGeID{display:flex;margin-bottom:24px;padding:0 40px}@media (max-width:767px){.actions--EGeID{flex-direction:column;padding:0 16px;row-gap:8px}.title--KiCqN{font-size:16px;font-weight:700;line-height:24px;padding:40px 16px 0}}.delivery--O5Qcv{display:flex;flex-direction:column;row-gap:16px}.list--muDzh{border-bottom:1px solid #f3f1f0;overflow:hidden;padding:16px 0}.wrapper--0qfnM{display:flex;flex-direction:column;height:100%;max-height:280px;overflow:auto;padding-right:8px;row-gap:16px}.wrapper--0qfnM::-webkit-scrollbar{background-color:transparent;width:8px}.wrapper--0qfnM::-webkit-scrollbar-button{display:none}.wrapper--0qfnM::-webkit-scrollbar-thumb{background-color:#f3f1f0}.itemTitle--nEKzo{font-size:14px;font-weight:400;line-height:20px;margin-bottom:5px}.itemCount--b7CFl{color:#d4d4d4}.moreButton--NZlZZ,.moreButtonActive--eRjc8{color:#d9000c;column-gap:8px;justify-content:flex-start;padding:4px;width:max-content}.moreButton--NZlZZ:after,.moreButtonActive--eRjc8:after{content:"\e903";display:block;font-family:icons;font-size:24px;transition:all .2s ease-in-out}.moreButtonActive--eRjc8:after{transform:rotate(180deg)}.order--mjsl4{display:flex;flex-direction:column;position:sticky;row-gap:16px;top:80px}.orderCard--IUpRE{border:1px solid #f3f1f0;border-radius:10px;padding:16px}.title--KczyY{font-size:16px;font-weight:700;line-height:24px;margin-bottom:16px}.videoReview--eNFwG{border-bottom:1px solid #f3f1f0;font-size:14px;font-weight:400;line-height:20px;padding-bottom:16px}.details--Uc9DI{display:flex;flex-direction:column;justify-content:flex-start;padding:16px 0;row-gap:16px}.delivery--sWeB\+,.payment--AJJ7H{display:flex;font-size:14px;font-weight:400;justify-content:space-between;line-height:20px}.deliveryLabel--DdETQ,.paymentLabel--dfh9e{color:#a3a2a1}.deliveryValue--7mcWg,.paymentValue--T04P2{color:#1e1e1e}.total--iSwGK{display:flex;font-size:14px;font-weight:400;justify-content:space-between;line-height:20px}.actions--ZCzkm{padding-top:16px}.orderOffer--u2-6v{color:#a3a2a1;font-size:12px;font-weight:400;line-height:16px}.orderOffer--u2-6v a{text-decoration:underline}.fields--k5JJM{display:flex;flex-direction:column;row-gap:24px}.fieldsWrapper--odlHU{column-gap:16px;display:flex;flex-direction:row}.field---Wx-n{flex:1 1 0}@media (max-width:1200px){.fields--k5JJM{row-gap:16px}.fieldsWrapper--odlHU{flex-direction:column;row-gap:16px}.field---Wx-n{flex:2 0 0}}.title--Ncnrn{font-size:32px;font-weight:700;line-height:40px;margin-bottom:24px}.form--IqgLg{display:flex;gap:16px;justify-content:space-between}.content--hJULK{display:flex;flex:0 1 75%;flex-direction:column;justify-content:flex-start;row-gap:24px}.details--n8ni8{flex:0 0 25%}@media (max-width:992px){.form--IqgLg{flex-wrap:wrap}.content--hJULK,.details--n8ni8{flex:0 0 100%}}.empty--se4jN{align-items:center;display:flex;flex-direction:column}.emptyTitle--7CcyN{font-size:32px;font-weight:700;line-height:40px}.emptyImage--Z\+C-0{height:160px;width:160px}.emptyInfo--t6LrW{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.emptyActions--9luu3{width:200px}@media (max-width:767px){.emptyTitle--7CcyN{font-size:24px;font-weight:700;line-height:32px}}.list--Gt36J{border:1px solid #f3f1f0;border-radius:10px;display:flex;flex:3 3 auto;flex-direction:column;padding:16px;row-gap:16px}@media (max-width:767px){.list--Gt36J{padding:8px}}.order--dAgN4{border:1px solid #f3f1f0;border-radius:10px;display:flex;flex:0 0 300px;flex-direction:column}.status--WdNgy{background-color:#f7f7f7;border-radius:10px 10px 0 0;color:#38466e;margin-bottom:8px;padding:12px 16px}.info--pN-LW{font-size:14px;font-weight:400;line-height:20px;margin-bottom:16px;padding:0 16px;position:relative}.info--pN-LW:after{background-color:#f7f7f7;bottom:-8px;content:" ";height:1px;left:16px;position:absolute;width:calc(100% - 32px)}.count--OZmdC,.payment--QiQOH,.summary--ixFhu{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px;padding:0 16px}.summary--ixFhu{font-size:24px;font-weight:700;line-height:32px}.actions--WL8KA{display:flex;flex-direction:column;margin-bottom:8px;padding:0 16px;row-gap:8px}.credit--FxCfR{color:#a8b0b9;font-size:12px;font-weight:400;line-height:16px;padding:0 16px 20px}@media (max-width:992px){.info--pN-LW:after{top:-8px}.summary--ixFhu{margin-bottom:16px}.order--dAgN4{flex-basis:100%}}.actions--vBAqn{display:flex;flex-wrap:wrap;font-size:14px;font-weight:400;justify-content:space-between;line-height:20px;margin-top:8px}.wishes--IHE3D,.wishesActive--0D-Vx{align-items:center;color:red;column-gap:8px;cursor:pointer;display:flex;justify-content:flex-start}.wishes--IHE3D:after,.wishesActive--0D-Vx:after{content:"\e903";font-family:icons;transition:all .2s ease}.wishesActive--0D-Vx:after{transform:rotate(180deg)}.remove--Emh2Z{align-items:center;column-gap:8px;cursor:pointer;display:flex;justify-content:flex-start}.remove--Emh2Z:after{content:"\e90e";font-family:icons}.product--iIU-M{display:flex;flex-direction:column}.image--wk1WP{cursor:pointer;flex:0 0 140px;height:103px}.image--wk1WP img{height:100%;object-fit:cover;width:100%}.wrapper--QSQ8Q{display:flex;gap:16px}.content--WtZFh{flex:1 1 100%;flex-direction:column}.content--WtZFh,.description--H5yHn{display:flex;justify-content:space-between}.description--H5yHn{column-gap:8px}.name--mTH2n{flex:3 1 auto}.link--rWdHp:hover{color:red}.price--fCwFo{display:flex;flex:0 0 auto;font-size:14px;font-weight:400;line-height:20px;white-space:nowrap}.location--qlL38{color:#d4d4d4;font-size:12px;font-weight:400;line-height:16px}.videoComment--3c2TJ,.videoCommentActive--bw9cA{max-height:0;opacity:0;transition:all .2s ease-in-out;visibility:hidden}.videoCommentActive--bw9cA{margin-top:8px;max-height:125px;opacity:1;visibility:visible}.videoCommentActive--bw9cA textarea{max-height:125px;overflow:hidden}@media (max-width:767px){.image--wk1WP{height:120px}.price--fCwFo{font-size:14px;font-weight:400;line-height:20px}.actions--ceITB,.name--mTH2n{font-size:12px;font-weight:400;line-height:16px}.actions--ceITB{flex-wrap:wrap;gap:8px}}@media (max-width:376px){.description--H5yHn{flex-wrap:wrap;margin-bottom:4px;row-gap:4px}}.content--ABINw{align-items:flex-start;display:flex;gap:16px}.emptyWrapper--Ecr4-{align-items:center;display:flex;justify-content:center}@media (max-width:992px){.content--ABINw{flex-wrap:wrap}}.list--8ChCX{border:1px solid #f3f1f0;border-radius:10px;flex:0 1 49%;padding:8px 16px}.title--WpReP{border-bottom:1px solid #f3f1f0;font-size:16px;font-weight:700;line-height:24px;padding-bottom:8px}.items--0-rgW{display:flex;flex-direction:column}.item--nh5Ku{align-items:flex-start;column-gap:8px;display:flex;flex-wrap:nowrap;justify-content:space-between;padding:8px 0}.itemPrice--fl2Np{white-space:nowrap}@media (max-width:992px){.list--8ChCX{order:1;width:100%}}.payment--\+WNVd{padding-bottom:40px;padding-top:20px}.content--AotSi{display:flex;flex-direction:column;row-gap:16px}.header--FofMq{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:24px}.title--R2eXt{margin:0}.orderNumber--KlzCs{font-size:24px;font-weight:700;line-height:32px}.help--Y6tfB{align-items:flex-end;display:flex;flex-wrap:wrap;font-size:14px;font-weight:400;gap:8px;line-height:20px}.callback--RlFmB{align-items:center;column-gap:12px;display:flex;font-size:16px;font-weight:400;line-height:24px}.callback--RlFmB:before{align-items:center;content:"\e909";display:flex;font-family:icons;font-size:18px;justify-content:center}.wrapper--wtbjU{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}@media (max-width:992px){.wrapper--wtbjU{flex-direction:column;justify-content:flex-start;width:100%}.title--R2eXt{order:1}}@media (max-width:767px){.title--R2eXt{font-size:24px;font-weight:700;line-height:32px}.orderNumber--KlzCs{font-size:16px;font-weight:700;line-height:24px}}