.app{box-sizing:border-box;display:flex;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;gap:40px;margin-left:250px;max-width:1280px;width:100%}.section{padding:20px 0;width:100%}.section_margin{display:flex;flex-direction:column;height:300px;justify-content:space-between;margin:80px auto}.section__form{display:grid;gap:15px;max-width:600px}.section__title{font-size:32px;margin:0;padding:0}.section__subtitle{font-size:20px;margin:0}.section__text{color:#585754;font-size:16px;font-weight:400;line-height:24px;margin:0}.section__link{color:#0075ff;text-decoration:none}.section__btn{background-color:#ede9e1;border:1px solid #cdc7c7;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);cursor:pointer;font-size:16px;height:40px;overflow:hidden;text-overflow:ellipsis;transition:all .3s ease-out;white-space:nowrap;width:150px}.section__btn_huge{height:50px;width:230px}.section__btn:hover{background-color:#dbd3c1;border-color:#94a3b8;box-shadow:0 4px 12px rgba(0,0,0,.15),0 2px 4px rgba(0,0,0,.1);transform:translateY(-1px)}.section__btn:disabled{color:#94a3b8}.section__btn:disabled,.section__btn:disabled:hover{background-color:#f1f5f9;border-color:#e2e8f0;cursor:not-allowed;opacity:.6}.section__btn:disabled:hover{box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);transform:none}.section__input{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:16px;height:36px;margin-top:3px;outline:none;padding:8px;width:100%}.section__input::-moz-placeholder{font-size:16px}.section__input::placeholder{font-size:16px}.section__input:disabled{background:#f5f5f5;border:1px solid #e0e0e0;color:#bdbdbd;cursor:not-allowed;opacity:1}.section__input_settings{max-width:30%}.section__select{width:100%}.section__btn-area{display:flex;justify-content:space-around;margin:15px 0}.section__message_active{color:#61ff7e}.section__message_danger{color:#ff6163}.section__btn_back{margin-right:20px}.section__list{display:flex;flex-direction:column;flex-wrap:wrap;gap:15px;list-style:none;margin:20px 0;padding:0}.section__list-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 24px 0 rgba(45,55,72,.1),0 1.5px 4px 0 rgba(45,55,72,.06);display:flex;flex-direction:column;gap:12px;max-width:100%;padding:24px;transition:box-shadow .2s,transform .2s}@media screen and (max-width:736px){.app,.filter{font-size:12px}.filter{max-width:150px;min-height:45px}}@media screen and (max-width:470px){.app,.filter{font-size:12px}.filter{max-width:150px;min-height:45px}.navigation__arrow{display:none}}
.user{align-items:center;background:#f7fafc;border-bottom:1px solid #e2e8f0;border-radius:8px 8px 0 0;box-shadow:0 2px 4px rgba(66,153,225,.1),0 1px 3px rgba(66,153,225,.06);color:#2d3748;display:grid;gap:20px;grid-template-columns:80px auto auto;padding:16px 24px}.user__name{color:#2d3748;font-size:1.5rem;font-weight:600;letter-spacing:.01em;line-height:1.2;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap;width:100%}.user__icon{background-image:url(301a89d062be2b0d6904.png);background-position:50%;background-repeat:no-repeat;background-size:80%;border:2px solid #e2e8f0;border-radius:50%;box-shadow:0 2px 8px rgba(66,153,225,.3),0 1px 3px rgba(66,153,225,.2);height:64px;width:64px}.user__container{display:grid;gap:20px}.user__status{grid-column-start:2}.user__status-error{color:#fc4444}.user__id{font-size:1.1em;margin:0}
.auth{display:grid;gap:20px;grid-auto-rows:min-content}
.price{display:grid;gap:30px;grid-auto-rows:min-content}.price__text{margin:0;white-space:break-spaces;word-break:break-word}.price__link{color:#0075ff;cursor:pointer;text-decoration:none;transition:all .5s}.price__link:hover{color:#ff6163}.price__list{display:grid;margin:0;padding:0}.price__list-item{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:grid;gap:16px;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;min-height:72px;padding:0 20px;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.price__list-item:hover{background:#f7fafc;box-shadow:0 1px 3px rgba(0,0,0,.1)}.price__list-item:first-child{border-top:1px solid #e2e8f0;border-top-left-radius:8px;border-top-right-radius:8px}.price__list-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.price__label-container{align-items:center;background:#f9f9f9;border-bottom:2px solid #e2e8f0;border-top-left-radius:8px;border-top-right-radius:8px;color:#4a5568;display:grid;font-size:12px;font-weight:700;gap:16px;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;letter-spacing:.5px;padding:0 20px;text-transform:uppercase}.price__name{color:#2d3748;font-size:14px;font-weight:600;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.price__checkbox{accent-color:#4299e1;border:2px solid #e2e8f0;border-radius:4px;cursor:pointer;height:18px;transition:all .2s ease;width:18px}.price__checkbox:checked{background:#4299e1;border-color:#4299e1}.price__checkbox:hover{border-color:#4299e1}.price__checkbox:focus{box-shadow:0 0 0 3px rgba(66,153,225,.6);outline:none}.price__checkbox:disabled{cursor:not-allowed}.price__upload-container{align-items:center;background:#f9f9f9;border-bottom-left-radius:8px;border-bottom-right-radius:8px;color:#4a5568;display:flex;justify-content:space-between;letter-spacing:.5px;padding:16px 20px}.price__message{border-bottom:1px solid #e2e8f0;grid-column:1/-1;list-style:none;margin-top:-1px;padding:12px 20px}.price__status{border-radius:6px;font-size:14px;font-weight:500;padding:12px 16px}.price__status--progress{background:linear-gradient(135deg,#bee3f8,#90cdf4);border:1px solid #90cdf4;color:#2b6cb0}.price__status--success{background:linear-gradient(135deg,#c6f6d5,#9ae6b4);border:1px solid #9ae6b4;color:#276749}.price__status--error{background-color:#fff5f5;border:1px solid #e53e3e;border-radius:4px;color:#e53e3e;font-weight:500;margin-top:8px;padding:8px 12px}.price__status--error .price__progress-bar{background-color:#fed7d7}.price__status--error .price__progress-fill{background-color:#e53e3e}.price__progress-bar{background:hsla(0,0%,100%,.3);border-radius:3px;height:6px;margin-top:8px;overflow:hidden;width:100%}.price__progress-fill{background:#4299e1;border-radius:3px;height:100%;transition:width .3s ease}.section__btn:disabled{opacity:.7}.section__btn[title*=\424\43E\440\43C\438\440\443\435\442\441\44F]{animation:pulse 2s infinite;background:linear-gradient(135deg,#bee3f8,#ede9e1);color:#2b6cb0}.price__btn--completed{background:linear-gradient(135deg,#bee3f8,#ede9e1);box-shadow:0 2px 8px rgba(67,160,71,.08);padding-right:32px;position:relative;transition:background .2s,color .2s}.price__btn--completed:after{background:none;color:#4ebd53;content:"✔";font-size:1.2em;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}
.popup{align-items:center;display:flex;font-family:Inter,Arial,"sans-serif";height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition-duration:.8s;visibility:hidden;width:100%;z-index:2}.popup_opened{opacity:1;visibility:visible}.popup__container{align-items:center;background:#fff;border-radius:10px;box-shadow:0 0 25px rgba(0,0,0,.15);box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-around;max-width:430px;min-height:250px;padding:34px;position:relative;width:100%}.popup__close{align-self:flex-end;background-color:transparent;background-image:url(cd3deca75955840c499b.png);background-size:cover;border:none;cursor:pointer;height:32px;padding:0;position:absolute;right:-40px;top:-40px;width:32px}.popup__close:hover{opacity:.6}
.help__btn{font-size:.75rem;margin-top:15px}.help{max-width:90%;padding:20px}.help__link{align-items:center;color:#000;display:flex;height:100%;justify-content:center;text-decoration:none;width:100%}
.about{background:#f7fafc;border-radius:12px;box-shadow:0 2px 12px rgba(66,153,225,.08);margin:32px auto;max-width:800px;padding:32px 40px}.about__title{color:#2d3748;font-size:2em;font-weight:700;margin-bottom:24px;text-align:center}.about__subtitle{color:#3182ce;font-size:1.3em;font-weight:600;margin-bottom:12px;margin-top:24px}.about__text{color:#4a5568;display:block;font-size:1.2rem;font-weight:600;line-height:1.6;margin-bottom:8px}.about__list{list-style:none;margin:0;padding:0}.about__list-item{background:#e6f0fa;border-radius:8px;box-shadow:0 1px 4px rgba(49,130,206,.07);color:#2d3748;font-size:1.1rem;margin-bottom:16px;padding:16px 20px;position:relative}@media (max-width:600px){.about{max-width:100%;padding:16px 8px}.about__title{font-size:1.3em}.about__subtitle{font-size:1.1em}.about__list-item{font-size:1em;padding:12px}}
.parameter{border-bottom:1px solid #ede9e1;display:grid;gap:30px 10px;grid-template-columns:30% 1fr;grid-template-rows:auto;padding:25px}.parameter__title{font-size:1.1rem;font-weight:700}.parameter__subtitle,.parameter__title{margin:0 0 4px;overflow-wrap:break-word}.parameter__subtitle{color:#555;font-size:.9rem}.parameter__title-atr{font-size:14px;list-style:none;margin-top:6px;padding:0}.parameter__title-atr_required{color:#f28d00}.parameter__desc{cursor:pointer;max-height:6em;overflow:hidden;position:relative;transition:max-height .3s;white-space:pre-wrap}.parameter__desc_expanded{max-height:none;overflow:visible}.parameter__desc-fade{align-items:flex-end;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 80%);bottom:0;display:flex;font-size:.95em;font-weight:500;height:2.5em;justify-content:center;left:0;pointer-events:none;position:absolute;right:0}.parameter__desc-link{color:#0af;text-decoration:none}.parameter__desc-title{font-weight:600;margin:8px 0}.parameter__desc-subtitle{color:#000;line-height:150%;margin:0}.parameter__text{font-weight:14px}.parameter__select{margin-top:3px}.parameter__select-group{background:linear-gradient(90deg,#efefea,#f7f7f5);border:1.5px solid #cdcdcb;border-radius:8px;box-shadow:0 2px 8px rgba(33,150,243,.07);display:grid;font-weight:700;gap:10px;margin-top:12px;padding:16px 12px;transition:box-shadow .2s,border .2s}.parameter__arrow{color:#1976d2;cursor:pointer;font-size:3rem;transform:rotate(90deg);transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.parameter__arrow:hover{cursor:pointer;transform:scale(1.2)}.parameter__arrow_open{transform:rotate(-90deg)}
.rules{grid-column-end:3;grid-column-start:2;margin:0;padding:20px 0}.rules__container{display:flex;flex-direction:column;max-width:970px;padding:0 20px}.rules__tag{border-bottom:1px solid #ede9e1;color:#777571;display:grid;font-size:16px;gap:10px;grid-template-columns:30% 1fr;padding:20px}.rules__tag-item{margin:0}
.filter{align-self:flex-start;margin-bottom:24px;padding:16px 0}.filter__content{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.filter__label{color:#718096;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.filter__label--active{color:#2d3748;font-weight:600}.filter__toggle{align-items:center;background:#e2e8f0;border:none;border-radius:12px;cursor:pointer;display:flex;height:24px;outline:none;padding:0;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:48px}.filter__toggle:hover{background:#cbd5e1}.filter__toggle:focus{box-shadow:0 0 0 3px rgba(66,153,225,.6)}.filter__toggle--active{background:#1976d2}.filter__toggle--active:hover{background:#3182ce}.filter__toggle-thumb{background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);height:20px;left:2px;position:absolute;top:2px;transition:all .3s cubic-bezier(.4,0,.2,1);width:20px}.filter__toggle--active .filter__toggle-thumb{transform:translateX(24px)}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.filter{animation:slideIn .4s cubic-bezier(.4,0,.2,1)}
.scroll__btn{background-color:#fff;border:none;border-radius:50%;bottom:40px;box-shadow:0 5px 17px rgba(0,0,0,.15);color:#000;cursor:pointer;font-size:2rem;padding:0;position:fixed;right:16px;transition:all .3s ease-out;z-index:1}.scroll__btn:hover{background-color:#f7f7f5}
.feed{display:flex}.feed__menu-tree{margin-right:60px;max-width:400px;min-width:260px;transition:width .4s cubic-bezier(.4,0,.2,1),min-width .4s cubic-bezier(.4,0,.2,1),max-width .4s cubic-bezier(.4,0,.2,1);width:30%}.feed-tree{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:8px}.feed-tree__item{border-radius:4px;padding:2px 8px}.feed-tree__item_selected{background:#e3f2fd;border-left:3px solid #1976d2}.feed-tree__name:hover{color:#1976d2}.feed-tree__name-container{border-radius:4px;display:flex;justify-content:space-between;width:100%}.feed-tree__name{flex:0 0 250px;font-size:1rem}.feed-tree__arrow{font-size:1.5rem;transform:rotate(90deg)}.feed-tree__arrow_open{transform:rotate(0deg)}.feed__content-fade{animation:fadeIn .4s;display:flex;flex-direction:column;justify-content:flex-start;min-height:420px;position:relative;transition:min-height .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.shimmer{background:#f6f7f8;overflow:hidden;position:relative}.shimmer-line{border-radius:4px;height:20px;margin:4px 0}.shimmer:before{animation:shimmer 1.2s infinite;background:linear-gradient(90deg,transparent,#e0e0e0 40%,#f6f7f8 60%,transparent);content:"";height:100%;left:-150px;position:absolute;top:0;width:150px}@keyframes shimmer{to{left:100%}}
.pricelink__icon{background-image:url(f0a07f42224b7e1b787f.png);background-size:cover;cursor:pointer;height:80px;width:80px}.pricelink{display:grid;gap:15px;justify-items:start;width:80%}.pricelink__sec{border-bottom:1px solid #777571;display:flex;flex-direction:column;gap:10px;padding-bottom:15px;width:100%}.pricelink__list{list-style:decimal inside;margin:0;padding:0}.pricelink__list-item{background:#e6f0fa;border-radius:8px;box-shadow:0 1px 4px rgba(49,130,206,.07);color:#2d3748;font-size:1.1rem;margin-bottom:16px;padding:16px 20px;position:relative}
.settings{display:flex;flex-direction:column;gap:10px}.settings__period{align-items:end;display:grid;gap:15px;grid-template-columns:20% 1fr 26%;list-style:none;padding:0}.settings__period-item{display:grid;gap:5px}.settings__select{max-width:calc(33.33333% - 10px)}.setting__submit{padding:15px 0}.settings__period .react-select__control{max-width:300px;overflow:hidden}.settings__period .react-select__multi-value{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.good{display:flex;flex-direction:column}.good__all{border-bottom:1px solid #777571;padding:20px 0}.good__list{list-style:none;padding:0}.good__list-item{padding:20px 0}.goods-spinner{animation:spin 1s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#4299e1;display:inline-block;height:12px;margin:0 4px;width:12px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.sidemenu__list{background:#fff;box-shadow:0 4px 24px rgba(60,72,88,.1),0 1.5px 0 #e0e0e0;display:flex;flex-direction:column;height:100%;left:0;list-style:none;padding:0;position:fixed;top:0;width:240px;z-index:100}.sidemenu__list-invisible{display:none}.sidemenu__list-item{border-radius:6px;box-shadow:0 1px 2px rgba(60,72,88,.04);display:flex;margin-bottom:6px;overflow:hidden;position:relative;transition:background .2s;width:100%}.sidemenu__list-item_disabled{color:#58575459}.sidemenu__link{background:transparent;border-radius:8px;color:#1976d2;display:block;font-size:16px;font-weight:500;letter-spacing:.02em;padding:14px 28px;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;width:100%}.sidemenu__link:hover{background:#e3f2fd;box-shadow:0 2px 8px rgba(25,118,210,.08);color:#1565c0}.sidemenu__link_active{background:#1976d2;box-shadow:0 4px 16px rgba(25,118,210,.12);color:#fff;font-weight:700}.sidemenu__link_active:hover{color:#1565c0}
.app-error-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:hsla(0,0%,100%,.74);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9998}.app-error{background:#fff0f0;border:1px solid #ffb3b3;border-radius:8px;box-shadow:0 2px 8px rgba(211,47,47,.08);color:#d32f2f;left:50%;max-width:90vw;min-width:320px;padding:16px 32px;position:fixed;top:24px;transform:translateX(-50%);z-index:9999}.app-error__content{align-items:flex-start;display:flex;gap:12px;padding:16px 20px;position:relative}.app-error__text{color:#c53030;flex:1;font-size:16px;font-weight:500;line-height:1.4;margin:0;word-break:break-word}.app-error__close{align-items:center;background:transparent;border:none;border-radius:4px;color:#a0aec0;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:24px;justify-content:center;line-height:1;transition:all .2s cubic-bezier(.4,0,.2,1);width:24px}.app-error__close:hover{background:#fed7d7;color:#c53030;transform:scale(1.1)}.app-error__close:focus{box-shadow:0 0 0 2px hsla(0,88%,68%,.5);outline:none}.app-error__close:active{transform:scale(.95)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.app-error--hiding{animation:slideOutRight .2s cubic-bezier(.4,0,.2,1) forwards}.app-error-backdrop--hiding{animation:fadeOut .2s ease-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width:768px){.app-error{left:10px;max-width:none;min-width:auto;right:10px;top:10px}.app-error__content{padding:14px 16px 14px 44px}.app-error:before{font-size:14px;left:14px;top:14px}.app-error__text{font-size:13px}.app-error__close{font-size:16px;height:20px;width:20px}}@media (max-width:480px){.app-error{left:5px;right:5px;top:5px}.app-error__content{padding:12px 14px 12px 40px}.app-error:before{font-size:12px;left:12px;top:12px}}@media (prefers-color-scheme:dark){.app-error{background:#2d3748;border-color:#fc8181;box-shadow:0 10px 25px hsla(0,95%,75%,.2),0 4px 10px rgba(0,0,0,.3)}.app-error__text{color:#fc8181}.app-error__close{color:#718096}.app-error__close:hover{background:hsla(0,95%,75%,.1);color:#fc8181}.app-error-backdrop{background:rgba(0,0,0,.6)}}@media (prefers-contrast:high){.app-error{border-width:2px 2px 2px 6px}.app-error__text{font-weight:600}.app-error__close{border:1px solid #a0aec0}}@media (prefers-reduced-motion:reduce){.app-error,.app-error-backdrop,.app-error__close{animation:none}.app-error__close{transition:none}}.app-error:nth-of-type(2){top:90px}.app-error:nth-of-type(3){top:160px}.app-error:nth-of-type(4){top:230px}.app-error--auto-hide{animation:slideInRight .3s cubic-bezier(.4,0,.2,1),slideOutRight .2s cubic-bezier(.4,0,.2,1) 4.8s forwards}.app-error:after{animation:progress 5s linear;background:#f56565;bottom:0;content:"";height:2px;left:0;position:absolute}@keyframes progress{0%{width:100%}to{width:0}}
