.up-cart{color:#212529;max-width:1430px;min-height:calc(100vh - 220px);margin:0 auto;padding:0 20px 80px;font-family:Gilroy,sans-serif}.up-cart h1{margin:8px 0 24px;font-size:42px;font-weight:600}.up-cart-grid{grid-template-columns:1fr 400px;align-items:start;gap:28px;display:grid}.up-card{background:#fff;border-radius:30px;padding:28px;box-shadow:0 4px 24px rgba(145,155,180,.18)}.up-cart-items{flex-direction:column;gap:0;display:flex}.up-cart-row{border-bottom:1px solid #f0f1f5;grid-template-columns:90px 1fr auto auto auto;align-items:center;gap:20px;padding:18px 0;display:grid}.up-cart-row:last-child{border-bottom:none}.up-cart-row-img{background:#f5f7f9;border-radius:16px;justify-content:center;align-items:center;width:90px;height:90px;display:flex;overflow:hidden}.up-cart-row-img img{object-fit:contain;max-width:100%;max-height:100%}.up-cart-row-info a{color:#212529;font-size:15px;font-weight:500;line-height:1.35;text-decoration:none;display:block}.up-cart-row-info a:hover{color:#83b634}.up-cart-row-meta{color:#5f6883;margin-top:6px;font-size:12px}.up-cart-row-meta span{margin-right:12px}.up-stepper{border:1.5px solid #e4e7ef;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.up-stepper button{color:#5a6280;cursor:pointer;background:0 0;border:none;width:34px;height:34px;font-size:18px;line-height:1}.up-stepper button:hover{color:#212529;background:#f5f7f9}.up-stepper button:disabled{color:#d4d8e3;cursor:default;background:0 0}.up-stepper input{text-align:center;border:none;outline:none;width:44px;font-family:inherit;font-size:15px;font-weight:600}.up-cart-row-unit{color:#5f6883;text-align:center;margin-top:6px;font-size:12px}.up-cart-row-price{text-align:right;min-width:110px}.up-cart-row-price .sum{white-space:nowrap;font-size:18px;font-weight:700}.up-cart-row-price .per{color:#5f6883;white-space:nowrap;margin-top:4px;font-size:12px}.up-cart-row-price .old{color:#f85939;margin-right:6px;font-size:12px;text-decoration:line-through}.up-cart-del{cursor:pointer;color:#c3c9d8;background:0 0;border:none;border-radius:10px;padding:8px;line-height:0}.up-cart-del:hover{color:#f85939;background:#fdf1ee}.up-summary{position:-webkit-sticky;position:sticky;top:20px}.up-summary h3{margin:0 0 18px;font-size:20px;font-weight:600}.up-summary-line{color:#5a6280;justify-content:space-between;padding:6px 0;font-size:14px;display:flex}.up-summary-line b{color:#212529;font-weight:600}.up-summary-total{border-top:1px solid #f0f1f5;justify-content:space-between;align-items:baseline;margin-top:14px;padding-top:16px;font-size:16px;font-weight:600;display:flex}.up-summary-total .val{font-size:28px;font-weight:700}.up-btn{color:#212529;cursor:pointer;text-align:center;background:#ffc70b;border:none;border-radius:999px;width:100%;margin-top:18px;padding:15px 20px;font-family:inherit;font-size:16px;font-weight:700;transition:transform .15s,box-shadow .15s;display:block}.up-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px rgba(255,199,11,.45)}.up-btn:disabled{color:#5f6784;cursor:not-allowed;background:#e9ecf3}.up-summary-note{color:#5f6883;text-align:center;margin-top:12px;font-size:12px}.up-checkout{margin-top:28px}.up-checkout h2{margin:0 0 20px;font-size:26px;font-weight:600}.up-checkout-section{margin-top:22px}.up-checkout-section>p.cap{margin:0 0 12px;font-size:15px;font-weight:600}.up-fields{grid-template-columns:1fr 1fr;gap:14px;display:grid}.up-field{position:relative}.up-field.full{grid-column:1/-1}.up-field input,.up-field textarea{box-sizing:border-box;resize:vertical;background:#fff;border:1.5px solid #e4e7ef;border-radius:14px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:15px;transition:border-color .15s}.up-field input:focus,.up-field textarea:focus{border-color:#83b634}.up-field input.err{border-color:#f85939}.up-field label{color:#5a6280;margin:0 0 6px 4px;font-size:15px;display:block}.up-choices{grid-template-columns:1fr 1fr;gap:12px;display:grid}.up-choice{cursor:pointer;border:1.5px solid #e4e7ef;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;font-size:14px;transition:border-color .15s,background .15s;display:flex}.up-choice:hover{border-color:#c9d6a8}.up-choice.on{background:#f7fbf0;border-color:#83b634}.up-choice input{accent-color:#83b634;width:18px;height:18px}.up-choice .sub{color:#5f6883;margin-top:2px;font-size:12px;display:block}.up-choice .dest{color:#5f6883;font-size:12px}.up-consents{flex-direction:column;gap:10px;display:flex}.up-consents label{color:#48506a;cursor:pointer;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;display:flex}.up-consents input{accent-color:#83b634;flex:none;width:16px;height:16px;margin-top:2px}.up-consents a{color:#9e6a37;text-decoration:underline}.up-cart-empty,.up-cart-done{text-align:center;padding:70px 30px}.up-cart-empty p,.up-cart-done p{color:#5a6280;margin:10px 0 24px}.up-cart-done h2{margin:0;font-size:30px}.up-cart-done .num{color:#83b634}.up-btn-inline{width:auto;padding:14px 36px;text-decoration:none;display:inline-block}.up-err-msg{color:#f85939;margin-top:10px;font-size:13px}@media (max-width:1100px){.up-cart-grid{grid-template-columns:1fr}.up-summary{position:static}.up-fields,.up-choices{grid-template-columns:1fr}}@media (max-width:640px){.up-cart-row{grid-template-columns:64px minmax(0,1fr) auto;gap:10px 12px}.up-cart-row-img{grid-area:1/1/span 3;width:64px;height:64px}.up-cart-row-info{grid-area:1/2}.up-cart-del{grid-area:1/3;align-self:start}.up-cart-row>div:not([class]){grid-area:2/2/auto/span 2}.up-cart-row-price{text-align:left;grid-area:3/2/auto/span 2}}.up-results{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;margin-top:22px;display:grid}.up-result{background:#fff;border-radius:22px;flex-direction:column;padding:16px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 4px 18px rgba(145,155,180,.16)}.up-result:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(145,155,180,.28)}.up-result-img{background:#f5f7f9;border-radius:14px;justify-content:center;align-items:center;height:170px;display:flex;overflow:hidden}.up-result-img img{object-fit:contain;max-width:100%;max-height:100%}.up-result-name{color:#212529;flex:1;margin:12px 0 4px;font-size:14px;font-weight:500;line-height:1.35;text-decoration:none}.up-result-name:hover{color:#83b634}.up-result-meta{color:#5f6883;font-size:11px}.up-result-bottom{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.up-result-price{font-size:17px;font-weight:700}.up-result-price .old{color:#f85939;font-size:11px;font-weight:500;text-decoration:line-through;display:block}.up-result-buy{cursor:pointer;background:#ffc70b;border:none;border-radius:999px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:700}.up-result-buy:hover{box-shadow:0 4px 12px rgba(255,199,11,.5)}.up-result-buy:disabled{color:#5f6784;cursor:default;box-shadow:none;background:#e9ecf3}.up-result-badge{color:#fff;background:#f85939;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:700;position:absolute;top:12px;left:12px}.up-result-badge.new{background:#83b634}.up-searchbar{gap:10px;margin-top:6px;display:flex}.up-searchbar input{border:1.5px solid #e4e7ef;border-radius:999px;outline:none;flex:1;min-width:0;padding:13px 22px;font-family:inherit;font-size:15px}.up-searchbar input:focus{border-color:#83b634}.up-searchbar button{color:#fff;cursor:pointer;background:#4a7a17;border:none;border-radius:999px;padding:0 28px;font-family:inherit;font-size:15px;font-weight:600}.up-found{color:#5a6280;margin-top:14px;font-size:14px}.up-acc-grid{grid-template-columns:300px 1fr;align-items:start;gap:20px;display:grid}.up-tabs{gap:8px;margin-bottom:20px;display:flex}.up-tab{color:#5a6280;cursor:pointer;background:#eef0f5;border:none;border-radius:999px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:600}.up-tab.on{color:#1f3a05;background:#83b634}.up-order{border:1.5px solid #f0f1f5;border-radius:18px;margin-bottom:12px;padding:16px 20px}.up-order-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:6px;display:flex}.up-order-head b{font-size:16px}.up-order-status{color:#3f6b0a;background:#f2f7e8;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.up-order-items{color:#48506a;margin-top:10px;font-size:13px}.up-order-items div{justify-content:space-between;gap:12px;padding:2px 0;display:flex}.up-order-total{text-align:right;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-top:10px;font-weight:700;display:flex}.up-order-total .up-btn{width:auto;margin-top:0;padding:8px 18px;font-size:14px;display:inline-block}.up-order-vat{flex-basis:100%}.up-order-paymsg{color:#c1121f;flex-basis:100%;font-size:13.5px;font-weight:400}.up-link-btn{color:#9e6a37;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;text-decoration:underline}.up-fav-heart{cursor:pointer;color:#c3c9d8;background:0 0;border:none;padding:6px;line-height:0}.up-fav-heart.on,.up-fav-heart:hover{color:#f85939}@media (max-width:1100px){.up-acc-grid{grid-template-columns:minmax(0,1fr)}}.up-acc-main,.up-acc-side{min-width:0}.up-acc-main .up-admin-table-wrap,.up-table-scroll{overflow-x:auto}.score-nav-sample.ask{background-image:none;position:relative}.ask-qmark{color:#e9edf3;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:Gilroy,sans-serif;font-size:170px;font-weight:800;line-height:1;position:absolute;bottom:-30px;right:6px}.ask-title{opacity:1;align-items:flex-start;min-height:2.4em;transition:opacity .4s;display:flex;position:relative}.ask-title.fade{opacity:0}.score-nav-sample.ask button{position:relative}.up-drawer-overlay{opacity:0;pointer-events:none;z-index:1090;background:rgba(33,37,41,.45);transition:opacity .3s;position:fixed;top:0;bottom:0;left:0;right:0}.up-drawer-overlay.open{opacity:1;pointer-events:auto}.up-drawer{z-index:1100;background:#fff;border-radius:24px 0 0 24px;width:440px;max-width:94vw;height:100%;padding:30px 30px 40px;font-family:Gilroy,sans-serif;transition:transform .35s cubic-bezier(.22,1,.36,1);position:fixed;top:0;right:0;overflow-y:auto;transform:translate(105%);box-shadow:-12px 0 40px rgba(33,37,41,.18)}.up-drawer.open{transform:translate(0)}.up-drawer-close{color:#5f6883;cursor:pointer;background:0 0;border:none;font-size:32px;line-height:1;position:absolute;top:14px;right:18px}.up-drawer-close:hover{color:#212529}.up-drawer-title{color:#212529;margin:14px 0 6px;font-size:26px;font-weight:700}.up-drawer .connection-form{width:100%}.product-content-info-description .product-quantity,.product-content-info-description .product-purchase{align-items:center;gap:56px;justify-content:flex-start!important}.product-content-info-description .product-purchase{margin-top:8px}.product-content-info-description .product-purchase-basket{margin-left:0!important}.score-production-block-cards .card,.main-info-right-stock-block.card{flex-direction:column;display:flex}.score-production-block-cards .card .card-text,.main-info-right-stock-block.card .card-text{flex:1 0 auto}.up-drawer-overlay{z-index:2000}.up-drawer{z-index:2001}.menu-search .search-submit{cursor:pointer;background:0 0;border:none;padding:4px;line-height:0;position:absolute;top:calc(50% - 14px);right:16px}.menu-search .search-submit img{position:static}.up-drawer{opacity:0;pointer-events:none;border-radius:24px;width:480px;max-width:94vw;height:auto;max-height:92vh;transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .25s;top:50%;left:50%;right:auto;transform:translate(-50%,-46%)scale(.96)}.up-drawer.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)scale(1)}.footer-logo>a{line-height:0;display:block}.up-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:28px 0 8px;display:flex}.up-pagination-item,.up-pagination-arrow{color:#2f3542;background:#fff;border:1px solid #e4e7ef;border-radius:10px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:0 12px;font-size:15px;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.up-pagination-item:hover,.up-pagination-arrow:hover{background:#f5f7fb;border-color:#c9cfdd}.up-pagination-item.current{cursor:default;background:#ffc70b;border-color:#ffc70b;font-weight:700}.up-pagination-gap{color:#a7aec2;padding:0 2px}@media (max-width:600px){.up-pagination-arrow{order:1;width:100%}}.card-art{position:relative}.card-art .favlink{opacity:.55;line-height:0;transition:opacity .15s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.card-art .favlink:hover,.card-art .favlink.on{opacity:1}.card-art .favlink img{width:20px;height:20px}.up-myitems td{vertical-align:middle;padding-right:18px}.up-myitems th{text-align:left;padding-right:18px}.up-myitems input[type=number]{border:1px solid #e4e7ef;border-radius:8px;padding:8px 10px;font-size:14px}@media (max-width:700px){.up-myitems thead{display:none}.up-myitems td{padding:4px 12px;display:block}.up-myitems tr{border-bottom:1px solid #eef0f5;padding:10px 0;display:block}}.card:has(.card-status) .card-art .favlink{right:64px}.card-art .favlink img,.up-fav-big img{transition:transform .18s;display:block}.card-art .favlink.on img,.up-fav-big.on img{transform:scale(1.12)}.card-art .favlink:active img,.up-fav-big:active img{transform:scale(.88)}.up-fav-big{color:#48506a;cursor:pointer;background:#fff;border:1px solid #e4e7ef;border-radius:12px;align-items:center;gap:8px;margin-top:14px;padding:10px 16px;font-size:15px;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.up-fav-big:hover{color:#e8503a;border-color:#f4a09a}.up-fav-big.on{color:#e8503a;border-color:#f4a09a;font-weight:600}.up-fav-big img{width:22px;height:22px}.up-toast{color:#fff;z-index:10000;opacity:0;pointer-events:none;background:#2f3542;border-radius:12px;padding:12px 20px;font-size:15px;transition:opacity .2s,transform .2s;position:fixed;bottom:110px;left:50%;transform:translate(-50%)translateY(12px);box-shadow:0 10px 30px rgba(0,0,0,.18)}.up-toast.show{opacity:1;transform:translate(-50%)translateY(0)}.up-acc-link{color:#2f3542;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin:0 -10px;padding:12px 10px;text-decoration:none;transition:background .15s;display:flex}.up-acc-link:hover{background:#f5f7fb}.up-acc-link span{flex-direction:column;font-weight:600;display:flex}.up-acc-link em{color:#636a78;margin-top:2px;font-size:12.5px;font-style:normal;font-weight:400}.up-acc-link b{text-align:center;color:#9e6a37;min-width:30px;font-size:17px}.up-acc-link:after{content:"›";color:#c3c9d8;font-size:22px;line-height:1}.up-req{color:#e23c3c;margin-left:2px;font-weight:700}.up-field-hint{color:#636a78;font-size:12px;font-weight:400}.up-field-err{color:#c2453b;margin-top:4px;font-size:13px;display:block}.up-field-bad input{background:#fff6f5;border-color:#e23c3c}.up-soft-btn{color:#48506a;cursor:pointer;background:#fff;border:1px solid #e4e7ef;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:15px;font-weight:500;transition:border-color .18s,color .18s;display:inline-flex}.up-soft-btn:hover{color:#1f2533;border-color:#919bb4}.up-soft-btn:disabled{opacity:.6;cursor:default}.up-soft-btn.primary{color:#000;background:#ffc70b;border-color:#ffc70b;font-weight:700}.up-soft-btn.primary:hover{color:#fff;background:#919bb4;border-color:#919bb4}.up-soft-input{font:inherit;color:#1f2533;background:#fff;border:1px solid #e4e7ef;border-radius:12px;padding:9px 12px;font-size:15px}.up-soft-input:focus{border-color:#919bb4;outline:none}.up-soft-row{flex-wrap:wrap;align-items:center;gap:10px;margin:14px 0 0;display:flex}.up-soft-qty{color:#5f6883;align-items:center;gap:7px;font-size:14px;display:inline-flex}.up-soft-qty input{width:62px;font:inherit;color:#1f2533;text-align:center;border:1px solid #e4e7ef;border-radius:12px;padding:8px 10px;font-size:15px}.up-soft-qty input:focus{border-color:#919bb4;outline:none}.up-chat-fab{z-index:100;color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:background .4s,transform .15s;display:flex;position:fixed;bottom:50px;right:46px;box-shadow:0 6px 18px rgba(33,37,41,.3)}.up-chat-fab:hover{background:#919bb4;transform:translateY(-2px)}.up-chat-fab.on{background:#919bb4}.up-chat-badge{box-sizing:border-box;color:#fff;background:#f85939;border-radius:999px;min-width:20px;height:20px;padding:0 5px;font-size:12px;font-weight:700;line-height:20px;position:absolute;top:-2px;right:-2px}.up-chat-win{z-index:100;background:#fff;border-radius:20px;flex-direction:column;width:360px;max-width:calc(100vw - 32px);max-height:min(560px,100vh - 160px);display:flex;position:fixed;bottom:116px;right:50px;overflow:hidden;box-shadow:0 18px 48px rgba(51,58,82,.25)}.up-chat-head{background:#fdf6f0;border-bottom:1px solid #efe6dd;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.up-chat-head b{font-size:15px;display:block}.up-chat-status{color:#5f6883;font-size:13px}.up-chat-status.on{color:#83b634}.up-chat-x{color:#5f6883;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px;line-height:0}.up-chat-x:hover{background:#efe6dd}.up-chat-feed{background:#fff;flex-direction:column;flex:1;gap:10px;padding:14px 16px;display:flex;overflow-y:auto}.up-chat-msg{white-space:pre-line;word-break:break-word;border-radius:16px;max-width:84%;padding:10px 14px;font-size:15px;line-height:1.45}.up-chat-msg i{opacity:.55;margin-top:4px;font-size:11px;font-style:normal;display:block}.up-chat-msg.client{color:#fff;background:#83b634;border-bottom-right-radius:6px;align-self:flex-end}.up-chat-msg.manager{color:#212529;background:#f2f4f8;border-bottom-left-radius:6px;align-self:flex-start}.up-chat-msg.system{color:#5a6280;text-align:center;background:#fdf6f0;align-self:stretch;max-width:100%;font-size:14px}.up-chat-who{grid-template-columns:1fr 1fr;gap:8px;padding:0 12px 4px;display:grid}.up-chat-who input{box-sizing:border-box;border:1.5px solid #e4e7ef;border-radius:12px;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:14px}.up-chat-who input:focus{border-color:#83b634}.up-chat-err{color:#f85939;padding:0 16px 6px;font-size:13px}.up-chat-send{border-top:1px solid #eef0f5;align-items:flex-end;gap:8px;padding:10px 12px 12px;display:flex}.up-chat-send textarea{resize:none;border:1.5px solid #e4e7ef;border-radius:14px;outline:none;flex:1;max-height:110px;padding:10px 12px;font-family:inherit;font-size:15px;line-height:1.4}.up-chat-send textarea:focus{border-color:#83b634}.up-chat-send button{color:#fff;cursor:pointer;background:#83b634;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.up-chat-send button:disabled{color:#5f6784;cursor:not-allowed;background:#e9ecf3}@media (max-width:600px){.up-chat-fab{bottom:15px;right:8px}.up-chat-win{width:auto;bottom:80px;left:8px;right:8px}}.up-chat-peek{z-index:100;text-align:left;cursor:pointer;background:#fff;border:none;border-radius:16px;width:300px;max-width:calc(100vw - 32px);padding:14px 16px;font-family:inherit;animation:.3s ease-out up-chat-peek-in;position:fixed;bottom:116px;right:46px;box-shadow:0 12px 32px rgba(51,58,82,.24)}.up-chat-peek b{color:#212529;font-size:15px;display:block}.up-chat-peek span{-webkit-line-clamp:3;color:#5a6280;-webkit-box-orient:vertical;margin-top:4px;font-size:14px;line-height:1.45;display:-webkit-box;overflow:hidden}.up-chat-peek i{color:#83b634;margin-top:8px;font-size:14px;font-style:normal;font-weight:600;display:block}.up-chat-peek:after{content:"";background:#fff;border-radius:0 0 3px;width:14px;height:14px;position:absolute;bottom:-7px;right:18px;transform:rotate(45deg)}@keyframes up-chat-peek-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.up-chat-peek{animation:none}}@media (max-width:600px){.up-chat-peek{width:auto;bottom:80px;left:8px;right:8px}}.up-mydata{max-width:720px}.up-mydata h4{margin:24px 0 6px;font-size:17px}.up-mydata .up-btn{width:auto;padding:13px 28px;display:inline-block}.up-mydata-note{color:#5a6280;margin:0 0 10px;font-size:14.5px;line-height:1.5}.up-mailing{color:#1f2430;cursor:pointer;align-items:center;gap:10px;margin:4px 0 6px;font-size:15px;display:flex}.up-mailing input{accent-color:#2f9e44;cursor:pointer;width:18px;height:18px;margin:0}.up-unsub h1{margin-top:0}.up-mydata textarea{box-sizing:border-box;resize:vertical;border:1.5px solid #e4e7ef;border-radius:14px;outline:none;width:100%;margin-top:10px;padding:12px 14px;font-family:inherit;font-size:15px}.up-mydata textarea:focus{border-color:#83b634}.up-mydata-file{color:#5a6280;cursor:pointer;text-align:center;border:1.5px dashed #cfd5e6;border-radius:14px;margin-top:12px;padding:12px 16px;font-size:15px;transition:border-color .15s,color .15s;display:block}.up-mydata-file:hover{color:#3f444e;border-color:#83b634}.up-mydata-file input{display:none}.up-mydata-ok{color:#237336;margin-top:12px;font-size:15px;line-height:1.5}.up-mydata-err{color:#f85939;margin-top:12px;font-size:15px;line-height:1.5}.up-doc-link{color:#2f3542;white-space:nowrap;background:#fff;border:1px solid #e3e6ef;border-radius:999px;margin:2px 6px 2px 0;padding:6px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-block}.up-doc-link:hover{background:#fff8e1;border-color:#ffc70b}.up-akt{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.up-akt .sub{color:#636a78;margin-top:4px;font-size:13px;display:block}.up-akt-period{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.up-akt-period input{color:#2f3542;background:#fff;border:1px solid #e3e6ef;border-radius:10px;padding:9px 12px;font-family:inherit;font-size:14px}.up-akt-period .up-btn{width:auto;margin-top:0;padding:10px 26px;font-size:14px}.up-summary-hint{color:#5f6883;margin:-4px 0 8px;font-size:12.5px;line-height:1.35}.up-acc-side{align-self:start;position:-webkit-sticky;position:sticky;top:16px}.up-acc-link.on{background:#f5f2fb;box-shadow:inset 3px 0 #2b2118}.up-acc-main{min-width:0}.up-acc-main h1{margin-top:0}@media (max-width:900px){.up-acc-side{position:static}}.up-table{border-collapse:collapse;width:100%}.up-table th{text-align:left;color:#5f6883;white-space:nowrap;border-bottom:1px solid #e4dcf3;padding:10px 14px 10px 0;font-size:13px;font-weight:600}.up-table td{vertical-align:middle;border-bottom:1px solid #ece7f3;padding:11px 14px 11px 0}.up-table tbody tr:last-child td{border-bottom:none}.up-table tbody tr:hover{background:#faf8fd}.up-table td:nth-child(n+3),.up-table th:nth-child(n+3){white-space:nowrap}.up-myitems tbody tr{border-bottom:1px solid #ece7f3}.up-myitems tbody tr:last-child{border-bottom:none}.up-myitems tbody tr:hover{background:#faf8fd}.up-myitems td:nth-child(2){min-width:240px}.up-myitems td:last-child,.up-myitems th:last-child{white-space:nowrap;text-align:right;width:1%}.up-myitems td:nth-child(4),.up-myitems th:nth-child(4){text-align:right}.up-myitems td:nth-child(3),.up-myitems th:nth-child(3),.up-myitems td:nth-child(4),.up-myitems th:nth-child(4){white-space:nowrap}.up-row-inline{align-items:center;gap:8px;display:flex}.up-row-inline .up-btn,.up-myitems .up-btn,.up-table .up-btn{width:auto;margin-top:0}.up-myitems th{text-align:left;color:#5f6883;border-bottom:1px solid #e4dcf3;padding:10px 12px;font-size:13px;font-weight:600}.up-myitems td{vertical-align:middle;padding:12px}.up-order-meta{color:#48506a;background:#faf8fd;border-radius:10px;gap:4px;margin-top:10px;padding:10px 12px;font-size:13px;display:grid}.up-order-meta em{color:#5f6883;min-width:92px;font-style:normal;display:inline-block}.up-order-items div{border-bottom:1px solid #f0edf6;align-items:baseline;padding:7px 0}.up-order-items div:last-child{border-bottom:none}.up-order-name{color:#2f3542;border-bottom:1px solid #ddd8e8;text-decoration:none}.up-order-name:hover{color:#9e6a37;border-bottom-color:#9e6a37}.up-order-art{color:#5f6883;font-size:12px;font-style:normal;display:block}.up-order-cnt{color:#5f6883;white-space:nowrap;margin-left:auto;padding-right:14px}.up-order-sum{white-space:nowrap;color:#212529;text-align:right;min-width:92px;font-weight:600}.up-order-calc{color:#48506a;margin-top:10px;font-size:13px}.up-order-calc div{justify-content:space-between;gap:12px;padding:3px 0;display:flex}.up-order-vat{color:#5f6883;margin-top:2px;font-size:12.5px;font-weight:400;display:block}.up-order-more{color:#3f4763;text-align:left;cursor:pointer;background:#f6f3fc;border:1px dashed #cfc7e2;border-radius:9px;width:100%;margin-top:10px;padding:9px 12px;font-family:inherit;font-size:13.5px;font-weight:500;display:block}.up-order-more:hover{color:#241f2e;border-color:#c9bdf0}.up-order-count{color:#5a6280;vertical-align:middle;background:#f0edf6;border-radius:999px;margin-left:8px;padding:1px 9px;font-size:13px;font-weight:600;display:inline-block}@media (max-width:600px){.up-order-items div{flex-wrap:wrap}.up-order-items div>span:first-child{flex:100%;min-width:0}}@media (max-width:700px){.up-myitems td:nth-child(2){min-width:0}.up-myitems td:last-child{text-align:left;white-space:normal;width:auto}.up-myitems td:last-child>div{justify-content:flex-start!important}.up-myitems td:nth-child(3),.up-myitems td:nth-child(4){text-align:left}}.up-myitems a,.up-table a{color:#2f3542;text-decoration:none}.up-myitems a:hover,.up-table a:hover{color:#3f6b0a}@media (max-width:600px){.up-order-meta em{display:block}.up-cart-row-meta span{margin-right:0;display:block}}.up-chat-win{position:fixed}.up-chat-grip{z-index:3;touch-action:none;position:absolute}.up-chat-grip.left{cursor:ew-resize;width:8px;top:18px;bottom:18px;left:0}.up-chat-grip.top{cursor:ns-resize;height:8px;top:0;left:18px;right:18px}.up-chat-grip.corner{cursor:nwse-resize;width:18px;height:18px;top:0;left:0}.up-chat-grip.corner:after{content:"";border-top:2px solid #b9bfcc;border-left:2px solid #b9bfcc;border-radius:2px 0 0;width:8px;height:8px;position:absolute;top:6px;left:6px}.up-chat-grip:hover.corner:after{border-color:#83b634}@media (max-width:600px){.up-chat-grip{display:none}}.up-chat-files{white-space:normal;flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.up-chat-img{background:#f2f4f8;border-radius:10px;line-height:0;display:block;overflow:hidden}.up-chat-img img{object-fit:cover;max-width:220px;max-height:180px;display:block}.up-chat-file{color:#2f3542;background:rgba(255,255,255,.85);border-radius:10px;align-items:center;gap:6px;max-width:100%;padding:6px 10px;font-size:13px;line-height:1.3;text-decoration:none;display:inline-flex}.up-chat-file span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.up-chat-file small{color:#5a6280;flex:none}.up-chat-msg.client .up-chat-file{background:rgba(255,255,255,.92)}.up-chat-msg.client .up-chat-file small{color:#4a5270}.up-chat-pending{flex-wrap:wrap;gap:6px;padding:8px 12px 0;display:flex}.up-chat-chip{color:#2f3542;background:#f2f4f8;border-radius:999px;align-items:center;gap:6px;max-width:100%;padding:4px 4px 4px 10px;font-size:13px;display:inline-flex}.up-chat-chip span{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.up-chat-chip small{color:#5a6280}.up-chat-chip button{color:#3f444e;cursor:pointer;background:#e1e5ee;border:none;border-radius:50%;width:22px;height:22px;font-size:15px;line-height:1}.up-chat-send .up-chat-attach{color:#5a6280;background:0 0}.up-chat-send .up-chat-attach:hover{color:#2f3542;background:#f2f4f8}.up-chat-dropzone{z-index:4;text-align:center;color:#3f6b0a;pointer-events:none;background:rgba(247,251,240,.94);border:2px dashed #83b634;border-radius:20px;justify-content:center;align-items:center;padding:24px;font-weight:600;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.up-point-picker{max-width:560px}.up-point-count{color:#5f6883;margin:6px 0 6px 4px;font-size:13px}.up-point-empty{color:#5f6883;margin:4px 0 0 4px;font-size:14px}.up-point-list{background:#fff;border:1.5px solid #e4e7ef;border-radius:14px;max-height:300px;overflow-y:auto}.up-point{text-align:left;color:#2b2f3a;cursor:pointer;background:0 0;border:0;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;display:block}.up-point+.up-point{border-top:1px solid #eef0f5}.up-point:hover{background:#f7fbf0}.up-point:focus-visible{background:#f7fbf0}.up-point:focus-visible{outline-offset:-3px!important;box-shadow:none!important}.up-point b{font-weight:600}.up-point .sub,.up-point-chosen .sub{color:#5f6883;margin-top:2px;font-size:12.5px;display:block}.up-point-chosen{background:#f7fbf0;border:1.5px solid #83b634;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;max-width:560px;padding:10px 14px;font-size:14px;display:flex}.up-point-change{color:#4d6d17;cursor:pointer;background:0 0;border:0;flex:none;font-family:inherit;font-size:14px;text-decoration:underline}
