@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}nav{display:flex;justify-content:center;align-items:center;background:#fff;border:1.5px solid #E0E5EE;height:90px;z-index:999}body[data-theme=dark] nav{background:var(--light-dark);border:none;box-shadow:inset 0 -1px #4c4b51}.nav-bar-container{position:fixed;width:100%;height:90px;left:0;top:0;background:transparent;display:flex;justify-content:center;align-items:center;z-index:98}body[data-theme=dark] .nav-bar-container{background:var(--dark)}.mobile-nav-bar-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;width:100%;left:0;position:fixed;height:70px;top:0;background:transparent;z-index:999;display:none}.mobile-nav-bar-logo{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:70px;height:25px;border:none;z-index:999}.nav-bar-item{text-decoration:none;display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:999}.nav-bar-logo{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:120px;height:40px;border:none}.nav-bar-search{box-sizing:border-box;width:650px;height:36px;border:1px solid #E1E9F7;border-radius:50px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.66667%2011.3333C9.244%2011.3333%2011.3333%209.244%2011.3333%206.66667C11.3333%204.08934%209.244%202%206.66667%202C4.08934%202%202%204.08934%202%206.66667C2%209.244%204.08934%2011.3333%206.66667%2011.3333Z'%20stroke='%23595959'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10%2010L14%2014'%20stroke='%23595959'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat 10px center;padding-left:35px;outline:none;margin-left:30px;background-color:#f3f5fa}body[data-theme=dark] .nav-bar-search{color:var(--dark-paragraph-color);background-color:var(--light-dark);box-shadow:inset 0 0 0 2px var(--dark-border-color);border:none}.page-search{box-sizing:border-box;width:100%;height:36px;border:1px solid #E1E9F7;border-radius:50px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.66667%2011.3333C9.244%2011.3333%2011.3333%209.244%2011.3333%206.66667C11.3333%204.08934%209.244%202%206.66667%202C4.08934%202%202%204.08934%202%206.66667C2%209.244%204.08934%2011.3333%206.66667%2011.3333Z'%20stroke='%23595959'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10%2010L14%2014'%20stroke='%23595959'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat 10px center;padding-left:35px;outline:none;margin-left:30px;background-color:#f3f5fa}body[data-theme=dark] .page-search{color:var(--dark-paragraph-color);background-color:var(--light-dark);box-shadow:inset 0 0 0 2px var(--dark-border-color);border:none}.page-search:focus{background-color:#eceef5}.page-search::-moz-focus-outer{background-color:#eceef5}.page-search::placeholder{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.15px;color:#595959}input[type=text]{background-color:#f3f5fa}.nav-bar-search:focus{background-color:#eceef5}.nav-bar-search::-moz-focus-outer{background-color:#eceef5}.nav-bar-search::placeholder{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.15px;color:#595959}nav li{list-style-type:none;height:55px;cursor:pointer;justify-content:center;flex-direction:column;font-family:Roboto Flex;font-style:normal;font-weight:500;font-size:13px;line-height:0px;display:flex;align-items:center;text-align:center;letter-spacing:.3px;color:#747588;gap:10px}nav li:hover{color:#28292e}body[data-theme=dark] nav li:hover{color:var(--dark-header-color)}nav li.profile-menu{background:var(--dark-gray);border:none;border-radius:50px;height:40px;margin-left:20px;position:relative;z-index:99}.profile-menu-container{position:absolute;right:0;width:220px;top:70px;background:#fff;border-radius:10px;z-index:999;transform-origin:0 0;opacity:0;transition:visibility .1s,opacity .2s linear;display:flex;visibility:hidden;flex-direction:column;align-items:flex-start;padding:2px;box-shadow:0 2px 4px #00000040}body[data-theme=dark] .profile-menu-container{background:var(--light-dark)}.shown{visibility:visible;opacity:1;transition:visibility .1s,opacity .2s linear}.profile-menu-container>li{box-sizing:border-box;width:210px;height:37px;border:none;border-radius:10px;background:#fff;margin:5px;display:flex;flex-direction:column;align-items:flex-end;padding-left:15px;padding-right:10px}body[data-theme=dark] .profile-menu-container>li{background:var(--light-dark)}.profile-menu-container>li:hover{background:#ecf1fa}body[data-theme=dark] .profile-menu-container>li:hover{background:var(--dark-selected-button)}.profile-menu-container>li.profile-menu-balance{border:none;cursor:initial;align-items:center;padding:5px}.profile-menu-item{width:190px;height:50px;display:flex;align-items:center;justify-content:space-between}.red-button{display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:6px 16px;gap:10px;width:120px;height:35px;background:var(--red-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Roboto Flex;font-weight:500;line-height:24px;margin-left:5px;font-size:14px;z-index:99}.red-button:disabled{background:#f9c5c5;pointer-events:none}.modal{position:fixed;top:0;left:0;width:100%;min-height:100%;background-color:#0000004d;overflow:hidden;overflow-y:auto;overscroll-behavior:contain;z-index:98}.modal--entering,.modal--entered{opacity:1;visibility:visible;transition:.4s ease}.modal--exiting,.modal--exited{opacity:0;visibility:hidden;transition:.4s ease}.modal-wrapper{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;min-height:100%}.modal-content{transition:background-color .3s ease-in-out;position:relative;margin:20px;width:100%;max-width:600px;border-radius:20px;background-color:#fff;padding:40px 20px 20px;max-height:none}.mobile-footer-menu{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;display:none;width:100%;height:65px;left:0;bottom:0;position:fixed;z-index:999}body[data-theme=dark] .mobile-footer-menu nav{background:var(--light-dark);border:none;box-shadow:inset 0 1px #4c4b51}.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:#ffffffbf;cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:#ffffffbf}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:#000000bf}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:#000000bf}.shepherd-button:disabled{cursor:not-allowed}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}.shepherd-cancel-icon{background:transparent;border:none;color:#808080bf;cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:#000000bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:#808080bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:#000000bf}.shepherd-title{color:#000000bf;display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}.shepherd-text{color:#000000bf;font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{background:#fff;border:none;border-radius:5px;box-shadow:0 1px 4px #0003;margin:0;max-width:400px;opacity:0;outline:none;padding:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0s .3s,opacity .3s 0s;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}.head-photo{border-radius:60px;width:120px;height:120px;object-fit:cover;cursor:pointer}.head-info{width:570px;height:120px;display:flex;flex-direction:column;text-align:left;justify-content:center;padding-top:10px}.head-info h2{font-family:Roboto Flex;font-style:normal;font-weight:600;font-size:20px;line-height:0px;color:var(--light-dark);margin-bottom:5px;margin-top:0}.head-info p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px}textarea::-webkit-scrollbar{width:5px}textarea::-webkit-scrollbar-track{background:transparent}textarea::-webkit-scrollbar-thumb{background-color:#d6d6d6;border-radius:30px;border:1px transparent}.news-head{width:100%;display:flex;flex-direction:row;justify-content:space-between;height:30px;margin-bottom:10px}.news-container{box-sizing:border-box;min-height:150px;background:#fff;border:1px solid #E0E5EE;border-radius:15px;padding:25px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}body[data-theme=dark] .news-container{background:var(--light-dark);border:none}.gallery-container img{border-top-left-radius:20px;border-bottom-left-radius:20px}.gallery-info{display:flex;flex-direction:column;height:100%;align-items:flex-start;padding-right:20px}.gallery-container-info{display:flex;align-items:flex-start;justify-content:flex-start;background:#fff;padding:20px;border-top-right-radius:20px;border-bottom-right-radius:20px}body[data-theme=dark] .gallery-container-info{background:var(--light-dark)}.gallery-info span{font-size:14px;color:#333;margin-bottom:10px}body[data-theme=dark] .gallery-info span{color:var(--dark-paragraph-color)}.product-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;visibility:hidden;opacity:0;transition:opacity .3s;z-index:100;margin-bottom:5px;font-weight:400;transition:.4s ease}.product-order-image:hover .product-tooltip,.product-card:hover .product-tooltip{visibility:visible;opacity:1;transition:.4s ease}.shepherd-welcome-step{max-width:400px;border-radius:20px;padding:20px;text-align:center;background:#fff;box-shadow:0 5px 20px #0000004d}body[data-theme=dark] .shepherd-welcome-step{background:var(--light-dark);box-shadow:0 5px 20px var(--dark-border-color)}.shepherd-welcome-step h4{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:16px;line-height:16px;margin:10px 0 0;width:100%;text-align:right}body[data-theme=dark] .shepherd-welcome-step h4{color:var(--dark-header-color)}.shepherd-welcome-step p{font-size:1rem;line-height:1.3em;padding:.75em;font-weight:200;text-align:center}.shepherd-footer{align-items:center;justify-content:space-between;padding:0}.shepherd-header{padding:0}body[data-theme=dark] .shepherd-arrow:before{background:var(--light-dark)}.horizontal-scroll-button{background-color:transparent;color:#fff;font-weight:400;font-size:18px;border-radius:5px;align-content:center;border:none;opacity:.5;cursor:pointer}.horizontal-scroll-button:hover{opacity:1}.auth-button{box-sizing:border-box;padding:6px 16px;gap:6px;width:100%;height:48px;background:var(--red-color);border:none;border-radius:16px;color:#fff;margin-top:20px;cursor:pointer;font-family:Roboto Flex;font-weight:500;line-height:24px;display:flex;justify-content:center;align-items:center}.auth-button:hover{background:#e93801}.auth-button:disabled{background:#f9c5c5;pointer-events:none}.gray-auth-button{box-sizing:border-box;padding:6px 16px;gap:6px;width:100%;height:48px;background:#9898a5;border:none;border-radius:16px;color:#fff;margin-top:20px;cursor:pointer;font-family:Roboto Flex;font-weight:500;line-height:24px;display:flex;justify-content:center;align-items:center}.to-make-order-button{position:fixed;justify-self:center;bottom:70px;width:300px;z-index:89;display:none}.gray-auth-button:hover{background:#45465a}.fa-spin{animation:fa-spin 3s infinite linear}.icon-more{width:30px;height:30px;border-radius:16px;display:flex;justify-content:center;align-items:center;border:none;background:transparent;cursor:pointer;transition:background-color .5s;z-index:10}.icon{width:34px;height:34px;padding:0;border-radius:17px;display:flex;justify-content:center;align-items:center;border:none;background:transparent;cursor:pointer;transition:background-color .5s;z-index:10}.icon:hover{background:#ceccd8}.icon-more:hover{background:var(--light-gray)}.icon-more:hover~.dropdown-menu{opacity:1;transform:scale(1);transition:background-color .5s}.show-more{border:none;background:transparent;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;display:flex;align-items:center;letter-spacing:.25px;color:var(--red-color);cursor:pointer;padding:0;opacity:1}.chart-container{box-sizing:border-box;flex-direction:row;justify-content:space-between;gap:16px;width:calc(100% - 10px);height:100%;background:#fff;border:1px solid var(--light);border-radius:12px;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.15px;color:#45465a;cursor:pointer;height:40px;outline:none;padding:10px}body[data-theme=dark] .chart-container{background:var(--light-dark);border-color:var(--dark-border-color)}.chart-container:hover{background:#ecf1fa}body[data-theme=dark] .chart-container:hover{background:var(--dark-selected-button)}.large-chart-container{display:block;width:calc(100% - 20px);height:250px;padding:10px}.pagination-button{width:23px;height:23px;background:#ecf1fa;border-radius:3px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:Roboto Flex;font-style:normal;font-size:12px;line-height:16px;font-weight:600;color:#6d6d6d}body[data-theme=dark] .pagination-button{color:var(--black-paragraph-color);background:#bfbfc3}.pagination-button.active,body[data-theme=dark] .pagination-button.active{font-weight:600;background:#f83b01;color:#fff}.pagination-button.arrow,body[data-theme=dark] .pagination-button.arrow{background:transparent}.pagination-button.arrow.rotated img{transform:rotateY(180deg)}.pagination-button.arrow:disabled{display:none}.filter-button.active{display:flex;flex-direction:row;align-items:center;gap:8px;padding:6px 16px;background:#24243a;border-radius:40px;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;color:#fff;cursor:pointer;order:-1}body[data-theme=dark] .filter-button.active{background:var(--dark-selected-button);background:var(--dark);color:var(--dark-paragraph-color)}.filter-button{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:6px 16px;gap:10px;background:#fff;border:1px solid #E1E9F7;border-radius:40px;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;color:#45465a;cursor:pointer;white-space:nowrap}body[data-theme=dark] .filter-button{background:transparent;color:var(--dark-paragraph-color);border-color:var(--dark-border-color)}.filter-button:not(.active):hover{background:var(--light)}body[data-theme=dark] .filter-button:not(.active):hover{background:var(--dark-selected-button)}.red-text-button{border:none;background:transparent;color:#f83b01;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;outline:none;cursor:pointer;margin:0}.red-text-button:disabled{pointer-events:none;color:#ff7272}.review-button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px 16px;gap:6px;width:164px;height:32px;opacity:1;border:2px solid var(--red-color);border-radius:16px;cursor:pointer;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;color:var(--red-color);outline:none;background:#fff}body[data-theme=dark] .review-button{background:var(--light-dark)}.review-button:disabled{border:1px solid #F9C5C5;cursor:default;color:#f9c5c5}.light-blue-button{height:46px;background:#ecf1fa;border-radius:10px;justify-content:center;cursor:pointer;outline:none;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:18px;display:flex;align-items:center;letter-spacing:.5px;color:#3e404f;border:none;padding:6px 16px;gap:8px}body[data-theme=dark] .light-blue-button{color:var(--black-paragraph-color);background:#a4a3a8}.light-blue-button:hover{background:#dce1e9}body[data-theme=dark] .light-blue-button:hover{background:#bfbfc3}.light-blue-button.narrow{height:35px}.file-icon{width:40px;height:35px;border-radius:10px;background:#ecf1fa;margin:5px;display:flex;align-items:center;justify-content:center}body[data-theme=dark] .file-icon{background:#e0e5ee}.up-to-top-button{padding-top:100px;position:fixed;width:100px;height:100%;background:transparent;flex-direction:row;justify-content:center;align-items:flex-start;cursor:pointer;gap:7px;display:none;z-index:10;color:#45465a}.up-to-top-button:hover{background:#c0c0c033}.show-all{width:172px;height:36px;font-family:Roboto Flex;font-style:normal;font-weight:500;font-size:16px;line-height:18px;display:flex;align-items:center;letter-spacing:.5px;color:#f83b01;justify-content:space-between;background:#fff;box-shadow:0 4px 4px #00000040;border-radius:20px;border:none;cursor:pointer;padding:6px 16px;margin-bottom:30px}.show-all:hover{background:#eaeaea}.show-all:active{background:#ffc6c6}.choosen-category-container{outline:none;background:none;border:none;display:flex;flex-direction:row;align-items:center;gap:8px;font-family:Roboto Flex;font-style:normal;font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px;color:var(--red-color);cursor:pointer}.star-rating{display:flex;flex-direction:row;align-items:center}.star-rating button{background:none;border:none;cursor:pointer;padding:0;margin:0}.star-rating .star{font-size:30px}.star-rating .on .star{color:var(--red-color)}.star-rating .off .star{color:gray}.gallery-chevron-button{margin:20px;border:none;outline:none;width:70px;height:60px;background:transparent;border-radius:50px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:999}.gallery-chevron-button:hover{background:#00000054}body[data-theme=dark] .gallery-chevron-button:hover{background:var(--light-dark)}.blue-wide-button{width:200px;display:flex;justify-content:center;align-items:center;padding:4px;height:40px;background:#ecf1fa;border-radius:8px;flex-direction:row;gap:10px;cursor:pointer;border:none;outline:none}body[data-theme=dark] .blue-wide-button{background:#bfbfc3}.blue-wide-button:active{background:#66788a}body[data-theme=dark] .blue-wide-button:active{background:#e0dfe6}.shepherd-button{margin-left:auto;margin-right:auto}.shepherd-button-primary{background-color:var(--red-color)!important;border-color:var(--red-color)!important;color:#fff!important;transition:all .3s ease!important}.shepherd-button-primary:hover{background-color:#e03400!important;border-color:#e03400!important;transform:translateY(-1px)}.shepherd-button-primary:active{background-color:#c82d00!important;border-color:#c82d00!important;transform:translateY(0)}.shepherd-footer .shepherd-button:last-child{margin-right:auto}.filter-btn{flex:0 0 calc(50% - 6px);padding:8px 12px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;height:36px;box-sizing:border-box}.filter-btn--reset{background-color:#fff;border:1px solid #ECF1FA;color:inherit}body[data-theme=dark] .filter-btn--reset{background-color:#bfbfc3;border-color:var(--dark-border-color);color:#28272d}.filter-btn--apply{background-color:var(--red-color);color:#fff;border:none}.red-chevron-button{background:#ffefd5;border-radius:6px;height:26px;width:26px;display:flex;align-items:center;justify-content:center}body[data-theme=dark] .red-chevron-button{background:#2a1b00}.play-video-button{border-radius:25px;padding:25px;position:relative;background:#0000008c;cursor:pointer}.play-video-button:after{content:"";position:absolute;left:15px;top:10px;border:15px solid transparent;border-left:25px solid var(--red-color)}.play-video-button.mini{border-radius:12px;padding:12px}.play-video-button:hover{background:#000000e6}.play-video-button.mini:after{left:8px;top:5px;border:7px solid transparent;border-left:12px solid var(--red-color)}.base-background-color{background:#fff}body[data-theme=dark] .base-background-color{background:var(--light-dark)}.second-background-color{background:#fff}body[data-theme=dark] .second-background-color{background:var(--light-dark-second)}.second-background-color.with-shadow{box-shadow:#0000000a 0 0 6px 6px}body[data-theme=dark] .second-background-color.with-shadow{box-shadow:0 0 4px 1px var(--dark-border-color)}.base-container-holder{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100%;display:flex;top:0;left:0;z-index:10;padding-bottom:300px}body[data-theme=dark] .base-container-holder{background:var(--light-dark);border:none}.base-container-holder.fixed{position:fixed}.white-wide-container{top:0;left:0;width:100%;min-height:100%;background:#fff;position:relative}body[data-theme=dark] .white-wide-container{background:transparent}.center-container-holder{flex-direction:row;align-items:center;justify-content:space-between;width:1300px;display:flex;top:120px;justify-self:center;justify-content:center;position:relative}.center-container{display:flex;align-content:center;flex-direction:column;justify-content:center;align-items:center;z-index:9;flex-grow:1;position:relative;flex-wrap:wrap;width:100%}.small-content-container{margin-bottom:10px;width:420px;height:560px;border-radius:30px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border:1.5px solid #E0E5EE}body[data-theme=dark] .small-content-container{background:var(--light-dark);border-color:var(--dark-border-color)}.form-content{width:70%;text-align:center}.stretch-container{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:24px;width:100%;padding:0 10px 10px;transform:scale(1);position:relative}.stretch-container.large{width:1400px}.stretch-container.medium{width:100%;background:#fff;border:1px solid rgb(235,235,235);border-radius:20px;display:flex;justify-content:center;flex-direction:column;z-index:80}body[data-theme=dark] .stretch-container.medium{background:var(--light-dark);border:none}.stretch-container.off{transform:scale(0);display:none}.stretch-container.medium h5{font-family:Roboto Flex;font-style:normal;font-weight:600;font-size:16px;line-height:0px;display:flex;align-items:center;text-align:center;letter-spacing:.5px;color:#45465a}body[data-theme=dark] .stretch-container.medium h5{color:var(--dark-header-color)}.stretch-container.medium p.light{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:13px;display:flex;align-items:center;color:#5d5f79;opacity:.9;margin:0}body[data-theme=dark] .stretch-container.medium p.light{color:var(--dark-subtext-color)}.stretch-container.short{width:250px}.image-example{width:50px;height:50px;border-radius:16px;background:var(--light);margin:10px;object-fit:cover;background-size:cover;display:flex;justify-content:center;align-content:center}.product-card-position-container{display:inline-block;border-radius:15px}.product-card{width:170px;display:flex;flex-direction:column;align-items:flex-start;cursor:pointer;gap:5px;padding:6px;min-height:280px;flex:1;transition:transform .5s;background:#fff;border-radius:15px;position:relative;transition:.4s ease}body[data-theme=dark] .product-card{background:transparent}.product-card.disabled{opacity:.65;transition:.4s ease}.product-card.disabled:hover{opacity:1;transition:.4s ease}.product-card.description{height:200px}.product-card:hover{transform:scale(1);box-shadow:0 1px 10px #00000040;background:#fff;border-radius:15px;z-index:12;transition:.4s ease}body[data-theme=dark] .product-card:hover{background:var(--light-dark-second);box-shadow:0 1px 10px #00000080}body[data-theme=dark] .market-products .product-card:hover{background:var(--light-dark);box-shadow:0 1px 10px #00000080}.cost-name{font-family:Roboto Flex;font-style:normal;font-weight:600;font-size:14px;line-height:20px;letter-spacing:.1px;color:#24243a;padding-left:5px;height:32px}body[data-theme=dark] .product-card .cost-name{color:var(--dark-header-color)}.shadow-on-hover:hover{transition:transform .2s;transform:scale(1.01);filter:drop-shadow(0px 1px 4px rgba(0,0,0,.25))}body[data-theme=dark] .shadow-on-hover:hover{filter:drop-shadow(0px 1px 4px rgba(0,0,0,.5))}.product-card p{height:32px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left;padding:0 0 0 5px;margin:0}.product-logo-example{padding:5px;width:162px;height:170px;border-radius:16px;position:relative;display:inline-block}body[data-theme=dark] .product-logo-example{opacity:.8}.product-discount{position:absolute;top:16px;left:0}.name-description-product-discount{position:absolute;top:205px;left:0}.photo{width:100%;height:100%;display:block;border-radius:16px;object-fit:cover}.shopping-cart-container{width:34px;height:34px;background:var(--red-color);border-radius:8px;display:flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer}.shopping-cart-container:disabled{background:#f9c5c5;box-shadow:none}.product-links-section{margin:0;padding:0}.product-links-section a{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:#24243a;margin:15px 0}.product-links-section li{box-sizing:border-box;display:flex;flex-direction:row;align-items:flex-start;padding:8px 8px 8px 16px;gap:12px;width:100%;height:56px;background:#fff;border:1px solid #F3F5FA;border-radius:12px}body[data-theme=dark] .product-links-section li{background:var(--light-dark);border-color:var(--dark-border-color);color:var(--dark-paragraph-color)}.product-links-section li:hover{background:#ecf1fa}body[data-theme=dark] .product-links-section li:hover{background:var(--dark)}.row-container{display:flex;flex-direction:row;gap:4px}.center{justify-content:center}.small-margin-bottom{margin-bottom:20px}.order-container{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:7px;width:100%;top:7px;background:#fff;border:1px solid #ECF1FA;border-radius:20px}body[data-theme=dark] .order-container{background:var(--light-dark);border-color:var(--dark-border-color)}.order-container p.number{font-family:Roboto Flex;font-style:normal;font-weight:600;font-size:16px;line-height:24px;display:flex;align-items:center;letter-spacing:.1px;color:#24243a;margin:0}body[data-theme=dark] .order-container p.number{color:var(--dark-header-color)}p.date{font-family:Roboto Flex;font-style:normal;font-weight:600;font-size:14px;line-height:24px;display:flex;align-items:center;letter-spacing:.1px;color:#24243a;margin:0}.order-container p{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;margin:0}.order-container p.sum{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;color:#24243a;margin-top:5px}body[data-theme=dark] .order-container p.sum{color:#e3e3e4}.order-status-container{display:flex;flex-direction:row;padding:2px 6px;min-height:20px;width:fit-content;background:#e1e9f7;border-radius:5px;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;align-items:center;text-align:right;letter-spacing:.25px;color:#24243a;gap:5px;margin-top:5px;overflow:hidden;text-overflow:ellipsis}.order-items-container{display:flex;flex-direction:row;align-items:flex-start;gap:10px;flex-wrap:wrap}.order-info-product{width:100%;background:transparent;display:flex;flex-direction:row;align-items:flex-start;gap:20px}.basket-items-container{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px}.basket-items-container::-webkit-scrollbar{width:5px}.basket-items-container::-webkit-scrollbar-track{background:transparent}.basket-items-container::-webkit-scrollbar-thumb{background-color:#d6d6d6;border-radius:20px;border:1px transparent}.basket-product-container{box-sizing:border-box;width:100%;min-height:130px;border:1px solid #F3F4F5;border-radius:15px;display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:flex-start;padding:15px}body[data-theme=dark] .basket-product-container{border-color:var(--dark-border-color)}.basket-container{align-items:flex-start;margin-bottom:200px;align-content:center;min-height:200px;background:#fff;border:1px solid rgb(235,235,235);border-radius:20px;display:flex;flex-direction:column}body[data-theme=dark] .basket-container{background:var(--light-dark);border-color:var(--dark-border-color)}.icon-back-gray{width:40px;height:40px;background:#ecf1fa;border-radius:14px;border:none;display:flex;align-items:center;justify-content:center;background-size:cover}.square-image-example{box-sizing:border-box;width:148px;height:148px;background:#d9d9d9;border-radius:15px;object-fit:cover}.dialog-window{width:500px;background:#fff;box-shadow:0 1px 4px #00000040;border-radius:15px;display:flex;flex-direction:column;justify-content:flex-start;padding:20px 20px 40px}body[data-theme=dark] .dialog-window{background:var(--light-dark)}.list-element-with-border{box-sizing:border-box;width:100%;min-height:60px;border:1px solid #F1F5FB;border-radius:15px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:20px;cursor:pointer}body[data-theme=dark] .list-element-with-border{border-color:var(--dark-border-color)}.list-element-with-border.active{background:#f1f5fb}body[data-theme=dark] .list-element-with-border.active{background:var(--dark-selected-button)}body[data-theme=dark] .list-element-with-border.active:hover{background:var(--dark)}.list-element-with-border:hover{background:#d4dbe8}body[data-theme=dark] .list-element-with-border:hover{background:var(--dark)}.wallet-gradient-background{box-sizing:border-box;width:380px;height:230px;background:url(/assets/wallet-gradient-background-D8iCbFzU.svg);border-radius:16px;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;padding:20px;gap:1px}body[data-theme=dark] .wallet-gradient-background{opacity:.9}.row-adaptable{display:flex;flex-direction:row;width:100%;justify-content:space-between;margin-top:20px;gap:20px}.widest{width:900px;flex-wrap:wrap}.news-main-page-container{display:flex;flex-direction:column;gap:20px;width:650px}.list-holder-adaptable{display:flex;flex-wrap:wrap;width:100%;gap:15px;justify-content:space-between;align-items:flex-start}.square-logo{width:150px;height:150px;background:var(--light);cursor:pointer;border-radius:15px;display:flex;justify-content:flex-end;align-items:flex-end;position:relative;display:inline-block}.gradient-overlay{position:absolute;top:0;left:0;width:150px;height:150px;border-radius:15px;background:linear-gradient(179.81deg,#0000 77.98%,#0000004d 99.83%)}.square-logo:hover{transform:scale(1.05);box-shadow:0 4px 4px #00000040}.row-center-align-items{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.row-just-between{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.column-just-start{display:flex;flex-direction:column;justify-content:flex-start;gap:10px}.catalog-filters-container{display:flex;flex-direction:column;width:20%;gap:10px}.catalog-products-container{display:flex;flex-direction:column;width:75%}.order-info-container{width:30%;justify-content:flex-start;align-content:center;min-height:200px;background:#fff;border:1px solid rgb(235,235,235);border-radius:20px;display:flex;flex-direction:column;box-shadow:0 4px 4px #00000040;min-width:200px}body[data-theme=dark] .order-info-container{background:var(--light-dark);border-color:var(--dark-border-color);box-shadow:0 1px 4px var(--dark-border-color)}.side-product-icon{border-radius:15px;min-width:70px;min-height:70px;background-size:cover;cursor:pointer}.side-product-icon:hover{transform:scale(1.05);z-index:98}.side-menu-container-with-shadow{background:#fff;box-shadow:0 1px 4px 2px #ecf1fa;border-radius:15px;display:flex;flex-direction:column;justify-content:flex-start;padding:15px;width:calc(100% - 30px);gap:7px}body[data-theme=dark] .side-menu-container-with-shadow{background:var(--light-dark);border:none;box-shadow:0 1px 4px 2px var(--light-dark)}.side-menu-container-with-shadow-button{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:0px;letter-spacing:.5px;height:40px;border-radius:12px;background:#fff;text-align:left;border:none;cursor:pointer;padding-left:10px;display:flex;align-items:center;gap:10px;width:100%}.side-menu-container-with-shadow-button p{color:#45465a}body[data-theme=dark] .side-menu-container-with-shadow-button{background:var(--light-dark)}.side-menu-container-with-shadow-button:hover{background:#dce2ec}body[data-theme=dark] .side-menu-container-with-shadow-button:hover{background:var(--dark-selected-button)}.side-menu-container-with-shadow-font{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:0px;letter-spacing:.5px;color:#45465a}.with-blue-back{background-color:#ecf1fa}body[data-theme=dark] .with-blue-back{background:var(--dark-selected-button)}.black-icon-back{width:32px;height:32px;background:#0006;border-radius:8px;display:flex;justify-content:center;align-items:center;position:absolute;top:10px;right:10px}.base-mobile-container{display:flex;flex-direction:column;gap:15px;width:100%;padding-top:100px;padding-bottom:150px;background:#f3f4f5;min-height:calc(100% - 350px);position:relative}body[data-theme=dark] .base-mobile-container{background:var(--dark)}.mobile-container{width:calc(100% - 40px);min-height:50px;background:#fff;border-radius:25px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:7px;padding:20px}body[data-theme=dark] .mobile-container{background:var(--light-dark)}.mobile-container.off{transform:scale(0);display:none}@keyframes animateBottom{0%{top:300px;opacity:1}to{top:1000px;opacity:1}}.mobile-user-menu{position:fixed;width:calc(100% - 40px);padding:20px;height:70%;background:#fff;border-radius:25px 25px 0 0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-start;gap:20px;align-items:center}body[data-theme=dark] .mobile-user-menu{background:var(--light-dark)}.mobile-user-menu.disabled{animation-name:animateBottom;animation-duration:1s}.slider-menu{width:85%;padding:15px;background:#b7c9e914;border-radius:15px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border:none;gap:20px}body[data-theme=dark] nav .slider-menu{background:var(--dark-selected-button)}.slider-menu-button{font-family:Roboto Flex;font-style:normal;font-weight:500;font-size:14px;line-height:16px;display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:center;letter-spacing:.15px;color:#4f4e4e;height:30px;list-style-type:none;margin-left:10px}.mobile-catalog-menu{position:fixed;width:calc(100% - 40px);padding:100px 20px 20px;height:60vh;background:#fff;border-radius:0 0 25px 25px;top:0;left:0;display:flex;flex-direction:column;justify-content:flex-start;gap:20px;z-index:50}body[data-theme=dark] .mobile-catalog-menu{background:var(--light-dark)}.invisible-scroll{display:flex;flex-direction:row;gap:3px;justify-content:space-between;flex-wrap:nowrap;overflow-x:scroll;scrollbar-width:none}.invisible-scroll::-webkit-scrollbar{width:0}.mobile-head-container{width:calc(100% - 30px);height:56px;background:#ecf1fa;border-radius:20px 20px 0 0;display:flex;justify-content:center;padding:0 15px;margin-bottom:20px}body[data-theme=dark] .mobile-head-container{background:var(--dark-selected-button)}.paid{flex-direction:row;align-items:flex-start;padding:2px 6px;gap:4px;width:120px;height:20px;background:var(--green-color);border-radius:5px;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;display:flex;align-items:center;text-align:center;letter-spacing:.25px;color:#fff;justify-content:center}body[data-theme=dark] .paid{color:var(--dark-header-color)}.not-paid{flex-direction:row;align-items:flex-start;padding:2px 6px;gap:4px;width:120px;height:20px;background:#6f9b61;border-radius:5px;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;display:flex;justify-content:center;align-items:center;text-align:center;letter-spacing:.25px;color:#ffd8d8}.status-container{padding:2px 6px;height:20px;border-radius:5px;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;text-align:center;letter-spacing:.25px;display:flex;align-items:center;justify-content:center;gap:5px}.active-deliveries-acontainer{width:263px;height:273px;border-radius:15px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:20px}.wide-product-card{width:calc(100% - 40px);padding:20px;display:flex;flex-direction:row;justify-content:flex-start;gap:15px;align-items:flex-start}.red-remain{height:18px;background:var(--red-color);border-radius:5px;display:flex;justify-content:center;align-items:center;padding:2px 6px;justify-self:flex-end;font-family:Roboto Flex;font-style:normal;font-weight:600;font-size:12px;line-height:16px;color:#fefefe;opacity:.9}.basket-count{width:18px;height:18px;background:var(--red-color);display:flex;justify-content:center;align-items:center;border-radius:10px;color:#fff;font-size:12px;margin-left:-10px}.progress-container{position:relative;height:8px;width:82%;background:#e1e9f7;border-radius:50px}body[data-theme=dark] .progress-container{background:var(--dark-border-color)}.progress-background{position:absolute;height:8px;width:100%;background:#e1e9f7;border-radius:50px}body[data-theme=dark] .progress-background{background:var(--dark-border-color)}.progress-fill{position:absolute;height:8px;background:#8dd384;border-radius:50px}.frame-blue{margin-top:10px;display:flex;flex-direction:row;align-items:center;padding:2px 8px;gap:16px;width:80%;height:32px;background:#ecf1fa;border-radius:8px;justify-content:space-between}body[data-theme=dark] .frame-blue{background:var(--dark-border-color)}.current-debt,.coopis{height:16px;font-family:Roboto Flex,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;display:flex;align-items:center;letter-spacing:.25px;color:#45465a}body[data-theme=dark] .current-debt,.coopis{color:var(--dark-paragraph-color)}.carousel-container{position:relative;width:100%;max-width:600px;margin:auto;overflow:hidden}.carousel{display:flex;transition:transform 1s ease-in-out}.carousel-image{width:100%;display:none;border-radius:15px}.carousel-image.active{display:block}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;padding:10px;cursor:pointer;font-size:24px;border-radius:50%;display:flex;justify-content:center;align-items:center}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.carousel-btn:hover{background:#000c}.carousel-indicators{display:flex;justify-content:center;margin-top:10px}.indicator{width:10px;height:10px;margin:0 5px;background-color:#ccc;border-radius:50%;cursor:pointer;transition:background-color .3s ease}body[data-theme=dark] .indicator{background:var(--dark-border-color)}.indicator.active{background-color:#333}body[data-theme=dark] .indicator.active{background-color:#ccc}.horizontal-list-container{display:flex;flex-wrap:wrap;gap:12px;padding:8px;width:100%}.community-card{display:flex;flex-direction:row;align-items:center;gap:6px;padding:10px 6px;background-color:#fff;border-radius:20px;border:1px solid #ECF1FA;cursor:pointer;min-width:100px;transition:border-color .2s ease}body[data-theme=dark] .community-card{background-color:var(--light-dark);border-color:var(--dark-border-color)}.community-card:hover{border-color:var(--red-color);opacity:.8}.community-card.selected,body[data-theme=dark] .community-card.selected{border-color:var(--red-color)}.community-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.community-name{font-size:12px;font-weight:500;text-align:center;margin:0;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popup-window{background-color:#fff;border-radius:15px;box-shadow:#0000000a 0 0 6px 6px;width:350px;padding:25px;z-index:98;position:absolute;top:70px;left:0}body[data-theme=dark] .popup-window{background:var(--light-dark);box-shadow:var(--dark-border-color) 0 0 4px 1px}.popup-window-mobile{background-color:#fff;border-radius:15px;box-shadow:#0000000a 0 0 6px 6px;padding:25px;z-index:98;position:absolute;left:0;top:0}body[data-theme=dark] .popup-window-mobile{background:var(--light-dark);box-shadow:var(--dark-border-color) 0 0 4px 1px}.recommended-community:hover{box-shadow:0 0 4px 1px #00000040}body[data-theme=dark] .recommended-community:hover{box-shadow:0 0 4px 1px var(--dark-border-color)}.news-card{display:flex;flex-direction:column;width:265px;max-height:360px;padding:15px;background-color:#fff;border-radius:10px;gap:20px}body[data-theme=dark] .news-card{background:var(--light-dark)}.news-card:hover{box-shadow:0 1px 4px #00000040}body[data-theme=dark] .news-card:hover{box-shadow:0 0 4px 1px var(--dark-border-color)}body[data-theme=dark] .rate-mini{color:var(--dark-paragraph-color)}.rate-mini:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.986%208.47385L12.4538%202.98394C12.2751%202.5965%2011.7244%202.5965%2011.5457%202.98394L9.01347%208.47385C8.94064%208.63175%208.791%208.74047%208.61831%208.76095L2.61459%209.47278C2.19089%209.52302%202.02073%2010.0467%202.33398%2010.3364L6.77269%2014.4412C6.90036%2014.5593%206.95752%2014.7352%206.92363%2014.9057L5.74537%2020.8356C5.66222%2021.2541%206.1077%2021.5777%206.48001%2021.3693L11.7555%2018.4163C11.9073%2018.3314%2012.0922%2018.3314%2012.244%2018.4163L17.5195%2021.3693C17.8918%2021.5777%2018.3373%2021.2541%2018.2541%2020.8356L17.0759%2014.9057C17.042%2014.7352%2017.0991%2014.5593%2017.2268%2014.4412L21.6655%2010.3364C21.9788%2010.0467%2021.8086%209.52302%2021.3849%209.47278L15.3812%208.76095C15.2085%208.74047%2015.0589%208.63175%2014.986%208.47385Z'%20fill='%23F2B963'%20stroke='%23F2B963'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;display:block;background-size:contain;margin-right:4px;width:16px;height:16px;font-size:14px;line-height:20px}.votes-count:before{display:block;margin-right:4px;height:16px;font-size:14px;line-height:20px}body[data-theme=dark] .votes-count{color:var(--dark-paragraph-color)}.order-comments-wrapper{position:absolute;top:110px;left:0;width:340px;z-index:999}.order-comments-list{position:relative;background-color:#fff;border-radius:10px;border:1px solid #e6e8e8;box-shadow:#0000001a 0 1px 1px;width:340px;z-index:100;padding:5px}body[data-theme=dark] .order-comments-list{background:var(--light-dark);border-color:var(--dark-border-color)}.order-comments-list:before{content:"";position:absolute;background-color:#fff;border-style:solid;border-color:#e6e8e8;border-width:1.5px 0px 0px 1.5px;left:15px;top:-9px;width:15px;height:15px;border-radius:2px;z-index:-1;transform:rotate(45deg);-webkit-transform:rotate(45deg)}body[data-theme=dark] .order-comments-list:before{background:var(--light-dark);border-color:var(--dark-border-color)}.order-comments-list:before{box-shadow:none;z-index:1}.order-comments-list-value{display:flex;justify-content:space-between;align-items:center;border-radius:10px;font-weight:400;font-size:10px;position:relative;z-index:10;text-overflow:ellipsis;cursor:pointer}.order-comments-list-value:hover{background-color:#f2f2f2}body[data-theme=dark] .order-comments-list-value:hover{background:var(--dark-selected-button)}.event-settings{padding:15px 10px;margin:5px}.event-settings p{color:gray;font-size:12px}.event-settings:hover{box-shadow:0 1px 4px #00000040;background:#fff;border-radius:12px}body[data-theme=dark] .event-settings:hover{background:var(--dark-selected-button)}.stats-info .popup-window,.stats-info .popup-window-mobile{visibility:hidden;opacity:0;transition:.6s ease}.stats-info:hover .popup-window,.stats-info:hover .popup-window-mobile{visibility:visible;opacity:1}.short-comment-container{min-width:300px;width:300px;display:flex;flex-direction:column;border-radius:15px;box-shadow:#0000000a 0 0 6px 6px;padding:10px 15px 10px 10px}body[data-theme=dark] .short-comment-container{background:var(--light-dark-second);box-shadow:0 0 1px 1px var(--dark-border-color)}.mobile-bottom-fixed-container{position:fixed;z-index:100;bottom:65px;width:100%;display:flex;align-items:center;background:#fff;justify-content:space-between;border-top:2px solid #e0e5ee}body[data-theme=dark] .mobile-bottom-fixed-container{background:var(--light-dark);border-color:var(--dark-border-color)}.basket-items-container .mobile-products-container{grid-template-columns:repeat(auto-fill,minmax(135px,1fr))}.mobile-products-container{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}.default-bgi{background-image:url("data:image/svg+xml,%3csvg%20width='80'%20height='80'%20viewBox='0%200%2080%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%20clip-path='url(%23clip0_892_1565)'%3e%3crect%20width='80'%20height='80'%20fill='%23EAEAEA'/%3e%3cpath%20d='M40%2080C62.0914%2080%2080%2062.0914%2080%2040C80%2017.9086%2062.0914%200%2040%200C17.9086%200%200%2017.9086%200%2040C0%2062.0914%2017.9086%2080%2040%2080Z'%20fill='%23EAEAEA'/%3e%3cpath%20d='M55%2025H25V55H55V25Z'%20fill='url(%23pattern0_892_1565)'/%3e%3c/g%3e%3cdefs%3e%3cpattern%20id='pattern0_892_1565'%20patternContentUnits='objectBoundingBox'%20width='1'%20height='1'%3e%3cuse%20xlink:href='%23image0_892_1565'%20transform='scale(0.01)'/%3e%3c/pattern%3e%3cclipPath%20id='clip0_892_1565'%3e%3crect%20width='80'%20height='80'%20fill='white'/%3e%3c/clipPath%3e%3cimage%20id='image0_892_1565'%20width='100'%20height='100'%20xlink:href='data:image/png;base64,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'/%3e%3c/defs%3e%3c/svg%3e")}.social-net-icon{margin:5px;cursor:pointer}.social-net-icon:hover{transform:scale(1.2);transition:.1s ease-in-out}a{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.5px;color:#454444;cursor:pointer;text-decoration:none;display:flex;justify-content:flex-start;align-items:center;gap:10px}body[data-theme=dark] a{color:#eceaea;font-weight:400}a:hover{color:#000}body[data-theme=dark] a:hover{color:#fff;background:none}a.list-item{margin-bottom:5px}a.center{justify-content:center;align-items:center}.authorization-view.on{transform:scale(1);position:fixed}.authorization-view.off{transform:scale(0)}.registration-view.on{transform:scale(1);position:fixed}.registration-view.off{transform:scale(0)}.red-link{text-align:right;font-family:Roboto Flex;font-style:normal;font-weight:500;font-size:14px;line-height:20px;letter-spacing:.1px;color:#ff7272;flex:none;order:0;flex-grow:0;cursor:pointer}body[data-theme=dark] .red-link{color:#ff7272}body[data-theme=dark] .red-link:hover,.red-link:hover{color:var(--red-color)}.privacy-policy-container{bottom:0;width:100%;background:#f3f4f5;box-shadow:0 1px 4px #00000040;position:fixed;z-index:99}.privacy-policy-link{display:inline-block;margin:15px;color:#000;cursor:pointer;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;color:#646262}.privacy-policy-link:hover{color:#f24d4d}.market-tab{width:180px;height:35px;list-style:none;text-decoration:none;vertical-align:top;cursor:pointer;margin-bottom:20px;display:flex;justify-content:center;align-items:center}.market-tab.active{background:#e0e5ee;border-radius:10px}body[data-theme=dark] .market-tab.active p{color:#28272d}.market-tab p{font-family:Roboto Flex;font-style:normal;font-weight:500;font-size:18px;line-height:20px;display:flex;justify-content:center;align-items:center;letter-spacing:.5px;color:#3e404f;margin:0}.main-category-catalog-link:hover{background:#ecf1fa;border-radius:10px}body[data-theme=dark] .main-category-catalog-link:hover{background:var(--light-gray)}.category-catalog-link{cursor:pointer}.category-catalog-link:hover{color:#f24d4d}.category-catalog-link.active{color:#f24d4d;cursor:default}.wide-product-ecoPlace-link{background:#e1e9f7}body[data-theme=dark] .wide-product-ecoPlace-link{background:#e1e9f7;color:#595959}body[data-theme=dark] .wide-product-ecoPlace-link:hover{background:#e1e9f7;color:#000}p,span{font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;color:#000;margin:0;text-align:left}body[data-theme=dark] p,body[data-theme=dark] span{color:var(--dark-paragraph-color)}p.rating{display:flex;flex-direction:row;align-items:center;padding:4px;background:var(--light);max-width:45px;border-radius:5px;vertical-align:middle;margin:0}body[data-theme=dark] p.rating{background:#5f6170}p.categories{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:13px;line-height:16px;display:flex;align-items:center;letter-spacing:.5px;color:#3e404f;margin-left:10px;cursor:pointer;margin-top:0}p.categories:hover{color:#14151a}body[data-theme=dark] p.categories:hover{color:#fff}p.section-name{font-family:Roboto Flex;font-style:normal;font-weight:500;font-size:16px;line-height:18px;display:flex;align-items:center;letter-spacing:.5px;color:#3e404f}p.rating:before{content:url("data:image/svg+xml,%3csvg%20width='12'%20height='11'%20viewBox='0%200%2012%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.82333%203.39286L6.27722%200.170554C6.1681%20-0.0568515%205.8319%20-0.0568513%205.72278%200.170554L4.17667%203.39286C4.1322%203.48554%204.04083%203.54936%203.9354%203.56137L0.269711%203.97919C0.0110151%204.00867%20-0.0928781%204.31605%200.0983826%204.48608L2.80852%206.89539C2.88647%206.96469%202.92137%207.06794%202.90068%207.16805L2.18127%2010.6486C2.1305%2010.8942%202.4025%2011.0842%202.62982%2010.9619L5.85089%209.22859C5.94353%209.17874%206.05647%209.17874%206.14911%209.22859L9.37018%2010.9619C9.5975%2011.0842%209.8695%2010.8942%209.81873%2010.6486L9.09932%207.16805C9.07863%207.06794%209.11353%206.96469%209.19148%206.89539L11.9016%204.48608C12.0929%204.31605%2011.989%204.00867%2011.7303%203.97919L8.0646%203.56137C7.95917%203.54936%207.8678%203.48554%207.82333%203.39286Z'%20fill='%2324243A'/%3e%3c/svg%3e");margin-right:5px}body[data-theme=dark] p.rating:before{content:url("data:image/svg+xml,%3csvg%20width='12'%20height='11'%20viewBox='0%200%2012%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.82333%203.39286L6.27722%200.170554C6.1681%20-0.0568515%205.8319%20-0.0568513%205.72278%200.170554L4.17667%203.39286C4.1322%203.48554%204.04083%203.54936%203.9354%203.56137L0.269711%203.97919C0.0110151%204.00867%20-0.0928781%204.31605%200.0983826%204.48608L2.80852%206.89539C2.88647%206.96469%202.92137%207.06794%202.90068%207.16805L2.18127%2010.6486C2.1305%2010.8942%202.4025%2011.0842%202.62982%2010.9619L5.85089%209.22859C5.94353%209.17874%206.05647%209.17874%206.14911%209.22859L9.37018%2010.9619C9.5975%2011.0842%209.8695%2010.8942%209.81873%2010.6486L9.09932%207.16805C9.07863%207.06794%209.11353%206.96469%209.19148%206.89539L11.9016%204.48608C12.0929%204.31605%2011.989%204.00867%2011.7303%203.97919L8.0646%203.56137C7.95917%203.54936%207.8678%203.48554%207.82333%203.39286Z'%20fill='white'/%3e%3c/svg%3e")}p.gray{color:#45465a;margin-top:70px;cursor:auto}p.gray.less-padding{margin-top:0}p.left{text-align:left;margin:0}p.bold{font-weight:600}p.red{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:13px;line-height:16px;display:flex;align-items:center;opacity:.9;color:var(--red-color);margin:0}body[data-theme=dark] p.red{color:var(--red-color)}p.order-sum{font-size:16px;font-weight:500;color:var(--red-color)}body[data-theme=dark] p.order-sum{color:var(--red-color)}body[data-theme=dark] p.dark{color:var(--black-paragraph-color)}p.strokes-2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left;width:100%;height:2rem}body[data-theme=dark] label{color:var(--dark-paragraph-color)}.without-margin{margin:0}h1{font-family:Roboto Flex;font-style:normal;font-weight:500;font-size:22px;line-height:28px;color:#404040}body[data-theme=dark] h1{color:var(--dark-header-color)}h1.left{text-align:left}h2{font-family:Roboto Flex;font-style:normal;font-weight:600;font-size:24px;color:#000;display:flex;flex-direction:row;vertical-align:bottom}body[data-theme=dark] h2{color:var(--dark-header-color)}h3{font-family:Roboto Flex;font-weight:500;font-size:22px;line-height:28px;color:#000;text-align:left;display:flex;flex-direction:row;align-items:center;gap:10px}body[data-theme=dark] h3{color:var(--dark-header-color)}.h5-class{margin:0;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:#24243a}body[data-theme=dark] h5{color:var(--dark-header-color)}h6{margin:0;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:#24243a}body[data-theme=dark] h6{color:var(--dark-header-color)}.main-page-h{font-family:Roboto Flex;font-style:normal;font-weight:600;font-size:40px;line-height:40px;letter-spacing:.5px;color:#3e404f;width:170px}.info-red{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:13px;vertical-align:middle;line-height:20px;letter-spacing:.15px;color:var(--red-color);cursor:auto;text-align:left;display:none;margin-bottom:-10px}.info-red.off{transform:scale(0)}.info-red.on{transform:scale(1);display:flex}.info-red:before{content:url(/assets/info_red-MoO9X6Fw.svg);vertical-align:middle;margin-right:5px}li.profile-menu-item-container a{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.15px;color:#4f4e4e;text-decoration:none}li.profile-menu-balance p{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.15px}li.profile-menu-balance:hover{background-color:transparent}.link-with-elipsis{text-overflow:ellipsis;overflow:hidden;text-align:left}.product-name{font-family:Roboto Flex;font-style:normal;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.1px;color:#24243a;text-align:left;margin-bottom:0}.product-description{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;color:#45465a;text-align:left;white-space:pre-line}.attribute-name{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;color:#737373;align-self:flex-start;text-align:left;margin-bottom:8px;max-width:50%}.attribute-value{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.25px;color:#24243a;display:flex;align-self:flex-end;text-align:right;margin-bottom:8px;max-width:50%}body[data-theme=dark] .attribute-value{color:#737373}.product-cost{font-family:Roboto Flex;font-style:normal;font-weight:500;font-size:22px;line-height:28px;display:flex;align-items:center;color:#24243a}.elipsis{text-overflow:ellipsis;overflow:hidden;text-align:left;white-space:nowrap}.clip{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block}.light-gray-text{margin:0;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:13px;line-height:16px;display:flex;align-items:center;letter-spacing:.25px;color:#595959}.card-name-bold{font-family:Roboto Flex;font-style:normal;font-weight:500;font-size:20px;line-height:28px;display:flex;align-items:center;color:#404040;margin-bottom:10px}.catalog-title{font-family:Roboto Flex;font-style:normal;font-weight:600;font-size:20px;line-height:24px;letter-spacing:.15px;color:#24243a;flex-wrap:wrap}.small-red-circle{border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:Roboto Flex;font-style:normal;line-height:16px;font-weight:600;background:#f83b01;color:#fff;min-width:18px;height:18px;font-size:10px;border-radius:50%}.form-inputs{box-sizing:border-box;width:100%;height:48px;padding:14px 16px;background:transparent;border:1px solid #ECF1FA;border-radius:16px;margin-bottom:10px;display:block;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;outline:none}body[data-theme=dark] .form-inputs{border-color:var(--dark-border-color);background:var(--light-dark);color:var(--dark-header-color)}body[data-theme=dark] .form-inputs:disabled{color:var(--dark-subtext-color)}.form-inputs::placeholder{font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#45465a}body[data-theme=dark] .form-inputs::placeholder{color:#595959}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:10px;width:10px;background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='11'%20viewBox='0%200%2010%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.22314L5%205.33471L1%209.44629'%20stroke='%23595959'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9%209.44629L5%205.33472L9%201.22315'%20stroke='%23595959'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:10px 10px;margin-right:10px;cursor:pointer}body[data-theme=dark] input[type=search]::-webkit-search-cancel-button{background-image:url("data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%209.48523L9.48528%200.999948'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M1%201L9.48528%209.48528'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e")}.switch{position:relative;height:18px;width:34px;min-width:34px}.switch input{display:none}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d0d4de;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:14px;width:14px;left:2px;bottom:2px;top:2px;background-color:#7a7d90;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#7a7d90}input:checked+.slider-red{background-color:var(--red-color)}input:focus+.slider{box-shadow:0 0 1px #7a7d90}input:checked+.slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translate(16px);background-color:#ecf1fa}input:checked+.slider-red:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translate(16px);background-color:#fff}.slider.round{border-radius:35px}.slider.round:before{border-radius:50%}input[type=checkbox].red{width:20px;height:20px;margin:0;box-sizing:border-box;border:2px solid #45465A;border-radius:5px;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;display:flex;align-content:center;justify-content:center;outline:none;transition:.05s}input[type=checkbox].red:checked{border:none}input[type=checkbox].red:before{box-sizing:border-box;border-radius:5px;-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;content:url("data:image/svg+xml,%3csvg%20width='13'%20height='10'%20viewBox='0%200%2013%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%205.00038L4.53553%208.53591L11.6066%201.46484'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");display:flex;align-content:center;justify-content:center;transform:scale(0)}input[type=checkbox].red:checked:before{border:2px solid var(--red-color);background:var(--red-color);transform:scale(1);transition:.05s}.square-icon-button{display:flex;flex-direction:row;justify-content:center;align-items:center;height:28px;width:28px;background-color:#e1e9f7;border-radius:8px;border:none;box-sizing:border-box;cursor:pointer}.square-icon-button:hover{background-color:#d0d8e8}.square-icon-button:active{background-color:#c2ccde}.square-icon-button:disabled{background-color:transparent;pointer-events:none;cursor:default}.input__wrapper{width:100%;position:relative;margin:15px 0;text-align:center}.input__file{opacity:0;visibility:hidden;position:absolute}.input__file-icon-wrapper{height:60px;width:60px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-right:4px solid #fff}body[data-theme=dark] .input__file-icon-wrapper{border-color:var(--light-dark)}.input__file-button-text{margin-top:1px;padding:6px 16px;color:var(--black-paragraph-color)}.input__file-button{width:300px;height:60px;border-radius:15px;text-align:left;background:#ecf1fa;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer;margin:0 auto;font-family:Roboto Flex;font-style:normal;font-weight:400;font-size:15px;line-height:24px;display:flex;align-items:center;letter-spacing:.15px;color:#404040}.circle-red-button{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:50%;background-color:var(--red-color);color:#fff;border:none;font-size:16px;outline:none;cursor:pointer}.circle-red-button:hover{background:#d73706}@media (max-width: 1600px){.nav-bar-search{max-width:400px;min-width:200px}}@media (min-width: 992px) and (max-width: 1300px){.dialog-window{margin-top:50px}.nav-bar-container{display:block}.up-to-top-button{width:80px}.nav-bar-search{max-width:300px;min-width:200px}.center-container-holder{width:840px}.row-adaptable{flex-direction:column;gap:20px}.main-page-block,.card{width:100%}.center-container-holder{width:calc(100% - 60px)}.catalog-filters-container{display:none}.catalog-products-container,.card-loading,.main-page-block-loading{width:100%}.to-make-order-button{display:block}}@media (min-width: 800px) and (max-width: 991px){.gallery-info{display:none}.nav-bar-container{display:block}.up-to-top-button{width:none}.gallery-chevron-button{display:none}.center-container-holder{width:800px}.center-container-holder{width:calc(100% - 60px)}.center-container{width:calc(100% - 200px)}.main-page-block{width:100%}.row-adaptable{flex-direction:column;gap:20px}.card,.news-main-page-container{width:100%}.product-card{width:158px}.product-logo-example{width:150px;height:150px}.catalog-filters-container{display:none}.catalog-products-container,.card-loading,.main-page-block-loading{width:100%}.to-make-order-button{display:block}.nav-bar-search,.product-search-button{display:none}}@media (min-width: 768px) and (max-width: 799px){.nav-bar-container{display:block}.gallery-info{display:none}.center-container{width:calc(100% - 200px)}.product-search-button{display:none}.basket-product-container{box-sizing:unset;border:unset;padding:unset}.gallery-slider ul li{width:420px;height:200px}.nav-bar-search{display:none}.red-button{margin-right:150px}.li.profile-menu{margin-left:20px}.center-container-holder{width:calc(100% - 60px)}.main-page-block{width:100%}.row-adaptable{flex-direction:column;gap:20px}.card,.news-main-page-container{width:100%}.product-card{width:158px}.product-logo-example{width:132px;height:132px}.catalog-filters-container{display:none}.catalog-products-container,.card-loading,.main-page-block-loading{width:100%}.to-make-order-button{display:block}}@media (max-width: 767px){.nav-bar-search,.gallery-info{display:none}.center-container{width:calc(100% - 200px)}.mobile-nav-bar-container{display:block}.nav-bar-container{display:none}.basket-product-container{box-sizing:unset;border:unset;padding:unset}.product-search-button{display:none}red-button{margin-right:150px}li.profile-menu{margin-left:20px}.center-container-holder{width:calc(100% - 60px)}.main-page-block{width:100%}.row-adaptable{flex-direction:column;gap:20px}.card,.news-main-page-container{width:100%}.list-holder-adaptable{width:70%}.catalog-filters-container{display:none}.catalog-products-container,.card-loading,.main-page-block-loading{width:100%}.to-make-order-button{display:block}.product-card{width:140px;height:180px}.product-logo-example{width:132px;height:132px}.mobile-footer-menu{display:block}.name-description-product-discount{top:164px}}@media (max-width: 650){.nav-bar-search,.gallery-info{display:none}.mobile-nav-bar-container{display:block}.nav-bar-container,.product-search-button{display:none}red-button{margin-right:100px}nav li{font-size:0px}.basket-product-container{box-sizing:unset;border:unset;padding:unset}.main-page-block{width:100%}.row-adaptable{flex-direction:column;gap:20px}.card,.news-main-page-container{width:100%}.list-holder-adaptable{width:70%}.catalog-filters-container{display:none}.catalog-products-container{width:100%}.center-container-holder{width:calc(100% - 60px)}.card-loading,.main-page-block-loading{width:100%}.to-make-order-button{display:block}.product-card{width:140px;height:180px}.product-logo-example{width:132px;height:132px}.product-card.description{min-height:200px}.product-card:hover{transform:unset;filter:unset}.to-make-order-button{bottom:100px}.mobile-footer-menu{display:block}}@media (max-width: 480px){.nav-bar-logo{display:block}.gallery-info,.gallery-chevron-button{display:none}.gallery-slider ul li{width:420px;height:200px}.product-search-button,.nav-bar-search{display:none}.mobile-nav-bar-container{display:block}.nav-bar-container{display:none}.form-container-holder{background:#fff}.base-content-container.small{width:400px;height:500px;box-shadow:none}.center-container-holder{width:calc(100% - 60px)}.form-content{padding-top:10%;padding-left:15%;padding-right:15%;text-align:center}.privacy-policy-container{display:none}p.gray{margin-top:50px}.main-page-block{width:100%}.row-adaptable{flex-direction:column;gap:20px}.card,.news-main-page-container{width:100%}.catalog-filters-container{display:none}.catalog-products-container,.card-loading,.main-page-block-loading{width:100%}.to-make-order-button,.mobile-footer-menu{display:block}.product-logo-example{width:130px;height:130px}.product-card.description{min-height:220px}.product-card:hover{transform:unset;filter:unset}.to-make-order-button{bottom:100px}.basket-product-container{box-sizing:unset;border:unset;padding:unset}}@media (max-width: 370px){.mobile-products-container{grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:5px}}.dropdown{width:218px;margin-top:80px;position:fixed;top:130px}.dropdown-arrow{margin-right:10px}.dropdown-arrow svg{transition:all .3s}.dropdown-option.with-border{border-bottom:1px solid #f0f0f0}body[data-theme=dark] .dropdown-option.with-border{border:none}.dropdown-options-container{position:absolute;top:100%;right:0;z-index:1000;background-color:#fff;border:1px solid #ddd;border-radius:15px;box-shadow:0 2px 4px #0000001a;width:100%}body[data-theme=dark] .dropdown-options-container{background:var(--light-dark);border:none;box-shadow:0 0 2px 1px var(--dark-border-color)}.dropdown-arrow.rotated{transform:rotate(180deg)}.dropdown-options-container ul{padding:0;margin:0;list-style:none;position:relative}.dropdown-options-container li{font-family:Roboto Flex;font-style:normal;font-weight:500;font-size:13px;line-height:20px;color:#4d4d5f;background:transparent;margin:0;padding:12px 16px;border-radius:15px;cursor:pointer;height:30px;display:flex;align-items:center}body[data-theme=dark] .dropdown-options-container li{color:var(--dark-paragraph-color)}.dropdown-options-container li:hover{background-color:#e9e8e8}body[data-theme=dark] .dropdown-options-container li:hover{background:var(--dark-selected-button)}.dropdown-options-container li:active{background-color:none}.hidden{display:none}.visible{display:inline}.combobox-template{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px;gap:10px;width:100%;height:56px;background:#fff;border:1px solid #F3F5FA;border-radius:20px;cursor:pointer}body[data-theme=dark] .combobox-template{background:var(--light-dark);border-color:var(--dark-border-color)}body[data-theme=dark] .combobox-template input{color:var(--dark-paragraph-color)}.multi-combobox-selected-value{display:flex;align-items:center;gap:10px;background:#f3f5fa;padding:5px;border-radius:5px;width:fit-content}.small-square-loading{width:40px;height:40px;background:#ecf1fa;border-radius:14px;position:relative;overflow:hidden}body[data-theme=dark] .small-square-loading{background:var(--light-dark-second)}.text-line-loading{width:276px;height:18px;background:#ecf1fa;border-radius:15px;position:relative;overflow:hidden}body[data-theme=dark] .text-line-loading{background:var(--light-dark-second)}.main-page-block-loading:after,.square-logo-loading:after,.product-card-loading:after,.card-loading:after,.small-square-loading:after,.text-line-loading:after{content:"";position:absolute;left:200%;top:-50%;width:90px;height:250%;transform:skew(-45deg);background:linear-gradient(90deg,#ffffff1a,#fff6);animation:blink 2s infinite ease-in-out}@keyframes blink{0%{left:200%}to{left:-200%}}.table{width:100%;border:none;margin-bottom:20px;border-collapse:collapse}.table thead th{font-weight:600;text-align:left;border:none;padding:10px 15px;background:#dce2ec;font-size:14px;cursor:pointer}body[data-theme=dark] .table thead th{background:var(--dark);color:var(--dark-paragraph-color)}.table thead th:first-child{border-radius:8px 0 0 8px}.table thead th:last-child{border-radius:0 8px 8px 0}.table tbody td{text-align:left;padding:10px 15px;font-size:14px;vertical-align:central;font-weight:300}.table tbody tr td:first-child{border-radius:10px 0 0 10px}.table tbody tr td:last-child{border-radius:0 10px 10px 0}.table tbody tr:nth-child(2n){background:#ecf1fa}body[data-theme=dark] .table tbody tr:nth-child(2n){background:var(--light-dark-second)}.table tbody tr td a{color:#f83b01;text-decoration-line:underline}.sort-img{align-self:center;vertical-align:middle}.snow{width:100%;height:200px;position:fixed;top:90px;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st1%7Bopacity:0.3%3Bfill:%236689AC%3B%7D.st3%7Bopacity:0.1%3Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Ccircle class='st1' cx='5' cy='8' r='1'/%3E%3Ccircle class='st1' cx='38' cy='3' r='1'/%3E%3Ccircle class='st1' cx='12' cy='4' r='1'/%3E%3Ccircle class='st1' cx='16' cy='16' r='1'/%3E%3Ccircle class='st1' cx='47' cy='46' r='1'/%3E%3Ccircle class='st1' cx='32' cy='10' r='1'/%3E%3Ccircle class='st1' cx='3' cy='46' r='1'/%3E%3Ccircle class='st1' cx='45' cy='13' r='1'/%3E%3Ccircle class='st1' cx='10' cy='28' r='1'/%3E%3Ccircle class='st1' cx='22' cy='35' r='1'/%3E%3Ccircle class='st1' cx='3' cy='21' r='1'/%3E%3Ccircle class='st1' cx='26' cy='20' r='1'/%3E%3Ccircle class='st1' cx='30' cy='45' r='1'/%3E%3Ccircle class='st1' cx='15' cy='45' r='1'/%3E%3Ccircle class='st1' cx='34' cy='36' r='1'/%3E%3Ccircle class='st1' cx='41' cy='32' r='1'/%3E%3C/svg%3E");background-position:0px 0px;animation:animatedBackground 10s linear infinite}body[data-theme=dark] .snow{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st1%7Bopacity:0.3%3Bfill:%23FFFFFF%3B%7D.st3%7Bopacity:0.1%3Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Ccircle class='st1' cx='5' cy='8' r='1'/%3E%3Ccircle class='st1' cx='38' cy='3' r='1'/%3E%3Ccircle class='st1' cx='12' cy='4' r='1'/%3E%3Ccircle class='st1' cx='16' cy='16' r='1'/%3E%3Ccircle class='st1' cx='47' cy='46' r='1'/%3E%3Ccircle class='st1' cx='32' cy='10' r='1'/%3E%3Ccircle class='st1' cx='3' cy='46' r='1'/%3E%3Ccircle class='st1' cx='45' cy='13' r='1'/%3E%3Ccircle class='st1' cx='10' cy='28' r='1'/%3E%3Ccircle class='st1' cx='22' cy='35' r='1'/%3E%3Ccircle class='st1' cx='3' cy='21' r='1'/%3E%3Ccircle class='st1' cx='26' cy='20' r='1'/%3E%3Ccircle class='st1' cx='30' cy='45' r='1'/%3E%3Ccircle class='st1' cx='15' cy='45' r='1'/%3E%3Ccircle class='st1' cx='34' cy='36' r='1'/%3E%3Ccircle class='st1' cx='41' cy='32' r='1'/%3E%3C/svg%3E")}.snow div{width:100%;height:200px;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st1%7Bopacity:0.7%3Bfill:%23FFFFFF%3B%7D.st3%7Bopacity:0.1%3Bfill:%236689AC%3B%7D%3C/style%3E%3Ccircle class='st3' cx='4' cy='14' r='1'/%3E%3Ccircle class='st3' cx='43' cy='3' r='1'/%3E%3Ccircle class='st3' cx='31' cy='30' r='2'/%3E%3Ccircle class='st3' cx='19' cy='23' r='1'/%3E%3Ccircle class='st3' cx='37' cy='22' r='1'/%3E%3Ccircle class='st3' cx='43' cy='16' r='1'/%3E%3Ccircle class='st3' cx='8' cy='45' r='1'/%3E%3Ccircle class='st3' cx='29' cy='39' r='1'/%3E%3Ccircle class='st3' cx='13' cy='37' r='1'/%3E%3Ccircle class='st3' cx='47' cy='32' r='1'/%3E%3Ccircle class='st3' cx='15' cy='4' r='2'/%3E%3Ccircle class='st3' cx='9' cy='27' r='1'/%3E%3Ccircle class='st3' cx='30' cy='9' r='1'/%3E%3Ccircle class='st3' cx='25' cy='15' r='1'/%3E%3Ccircle class='st3' cx='21' cy='45' r='2'/%3E%3Ccircle class='st3' cx='42' cy='45' r='1'/%3E%3C/svg%3E");background-position:0px 0px;animation:animatedBackground 22s linear infinite}body[data-theme=dark] .snow div{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st1%7Bopacity:0.7%3Bfill:%23FFFFFF%3B%7D.st3%7Bopacity:0.1%3Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Ccircle class='st3' cx='4' cy='14' r='1'/%3E%3Ccircle class='st3' cx='43' cy='3' r='1'/%3E%3Ccircle class='st3' cx='31' cy='30' r='2'/%3E%3Ccircle class='st3' cx='19' cy='23' r='1'/%3E%3Ccircle class='st3' cx='37' cy='22' r='1'/%3E%3Ccircle class='st3' cx='43' cy='16' r='1'/%3E%3Ccircle class='st3' cx='8' cy='45' r='1'/%3E%3Ccircle class='st3' cx='29' cy='39' r='1'/%3E%3Ccircle class='st3' cx='13' cy='37' r='1'/%3E%3Ccircle class='st3' cx='47' cy='32' r='1'/%3E%3Ccircle class='st3' cx='15' cy='4' r='2'/%3E%3Ccircle class='st3' cx='9' cy='27' r='1'/%3E%3Ccircle class='st3' cx='30' cy='9' r='1'/%3E%3Ccircle class='st3' cx='25' cy='15' r='1'/%3E%3Ccircle class='st3' cx='21' cy='45' r='2'/%3E%3Ccircle class='st3' cx='42' cy='45' r='1'/%3E%3C/svg%3E")}@keyframes animatedBackground{0%{background-position:0 0}to{background-position:0px 200px}}.snow-gradient{position:fixed;top:190px;left:0;width:100%;height:300px;background:linear-gradient(180deg,color-mix(in srgb,var(--light) 1%,transparent 90%) 80%,var(--light) 90%)}body[data-theme=dark] .snow-gradient{background:linear-gradient(180deg,color-mix(in srgb,var(--dark) 20%,transparent 90%) 10%,var(--dark) 100%)}.mini-chats-wrapper{position:fixed;bottom:66px;right:20px;z-index:200}.mini-chats-preview-list{display:flex;flex-direction:column;justify-content:center;opacity:1;visibility:visible;text-align:end;background:#fff;border-radius:10px;max-width:150px;box-shadow:0 1px 10px #00000040}body[data-theme=dark] .mini-chats-preview-list{background:var(--light-dark);box-shadow:0 1px #292929,0 0 0 1px #292929,0 0 2px #00000014,0 8px 24px #00000014}.mini-chats-icon{cursor:pointer;border-radius:0 0 10px 10px}.mini-chats-wrapper:hover .mini-chats-preview-list{transition:.4s ease;opacity:1;visibility:visible}.mini-chat-preview-item{display:flex;align-items:center;gap:10px;height:40px;padding:5px 10px;border-radius:10px;position:relative;cursor:pointer}.mini-chat-preview-item:hover{background:#ecf1fa}body[data-theme=dark] .mini-chat-preview-item:hover{background:var(--dark-selected-button)}.chat-tooltip{position:absolute;top:25%;right:calc(100% + 5px);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;visibility:hidden;opacity:0;transition:opacity .3s;z-index:201;font-weight:400;transition:.4s ease}.mini-chat-preview-item:hover .chat-tooltip{opacity:1;visibility:visible}.mini-chat-window{position:fixed;bottom:66px;right:90px;width:350px;height:460px;background:#edeef0;z-index:199;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 10px #00000040}.mini-chat-window-shown{visibility:visible;opacity:1}body[data-theme=dark] .mini-chat-window{box-shadow:0 1px #292929,0 0 0 1px #292929,0 0 2px #00000014,0 8px 24px #00000014;background:var(--dark)}.mini-chat-window--moved{right:180px}.mini-chat-window header{padding:7px 15px 7px 10px;border-radius:8px 8px 0 0;border-bottom:1px solid #E0E5EE}.mini-chat-window main{height:100%;overflow-y:auto}.mini-chat-window footer{padding-bottom:10px;border-radius:0 0 8px 8px;border-top:1px solid #E0E5EE}body[data-theme=dark] .mini-chat-window footer{background:var(--light-dark);border-top-color:#3f3c4c}.mini-chat-window header,.mini-chat-window footer{background:#fff}body[data-theme=dark] .mini-chat-window header{background:var(--light-dark);border-bottom-color:#3f3c4c}.files-list{border-bottom:1px solid #E0E5EE;padding:0 10px}body[data-theme=dark] .files-list{border-bottom-color:#3f3c4c}.chat-input{background:transparent!important;border:none;box-shadow:none;outline:0;font-family:Roboto Flex;font-size:14px}body[data-theme=dark] .chat-input{color:var(--dark-paragraph-color)}.pointer-icon{cursor:pointer}.smooth-recolor-svg-path{transition:fill .2s ease}.chat-messages-container{height:100%;overflow-y:auto;overflow-x:clip;display:flex;flex-direction:column-reverse;gap:10px;padding:0 10px}.date-group-messages-container{display:flex;flex-direction:column-reverse;width:100%}.chat-message{display:flex;padding:5px 0;align-items:flex-end}.selected{background:var(--transparent-red-color)}.chat-message.from-me{justify-content:end}.reply-message-info{border-left:2px solid var(--red-color);margin-left:4px;margin-bottom:5px;cursor:pointer}.reply-message-info:hover{background:var(--transparent-red-color)}.one-line-clamp-string{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.date-separator{position:sticky;top:-1px;display:flex;justify-content:center;z-index:10}.date-separator.is-pinned div{padding:2px 10px;border-radius:4px;margin-top:5px;background:#fff;box-shadow:0 1px 10px #00000040}body[data-theme=dark] .date-separator.is-pinned div{background:var(--light-dark);box-shadow:none}.input-span{display:block;position:relative;width:100%;overflow:auto;cursor:text;outline:none;text-align:left;max-height:150px;min-height:16px;scrollbar-width:none;white-space:break-spaces;font-size:14px;margin:2px 0}body[data-theme=dark] .input-span{color:var(--dark-paragraph-color)}.system-message{text-align:center}.message-background{display:flex;max-width:80%;background:#fff;padding:5px;border-radius:6px;position:relative}body[data-theme=dark] .message-background{background:var(--light-dark-second)}.text-message-container{text-align:left;width:100%}.text-message-container .time{position:relative;bottom:-8px;font-size:10px;color:#818c99;margin:4px 0 4px 6px;float:right}body[data-theme=dark] .text-message-container .time{color:var(--dark-paragraph-color)}.system-message .message-background{max-width:100%;background:var(--transparent-red-color);margin:10px 0;padding-bottom:15px}body[data-theme=dark] .system-message .message-background{background:var(--transparent-red-color)}.chat-message.from-me .message-background{background:color-mix(in srgb,var(--red-color) 15%,transparent 90%)}body[data-theme=dark] .chat-message.from-me .message-background{background:color-mix(in srgb,var(--red-color) 20%,transparent 90%)}.system-message .text-message-container{text-align:center;color:var(--red-color)}.system-message .text-message-container .time{position:absolute;left:calc(100% - 33px);top:calc(100% - 10px)}.chat-message.from-me .time{color:#434343}.system-message .text-message-container .text-message{color:var(--red-color);text-align:center}.message-context-menu-button{visibility:hidden;opacity:0;position:absolute;bottom:0;right:-30px;width:18px;height:18px;border-radius:14px;cursor:pointer;background:#fff;padding:5px;display:flex;align-items:center;justify-content:center}body[data-theme=dark] .message-context-menu-button{background:var(--light-dark-second)}.chat-message.from-me .message-context-menu-button{left:-30px}.chat-message:hover .message-context-menu-button{visibility:visible;opacity:1;transition:.5s ease}.message-context-menu{position:absolute;bottom:0;right:10px;display:flex;flex-direction:column;background:#fff;border:1px solid #E0E5EE;border-radius:8px;z-index:1000;width:fit-content;height:fit-content;padding:2px}body[data-theme=dark] .message-context-menu{background:var(--light-dark);border-color:var(--dark-border-color)}.chat-message.from-me .message-context-menu{right:120px}.message-context-menu-item{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px}.message-context-menu-item:hover{background:#ecf1fa}body[data-theme=dark] .message-context-menu-item:hover{background:var(--light-dark-second)}.non-image-file{display:flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;border-radius:8px;background:color-mix(in srgb,var(--red-color) 10%,transparent 0%)}body[data-theme=dark] .non-image-file{border-color:#ad4626;background:color-mix(in srgb,var(--red-color) 15%,transparent 90%)}.non-image-file-container{display:grid;grid-template-columns:auto minmax(0px,1fr);min-width:150px;gap:10px;cursor:pointer}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-routing-container,.leaflet-routing-error{width:320px;background-color:#fff;padding-top:4px;transition:all .2s ease;box-sizing:border-box}.leaflet-control-container .leaflet-routing-container-hide{width:32px;height:32px}.leaflet-routing-container h2{font-size:14px}.leaflet-routing-container h3{font-size:12px;font-weight:400}.leaflet-routing-collapsible .leaflet-routing-geocoders{margin-top:20px}.leaflet-routing-alt,.leaflet-routing-geocoders,.leaflet-routing-error{padding:6px;margin-top:2px;margin-bottom:6px;border-bottom:1px solid #ccc;max-height:320px;overflow-y:auto;transition:all .2s ease}.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-alt,.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-geocoders{display:none}.leaflet-bar .leaflet-routing-alt:last-child{border-bottom:none}.leaflet-routing-alt-minimized{color:#888;max-height:64px;overflow:hidden;cursor:pointer}.leaflet-routing-alt table{border-collapse:collapse}.leaflet-routing-alt tr:hover{background-color:#eee;cursor:pointer}.leaflet-routing-alt::-webkit-scrollbar{width:8px}.leaflet-routing-alt::-webkit-scrollbar-track{border-radius:2px;background-color:#eee}.leaflet-routing-alt::-webkit-scrollbar-thumb{border-radius:2px;background-color:#888}.leaflet-routing-icon{background-image:url(data:image/png;base64,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);-webkit-background-size:240px 20px;background-size:240px 20px;background-repeat:no-repeat;margin:0;content:"";display:inline-block;vertical-align:top;width:20px;height:20px}.leaflet-routing-icon-continue{background-position:0 0}.leaflet-routing-icon-sharp-right{background-position:-20px 0}.leaflet-routing-icon-turn-right{background-position:-40px 0}.leaflet-routing-icon-bear-right{background-position:-60px 0}.leaflet-routing-icon-u-turn{background-position:-80px 0}.leaflet-routing-icon-sharp-left{background-position:-100px 0}.leaflet-routing-icon-turn-left{background-position:-120px 0}.leaflet-routing-icon-bear-left{background-position:-140px 0}.leaflet-routing-icon-depart{background-position:-160px 0}.leaflet-routing-icon-enter-roundabout{background-position:-180px 0}.leaflet-routing-icon-arrive{background-position:-200px 0}.leaflet-routing-icon-via{background-position:-220px 0}.leaflet-routing-geocoders div{padding:4px 0}.leaflet-routing-geocoders input{width:303px;width:calc(100% - 4px);line-height:1.67;border:1px solid #ccc}.leaflet-routing-geocoders button{font:700 18px Lucida Console,Monaco,monospace;border:1px solid #ccc;border-radius:4px;background-color:#fff;margin:0 3px 0 0;float:right;cursor:pointer;transition:background-color .2s ease}.leaflet-routing-add-waypoint:after{content:"+"}.leaflet-routing-reverse-waypoints:after{font-weight:400;content:"⇅"}.leaflet-routing-geocoders button:hover{background-color:#eee}.leaflet-routing-geocoders input,.leaflet-routing-remove-waypoint,.leaflet-routing-geocoder{position:relative}.leaflet-routing-geocoder-result{font:12px/1.5 Helvetica Neue,Arial,Helvetica,sans-serif;position:absolute;max-height:0;overflow:hidden;transition:all .5s ease;z-index:1000}.leaflet-routing-geocoder-result table{width:100%;border:1px solid #ccc;border-radius:0 0 4px 4px;background-color:#fff;cursor:pointer}.leaflet-routing-geocoder-result-open{max-height:800px}.leaflet-routing-geocoder-selected,.leaflet-routing-geocoder-result tr:hover{background-color:#eee}.leaflet-routing-geocoder-no-results{font-style:italic;color:#888}.leaflet-routing-remove-waypoint{background-color:transparent;display:inline-block;vertical-align:middle;cursor:pointer}.leaflet-routing-remove-waypoint:after{position:absolute;display:block;width:15px;height:1px;z-index:1;right:1px;top:4px;bottom:0;margin:-16px auto auto;padding:2px 4px 16px 2px;font-size:18px;font-weight:700;content:"×";text-align:center;cursor:pointer;color:#ccc;background:#fff;line-height:1}.leaflet-routing-remove-waypoint:hover{color:#000}.leaflet-routing-instruction-distance{width:48px}.leaflet-routing-collapse-btn{position:absolute;top:0;right:6px;font-size:24px;color:#ccc;font-weight:700}.leaflet-routing-collapse-btn:after{content:"×"}.leaflet-routing-container-hide .leaflet-routing-collapse-btn{position:relative;left:4px;top:4px;display:block;width:26px;height:23px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAXCAYAAAAV1F8QAAABjUlEQVR4Ab1VA4h0URR+v23btv/8wtgKa9v2bp6wDOuwjpPdZG/mxs2b3eS359Q99eymerhH3/HlBEGw/WQymVPRaPR3JBLJwv81PVnbIADQBACC/OF5/rRrQGCwDo2Gw+F1juNOIC0QCNwhMFeA0DAzeCTnVVVVnWe8JadAmLJ3aAy+D9X4WlHZSVseDek40ot8jNwZkE4dTHddPB5/BQXei8ViH9Ejq0DY7qBfCvxCMBiMiW0QwHW1VkVgs0Agy+vZECtjux6wrsoSDc9GQFNTUyeJDjW6gjoA8F1sg8M0EQFCv0wpEIGnjYBAplqNLgL/ioecnpCcblG2wOg5ju0q9LyTBpIJ/WTetDmI6JAioknHwz5ONPvfxHmh3WWxRqg7RGeqEXn0V61joH4Vel0no//XsPFEPEfUAAvkFSzJc67PUbE3g9hQvlhAgt4VAekZcwxENyfk+L6KEzPIa2hoOOMYSBxVKBR6KYpkiG5VknMMRHOh8iwg3zUgerxe7yWsB27mX79+UbpsPcfWV8aO/4mmHgAAAABJRU5ErkJggg==)}.leaflet-routing-container-hide .leaflet-routing-collapse-btn:after{content:none}.leaflet-top .leaflet-routing-container.leaflet-routing-container-hide{margin-top:10px!important}.leaflet-right .leaflet-routing-container.leaflet-routing-container-hide{margin-right:10px!important}.leaflet-bottom .leaflet-routing-container.leaflet-routing-container-hide{margin-bottom:10px!important}.leaflet-left .leaflet-routing-container.leaflet-routing-container-hide{margin-left:10px!important}@media only screen and (max-width: 640px){.leaflet-routing-container{margin:0!important;padding:0!important;width:100%;height:100%}}.leaflet-control-attribution,.leaflet-routing-container{display:none}body[data-theme=dark] .leaflet-popup-tip{background:var(--light-dark)}.leaflet-pane{z-index:3}.side-map-menu{visibility:hidden;opacity:0;width:0px;transition:.4s ease;display:flex;flex-direction:column;gap:10px}.side-map-menu.shown{transition:.4s ease;visibility:visible;opacity:1;width:380px}.show-side-map-menu-button{position:absolute;display:flex;align-items:center;justify-content:center;cursor:pointer;left:calc(100% + 10px);top:10px;height:32px;width:24px;border-radius:4px;box-shadow:0 1px 10px #00000040}.side-map-menu-settings-container{background:#fff;border-radius:15px;padding:10px;display:flex;flex-direction:column;gap:10px}body[data-theme=dark] .side-map-menu-settings-container{background:var(--light-dark)}.selecting-place-container{display:flex;align-items:center;gap:10px}.selecting-place-container>.form-inputs{margin:0}.leaflet-marker-pulse{display:flex;align-items:center;justify-content:center}.pulse-marker{position:relative;min-width:18px;height:18px;border-radius:50%;background:#4d4d4d;box-shadow:0 0 #f83b00b3}.pulse-marker.red{background:var(--red-color)}.pulse-marker:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;background:#fff}.pulse-marker.is-pulsing{animation:pulse-marker 2s infinite}.pulse-marker.red.is-pulsing{animation:pulse-marker-red 2s infinite}.pulse-marker.big{width:30px;height:30px}.pulse-marker.big:after{top:10px;right:10px;bottom:10px;left:10px}.map-search-results{visibility:hidden;opacity:0;transition:.4s ease;position:absolute;top:62px;max-height:600px;overflow:auto;border-radius:6px;scrollbar-width:none;z-index:200;width:calc(100% - 20px)}.map-search-results.shown{visibility:visible;opacity:1;transition:.4s ease;border:1px solid #eee;box-shadow:0 1px 1px 1px #0003}.map-search-value:hover{background:var(--transparent-red-color)}.order-to-attach-container:hover,body[data-theme=dark] .order-to-attach-container:hover{cursor:pointer;background:var(--transparent-red-color)}.custom-popup .leaflet-popup-content-wrapper{background:transparent!important;border-radius:15px;box-shadow:none;color:#333;font-size:13px;font-weight:600;font-family:Roboto Flex;text-shadow:1px 0 5px white,1px 0 5px white,1px 0 5px white}.custom-popup .leaflet-popup-tip{display:none}.custom-popup .leaflet-popup-close-button{color:#fff;font-size:20px;padding:5px 10px}body[data-theme=dark] .leaflet-popup-content-wrapper{background:var(--light-dark)}@keyframes pulse-marker{0%{box-shadow:0 0 #4d4d4db3}70%{box-shadow:0 0 0 14px #4d4d4d00}to{box-shadow:0 0 #4d4d4d00}}@keyframes pulse-marker-red{0%{box-shadow:0 0 #f83b00b3}70%{box-shadow:0 0 0 14px #f83b0000}to{box-shadow:0 0 #f83b0000}}.static-center-marker{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:97;pointer-events:none;width:40px;height:40px}.select-point-button{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;padding:12px 24px;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;box-shadow:0 4px 12px #0003}.select-point-button:hover{background-color:#0056cc}.confirm-place-modal{position:absolute;z-index:1000;bottom:0;left:0;width:calc(100% - 40px);background:#fff;border-radius:20px 20px 0 0;padding:20px}body[data-theme=dark] .confirm-place-modal{background:var(--light-dark)}span{font-family:Roboto Flex;font-size:14px}body{--light: #F3F4F5;--dark-gray: #7A7D90;--light-gray: rgba(255, 255, 255, .08);--dark: #18171d;--light-dark: #28272d;--light-dark-second: #343339;--dark-border-color: #737278;--dark-header-color: #ececef;--dark-paragraph-color: #bcbcbc;--dark-selected-button: rgba(255, 255, 255, .08);--dark-subtext-color: #828283;--black-paragraph-color: #28272d;--red-color: #F83B00;--transparent-red-color: color-mix(in srgb, var(--red-color) 10%, transparent 90%);--dark-red-color: #9f0000;--green-text: #1D7615;--green-color: #587A4D;font-family:Roboto Flex;font-optical-sizing:auto;font-weight:200;font-style:normal;text-align:center;margin:0;padding:0;background:var(--light);transition-property:background-color;transition-duration:1s}body[data-theme=dark]{background:var(--dark);scrollbar-color:#9F9F9F var(--light-dark)}body[data-theme=dark] input:-webkit-autofill,body[data-theme=dark] input:-webkit-autofill:hover,body[data-theme=dark] input:-webkit-autofill:focus,body[data-theme=dark] input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 1s;-webkit-text-fill-color:var(--dark-paragraph-color)!important;color:var(--dark-paragraph-color)!important}body[data-theme=dark] img{background-color:transparent}body[data-theme=dark] .profile-container{background:linear-gradient(to bottom,#50536b 70px,var(--light-dark) 70px 100%);border:none}body[data-theme=dark] li.profile-menu-item-container a{color:#fff}body[data-theme=dark] .privacy-policy-container{background:var(--light-dark)}body[data-theme=dark] .name-description:hover{background:var(--light-dark-second)}body[data-theme=dark] .light-gray-text{color:var(--dark-subtext-color)}body[data-theme=dark] .base-container-holder{background:var(--dark)}body[data-theme=dark] .categorires-modal{background:var(--light-dark)}video{max-height:calc(100vh - 250px)}
