:root{font-family:Myriad Pro,system-ui,Helvetica,Arial,sans-serif}body{background-color:#e8f5d0}#root{height:100vh}.auth-page{padding:40px 0;display:flex;width:100%;height:100%}.auth-page__inner{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center}.auth-page__loader{position:absolute;right:30%;top:50%;transform:translate(-50%,-50%)}.auth-page__head{display:flex;max-width:620px;width:100%;flex-direction:column;align-items:center;margin-bottom:60px}.auth-page__head-logo{margin-bottom:40px}h1.auth-page__title{font-weight:700;font-size:40px;text-align:center;line-height:1.3;color:var(--colorMain);margin-bottom:20px}h2.auth-page__subtitle{font-weight:700;font-size:28px;text-align:center;line-height:1.3;color:var(--colorMain)}form.auth-page__form.login-form{padding-top:0;gap:20px}form.auth-page__form.login-form input{height:44px}form.auth-page__form.login-form .auth-page__form-submit{height:44px;margin-bottom:20px}form.auth-page__form.login-form span.ant-input-affix-wrapper{padding:0 10px}form.auth-page__form.login-form .ant-form-item{margin-bottom:0}form.auth-page__form.login-form,.password-reset-form,.new-password-form{width:345px}.auth-page__form-row input,.password-reset-form input{border:1px solid #d2eaa0;border-radius:8px;padding:12px 8px;font-weight:400;font-size:16px;line-height:1.375;color:var(--colorMain);width:100%}.password-reset-form input{width:345px}.auth-page__form-row{display:flex;flex-direction:row;gap:20px;align-items:stretch;position:relative;width:100%;justify-content:center}.auth-page__form-row:nth-child(3){margin-top:10px}.auth-page__form-info--text{display:none;border-radius:8px;position:absolute;font-weight:400;font-size:16px;line-height:1.375;max-width:350px;color:var(--colorMain);z-index:99999;padding:8px;width:100%;right:-360px;top:0;left:auto;box-shadow:0 0 25px #6e746840;background:#fff}.auth-page__form-info--text:before{content:"";position:absolute;width:60px;left:-21px;top:0;z-index:0;transform:rotate(90deg);height:35px;background-image:url("data:image/svg+xml,%3Csvg width='68' height='61' viewBox='0 0 68 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_138_12742)'%3E%3Cpath d='M35.5119 35.2543C34.7143 36.1752 33.2857 36.1752 32.4881 35.2543L26.4736 28.3093C25.3519 27.014 26.272 25 27.9855 25H40.0145C41.728 25 42.6481 27.014 41.5264 28.3093L35.5119 35.2543Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_138_12742' x='0.981445' y='0' width='66.0371' height='60.9448' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset /%3E%3CfeGaussianBlur stdDeviation='12.5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.430512 0 0 0 0 0.454167 0 0 0 0 0.406858 0 0 0 0.25 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_138_12742' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_138_12742' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");background-size:cover}.auth-page__form-info--icon{width:20px;height:20px;object-fit:contain;cursor:pointer;position:absolute;display:flex;bottom:0;top:0;right:8px;margin:auto;transition:all .3s linear;align-items:center}.auth-page__form-info--icon.auth-page__form-info--error{display:none}.auth-page__form-info--icon:hover+.auth-page__form-info--text{display:block}form.auth-page__form{display:flex;flex-direction:column;gap:12px}.auth-page__form-box{display:flex;flex-direction:column;width:auto}.auth-page__form-row a{font-weight:400;font-size:16px;text-decoration:underline;text-underline-offset:4px;text-decoration-skip-ink:none;color:#8ecb12;display:flex;justify-content:space-between}.auth-page__form-submit{border-radius:8px;padding:12px;width:100%;font-weight:700;font-size:16px;text-transform:uppercase;color:#fff;background:#8ecb12}.auth-page__form-submit:disabled{opacity:.7}input:-webkit-autofill{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent!important;color:inherit!important}input:-webkit-autofill,input:-webkit-autofill:focus{box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#000!important}.password-reset-form{padding-bottom:10px}.password-reset-form .auth-page__form-submit{padding:20px 0;display:flex;gap:10px;align-items:center}.auth-page__captcha{position:fixed;right:-15%;bottom:55px;display:flex}.auth-page__form-row--col{width:100%;display:flex;gap:6px;flex-direction:column}.auth-page__form-input-box{display:flex;flex-direction:column;width:100%;position:relative}a.auth-page__form-btn--prev{border:1px solid #8ecb12;border-radius:8px;padding:12px;display:flex;text-align:center;background:#fff;text-decoration:none;text-underline-offset:0;font-weight:700;font-size:16px;margin-top:10px;text-transform:uppercase;color:#8ecb12;width:100%;align-items:center;justify-content:center}.sign-up-form{width:710px}.auth-page__form-row .auth-page__form-row .auth-page__form-info--text{right:calc(-100% - 8px)}.auth-page__success-message{display:flex;flex-direction:column;align-items:center;margin-top:20px;font-weight:400;font-size:16px;gap:20px;line-height:1.375;text-align:center;color:var(--colorMain)}.auth-page button:disabled,.auth-page button[disabled]{background:#c4c8b7}.auth-page__success-message a{text-decoration-skip-ink:none;color:#8ecb12;text-decoration:underline;text-underline-offset:4px}span.auth-page__input-error{font-weight:400;font-size:12px;color:#f04438!important;padding:0 8px;display:none}.error-row span.auth-page__input-error{display:block}.create-profile-page .auth-page__form-row{justify-content:start;flex-wrap:wrap;gap:8px}.create-profile-page .auth-page__form-row label{font-weight:700;font-size:16px;line-height:1.375;color:var(--colorMain);white-space:nowrap}.create-profile-page .auth-page__form-row span{font-size:16px;font-weight:400;line-height:1.375;color:var(--colorMain)}.auth-page__form--logo-upload{border:1px solid #d2eaa0;border-radius:8px;padding:20px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;width:100%}.create-profile-page .auth-page__form--logo-upload label.upload-label{white-space:normal;display:flex;flex-direction:column;align-items:center;font-weight:400;font-size:16px;line-height:1.375;gap:10px;text-align:center;color:#62645c}form.auth-page__form.login-form.error .auth-page__form-input-box input{border:1px solid #fda29b}form.auth-page__form.login-form.error .auth-page__form-input-box img.auth-page__form-info--icon{display:none}form.auth-page__form.login-form.error .auth-page__form-input-box img.auth-page__form-info--icon.auth-page__form-info--error,form.auth-page__form.login-form.error span.auth-page__input-error{display:flex}@media (max-width: 1200px){.auth-page__form-info--text{display:none;width:100%;right:0%;top:100%}.auth-page__form-info--text:before{left:auto;right:-10px;top:-12px;transform:rotate(180deg)}}@media (max-width: 979px){.sign-up-form,.auth-page__form-box,form.auth-page__form.login-form,.password-reset-form,.new-password-form{width:100%;align-items:center}form.auth-page__form.login-form,.password-reset-form,.new-password-form{max-width:345px}form.auth-page__form.login-form .ant-form-item{width:100%}}@media (max-width: 767px){h1.auth-page__title{font-size:32px}h2.auth-page__subtitle{font-size:20px}.container{max-width:650px}}@media (max-width: 650px){.auth-page__form-row input{font-size:14px}.auth-page__form-row{flex-direction:column;align-items:center}.login-form .auth-page__form-row{flex-wrap:wrap;align-items:center;flex-direction:row;gap:10px 40px}.sign-up-form .auth-page__form-row:last-child{flex-direction:column-reverse;gap:10px}.sign-up-form .auth-page__form-row:last-child a{text-decoration-skip-ink:none;color:#8ecb12;text-decoration:underline;text-underline-offset:4px;border:none;border-radius:0;padding:0;display:flex;text-align:center;background:transparent;font-weight:400;font-size:16px;margin-top:0;text-transform:none;align-items:center;justify-content:center}form.auth-page__form{width:100%!important}.auth-page__head{margin-bottom:40px}.auth-page__head img{max-width:100%}}@media (max-width: 350px){h1.auth-page__title{font-size:28px;white-space:normal!important}h2.auth-page__subtitle{font-size:18px}.auth-page__success-message{font-size:14px}}:root{--colorMain: #440022 }::-webkit-scrollbar{background:#8ecb12;width:4px;border-radius:2px}::-webkit-scrollbar-thumb{background:#8ecb12;border-radius:2px;height:50px}::-webkit-scrollbar-track{background:#f5fae5;border-radius:2px}::-webkit-scrollbar-button{display:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body{font-family:var(--font-myriad-pro);color:rgb(var(--foreground-rgb));background:#e8f5d0}*{padding:0;margin:0;border:0;font-family:var(--font-myriad-pro)}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{height:100%;width:100%;font-size:100%;color:var(--colorMain);font-family:var(--font-myriad-pro);-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:var(--font-myriad-pro)}input::-ms-clear{display:none}button{cursor:pointer}button:disabled{pointer-events:none}button::-moz-focus-inner{padding:0;border:0}a,a:visited,a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2{font-weight:700}h3,h4{font-weight:600}p{font-weight:400}.page-wrap{display:flex;flex-direction:row;min-height:100vh}.page-wrap__box{display:flex;flex-direction:column;width:100%}.container{width:100vw;display:flex;padding:0 20px;margin:0 auto;max-width:1400px}.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}body.opened{overflow:hidden}@media (min-width: 1580px){.container{max-width:1480px}}@media (min-width: 1560px){.container{max-width:1440px}}@media (max-width: 1560px){.container{max-width:1300px}}@media (max-width: 1480px){.container{max-width:1250px}}@media (max-width: 1200px){.container{max-width:980px}}@media (max-width: 979px){.container{max-width:768px}}@media (max-width: 767px){.container{max-width:650px}}@media (max-width: 650px){.container{max-width:100%}}footer.footer-site{padding:8px 10px;display:flex;justify-content:center;flex-direction:row;gap:10px;width:100%;align-items:center}.footer-site__inner{display:flex;align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:wrap;width:100%}.footer-site__info{width:100%;text-align:center}.footer-site__info a{text-decoration-skip-ink:none;color:#8ecb12;text-decoration:underline;text-underline-offset:4px}.footer-site__info{font-weight:400;font-size:12px;color:var(--colorMain)}.page-tabs__inner{display:flex;flex-direction:row;gap:40px;width:100%}.page-tabs{display:flex;width:100%;height:100%;padding:40px 0}.page-tabs__content{display:flex;flex-direction:column;width:100%}.productQtyBox{max-width:105px;display:flex;align-items:center;border:1px solid #8ecb12;border-radius:4px;justify-content:center;font-weight:400;font-size:16px;line-height:1.375;color:var(--colorMain);flex-direction:row;gap:8px;overflow:hidden}.productQtyBox.min-w{min-width:105px}.justify-between{justify-content:space-between}.productQtyBox.large{max-width:162px}@media screen and (max-width: 1200px){.catalog__sidebar{display:none}}.productQtyBox button{font-weight:400;font-size:16px;width:24px;line-height:1.375;color:#8ecb12;flex-shrink:0;height:30px;background-color:inherit;overflow:hidden}.productQtyBox button.minus{border-right:1px solid;border-radius:0;min-width:30px}.productQtyBox button.plus{border-left:1px solid;border-radius:0;min-width:30px}.tabsListNav div[data-slot=tabList] button{font-weight:600;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:10px;border-bottom:1px solid transparent;padding:8px 12px;width:100%;white-space:nowrap;font-size:20px;height:40px;color:#939689}.tabsListNav{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;margin-bottom:20px;gap:40px;margin-right:auto}.tabsListNav div[data-slot=tabList]{display:flex;gap:40px;flex-direction:row;width:100%}.tabsListNav div[data-slot=tabList] button[data-selected=true]{border-bottom:1px solid #8ecb12;padding:8px 12px;font-weight:600;color:var(--colorMain)}.profile-content__table tbody tr td:last-child{max-width:40px;cursor:pointer}.profile-content__table thead tr th:last-child{max-width:40px}.profile-content__table.profile-content__table-catalog tbody tr td:first-child,.profile-content__table.profile-content__table-catalog thead tr th:first-child{max-width:100%}@media screen and (max-width: 1200px){.catalogCategoriesNav{display:none!important}}.catalogCategoriesNav button{padding:12px;width:100%;font-weight:700;background:#fff;display:flex;font-size:16px;border-left:1px solid #8ecb12;text-transform:uppercase;color:#8ecb12;line-height:1.35;align-items:stretch;justify-content:center}.catalogCategoriesNav{width:100%;margin-bottom:20px;display:flex;align-items:stretch;justify-content:space-between;flex-direction:row;border-radius:8px;overflow:hidden;border:1px solid #8ecb12}.catalogCategoriesNav button.active{background:#8ecb12;color:#fff}.profile-content__table.profile-content__table-catalog table{box-shadow:0 0 25px #6e746840}.page-catalog .pageTableSideBar{margin-top:60px}.pagination-container{display:flex;align-items:center;justify-content:space-between;flex-direction:row;margin-top:20px}.left-controls{border:1px solid #d2eaa0;border-radius:8px;padding:12px 8px;background:#fff;font-weight:400;font-size:16px;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px;line-height:1.375;color:var(--colorMain)}.center-controls{border:1px solid #8ecb12;border-radius:8px;font-weight:700;font-size:16px;text-transform:uppercase;color:#8ecb12;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:10px;padding:12px 80px;background:#fff}.right-controls{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:20px;font-weight:400;font-size:16px;line-height:1.375;color:var(--colorMain)}.page-error{display:flex;width:100%;height:100%}.page-error__inner{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}img.page-error__img{width:100%!important;max-width:640px;height:100%;object-fit:contain;max-height:260px}.page-error__content{display:flex;flex-direction:column;align-items:center;gap:20px;justify-content:center;margin-top:80px}.page-error__content h1{font-weight:700;font-size:40px;color:var(--colorMain)}.page-error__content p{font-weight:400;font-size:20px;color:var(--colorMain)}.page-error__content a{display:flex;align-items:center;justify-content:center;flex-direction:row;background:#8ecb12;border-radius:8px;font-weight:700;width:100%;font-size:16px;text-transform:uppercase;color:#fff;padding:12px;max-width:400px;margin-top:20px}.page-order{display:flex;width:100%;height:100%;padding:40px}.page-order__tabs .ant-tabs-nav,.orders-view__tabs .ant-tabs-nav .order-edit__tabs .ant-tabs-nav{margin:40px 0 20px}.page-order__tabs .ant-tabs-tab-btn,.order-edit__tabs .ant-tabs-tab-btn,.orders-view__tabs .ant-tabs-tab-btn{font-size:20px}.page-order__tabs .ant-tabs-tab,.order-edit__tabs .ant-tabs-tab,.orders-view__tabs .ant-tabs-tab{opacity:50%}.page-order__tabs .ant-tabs-tab-active,.order-edit__tabs .ant-tabs-tab-active,.orders-view__tabs .ant-tabs-tab-active{opacity:100%}h1.page-order__head-title{font-weight:700;font-size:40px;color:var(--colorMain);margin-bottom:20px}p.page-order__head-subtitle{font-weight:400;font-size:20px;color:var(--colorMain)}.page-order__head{display:flex;flex-direction:column;width:100%;align-items:flex-start;margin-bottom:40px}.page-order .profile-content__table.profile-content__table-catalog table{box-shadow:none!important}.page-order.page-new-order .pagination-container{display:none}.page-view-order h1.page-order__head-title{margin-bottom:0}.page-order .pagination-container{display:none}@media (max-width: 350px){h1.page-order__head-title{font-size:32px}p.page-order__head-subtitle{font-size:18px}.page-order__tabs{padding-top:30px}.ant-tabs-tab{width:80px}.ant-tabs-tab-btn{margin:0 auto}.ant-tabs-ink-bar{height:1px!important}}.header-site__profile-select-popup.absolute{top:100%;box-shadow:0 0 25px #6e746840;right:0;margin-left:auto;margin-top:35px;width:max-content;background:#fff;display:none;flex-direction:column;border-radius:12px;z-index:99999;transition:all .3s linear}.header-site__home{display:flex;flex-direction:column;gap:5px;align-items:center;font-weight:400;font-size:12px;color:#1c2904}.header-site__notification-popup.absolute{top:100%;box-shadow:0 0 25px #6e746840;right:0;margin-left:auto;margin-top:35px;border-radius:12px;width:max-content;min-width:300px;max-width:320px;transition:all .3s linear;display:none}.header-site__notification-list{background:#fff;display:flex;flex-direction:column;overflow:hidden;border-radius:12px;position:relative;z-index:999;box-shadow:0 0 25px #6e746840}.header-site__notification-item{padding:20px;display:flex;flex-direction:row;flex-wrap:wrap;background:transparent;border-bottom:1px solid #bbe071;gap:5px;align-items:stretch}.header-site__notification-inner{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:4px}.header-site__col.items-center.header-site__right{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:20px}.header-site__link-inner{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:4px}a.header-site__link{display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column}.opened span.header-site__burger-icon--line:first-child{transform:translateY(4px) rotate(45deg)}.opened span.header-site__burger-icon--line:last-child{transform:translateY(-8px) rotate(-45deg)}.opened span.header-site__burger-icon--line:nth-child(2){opacity:0}span.header-site__notification-text{font-weight:400;font-size:12px;color:#1c2904}span.header-site__link-text{font-weight:400;font-size:12px;color:#1c2904;line-height:1.2}.header-site__notification-item--text p{font-weight:400;font-size:16px;line-height:1.375;color:var(--colorMain)}.header-site__notification-item--text{display:flex;flex-direction:column}.header-site__notification-item:last-child{border-bottom:none}.header-site__notification-item--time{color:#dad9d6;margin-top:auto}.header-site__notification-item a{text-decoration-skip-ink:none;color:#8ecb12;text-decoration:underline;font-weight:400;font-size:16px;text-underline-offset:4px}.header-site__notification-popup:before{content:"";position:absolute;width:75px;right:1px;z-index:9;top:-8px;transform:rotate(-180deg);height:40px;background-image:url("data:image/svg+xml,%3Csvg width='68' height='61' viewBox='0 0 68 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_138_12742)'%3E%3Cpath d='M35.5119 35.2543C34.7143 36.1752 33.2857 36.1752 32.4881 35.2543L26.4736 28.3093C25.3519 27.014 26.272 25 27.9855 25H40.0145C41.728 25 42.6481 27.014 41.5264 28.3093L35.5119 35.2543Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_138_12742' x='0.981445' y='0' width='66.0371' height='60.9448' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset /%3E%3CfeGaussianBlur stdDeviation='12.5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.430512 0 0 0 0 0.454167 0 0 0 0 0.406858 0 0 0 0.25 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_138_12742' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_138_12742' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");background-size:cover}header.header-site{background:#fff;padding:12px}.header-site__notification{display:flex;position:relative;transition:all .3s linear;cursor:pointer}.header-site__notification:hover .header-site__notification-popup,.header-site__notification:active .header-site__notification-popup,.header-site__notification:focus .header-site__notification-popup{display:block}.header-site__notification:hover:before,.header-site__notification:active:before,.header-site__notification:focus:before{display:block;content:"";position:absolute;top:100%;height:50px;width:300px;right:0;background:transparent}.flex.flex-column.header-site__burger{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:4px}span.header-site__burger-icon--line{display:flex;width:20px;height:2px;margin:0;background-color:#8ecb12;transition:all .3s linear;border-radius:2px}.header-site__burger-icon{cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:4px}span.header-site__burger-text{font-weight:400;font-size:12px;color:#1c2904}span.header-site__profile-selected svg{transform:rotate(180deg);transition:all .3s linear}.header-site__profiles:hover span.header-site__profile-selected svg{transform:rotate(0)}.header-site__profiles.relative{cursor:pointer}.header-site__col{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:40px}.header-site__col.header-site__left{justify-content:flex-start}span.header-site__profile-selected{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:8px;border-radius:4px;font-weight:400;font-size:16px;line-height:1.375;color:#8ecb12;height:100%}.header-site__profile-select-item{padding:10px;display:flex;flex-direction:row;font-weight:400;font-size:16px;z-index:999999999;color:var(--colorMain);flex-wrap:wrap;background:transparent;border-bottom:1px solid #bbe071;gap:5px;align-items:stretch}.header-site__profile-select-popup.absolute:before{content:"";position:absolute;width:75px;right:-14px;z-index:-2;top:-10px;transform:rotate(-180deg);height:40px;background-image:url("data:image/svg+xml,%3Csvg width='68' height='61' viewBox='0 0 68 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_138_12742)'%3E%3Cpath d='M35.5119 35.2543C34.7143 36.1752 33.2857 36.1752 32.4881 35.2543L26.4736 28.3093C25.3519 27.014 26.272 25 27.9855 25H40.0145C41.728 25 42.6481 27.014 41.5264 28.3093L35.5119 35.2543Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_138_12742' x='0.981445' y='0' width='66.0371' height='60.9448' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset /%3E%3CfeGaussianBlur stdDeviation='12.5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.430512 0 0 0 0 0.454167 0 0 0 0 0.406858 0 0 0 0.25 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_138_12742' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_138_12742' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");background-size:cover}.header-site__profiles:hover:before,.header-site__profiles:active:before,.header-site__profiles:focus:before{display:block;content:"";position:absolute;top:100%;height:50px;width:100%;right:0;background:transparent}.header-site__profiles:hover .header-site__profile-select-popup,.header-site__profiles:active .header-site__profile-select-popup.absolute,.header-site__profiles:focus .header-site__profile-select-popup.absolute{display:block}.header-site__profiles.relative{display:flex;height:100%;align-items:center;justify-content:center}.header-site__profile-select-item:last-child{border-bottom:none}.header-site__profile-select-item:hover{background-color:#d0e77d33}@media (max-width: 979px){header.header-site{height:75px}.header-site__notification,a.header-site__link.header-site__logout,.header-site__profiles.relative,.header-site .header-site__notification,a.header-site__link.header-site__basket .header-site__link-text{display:none}span.header-site__burger-text,a.header-site__link.header-site__basket .header-site__link-text{display:none}a.header-site__link.header-site__basket img{width:22px;height:22px}span.header-site__burger-text,.header-site .header-site__profiles.relative{display:none}}@media (max-width: 650px){header.header-site{background:#fff;padding:20px 0}}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected{cursor:auto!important}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover{pointer-events:none}.organization-menu .ant-dropdown-menu-item{padding:0!important}.hasUnread{display:block;width:5px;height:5px;border-radius:50%;background:#8ecb12;position:absolute;right:0;top:0}.alerts-modal{margin:0 auto;width:500px;top:100px;margin-right:calc(4vw + 20px)}.alerts-modal__list{max-height:335px;overflow:auto;padding-right:10px;margin-right:-10px}.alerts-modal__additional-title{display:flex;align-items:center;gap:5px}.alerts-modal__additional-title>p{border-bottom:1px solid #8ECB12;width:fit-content}.alerts-modal__additional-list{padding-left:30px;font-size:14px;padding-top:10px}.alerts-modal__additional-item{cursor:pointer;padding:8px;transition:.3s;border-radius:8px;position:relative}.alerts-modal__additional-item:hover{background-color:#dad9d633}.alerts-modal__additional-item-indicator{width:5px;height:5px;border-radius:50%;position:absolute;left:-5px;top:17px}.alerts-modal__item{position:relative;color:var(--colorMain);transition:.3s;border-radius:8px;margin-bottom:12px}.alerts-modal__item-wrapper{display:flex;justify-content:space-between;width:100%;gap:5px;overflow:hidden}.alerts-modal__item-link{width:100%;background:transparent;text-align:left;cursor:pointer;padding:8px;transition:.3s;border-radius:8px}.alerts-modal__item-link:hover{background-color:#dad9d633}.alerts-modal__item:hover .alerts-modal__additional-title>p{border-bottom:1px solid transparent}.alerts-modal__item a{color:inherit;width:100%}.alerts-modal__item-name{display:flex;align-items:center;gap:5px;margin-bottom:8px}.alerts-modal__item-name>p{font-weight:500}.alerts-modal__item-name>p>span.color{color:#8ecb12}.alerts-modal__item-desc{margin-bottom:8px}.alerts-modal__item-box{display:flex;align-items:center;gap:5px;font-size:12px}.alerts-modal__item-remove{background:transparent;margin-right:-6px;margin-bottom:-6px;padding:8px;cursor:pointer;transition:.3s}.alerts-modal__item-remove:hover{transform:scale(1.1)}.alerts-modal__indicator{display:flex;flex-direction:column;justify-content:space-between;align-items:center;max-height:60px;padding-top:12px}.alerts-modal__indicator-inner{position:relative;width:16px;height:16px}.alerts-modal__indicator-bg{width:16px;height:16px;background-color:#fff;border:1px solid #8ECB12;border-radius:50%;position:absolute;left:0;top:0}.alerts-modal__indicator-point{display:block;width:8px;height:8px;background-color:#dad9d6;border-radius:50%;margin-left:6px}.alerts-modal__indicator-point.read{background-color:#8ecb12;position:relative}.alerts-modal__indicator-point.read:hover:after{opacity:1}.alerts-modal__indicator-point.read:after{content:"";display:block;width:15px;height:15px;position:absolute;right:50%;top:50%;border-radius:50%;border:1px solid #8ECB12;transform:translate(50%,-50%);opacity:0;transition:.3s}.alerts-modal__title{font-size:28px;font-weight:700}.alerts-modal__footer{border-top:1px solid #CFE77D;padding-top:20px;margin-top:20px}.alerts-modal__footer-inner{display:flex;align-items:center;justify-content:space-between;gap:10px}.alerts-modal .ant-modal-close{top:24px}.alerts-modal .ant-modal-close .ant-modal-close-x{color:var(--colorMain)}
