@charset "UTF-8";[data-notivue=promise-resolve],[data-notivue=success]{--nv-bg:var(--nv-success-bg);--nv-fg:var(--nv-success-fg);--nv-accent:var(--nv-success-accent,var(--nv-global-accent));--nv-border:var(--nv-success-border)}[data-notivue=error],[data-notivue=promise-reject]{--nv-bg:var(--nv-error-bg);--nv-fg:var(--nv-error-fg);--nv-accent:var(--nv-error-accent,var(--nv-global-accent));--nv-border:var(--nv-error-border)}[data-notivue=warning]{--nv-bg:var(--nv-warning-bg);--nv-fg:var(--nv-warning-fg);--nv-accent:var(--nv-warning-accent,var(--nv-global-accent));--nv-border:var(--nv-warning-border)}[data-notivue=info]{--nv-bg:var(--nv-info-bg);--nv-fg:var(--nv-info-fg);--nv-accent:var(--nv-info-accent,var(--nv-global-accent));--nv-border:var(--nv-info-border)}[data-notivue=promise]{--nv-bg:var(--nv-promise-bg);--nv-fg:var(--nv-promise-fg);--nv-accent:var(--nv-promise-accent,var(--nv-global-accent));--nv-border:var(--nv-promise-border)}.Notivue__notification{--tip-width:calc(var(--tip-width-fx, 1)*var(--nv-tip-width, 0px));align-items:var(--nv-y-align);background-color:var(--nv-bg,var(--nv-global-bg));border:var(--nv-border-width,0) solid var(--nv-border,var(--nv-global-border));border-radius:var(--nv-radius,0);box-shadow:var(--nv-shadow,0 0 transparent),inset var(--tip-width) 0 0 var(--nv-accent);box-sizing:border-box;display:flex;max-width:var(--nv-width,100%);position:relative;width:var(--nv-min-width,auto)}.Notivue__notification *{box-sizing:border-box;touch-action:manipulation}.Notivue__notification[data-notivue-has-title=true]{align-items:var(--nv-y-align-has-title,var(--nv-y-align))}.Notivue__icon{align-items:center;color:var(--nv-accent);display:flex;height:var(--nv-icon-size);justify-content:center;margin:var(--nv-spacing) 0 var(--nv-spacing) var(--nv-spacing);min-width:var(--nv-icon-size);overflow:visible;width:var(--nv-icon-size)}.Notivue__content{--nv-content-space:calc(var(--nv-spacing) + var(--nv-spacing)*.15);display:flex;flex-direction:column;flex-grow:1;padding:var(--nv-content-space);text-align:inherit}.Notivue__content-title{color:var(--nv-fg,var(--nv-global-fg));font-size:var(--nv-title-size);font-weight:700;line-height:1.15;margin:0 0 .33em;padding:0}.Notivue__transition-enter-active{--dur-easing:.5s cubic-bezier(.16,1,.3,1);transition:opacity var(--dur-easing),transform var(--dur-easing)}@media (prefers-reduced-motion:reduce){.Notivue__transition-enter-active{transition:none}}.Notivue__transition-enter-from{opacity:0;transform:scale(.8)}.Notivue__transition-enter-to{opacity:1;transform:scale(1)}.Notivue__transition-leave-active{transition:opacity 0s ease}.Notivue__transition-leave-from,.Notivue__transition-leave-to{opacity:0}.Notivue__content-message{line-height:1.375;margin:0;max-height:250px;overflow:auto;padding:0;white-space:pre-line}.Notivue__close,.Notivue__content-message{color:var(--nv-fg,var(--nv-global-fg));font-size:var(--nv-message-size)}.Notivue__close{background:none;border:none;cursor:pointer;font-weight:700;line-height:1;margin:var(--nv-spacing) var(--nv-spacing) var(--nv-spacing) 0;padding:calc(var(--nv-spacing)/2);position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Notivue__close:after{background-color:var(--nv-fg,var(--nv-global-fg));border-radius:calc(var(--nv-radius)/2);bottom:0;content:"";height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .1s ease-out;width:100%}@media (hover:hover){.Notivue__close:hover{opacity:1}.Notivue__close:hover:after{opacity:.1}.Notivue__close:hover .Notivue__close-icon{opacity:1}}.Notivue__close-icon{color:var(--nv-fg,var(--nv-global-fg));display:flex;height:var(--nv-icon-size);opacity:.65;pointer-events:none;width:var(--nv-icon-size)}.Notivue__spinner{animation:Notivue__spinner-kf .75s linear infinite;transform-origin:center}@keyframes Notivue__spinner-kf{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.Notivue__duplicate,.Notivue__spinner{animation:none}}[dir=rtl] .Notivue__notification{--tip-width-fx:-1}[dir=rtl] .Notivue__icon{margin:var(--nv-spacing) var(--nv-spacing) var(--nv-spacing) 0}[dir=rtl] .Notivue__content-message{font-size:calc(var(--nv-message-size) + .1em)}[dir=rtl] .Notivue__content-title{font-size:calc(var(--nv-title-size) + .1em)}[dir=rtl] .Notivue__close{margin:var(--nv-spacing) 0 var(--nv-spacing) var(--nv-spacing)}.Notivue__duplicate{animation:Notivue__duplicate-kf .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes Notivue__duplicate-kf{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.035)}to{opacity:1;transform:scale(1)}}[data-notivue-align=top] .Notivue__enter,[data-notivue-align=top] .Notivue__leave{--notivue-ty:-200%}[data-notivue-align=bottom] .Notivue__enter,[data-notivue-align=bottom] .Notivue__leave{--notivue-ty:200%}.Notivue__enter{animation:Notivue__enter-kf .35s cubic-bezier(.5,1,.25,1)}.Notivue__leave{animation:Notivue__leave-kf .35s ease}.Notivue__clearAll{animation:Notivue__clearAll-kf .5s cubic-bezier(.22,1,.36,1)}@keyframes Notivue__enter-kf{0%{opacity:0;transform:translate3d(0,var(--notivue-ty),0) scale(.25)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes Notivue__leave-kf{0%{opacity:.7;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(0,var(--notivue-ty),0) scale(0)}}@keyframes Notivue__clearAll-kf{0%{opacity:1}to{opacity:0}}.vc-popover-content-wrapper{--popover-horizontal-content-offset:8px;--popover-vertical-content-offset:10px;--popover-caret-horizontal-offset:18px;--popover-caret-vertical-offset:8px;display:block;outline:none;position:absolute;z-index:10}.vc-popover-content-wrapper:not(.is-interactive){pointer-events:none}.vc-popover-content{background-color:var(--vc-popover-content-bg);border:1px solid;border-color:var(--vc-popover-content-border);border-radius:var(--vc-rounded-lg);box-shadow:var(--vc-shadow-lg);color:var(--vc-popover-content-color);font-weight:var(--vc-font-medium);outline:none;padding:4px;position:relative;z-index:10}.vc-popover-content.direction-bottom{margin-top:var(--popover-vertical-content-offset)}.vc-popover-content.direction-top{margin-bottom:var(--popover-vertical-content-offset)}.vc-popover-content.direction-left{margin-right:var(--popover-horizontal-content-offset)}.vc-popover-content.direction-right{margin-left:var(--popover-horizontal-content-offset)}.vc-popover-caret{background-color:inherit;border-left:inherit;border-top:inherit;content:"";display:block;height:12px;position:absolute;width:12px;z-index:-1}.vc-popover-caret.direction-bottom{top:0}.vc-popover-caret.direction-bottom.align-left{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-center{transform:translate(-50%) translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-right{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-top{top:100%}.vc-popover-caret.direction-top.align-left{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-center{transform:translate(-50%) translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-right{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-left{left:100%}.vc-popover-caret.direction-left.align-top{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-middle{transform:translateY(-50%) translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-bottom{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-right{left:0}.vc-popover-caret.direction-right.align-top{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-middle{transform:translateY(-50%) translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-bottom{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.align-left{left:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-center{left:50%}.vc-popover-caret.align-right{right:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-top{top:var(--popover-caret-vertical-offset)}.vc-popover-caret.align-middle{top:50%}.vc-popover-caret.align-bottom{bottom:var(--popover-caret-vertical-offset)}.vc-day-popover-row{align-items:center;display:flex;transition:var(--vc-day-content-transition)}.vc-day-popover-row-indicator{align-items:center;display:flex;flex-grow:0;justify-content:center;width:15px}.vc-day-popover-row-indicator span{transition:var(--vc-day-content-transition)}.vc-day-popover-row-label{align-items:center;display:flex;flex-grow:1;flex-wrap:none;font-size:var(--vc-text-xs);line-height:var(--vc-leading-normal);margin-left:4px;margin-right:4px;width:-moz-max-content;width:max-content}.vc-day-popover-row-highlight{border-radius:3px;height:5px;width:8px}.vc-day-popover-row-bar{height:3px;width:10px}.vc-base-icon{display:inline-block;stroke:currentColor;stroke-width:2;fill:none}.vc-header{display:grid;grid-gap:4px;align-items:center;height:30px;margin-top:10px;padding-left:10px;padding-right:10px}.vc-header.is-lg{font-size:var(--vc-text-lg)}.vc-header.is-xl{font-size:var(--vc-text-xl)}.vc-header.is-2xl{font-size:var(--vc-text-2xl)}.vc-header .vc-title-wrapper{grid-column:title;grid-row:1}.vc-header .vc-prev{grid-column:prev;grid-row:1}.vc-header .vc-next{grid-column:next;grid-row:1}.vc-header .vc-next,.vc-header .vc-prev,.vc-header .vc-title{align-items:center;border:0;border-radius:var(--vc-rounded);cursor:pointer;display:flex;pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-header .vc-title{color:var(--vc-header-title-color);font-weight:var(--vc-font-semibold);line-height:30px;margin:0;padding:0 8px;white-space:nowrap}.vc-header .vc-title:hover{opacity:.75}.vc-header .vc-arrow{align-items:center;color:var(--vc-header-arrow-color);display:flex;height:30px;justify-content:center;margin:0;padding:0;width:28px}.vc-header .vc-arrow:hover{background:var(--vc-header-arrow-hover-bg)}.vc-header .vc-arrow:disabled{opacity:.25;pointer-events:none}.vc-nav-header{display:flex;justify-content:space-between}.vc-nav-arrow,.vc-nav-item,.vc-nav-title{border:0;border-radius:var(--vc-rounded);cursor:pointer;font-size:var(--vc-text-sm);margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.vc-nav-arrow:hover,.vc-nav-item:hover,.vc-nav-title:hover{background-color:var(--vc-nav-hover-bg)}.vc-nav-arrow:disabled,.vc-nav-item:disabled,.vc-nav-title:disabled{opacity:.25;pointer-events:none}.vc-nav-title{color:var(--vc-nav-title-color);font-weight:var(--vc-font-bold);height:30px;line-height:var(--vc-leading-snug);padding:0 6px}.vc-nav-arrow{align-items:center;color:var(--vc-header-arrow-color);display:flex;height:30px;justify-content:center;padding:0;width:26px}.vc-nav-items{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:2px;grid-column-gap:5px;margin-top:2px}.vc-nav-item{font-weight:var(--vc-font-semibold);line-height:var(--vc-leading-snug);padding:6px 0;text-align:center;width:48px}.vc-nav-item.is-active{background-color:var(--vc-nav-item-active-bg);color:var(--vc-nav-item-active-color);font-weight:var(--vc-font-bold)}.vc-nav-item.is-active:not(:focus){box-shadow:var(--vc-nav-item-active-box-shadow)}.vc-nav-item.is-current{color:var(--vc-nav-item-current-color)}.vc-day{min-height:32px;position:relative;z-index:1}.vc-monthly .is-not-in-month *{opacity:0;pointer-events:none}.vc-day-layer{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vc-day-box-center-center{align-items:center;display:flex;justify-content:center;transform-origin:50% 50%}.vc-day-box-left-center{align-items:center;display:flex;justify-content:flex-start;transform-origin:0 50%}.vc-day-box-right-center{align-items:center;display:flex;justify-content:flex-end;transform-origin:100% 50%}.vc-day-box-center-bottom{align-items:flex-end;display:flex;justify-content:center}.vc-day-content{align-items:center;border-radius:var(--vc-rounded-full);cursor:pointer;display:flex;font-size:var(--vc-text-sm);font-weight:var(--vc-font-medium);height:28px;justify-content:center;line-height:28px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:28px}.vc-day-content:hover{background-color:var(--vc-day-content-hover-bg)}.vc-day-content.vc-disabled{color:var(--vc-day-content-disabled-color)}.vc-content:not(.vc-base){color:var(--vc-content-color);font-weight:var(--vc-font-bold)}.vc-highlights{overflow:hidden;pointer-events:none;z-index:-1}.vc-highlight{height:28px;width:28px}.vc-highlight.vc-highlight-base-start{border-radius:0!important;border-right-width:0!important;width:50%!important}.vc-highlight.vc-highlight-base-end{border-left-width:0!important;border-radius:0!important;width:50%!important}.vc-highlight.vc-highlight-base-middle{border-left-width:0!important;border-radius:0!important;border-right-width:0!important;margin:0 -1px;width:100%}.vc-highlight-bg-none,.vc-highlight-bg-outline{background-color:var(--vc-highlight-outline-bg);border:2px solid;border-color:var(--vc-highlight-outline-border);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-light{background-color:var(--vc-highlight-light-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-solid{background-color:var(--vc-highlight-solid-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-content-none,.vc-highlight-content-outline{color:var(--vc-highlight-outline-content-color);font-weight:var(--vc-font-bold)}.vc-highlight-content-light{color:var(--vc-highlight-light-content-color);font-weight:var(--vc-font-bold)}.vc-highlight-content-solid{color:var(--vc-highlight-solid-content-color);font-weight:var(--vc-font-bold)}.vc-dots{align-items:center;display:flex;justify-content:center}.vc-dot{border-radius:9999px;height:5px;transition:var(--vc-day-content-transition);width:5px}.vc-dot:not(:last-child){margin-right:3px}.vc-bars{align-items:center;display:flex;justify-content:flex-start;width:75%}.vc-bar{flex-grow:1;height:3px;transition:var(--vc-day-content-transition)}.vc-dot{background-color:var(--vc-dot-bg)}.vc-bar{background-color:var(--vc-bar-bg)}.vc-pane{min-width:250px}.vc-weeknumber{align-items:center;display:flex;justify-content:center;position:absolute}.vc-weeknumber.is-left{left:calc(var(--vc-weeknumber-offset-inside)*-1)}.vc-weeknumber.is-right{right:calc(var(--vc-weeknumber-offset-inside)*-1)}.vc-weeknumber.is-left-outside{left:calc(var(--vc-weeknumber-offset-outside)*-1)}.vc-weeknumber.is-right-outside{right:calc(var(--vc-weeknumber-offset-outside)*-1)}.vc-weeknumber-content{align-items:center;color:var(--vc-weeknumber-color);display:flex;font-size:var(--vc-text-xs);font-style:italic;font-weight:var(--vc-font-medium);height:28px;justify-content:center;margin-top:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:28px}.vc-weeks{position:relative;-webkit-overflow-scrolling:touch;min-width:232px;padding:6px}.vc-weeks.vc-show-weeknumbers-left{margin-left:var(--vc-weeknumber-offset-inside)}.vc-weeks.vc-show-weeknumbers-right{margin-right:var(--vc-weeknumber-offset-inside)}.vc-weekday{color:var(--vc-weekday-color);cursor:default;font-size:var(--vc-text-sm);font-weight:var(--vc-font-bold);line-height:14px;padding-bottom:8px;padding-top:4px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-week,.vc-weekdays{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.vc-pane-container{position:relative;width:100%}.vc-pane-container.in-transition{overflow:hidden}.vc-pane-layout{display:grid}.vc-pane-header-wrapper{pointer-events:none;position:absolute;top:0;width:100%}.vc-day-popover-container{font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium)}.vc-day-popover-header{color:var(--vc-day-popover-header-color);font-size:var(--vc-text-xs);font-weight:var(--vc-font-semibold);text-align:center}.vc-base-select{align-items:center;display:flex;font-size:var(--vc-text-base);font-weight:var(--vc-font-medium);height:30px;justify-content:center;position:relative}.vc-base-select.vc-has-icon select{padding:0 27px 0 9px}.vc-base-select.vc-has-icon .vc-base-sizer{padding:0 28px 0 10px}.vc-base-select.vc-fit-content select{left:0;position:absolute;top:0;width:100%}.vc-base-select .vc-base-icon{opacity:.6;pointer-events:none;position:absolute;right:4px;top:6px}.vc-base-select .vc-base-sizer{color:transparent;font-size:var(--vc-text-base);font-weight:var(--vc-font-medium);margin:0;padding:0 8px}.vc-base-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--vc-select-bg);background-image:none;border-radius:var(--vc-rounded);color:var(--vc-select-color);cursor:pointer;display:inline-flex;display:block;height:30px;justify-content:center;line-height:var(--leading-none);margin:0;padding:0 7px;text-align:center;text-indent:0;width:-moz-max-content;width:max-content}.vc-base-select select:hover{background-color:var(--vc-select-hover-bg)}.vc-base-select select.vc-align-left{text-align:left}.vc-base-select select.vc-align-right{text-align:right}.vc-time-picker{align-items:center;display:flex;flex-direction:column;padding:8px 4px}.vc-time-picker.vc-invalid{opacity:.5;pointer-events:none}.vc-time-picker.vc-attached{border-top:1px solid var(--vc-time-picker-border)}.vc-time-picker>*+*{margin-top:4px}.vc-time-header{align-items:center;display:flex;font-size:var(--vc-text-sm);font-weight:var(--vc-font-semibold);line-height:21px;margin-top:-4px;padding-left:4px;padding-right:4px;text-transform:uppercase}.vc-time-select-group{align-items:center;background:var(--vc-time-select-group-bg);border:1px solid var(--vc-time-select-group-border);border-radius:var(--vc-rounded-md);display:inline-flex;padding:0 4px}.vc-time-select-group .vc-base-icon{color:var(--vc-time-select-group-icon-color);margin-right:4px}.vc-time-select-group select{background:transparent;padding:0 4px}.vc-time-weekday{color:var(--vc-time-weekday-color);letter-spacing:var(--tracking-wide)}.vc-time-month{color:var(--vc-time-month-color);margin-left:8px}.vc-time-day{color:var(--vc-time-day-color);margin-left:4px}.vc-time-year{color:var(--vc-time-year-color);margin-left:8px}.vc-time-colon{margin:0 1px 2px 2px}.vc-time-decimal{margin:0 0 0 1px}.vc-none-enter-active,.vc-none-leave-active{transition-duration:0s}.vc-fade-enter-active,.vc-fade-leave-active,.vc-slide-down-enter-active,.vc-slide-down-leave-active,.vc-slide-fade-enter-active,.vc-slide-fade-leave-active,.vc-slide-left-enter-active,.vc-slide-left-leave-active,.vc-slide-right-enter-active,.vc-slide-right-leave-active,.vc-slide-up-enter-active,.vc-slide-up-leave-active{backface-visibility:hidden;pointer-events:none;transition:transform var(--vc-slide-duration) var(--vc-slide-timing),opacity var(--vc-slide-duration) var(--vc-slide-timing)}.vc-fade-leave-active,.vc-none-leave-active,.vc-slide-down-leave-active,.vc-slide-left-leave-active,.vc-slide-right-leave-active,.vc-slide-up-leave-active{position:absolute!important;width:100%}.vc-fade-enter-from,.vc-fade-leave-to,.vc-none-enter-from,.vc-none-leave-to,.vc-slide-down-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from,.vc-slide-fade-leave-to,.vc-slide-left-enter-from,.vc-slide-left-leave-to,.vc-slide-right-enter-from,.vc-slide-right-leave-to,.vc-slide-up-enter-from,.vc-slide-up-leave-to{opacity:0}.vc-slide-fade-enter-from.direction-left,.vc-slide-fade-leave-to.direction-left,.vc-slide-left-enter-from,.vc-slide-right-leave-to{transform:translate(var(--vc-slide-translate))}.vc-slide-fade-enter-from.direction-right,.vc-slide-fade-leave-to.direction-right,.vc-slide-left-leave-to,.vc-slide-right-enter-from{transform:translate(calc(var(--vc-slide-translate)*-1))}.vc-slide-down-leave-to,.vc-slide-fade-enter-from.direction-top,.vc-slide-fade-leave-to.direction-top,.vc-slide-up-enter-from{transform:translateY(var(--vc-slide-translate))}.vc-slide-down-enter-from,.vc-slide-fade-enter-from.direction-bottom,.vc-slide-fade-leave-to.direction-bottom,.vc-slide-up-leave-to{transform:translateY(calc(var(--vc-slide-translate)*-1))}:root{--vc-white:#fff;--vc-black:#000;--vc-gray-50:#f8fafc;--vc-gray-100:#f1f5f9;--vc-gray-200:#e2e8f0;--vc-gray-300:#cbd5e1;--vc-gray-400:#94a3b8;--vc-gray-500:#64748b;--vc-gray-600:#475569;--vc-gray-700:#334155;--vc-gray-800:#1e293b;--vc-gray-900:#0f172a;--vc-font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;--vc-font-normal:400;--vc-font-medium:500;--vc-font-semibold:600;--vc-font-bold:700;--vc-text-2xs:10px;--vc-text-xs:12px;--vc-text-sm:14px;--vc-text-base:16px;--vc-text-lg:18px;--vc-text-xl:20px;--vc-text-2xl:24px;--vc-leading-none:1;--vc-leading-tight:1.25;--vc-leading-snug:1.375;--vc-leading-normal:1.5;--vc-rounded:.25rem;--vc-rounded-md:.375rem;--vc-rounded-lg:.5rem;--vc-rounded-full:9999px;--vc-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--vc-shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--vc-shadow-inner:inset 0 2px 4px 0 rgba(0,0,0,.06);--vc-slide-translate:22px;--vc-slide-duration:.15s;--vc-slide-timing:ease;--vc-day-content-transition:all .13s ease-in;--vc-weeknumber-offset-inside:26px;--vc-weeknumber-offset-outside:34px}.vc-gray{--vc-accent-50:var(--vc-gray-50);--vc-accent-100:var(--vc-gray-100);--vc-accent-200:var(--vc-gray-200);--vc-accent-300:var(--vc-gray-300);--vc-accent-400:var(--vc-gray-400);--vc-accent-500:var(--vc-gray-500);--vc-accent-600:var(--vc-gray-600);--vc-accent-700:var(--vc-gray-700);--vc-accent-800:var(--vc-gray-800);--vc-accent-900:var(--vc-gray-900)}.vc-red{--vc-accent-50:#fef2f2;--vc-accent-100:#fee2e2;--vc-accent-200:#fecaca;--vc-accent-300:#fca5a5;--vc-accent-400:#f87171;--vc-accent-500:#ef4444;--vc-accent-600:#dc2626;--vc-accent-700:#b91c1c;--vc-accent-800:#991b1b;--vc-accent-900:#7f1d1d}.vc-orange{--vc-accent-50:#fff7ed;--vc-accent-100:#ffedd5;--vc-accent-200:#fed7aa;--vc-accent-300:#fdba74;--vc-accent-400:#fb923c;--vc-accent-500:#f97316;--vc-accent-600:#ea580c;--vc-accent-700:#c2410c;--vc-accent-800:#9a3412;--vc-accent-900:#7c2d12}.vc-yellow{--vc-accent-50:#fefce8;--vc-accent-100:#fef9c3;--vc-accent-200:#fef08a;--vc-accent-300:#fde047;--vc-accent-400:#facc15;--vc-accent-500:#eab308;--vc-accent-600:#ca8a04;--vc-accent-700:#a16207;--vc-accent-800:#854d0e;--vc-accent-900:#713f12}.vc-green{--vc-accent-50:#f0fdf4;--vc-accent-100:#dcfce7;--vc-accent-200:#bbf7d0;--vc-accent-300:#86efac;--vc-accent-400:#4ade80;--vc-accent-500:#22c55e;--vc-accent-600:#16a34a;--vc-accent-700:#15803d;--vc-accent-800:#166534;--vc-accent-900:#14532d}.vc-teal{--vc-accent-50:#f0fdfa;--vc-accent-100:#ccfbf1;--vc-accent-200:#99f6e4;--vc-accent-300:#5eead4;--vc-accent-400:#2dd4bf;--vc-accent-500:#14b8a6;--vc-accent-600:#0d9488;--vc-accent-700:#0f766e;--vc-accent-800:#115e59;--vc-accent-900:#134e4a}.vc-blue{--vc-accent-50:#eff6ff;--vc-accent-100:#dbeafe;--vc-accent-200:#bfdbfe;--vc-accent-300:#93c5fd;--vc-accent-400:#60a5fa;--vc-accent-500:#3b82f6;--vc-accent-600:#2563eb;--vc-accent-700:#1d4ed8;--vc-accent-800:#1e40af;--vc-accent-900:#1e3a8a}.vc-indigo{--vc-accent-50:#eef2ff;--vc-accent-100:#e0e7ff;--vc-accent-200:#c7d2fe;--vc-accent-300:#a5b4fc;--vc-accent-400:#818cf8;--vc-accent-500:#6366f1;--vc-accent-600:#4f46e5;--vc-accent-700:#4338ca;--vc-accent-800:#3730a3;--vc-accent-900:#312e81}.vc-purple{--vc-accent-50:#faf5ff;--vc-accent-100:#f3e8ff;--vc-accent-200:#e9d5ff;--vc-accent-300:#d8b4fe;--vc-accent-400:#c084fc;--vc-accent-500:#a855f7;--vc-accent-600:#9333ea;--vc-accent-700:#7e22ce;--vc-accent-800:#6b21a8;--vc-accent-900:#581c87}.vc-pink{--vc-accent-50:#fdf2f8;--vc-accent-100:#fce7f3;--vc-accent-200:#fbcfe8;--vc-accent-300:#f9a8d4;--vc-accent-400:#f472b6;--vc-accent-500:#ec4899;--vc-accent-600:#db2777;--vc-accent-700:#be185d;--vc-accent-800:#9d174d;--vc-accent-900:#831843}.vc-focus:focus-within{box-shadow:var(--vc-focus-ring);outline:0}.vc-light{--vc-color:var(--vc-gray-900);--vc-bg:var(--vc-white);--vc-border:var(--vc-gray-300);--vc-hover-bg:rgba(204,214,224,.3);--vc-focus-ring:0 0 0 2px rgba(59,131,246,.4);--vc-header-arrow-color:var(--vc-gray-500);--vc-header-arrow-hover-bg:var(--vc-gray-200);--vc-header-title-color:var(--vc-gray-900);--vc-weekday-color:var(--vc-gray-500);--vc-weeknumber-color:var(--vc-gray-400);--vc-nav-hover-bg:var(--vc-gray-200);--vc-nav-title-color:var(--vc-gray-900);--vc-nav-item-hover-box-shadow:none;--vc-nav-item-active-color:var(--vc-white);--vc-nav-item-active-bg:var(--vc-accent-500);--vc-nav-item-active-box-shadow:var(--vc-shadow);--vc-nav-item-current-color:var(--vc-accent-600);--vc-day-popover-container-color:var(--vc-white);--vc-day-popover-container-bg:var(--vc-gray-800);--vc-day-popover-container-border:var(--vc-gray-700);--vc-day-popover-header-color:var(--vc-gray-700);--vc-popover-content-color:var(--vc-gray-900);--vc-popover-content-bg:var(--vc-gray-50);--vc-popover-content-border:var(--vc-gray-300);--vc-time-picker-border:var(--vc-gray-300);--vc-time-weekday-color:var(--vc-gray-700);--vc-time-month-color:var(--vc-accent-600);--vc-time-day-color:var(--vc-accent-600);--vc-time-year-color:var(--vc-gray-500);--vc-time-select-group-bg:var(--vc-gray-50);--vc-time-select-group-border:var(--vc-gray-300);--vc-time-select-group-icon-color:var(--vc-accent-500);--vc-select-color:var(--vc-gray-900);--vc-select-bg:var(--vc-gray-100);--vc-select-hover-bg:var(--vc-gray-200);--vc-day-content-hover-bg:var(--vc-hover-bg);--vc-day-content-disabled-color:var(--vc-gray-400)}.vc-light .vc-attr,.vc-light.vc-attr{--vc-content-color:var(--vc-accent-600);--vc-highlight-outline-bg:var(--vc-white);--vc-highlight-outline-border:var(--vc-accent-600);--vc-highlight-outline-content-color:var(--vc-accent-700);--vc-highlight-light-bg:var(--vc-accent-200);--vc-highlight-light-content-color:var(--vc-accent-900);--vc-highlight-solid-bg:var(--vc-accent-600);--vc-highlight-solid-content-color:var(--vc-white);--vc-dot-bg:var(--vc-accent-600);--vc-bar-bg:var(--vc-accent-600)}.vc-dark{--vc-color:var(--vc-white);--vc-bg:var(--vc-gray-900);--vc-border:var(--vc-gray-700);--vc-hover-bg:rgba(114,129,151,.3);--vc-focus-ring:0 0 0 2px rgba(59,130,246,.7);--vc-header-arrow-color:var(--vc-gray-300);--vc-header-arrow-hover-bg:var(--vc-gray-800);--vc-header-title-color:var(--vc-gray-100);--vc-weekday-color:var(--vc-accent-200);--vc-weeknumber-color:var(--vc-gray-500);--vc-nav-hover-bg:var(--vc-gray-700);--vc-nav-title-color:var(--vc-gray-100);--vc-nav-item-hover-box-shadow:none;--vc-nav-item-active-color:var(--vc-white);--vc-nav-item-active-bg:var(--vc-accent-500);--vc-nav-item-active-box-shadow:none;--vc-nav-item-current-color:var(--vc-accent-400);--vc-day-popover-container-color:var(--vc-gray-800);--vc-day-popover-container-bg:var(--vc-white);--vc-day-popover-container-border:var(--vc-gray-100);--vc-day-popover-header-color:var(--vc-gray-300);--vc-popover-content-color:var(--vc-white);--vc-popover-content-bg:var(--vc-gray-800);--vc-popover-content-border:var(--vc-gray-700);--vc-time-picker-border:var(--vc-gray-700);--vc-time-weekday-color:var(--vc-gray-400);--vc-time-month-color:var(--vc-accent-400);--vc-time-day-color:var(--vc-accent-400);--vc-time-year-color:var(--vc-gray-500);--vc-time-select-group-bg:var(--vc-gray-700);--vc-time-select-group-border:var(--vc-gray-500);--vc-time-select-group-icon-color:var(--vc-accent-400);--vc-select-color:var(--vc-gray-200);--vc-select-bg:var(--vc-gray-700);--vc-select-hover-bg:var(--vc-gray-600);--vc-day-content-hover-bg:var(--vc-hover-bg);--vc-day-content-disabled-color:var(--vc-gray-600)}.vc-dark .vc-attr,.vc-dark.vc-attr{--vc-content-color:var(--vc-accent-500);--vc-highlight-outline-bg:var(--vc-gray-900);--vc-highlight-outline-border:var(--vc-accent-300);--vc-highlight-outline-content-color:var(--vc-accent-200);--vc-highlight-light-bg:var(--vc-accent-800);--vc-highlight-light-content-color:var(--vc-accent-100);--vc-highlight-solid-bg:var(--vc-accent-500);--vc-highlight-solid-content-color:var(--vc-white);--vc-dot-bg:var(--vc-accent-500);--vc-bar-bg:var(--vc-accent-500)}.vc-container{background-color:var(--vc-bg);color:var(--vc-color);display:inline-flex;font-family:var(--vc-font-family);height:-moz-max-content;height:max-content;position:relative;width:-moz-max-content;width:max-content;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}.vc-container,.vc-container *{box-sizing:border-box}.vc-container :focus,.vc-container:focus{outline:none}.vc-container .vc-container{border:none}.vc-bordered{border:1px solid;border-color:var(--vc-border);border-radius:var(--vc-rounded-lg)}.vc-expanded{min-width:100%}.vc-transparent{background-color:transparent}.vc-date-picker-content{background-color:var(--vc-bg);padding:0}.vc-date-picker-content .vc-container{border:0}html.light-mode .button-disabled{background-color:var(--grey-10)}html.light-mode .button-secondary{background-color:var(--grey-20);color:var(--grey-80)}html.light-mode .button-secondary:hover{background-color:var(--grey-40)}html.light-mode .button-tertiary:hover{background-color:var(--transparent);border:1px solid var(--grey-60)}.button{align-items:center;border-radius:30px;display:flex;font-size:16px;gap:16px;justify-content:center;letter-spacing:.5px;line-height:20px;padding:12px 40px;transition:256ms ease;width:100%}.button-disabled{background-color:var(--grey-80);color:var(--grey-70);cursor:not-allowed}.button:active:not(.dropdown){transform:scale(.99);transition:0s}.button-primary{background-color:var(--yellow);color:var(--grey-80)}.button-primary:hover{background-color:var(--yellow-hover)}.button-secondary{background-color:var(--grey-70);color:var(--grey-90)}.button-secondary:hover{background-color:var(--grey-40)}.button-secondary:active{background-color:var(--grey-60)}.button svg{flex-shrink:0}.button-tertiary{border:1px solid var(--grey-60);color:var(--grey-60);padding:12px 40px}.button-tertiary:hover{background-color:var(--white-opacity-5-2);border-color:var(--grey-20);color:var(--grey-20)}.button-tertiary:active{background-color:unset;border:1px solid var(--grey-60);color:var(--grey-60)}.button-icon{border-color:var(--grey-40);border-radius:50%;color:var(--grey-40);max-height:48px;max-width:48px;padding:15px}.button_icon{height:16px;width:18px}.button-adding{background-color:var(--adding-background);color:var(--white);font-size:14px;gap:0;max-width:298px;padding:6px;position:relative}.button-adding svg{left:24px;position:absolute}.button-adding-publication{background-color:#5675b1}.button-adding-publication:hover{background-color:var(--blue)}@media screen and (max-width:991.98px){.button{font-size:12px;gap:8px;min-height:unset!important;min-width:unset!important;padding:9px 12px}.button svg{max-height:14px;max-width:14px}.button .icon-delete{max-height:24px;max-width:24px}}.switch{height:0;visibility:hidden;width:0}.switch-label{background:var(--grey-50);border-radius:40px;cursor:pointer;display:block;height:24px;position:relative;width:46px}.switch-label:after{background:var(--grey-60);border-radius:90px;content:"";height:20px;left:2px;position:absolute;top:2px;transition:var(--transition);width:20px}.switch-label:active:after{width:30px}.switch:checked+.switch-label{background:var(--grey-50)}.switch:checked+.switch-label:after{background:var(--yellow);left:calc(100% - 2px);transform:translate(-100%)}:where(:not(html,iframe,canvas,img,svg,video,audio,#text-editor *,.work-details_description *,.shortpost_text *,input[type=radio]):not(svg *,symbol *,.md-editor-preview *,.blog-one_content *)){all:unset;display:revert}*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent}*,:after,:before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul:not(.dialog_block-list){list-style:none}img:not(.comment_image,.model_slider-img,.shortpost_foreground,.model-details_marks-icon,.pswp__img){max-block-size:100%;max-inline-size:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}summary{list-style:none}details summary::-webkit-details-marker{display:none}:where(pre){all:revert}::-moz-placeholder{color:unset}::placeholder{color:unset}::marker{content:normal}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;-webkit-line-break:after-white-space;overflow-wrap:break-word;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}body,html{height:100%}input[type=password]::-ms-clear,input[type=password]::-ms-reveal{display:none!important}.maz-zoom-img{background-color:#0009!important}@font-face{font-display:swap;font-family:Montserrat;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Montserrat;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Montserrat;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Montserrat;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Montserrat;font-style:italic;font-weight:100 900;src:url(https://fonts.gstatic.com/s/montserrat/v26/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:100 900;src:url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Gilroy;font-style:normal;font-weight:800;src:url(/assets/fonts/Gilroy-ExtraBold.eot);src:local("Gilroy ExtraBold"),local("Gilroy-ExtraBold"),url(/assets/fonts/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/Gilroy-ExtraBold.woff) format("woff"),url(/assets/fonts/Gilroy-ExtraBold.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:900;src:url(./Gilroy-Heavy.C1GfqxwD.eot);src:local("Gilroy Heavy"),local("Gilroy-Heavy"),url(./Gilroy-Heavy.C1GfqxwD.eot?#iefix) format("embedded-opentype"),url(./Gilroy-Heavy.Cnu3wtHy.woff) format("woff"),url(./Gilroy-Heavy.Dy7K4FTd.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:italic;font-weight:300;src:url(./Gilroy-LightItalic.Bv7vlx0m.eot);src:local("Gilroy Light Italic"),local("Gilroy-LightItalic"),url(./Gilroy-LightItalic.Bv7vlx0m.eot?#iefix) format("embedded-opentype"),url(./Gilroy-LightItalic.CVyfFiA-.woff) format("woff"),url(./Gilroy-LightItalic.DIFp5wXl.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:italic;font-weight:100;src:url(./Gilroy-ThinItalic.BuYpxZDX.eot);src:local("Gilroy Thin Italic"),local("Gilroy-ThinItalic"),url(./Gilroy-ThinItalic.BuYpxZDX.eot?#iefix) format("embedded-opentype"),url(./Gilroy-ThinItalic.DWHOF1Mi.woff) format("woff"),url(./Gilroy-ThinItalic.v-gad2Pl.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:italic;font-weight:900;src:url(./Gilroy-BlackItalic.CAIMuxJ0.eot);src:local("Gilroy Black Italic"),local("Gilroy-BlackItalic"),url(./Gilroy-BlackItalic.CAIMuxJ0.eot?#iefix) format("embedded-opentype"),url(./Gilroy-BlackItalic.BgxusjWG.woff) format("woff"),url(./Gilroy-BlackItalic.3PETHVGc.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:italic;font-weight:700;src:url(./Gilroy-BoldItalic.C0_HmjXW.eot);src:local("Gilroy Bold Italic"),local("Gilroy-BoldItalic"),url(./Gilroy-BoldItalic.C0_HmjXW.eot?#iefix) format("embedded-opentype"),url(./Gilroy-BoldItalic.DdmOhs_0.woff) format("woff"),url(./Gilroy-BoldItalic.D4V3PmHl.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:600;src:url(/assets/fonts/Gilroy-SemiBold.eot);src:local("Gilroy SemiBold"),local("Gilroy-SemiBold"),url(/assets/fonts/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/Gilroy-SemiBold.woff) format("woff"),url(/assets/fonts/Gilroy-SemiBold.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:italic;font-weight:200;src:url(./Gilroy-UltraLightItalic.DMNiFfyH.eot);src:local("Gilroy UltraLight Italic"),local("Gilroy-UltraLightItalic"),url(./Gilroy-UltraLightItalic.DMNiFfyH.eot?#iefix) format("embedded-opentype"),url(./Gilroy-UltraLightItalic.BaVy4jzv.woff) format("woff"),url(./Gilroy-UltraLightItalic.A_KtA_83.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:italic;font-weight:600;src:url(/assets/fonts/Gilroy-SemiBoldItalic.eot);src:local("Gilroy SemiBold Italic"),local("Gilroy-SemiBoldItalic"),url(/assets/fonts/Gilroy-SemiBoldItalic.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/Gilroy-SemiBoldItalic.woff) format("woff"),url(/assets/fonts/Gilroy-SemiBoldItalic.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:300;src:url(./Gilroy-Light.Cp_K_C_L.eot);src:local("Gilroy Light"),local("Gilroy-Light"),url(./Gilroy-Light.Cp_K_C_L.eot?#iefix) format("embedded-opentype"),url(./Gilroy-Light.CXWqBM4s.woff) format("woff"),url(./Gilroy-Light.Cap-Z-rq.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:italic;font-weight:500;src:url(./Gilroy-MediumItalic.CYR-cIh0.eot);src:local("Gilroy Medium Italic"),local("Gilroy-MediumItalic"),url(./Gilroy-MediumItalic.CYR-cIh0.eot?#iefix) format("embedded-opentype"),url(./Gilroy-MediumItalic.BNO3xrU_.woff) format("woff"),url(./Gilroy-MediumItalic.DyYpm8ty.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:italic;font-weight:800;src:url(/assets/fonts/Gilroy-ExtraBoldItalic.eot);src:local("Gilroy ExtraBold Italic"),local("Gilroy-ExtraBoldItalic"),url(/assets/fonts/Gilroy-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/Gilroy-ExtraBoldItalic.woff) format("woff"),url(/assets/fonts/Gilroy-ExtraBoldItalic.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:400;src:url(./Gilroy-Regular.Cj5lkFel.eot);src:local("Gilroy Regular"),local("Gilroy-Regular"),url(./Gilroy-Regular.Cj5lkFel.eot?#iefix) format("embedded-opentype"),url(./Gilroy-Regular.-Z-4elQA.woff) format("woff"),url(./Gilroy-Regular.eCFN1h-s.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:italic;font-weight:900;src:url(./Gilroy-HeavyItalic.S5chAJfm.eot);src:local("Gilroy Heavy Italic"),local("Gilroy-HeavyItalic"),url(./Gilroy-HeavyItalic.S5chAJfm.eot?#iefix) format("embedded-opentype"),url(./Gilroy-HeavyItalic.DOzV5foo.woff) format("woff"),url(./Gilroy-HeavyItalic.a1Hspzl1.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:500;src:url(./Gilroy-Medium.B4Jgmzal.eot);src:local("Gilroy Medium"),local("Gilroy-Medium"),url(./Gilroy-Medium.B4Jgmzal.eot?#iefix) format("embedded-opentype"),url(./Gilroy-Medium.DzJeihj1.woff) format("woff"),url(./Gilroy-Medium.D_ha_KMG.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:italic;font-weight:400;src:url(./Gilroy-RegularItalic.Bw3aHgza.eot);src:local("Gilroy Regular Italic"),local("Gilroy-RegularItalic"),url(./Gilroy-RegularItalic.Bw3aHgza.eot?#iefix) format("embedded-opentype"),url(./Gilroy-RegularItalic.8OZP4P0W.woff) format("woff"),url(./Gilroy-RegularItalic.DDTAAs2x.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:200;src:url(./Gilroy-UltraLight.CP2yVS5z.eot);src:local("Gilroy UltraLight"),local("Gilroy-UltraLight"),url(./Gilroy-UltraLight.CP2yVS5z.eot?#iefix) format("embedded-opentype"),url(./Gilroy-UltraLight.CyGV2kw1.woff) format("woff"),url(./Gilroy-UltraLight.Cw-M5iRy.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:700;src:url(./Gilroy-Bold.ktNFzgfp.eot);src:local("Gilroy Bold"),local("Gilroy-Bold"),url(./Gilroy-Bold.ktNFzgfp.eot?#iefix) format("embedded-opentype"),url(./Gilroy-Bold.C8N-3pXi.woff) format("woff"),url(./Gilroy-Bold.sm1PNH13.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:100;src:url(./Gilroy-Thin.3Jf74vmv.eot);src:local("Gilroy Thin"),local("Gilroy-Thin"),url(./Gilroy-Thin.3Jf74vmv.eot?#iefix) format("embedded-opentype"),url(./Gilroy-Thin.C044ErzJ.woff) format("woff"),url(./Gilroy-Thin.i69hX1Nj.ttf) format("truetype")}@font-face{font-family:Gilroy;font-style:normal;font-weight:900;src:url(./Gilroy-Black.BTLwg7ad.eot);src:local("Gilroy Black"),local("Gilroy-Black"),url(./Gilroy-Black.BTLwg7ad.eot?#iefix) format("embedded-opentype"),url(./Gilroy-Black.VN_6-Mvf.woff) format("woff"),url(./Gilroy-Black.CJqPwUMd.ttf) format("truetype")}html{--grey-10:#e2e5ed;--grey-20:#c8ced4;--grey-30:#b2b9bc;--grey-40:#a0a8ab;--grey-50:#878f93;--grey-60:#63696c;--grey-70:#575e61;--grey-80:#3b4348;--grey-90:#1c2124;--yellow:#faff05;--yellow-hover:#f4de15;--white:#fff;--white-opacity-5:#202023;--white-opacity-5-2:#1a1a1c;--white-opacity-10:#343436;--adding-background:#333;--adding-input-border:#686e71;--red:#ff1d45;--red-2:#aa0909;--transparent:transparent;--blue:#1187c9}html.dark-mode{--transition:all .3s ease-in-out;--opacity-100:rgba(0,0,0,.01);--opacity-200:rgba(0,0,0,.02);--opacity-300:rgba(0,0,0,.03);--opacity-400:rgba(0,0,0,.04);--opacity-500:rgba(0,0,0,.05);--static-white:#fff;--hover-button:#333336;--border-color:#9c9c9c;--border-color-secondary:#464646;--text-color:#fff;--text-color-secondary:#747474;--text-color-tertiary:#9f9f9f;--text-color-quaternary:#aeaeae;--text-shadow:rgba(0,0,0,.7);--background-secondary:#1d1d20;--background-secondary-hover:#242426;--background-tertiary:#3d3d41;--dark-background:#3333362e;--background-gradient:linear-gradient(180deg,#333336,#5b5b62c7);--background-gradient-hover:linear-gradient(180deg,#333336,#5b5b627a);--background-gradient-secondary:linear-gradient(180deg,#3333362e,#ababab00);--background-gradient-secondary-hover:linear-gradient(180deg,#3333362e,#ababab1a);--grey:#ffffff40;--dark-grey:#222226;--dark-grey-secondary:#1d1d20;--light-grey:#74747433;--light-grey-secondary:#8c8d96;--red-secondary:#a81c1c;--red-tertiary:#7e2222;--light-red:#e4e4e4;--black:#000;--black-secondary:#0e0e10;--black-tertiary:#333;--yellow-active:#a3a300;--white-secondary:#ebebeb;--purple:#7109aa;--blue:#4453fb;--blue-secondary:#2c4586;--turquoise:#219ebc;--orange:#ffb703;--green:#0bd146;--card-gradient:linear-gradient(180deg,rgba(7,7,7,0),rgba(8,8,8,.03) 10%,rgba(9,9,9,.14) 20%,hsla(0,0%,4%,.35) 30%,hsla(0,0%,5%,.57) 40%,hsla(0,0%,5%,.78) 50%,hsla(0,0%,5%,.89) 60%);--avatar-gradient:linear-gradient(180deg,transparent,hsla(0,0%,5%,.81) 39.06%,hsla(0,0%,5%,.99) 64.06%,#161616);--popular-figures-avatar:linear-gradient(180deg,#7109aa 20%,#e4e4e4a8 89%);--tool-background-color:#363636;--border-block-user:#ffffff1a;--aside-icon-color:#9f9f9f;--search-text:#6d6d6d;--dropdown-profile:#28282b;--dropdown-profile-border:#43434380;--refill-border:#ffffff26;--filter-background:hsla(0,0%,100%,.5);--otp-gradient:linear-gradient(#7109aa80,#e4e4e4a8);--card-money-background:#16161680;--card-money-textcolor:var(--yellow);--like-color:var(--yellow);--main-text:#67738b;--background:#0e0e10;--background-2:#1d1d20}html.light-mode{--transition:all .3s ease-in-out;--opacity-100:rgba(0,0,0,.01);--opacity-200:rgba(0,0,0,.02);--opacity-300:rgba(0,0,0,.03);--opacity-400:rgba(0,0,0,.04);--opacity-500:rgba(0,0,0,.05);--static-white:#fff;--hover-button:#565656;--border-color:#9c9c9c;--border-color-secondary:#d7d7d7;--text-color:#363636;--text-color-secondary:#747474;--text-color-tertiary:#363636;--text-shadow:rgba(0,0,0,.7);--background:#f4f4f9;--background-secondary:#fff;--background-secondary-hover:#d3d3d3;--background-tertiary:#ebebeb;--dark-background:#3333362e;--background-gradient:#333336;--background-gradient-hover:linear-gradient(180deg,#565656,#5b5b627a);--background-gradient-secondary:linear-gradient(180deg,#3333362e,#ababab00);--background-gradient-secondary-hover:linear-gradient(180deg,#3333362e,#ababab1a);--grey:#ffffff40;--dark-grey:rgba(51,51,54,.18);--dark-grey-secondary:#f0f0f0;--light-grey:#74747433;--light-grey-secondary:#8c8d96;--red-secondary:#a81c1c;--red-tertiary:#7e2222;--light-red:#e4e4e4;--black:#fff;--black-secondary:#e8e8e8;--black-tertiary:#333;--white:#1c1c1c;--white-secondary:#ebebeb;--purple:#7109aa;--blue:#4453fb;--blue-secondary:#2c4586;--turquoise:#219ebc;--orange:#ffb703;--green:#0bd146;--card-gradient:linear-gradient(180deg,transparent,hsla(0,0%,100%,0) .01%,hsla(0,0%,100%,.05) 11.46%,hsla(0,0%,100%,.69) 39.06%,#f0f0f0 64.06%,#fff);--avatar-gradient:linear-gradient(180deg,transparent,hsla(0,0%,5%,.81) 39.06%,hsla(0,0%,5%,.99) 64.06%,#161616);--popular-figures-avatar:linear-gradient(180deg,#7109aa 20%,#a6a6a6 89%);--tool-background-color:#3333362e;--border-block-user:#e0e0e0b3;--aside-icon-color:#1c1c1c;--search-text:#747474;--dropdown-profile:#565656;--dropdown-border:#43434380;--refill-border:hsla(0,0%,45%,.3);--filter-background:rgba(0,0,0,.5);--otp-gradient:linear-gradient(#7109aa80,#e4e4e4a8);--card-money-background:#ffffff80;--card-money-textcolor:#1c1c1c;--like-color:var(--red);--main-text:#67738b;--background-2:#fff}html.light-mode .button-default:hover{color:var(--background-secondary)}html.light-mode .dropdown_user-main button{color:#fff}html.light-mode .popular-figures_user-avatar img{border-color:#fff}html.light-mode .profile_button-plus,html.light-mode .select,html.light-mode .textarea_wrap{background:none}html.light-mode .select .input_wrap{background:#fff}html.light-mode .blog_input .textarea_wrap,html.light-mode .theme_input .textarea_wrap{background:var(--dark-grey-secondary)}:root{--container-padding-left:16px;--container-padding-right:16px;--container-padding-bottom:47px;--container-width:1732px;--container-margin-top:47px;--container-margin-right:80px;--header-height:61px;--aside-margin-right:20px;--aside-width:72px}@media screen and (max-width:1199.98px){:root{--container-margin-right:0px;--aside-margin-right:0px}}@media screen and (max-width:991.98px){:root{--container-padding-left:8px;--container-padding-right:8px}}@media screen and (max-width:1199.98px){:root{--aside-width:0px}}[class*=page-gallery-slug-id] main,[class*=page-marketplace-slug-id]:not(.page-marketplace-slug-id-edit) main{margin-top:unset!important}@media screen and (max-width:1592.98px){[class*=page-]:not(.aside-visible,.admin-layout) .header_container{margin-left:0;padding-left:var(--container-margin-right)}[class*=page-]:not(.aside-visible,.admin-layout) main{margin-left:var(--container-margin-right)}}:root{--surface-a:#161d21;--surface-b:#0e1315;--surface-c:rgba(158,173,230,.08);--surface-d:#263238;--surface-e:#161d21;--surface-f:#161d21;--primary-color:#9eade6;--primary-color-text:#121212;--font-family-palette:-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",arial,Tahoma,verdana,sans-serif;--font-family-bold:"Montserrat",var(--font-family-palette);--font-family-regular:"Gilroy",var(--font-family-palette);--surface-0:#0e1315;--surface-50:#262b2c;--surface-100:#3e4244;--surface-200:#565a5b;--surface-300:#6e7173;--surface-400:#87898a;--surface-500:#9fa1a1;--surface-600:#b7b8b9;--surface-700:#cfd0d0;--surface-800:#e7e7e8;--surface-900:#fff;--gray-50:#e7e7e8;--gray-100:#cfd0d0;--gray-200:#b7b8b9;--gray-300:#9fa1a1;--gray-400:#87898a;--gray-500:#6e7173;--gray-600:#565a5b;--gray-700:#3e4244;--gray-800:#262b2c;--gray-900:#0e1315;--content-padding:1rem;--inline-spacing:.5rem;--border-radius:6px;--surface-ground:#0e1315;--surface-section:#0e1315;--surface-card:#161d21;--surface-overlay:#161d21;--surface-border:#263238;--surface-hover:rgba($primaryColor,.08);--focus-ring:0 0 0 1px #9eade6;--maskbg:rgba(0,0,0,.4);--highlight-bg:rgba(158,173,230,.16);--highlight-text-color:#9eade6;color-scheme:dark;--blue-50:#f6fbfd;--blue-100:#d6eaf5;--blue-200:#b5d9ed;--blue-300:#95c8e4;--blue-400:#74b7dc;--blue-500:#54a6d4;--blue-600:#478db4;--blue-700:#3b7494;--blue-800:#2e5b75;--blue-900:#224255;--green-50:#f9fbf4;--green-100:#e3eccc;--green-200:#cddca4;--green-300:#b7cd7c;--green-400:#a1bd54;--green-500:#8bae2c;--green-600:#769425;--green-700:#617a1f;--green-800:#4c6018;--green-900:#384612;--yellow-50:#fffdf4;--yellow-100:#fff4cc;--yellow-200:#ffeba3;--yellow-300:#ffe27b;--yellow-400:#ffd952;--yellow-500:#ffd02a;--yellow-600:#d9b124;--yellow-700:#b3921d;--yellow-800:#8c7217;--yellow-900:#665311;--cyan-50:#f5fafc;--cyan-100:#cfe9f3;--cyan-200:#a8d8e9;--cyan-300:#82c7df;--cyan-400:#5bb5d6;--cyan-500:#35a4cc;--cyan-600:#2d8bad;--cyan-700:#25738f;--cyan-800:#1d5a70;--cyan-900:#154252;--pink-50:#fdf6f8;--pink-100:#f5d6dd;--pink-200:#edb5c2;--pink-300:#e495a8;--pink-400:#dc748d;--pink-500:#d45472;--pink-600:#b44761;--pink-700:#943b50;--pink-800:#752e3f;--pink-900:#55222e;--indigo-50:#f6f8fd;--indigo-100:#d6ddf5;--indigo-200:#b5c2ed;--indigo-300:#95a8e4;--indigo-400:#748ddc;--indigo-500:#5472d4;--indigo-600:#4761b4;--indigo-700:#3b5094;--indigo-800:#2e3f75;--indigo-900:#222e55;--teal-50:#f5fcfa;--teal-100:#d1f0e8;--teal-200:#ace3d6;--teal-300:#88d7c4;--teal-400:#63cbb2;--teal-500:#3fbfa0;--teal-600:#36a288;--teal-700:#2c8670;--teal-800:#236958;--teal-900:#194c40;--orange-50:#fffaf4;--orange-100:#ffe5cc;--orange-200:#ffd0a3;--orange-300:#ffbb7b;--orange-400:#ffa752;--orange-500:#ff922a;--orange-600:#d97c24;--orange-700:#b3661d;--orange-800:#8c5017;--orange-900:#663a11;--bluegray-50:#f9fafb;--bluegray-100:#e1e5ea;--bluegray-200:#c9d0d9;--bluegray-300:#b1bbc8;--bluegray-400:#99a6b7;--bluegray-500:#8191a6;--bluegray-600:#6e7b8d;--bluegray-700:#5a6674;--bluegray-800:#47505b;--bluegray-900:#343a42;--purple-50:#f8f6fd;--purple-100:#ded6f5;--purple-200:#c4b5ed;--purple-300:#aa95e4;--purple-400:#9074dc;--purple-500:#7654d4;--purple-600:#6447b4;--purple-700:#533b94;--purple-800:#412e75;--purple-900:#2f2255;--red-50:#fff7f6;--red-100:#ffd8d2;--red-200:#ffb9af;--red-300:#ff9b8b;--red-400:#ff7c68;--red-500:#ff5d44;--red-600:#d94f3a;--red-700:#b34130;--red-800:#8c3325;--red-900:#66251b;--primary-50:#fafbfe;--primary-100:#e8ebf9;--primary-200:#d5dcf4;--primary-300:#c3ccf0;--primary-400:#b0bdeb;--primary-500:#9eade6;--primary-600:#8693c4;--primary-700:#6f79a1;--primary-800:#575f7f;--primary-900:#3f455c}.works{display:flex;flex-direction:column}.works_profile-links{align-items:center;display:flex;gap:37px}.works_profile-links .router-link-active{color:var(--text-color)}.works_profile-links-item{color:var(--text-color-secondary);font-size:20px;font-weight:600}.works_profile-links-item:hover{color:var(--text-color)}.works_title{align-items:center;display:flex;gap:8px;white-space:nowrap}.works_head{justify-content:space-between}.works_head-item{align-items:center;display:flex;gap:60px}@media screen and (max-width:767.98px){.works_head-item{gap:unset;justify-content:space-between;width:100%}}.works_head-right{width:100%}.works_head-label{display:flex;gap:4px}.works_head-label small{font-family:var(--font-family-bold);font-size:13px}.works_head-mode{cursor:pointer;display:flex;gap:9px;margin-left:auto}.works_head-separator{background:var(--text-color-secondary);height:18px;width:1px}.works_head-style{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative;transition:var(--transition)}.works_head-style-selected{position:absolute;right:10px;top:10px}.works_head-style-selected:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23FAFF05' d='M9 0C4.032 0 0 4.032 0 9s4.032 9 9 9 9-4.032 9-9-4.032-9-9-9m0 16.2c-3.969 0-7.2-3.231-7.2-7.2S5.031 1.8 9 1.8s7.2 3.231 7.2 7.2-3.231 7.2-7.2 7.2m4.131-11.178L7.2 10.953 4.869 8.631 3.6 9.9l3.6 3.6 7.2-7.2z'/%3E%3C/svg%3E")}.works_head-style img{border-radius:12px;filter:brightness(.6);-o-object-fit:cover;object-fit:cover;transition:var(--transition)}.works_head-style:hover img{transform:scale(.95)}.works_head-style:hover .models_head-style-label{transform:scale(1.05)}.works_head-style-label{align-items:center;color:#fff;display:flex;font-family:var(--font-family-bold);font-size:20px;font-weight:600;height:100%;justify-content:center;position:absolute;right:0;text-align:center;top:0;transition:var(--transition);width:100%}.works_head-style-reset{color:var(--yellow-hover);cursor:pointer;font-size:20px;font-weight:400;grid-area:auto;text-align:end}.works_head-styles{background:var(--background-secondary);border:1px solid var(--border-color-secondary);border-radius:12px;-moz-column-gap:7px;column-gap:7px;display:grid;grid-template-columns:repeat(4,1fr);max-width:1263px;overflow-y:auto;padding:22px;row-gap:8px}@media screen and (max-width:767.98px){.works_head-styles{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:575.98px){.works_head-styles{grid-template-columns:repeat(2,1fr)}}.works-label{display:flex;font-family:var(--font-family-bold);font-size:20px;font-weight:600;gap:5px}.works-label small{font-size:13px}html.light-mode .checkbox input:checked+.radio-button_mark{background:var(--black)}html.light-mode .dropdown_inner{background-color:var(--background-secondary-hover);color:var(--text-color)}html.light-mode .dropdown_inner-triangle:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%23d3d3d3' d='M0 1.001A1 1 0 0 1 1.5.135L11 4.268A1 1 0 0 1 11 6l-9.5 5.394a1 1 0 0 1-1.5-.866z'/%3E%3C/svg%3E")}html.light-mode .dropdown_inner .icon-button{border:1px solid var(--text-color)}html.light-mode .checkbox_mark:not(.radio-button_mark) svg path{stroke:#fff}html.light-mode .checkbox{color:var(--text-color)}html.light-mode .dropdown_user-main button{background-color:var(--background-gradient)}html.light-mode .card_menu_item{background:#dbdbdccc;padding:10px 30px}html.light-mode .textarea_actions-not-active svg{fill:var(--light-grey-secondary)}body{background-color:var(--background)}body .checkbox{color:var(--grey-40)}html{scrollbar-gutter:stable}::-webkit-scrollbar{background:var(--background-secondary);border-radius:4px;width:8px}::-webkit-scrollbar-thumb{background:var(--background-secondary-hover);border-radius:4px}#wrapper{height:100%}main{flex:1 0 auto}footer{background-color:var(--background-secondary);bottom:0;color:var(--grey-60);display:none;flex:0 0 auto;left:0;padding:9px 12px;position:fixed;width:100%;z-index:5}@media screen and (max-width:991.98px){footer{display:block}}footer a:active,footer a:hover{color:var(--white)}.footer_container{align-items:center;display:flex;justify-content:space-between}.footer_item{transition:.2s ease}.footer_item .burger,.footer_item .header_user-button,.footer_item a{padding:8px}.footer_item a{display:block}.footer_item-active{color:var(--white)}body{font-family:var(--font-family-regular);font-size:14px}.button,.button-icon,button{cursor:pointer}.text-wrap{overflow-wrap:break-word;overflow-wrap:anywhere}body{overflow-y:scroll}.admin-layout,.default-layout{color:var(--text-color);display:flex;flex-direction:column;height:100%}.admin-layout:not(.page-gallery-slug-id) main,.admin-layout:not(.page-marketplace-slug-id) main,.default-layout:not(.page-gallery-slug-id) main,.default-layout:not(.page-marketplace-slug-id) main{padding-bottom:calc(var(--container-padding-bottom))}.admin-layout:not(.page-gallery-slug-id) .main-footer,.admin-layout:not(.page-marketplace-slug-id) .main-footer,.default-layout:not(.page-gallery-slug-id) .main-footer,.default-layout:not(.page-marketplace-slug-id) .main-footer{margin-top:calc(var(--container-padding-bottom)*-1);padding-bottom:calc(var(--container-padding-bottom))}@media screen and (max-width:991.98px){.admin-layout:not(.page-gallery-slug-id) main,.admin-layout:not(.page-marketplace-slug-id) main,.default-layout:not(.page-gallery-slug-id) main,.default-layout:not(.page-marketplace-slug-id) main{padding-bottom:calc(var(--container-padding-bottom) + 63.33px)}.admin-layout:not(.page-gallery-slug-id) .main-footer,.admin-layout:not(.page-marketplace-slug-id) .main-footer,.default-layout:not(.page-gallery-slug-id) .main-footer,.default-layout:not(.page-marketplace-slug-id) .main-footer{margin-top:calc((var(--container-padding-bottom) + 63.33px)*-1);padding-bottom:calc(var(--container-padding-bottom) + 63.33px)}.admin-layout:not(.page-gallery-slug-id).footer-search main,.admin-layout:not(.page-marketplace-slug-id).footer-search main,.default-layout:not(.page-gallery-slug-id).footer-search main,.default-layout:not(.page-marketplace-slug-id).footer-search main{padding-bottom:calc(var(--container-padding-bottom) + 130.66px)}.admin-layout:not(.page-gallery-slug-id).footer-search .main-footer,.admin-layout:not(.page-marketplace-slug-id).footer-search .main-footer,.default-layout:not(.page-gallery-slug-id).footer-search .main-footer,.default-layout:not(.page-marketplace-slug-id).footer-search .main-footer{margin-top:calc(var(--container-padding-bottom)*-1 + -130.66px);padding-bottom:calc(var(--container-padding-bottom) + 130.66px)}}.admin-layout main,.default-layout main{padding-bottom:63.33px}.overflow-locked{overflow:hidden}progress{align-items:center;border-radius:8px;display:flex;position:relative}progress:before{content:attr(placeholder);display:block;font-size:9px;left:47.5%;position:absolute}progress::-webkit-progress-bar{background-color:var(--background-secondary);border-radius:8px}progress::-webkit-progress-value{background-color:var(--background-secondary-hover);border-radius:8px}.link{color:var(--yellow);cursor:pointer;display:inline-block;font-family:var(--font-family-regular);margin-left:-8px;padding:8px;transition:128ms ease}.link:hover{color:var(--yellow-hover)}.link-underline:hover{text-decoration:underline}.course{font-family:var(--font-family-bold);font-size:18x;font-weight:700;text-align:center}.course span{color:var(--yellow)}.menu-mobail{display:flex;gap:50px}@media screen and (max-width:991.98px){.menu-mobail{flex-direction:column}}.menu_item{align-items:center;cursor:pointer;display:flex;font-size:13px;gap:8px;text-align:center;transition:128ms ease}.menu_item-disabled{opacity:.4}@media screen and (max-width:991.98px){.menu_item{justify-content:center}}.menu_item svg{max-height:22px;max-width:22px}.menu_item:hover{color:#a9a9a9;transition:.3s}.menu_item:hover svg{fill:#a9a9a9}.menu_item.router-link-active{color:var(--text-color)}.menu_item.router-link-active svg{fill:var(--yellow)}.menu_item.router-link-active:hover{color:var(--text-color);transition:.3s}.menu_item.router-link-active.dropdown_link{padding-bottom:12px;padding-top:12px}@media screen and (max-width:991.98px){.menu_dropdown{text-align:center}.menu_dropdown:hover .dropdown_inner{display:flex}.menu_dropdown .dropdown_item{background-color:unset;border-bottom:unset;justify-content:center}.menu_dropdown .dropdown_item:first-child{margin-top:50px}.menu_dropdown .dropdown_item a{padding:unset;width:unset}.menu_dropdown .dropdown_inner{display:flex;flex-direction:column;gap:50px;margin-left:unset;padding:unset;position:unset}}.work-filters{display:flex;height:100%;position:fixed!important;right:0;top:0;z-index:9999}.work-filters .dropdown_window-mobile{top:calc(var(--header-height))}.work-filters .dropdown_window-mobile .dropdown_mobile{height:calc(100% - var(--header-height))}@media screen and (max-width:991.98px){.work-filters{top:var(--header-height)}.work-filters .dropdown_window-mobile{top:calc(var(--header-height) + 61px)}.work-filters .dropdown_window-mobile .dropdown_mobile{height:calc(100% - var(--header-height) - 61px)}}.work-filters_container{align-items:flex-start;background:var(--background-secondary);border:1px solid var(--light-grey);border-radius:0 0 0 29px;display:flex;flex-direction:column;gap:13px;overflow-y:auto;padding:17px 20px}@media screen and (max-width:991.98px){.work-filters_container{border-radius:0;padding:30px 48px 100px}}.work-filters_cross{fill:var(--white);cursor:pointer;height:25px;width:25px}.work-filters_head{display:flex;justify-content:space-between}.work-filters_item{display:flex;gap:10px}.work-filters_item span{color:var(--text-color-secondary);font-weight:400;text-overflow:ellipsis;white-space:inherit}.work-filters_item .checkbox{display:grid;grid-template-columns:max-content 1fr}.work-filters_items{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(2,1fr);row-gap:7px}@media screen and (max-width:575.98px){.work-filters_items{grid-template-columns:repeat(1,1fr)}}.work-filters_colors{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.work-filters_line{background:var(--border-color-secondary);height:1px;min-width:11px}.work-filters_reset{color:var(--yellow-hover);cursor:pointer;font-size:20px;font-weight:400;margin:2px 0 0 28px;opacity:.5}.work-filters_reset:hover{opacity:1}.work-filters_nsfw{display:flex;gap:10px}.work-filters_nsfw span{color:var(--text-color)}.work-filters_range{align-items:center;display:flex;gap:7px}.work-filters_range .input_wrap{max-width:150px}@media screen and (max-width:991.98px){.work-filters_range .input_wrap{max-width:unset}}.work-filters_color{border-radius:50%;cursor:pointer;height:20px;width:20px}.work-filters_color-container{align-items:center;display:flex;justify-content:center}.work-filters_color-active{border:.5px solid var(--yellow);border-radius:50%}.work-filters_block{background-color:var(--background);border:1px solid var(--light-grey);border-radius:10px;display:flex;flex-direction:column;gap:7px;padding:13px 16px 13px 30px;width:100%}@media screen and (max-width:991.98px){.work-filters_block{padding:8px}}.work-filters_button{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:transparent;background-color:#00000080;border:1px solid var(--border-color);border-radius:50%;bottom:64px;box-shadow:0 0 10px #00000080;cursor:pointer;display:flex;height:50px;justify-content:center;position:fixed;right:64px;width:50px;z-index:3}.work-filters_button:hover{border:1px solid var(--yellow);transition:var(--transition)}.work-filters_button:hover path{transition:var(--transition);fill:var(--yellow)}@media screen and (max-width:1199.98px){.work-filters_button{bottom:var(--container-padding-left);right:var(--container-padding-right)}}.view-models{display:grid;gap:12px;grid-template-columns:repeat(3,1fr);row-gap:40px}.view-models .gallery_img{height:200px}.view-models model-viewer{display:block;min-height:200px;width:100%}@media screen and (max-width:1199.98px){.view-models{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767.98px){.view-models{grid-template-columns:repeat(1,1fr)}}.loading{animation:spin 1.5s linear infinite;border:2px solid var(--background);border-radius:50%;border-top-color:var(--yellow-hover);height:18px;padding:8px;width:18px}.loading-dropfile{position:absolute;right:8px;top:8px}.w-100{width:100%}.more-user{justify-content:space-between}.more-gallery,.more-marketplace,.more-user{background-color:var(--background);border-radius:8px;display:flex;flex-direction:column;gap:8px;padding:8px}.more-gallery,.more-marketplace{justify-content:flex-start;overflow:hidden;position:relative}.more-gallery_action,.more-marketplace_action{align-items:center;background-color:var(--background-secondary-hover);border-radius:50%;display:flex;justify-content:center}.more-gallery_head,.more-marketplace_head{display:flex;justify-content:space-between}.more-gallery_graphs,.more-marketplace_graphs{position:absolute;right:10px;top:10px}.more-gallery_preview,.more-marketplace_preview{align-items:center;background-color:var(--background-secondary);border:1px solid var(--background-secondary-hover);border-radius:8px;display:flex;justify-content:center;min-height:200px;position:relative;text-align:center}.more-gallery_top,.more-marketplace_top{padding:4px;position:absolute;right:9px;top:9px}.more-gallery_top svg,.more-marketplace_top svg{cursor:pointer;fill:var(--gray-300)}.more-gallery_actions,.more-marketplace_actions{display:flex;flex-direction:column;gap:8px}.more-gallery_buttons,.more-marketplace_buttons{display:flex;gap:8px}.more-gallery_buttons .button,.more-marketplace_buttons .button{width:100%}.more-gallery_data,.more-marketplace_data{display:flex;flex-direction:column;gap:8px}.more-gallery_title,.more-marketplace_title{font-family:var(--font-family-bold);font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.more-gallery_price,.more-marketplace_price{color:var(--yellow);font-size:13px;text-align:right}.more-gallery_admin,.more-marketplace_admin{display:flex;flex-direction:column;gap:8px}.more-gallery_admin .button,.more-marketplace_admin .button{width:100%}.more-gallery_link,.more-marketplace_link{cursor:pointer}.burger{display:none}@media screen and (max-width:991.98px){.burger{align-items:center;align-self:flex-end;cursor:pointer;display:flex;height:32px;justify-content:center;margin:auto;position:relative;width:32px}}.burger_part{background:var(--grey-70);border-radius:8px;height:3px;left:0;margin:auto;position:absolute;right:0;transition:all .35s cubic-bezier(.8,.1,.3,1.4);width:27px}.burger_part:first-child{top:calc(50% - 10.5px)}.burger_part:nth-child(2){top:calc(50% - 2.5px)}.burger_part:nth-child(3){top:calc(50% + 5.5px)}.burger--active .burger_part{background-color:var(--white)}.burger--active .burger_part:first-child{top:calc(50% - 1.5px)!important;transform:rotate(45deg);width:20px!important}.burger--active .burger_part:nth-child(2){left:-6px!important;opacity:0}.burger--active .burger_part:nth-child(3){top:calc(50% - 1.5px)!important;transform:rotate(-45deg);width:20px!important}.out{top:-70px;transition:transform 195ms cubic-bezier(.4,0,1,1);transition-property:all}@media screen and (max-width:991.98px){.aside-visible main{margin-top:calc(var(--header-height) + 72px + var(--container-margin-top))}}main{margin-left:calc(var(--aside-width) + var(--aside-margin-right));margin-right:var(--container-margin-right);margin-top:calc(var(--header-height) + var(--container-margin-top))}@media screen and (max-width:1199.98px){main{margin-left:8px;margin-right:8px}}@media screen and (max-width:991.98px){main{margin-top:calc(var(--header-height) + var(--container-margin-top))}}main.main-backdrop:after{background:#00000080;bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:2}.default-layout.page-index main{margin-left:0;margin-right:0}@media screen and (max-width:991.98px){.default-layout.page-index main{margin-left:8px;margin-right:8px}}.page-adding-marketplace main,.page-marketplace-slug-id-edit main{margin-top:0}.m-fullscreen-img .m-fullscreen-btn{background-color:#000000b3}.subtitle,.title,h1,h2{font-family:var(--font-family-bold);font-size:16px;font-weight:700}.container{margin:auto;position:relative}@media screen and (max-width:1199.98px){.container{padding-left:var(--container-padding-left)!important;padding-right:var(--container-padding-right)!important}}.error{color:var(--red)!important}.success_field{color:var(--yellow);margin:10px 0}.swiper,video{width:100%}.block-secondary{background-color:var(--background-secondary);border:1px solid var(--gray-800);border-radius:4px;padding:24px}.block-secondary-small{padding:16px}.block-work{background:var(--background-secondary);padding:21px 44px}@media screen and (max-width:991.98px){.block-work{padding:16px}}@media screen and (max-width:1399.98px){.block-work{padding:20px}}.block_view{display:grid;gap:2px;grid-template-columns:repeat(9,1fr)}.block_view img{background-color:var(--background-secondary)}@media screen and (min-width:3000px){.block_view{grid-template-columns:repeat(13,1fr)}}@media screen and (min-width:4000px){.block_view{grid-template-columns:repeat(16,1fr)}}@media screen and (min-width:5000px){.block_view{grid-template-columns:repeat(18,1fr)}}@media screen and (min-width:6000px){.block_view{grid-template-columns:repeat(24,1fr)}}@media screen and (max-width:1592.98px){.block_view{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1399.98px){.block_view{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:991.98px){.block_view{gap:7px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767.98px){.block_view{grid-template-columns:repeat(2,1fr)}}.block_view-less{gap:24px;grid-template-columns:repeat(6,1fr)}@media screen and (min-width:3000px){.block_view-less{grid-template-columns:repeat(8,1fr)}}@media screen and (min-width:4000px){.block_view-less{grid-template-columns:repeat(11,1fr)}}@media screen and (min-width:5000px){.block_view-less{grid-template-columns:repeat(13,1fr)}}@media screen and (min-width:6000px){.block_view-less{grid-template-columns:repeat(15,1fr)}}@media screen and (max-width:1592.98px){.block_view-less{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:1399.98px){.block_view-less{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:991.98px){.block_view-less{gap:7px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767.98px){.block_view-less{grid-template-columns:repeat(2,1fr)}}.block_view-more .card_notSafe-text{font-size:16px}.block_view-more .card_user{gap:8px}.block_view-more .card_user .avatar{height:32px;width:32px}.block_view-more .card_label{font-size:18px}.block_view-more .card_content{padding:0 10px 10px}.block_view-more .card:hover .card_content{height:55px}.block_view-more .card_type{top:10px}.block_view-more .card_type-value svg{width:34px}.block_view-more .card_money-value{font-size:14px;padding:8px}.block_head{align-items:center;display:flex;gap:54px;margin-bottom:16px}@media screen and (max-width:991.98px){.block_head{gap:24px}}@media screen and (max-width:767.98px){.block_head{flex-direction:column}}.block_head--row{display:flex}@media screen and (max-width:991.98px){.block_left{font-size:13px;margin-left:0}.block_left .pi{font-size:10px}}.block_right{margin-left:auto}@media screen and (max-width:991.98px){.block_right{font-size:16px}.block_right .pi{font-size:10px}}.user{align-items:center;-moz-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(2,max-content);grid-template-rows:repeat(2,max-content)}.user-preview{align-items:center;cursor:pointer;display:flex;gap:4px}.user-preview svg{fill:var(--light-grey-secondary)}.user-preview:hover{text-decoration:underline}.user-secondary{grid-template-columns:repeat(3,max-content)}.user-secondary .user_date{color:var(--text-color-secondary);font-family:var(--font-family-regular);grid-area:1/3/3/4}.user-secondary .user_subtitle{margin-right:123px}.user_image{border-radius:50%;grid-area:1/1/3/2}.user_title{font-size:16px;font-weight:700}.user_subtitle{font-family:var(--font-family-regular);font-size:13px}.general{position:relative}.general_figures{margin-bottom:47px}.studio{align-items:center;background-color:var(--background-secondary);border-radius:30px;display:flex;flex-direction:column;padding:24px;text-align:center}@media screen and (max-width:991.98px){.studio{padding:16px}}.studio_wallpaper{position:relative}.studio_background{display:flex;gap:8px}.studio_preview{max-width:100%}.studio_location{color:var(--text-color-secondary);font-size:15px}.studio_description,.studio_location{font-family:var(--font-family-regular)}.studio_description{font-size:16px}.studio_count{color:var(--text-color-secondary);font-family:var(--font-family-regular);font-size:15px}.studio_image{border:3px solid var(--background-secondary);border-radius:50%;height:85px;width:85px}.studio_data,.studio_description{margin-bottom:13px}.popover-enter-active,.popover-leave-active{transition:opacity 64ms ease,transform 64ms ease}.popover-enter-active{animation:popover-top 224ms forwards}.popover-leave-active{animation:popover-bottom .18s forwards}.range{--trackHeight:2px;--thumbRadius:10px}.range input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border-radius:999px;position:relative;z-index:0}.range input[type=range]:before,.range:before{background:var(--yellow);border-radius:999px;content:"";height:100%;pointer-events:none;position:absolute;width:var(--ProgressPercent,100%)}.range input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--yellow);border-radius:999px;height:var(--trackHeight)}.range input[type=range]::-moz-range-track{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:var(--yellow);border-radius:999px;height:var(--trackHeight)}.range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--yellow);border-radius:50%;cursor:pointer;height:var(--thumbRadius);margin-top:calc((var(--trackHeight) - var(--thumbRadius))/2);pointer-events:all;position:relative;width:var(--thumbRadius);z-index:1}.range{background:var(--white);border-radius:999px;height:var(--trackHeight);margin:.5rem 0;position:relative;--left:0%;--right:0%}.range_inputs{align-items:center;display:flex;font-family:var(--font-family-regular);font-size:20px;gap:8px}.range_inputs .input{width:100%}.range_inputs input{max-width:75px}.range_inputs .input_wrap{background:none}.range input[type=range]{pointer-events:none;position:absolute;width:100%}.range input[type=range]::-webkit-slider-runnable-track{background:none}.range:before{left:var(--left);right:var(--right);width:unset}.range input[type=range]:before{display:none}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.checkbox{align-items:center;color:var(--border-color);cursor:pointer;display:inline-flex;font-weight:400;gap:8px;width:100%}@media screen and (max-width:991.98px){.checkbox{font-size:16px}}.checkbox-disabled{cursor:not-allowed;opacity:.3}.checkbox:not(.checkbox-disabled):hover .checkbox_mark{box-shadow:0 0 15px #ffffff40;transition:.18s ease}.checkbox input{display:none}.checkbox input:not(:checked):active+.checkbox_wrap .checkbox_mark{transform:scale(.8);transition:0}.checkbox input:checked+.checkbox_wrap .checkbox_mark{animation:pop .2s ease;border:unset!important}.checkbox input:checked+.checkbox_wrap .checkbox_mark svg{animation:popover-top .1s ease;visibility:visible}.checkbox_wrap{display:flex;padding:4px}.checkbox_mark{align-items:center;border:1px solid var(--border-color);border-radius:4px;cursor:pointer;display:inline-flex;height:16px;justify-content:center;transition:.18s ease;width:16px}.checkbox_mark svg{visibility:hidden}.checkbox_mark--table{border:1px solid var(--border-color);border-radius:8px;height:25px;width:25px}.checkbox input:checked+.checkbox_wrap .checkbox_mark{background-color:var(--yellow)}.checkbox input:checked+.checkbox_wrap+span{color:var(--white)}.checkbox input:checked+.checkbox_wrap .radio-button_mark{background:#1b1c21}.radio-button{cursor:pointer}.radio-button input{display:none}.radio-button input:checked+.radio-button_mark{border:none}.radio-button input:checked+.radio-button_mark svg{visibility:visible}.radio-button_mark{align-items:center;background-color:transparent;border:1px solid var(--white);border-radius:50%;color:var(--grey-70);display:inline-flex;height:16px;justify-content:center;width:16px}.radio-button_mark svg{animation:unset!important;visibility:hidden}.overflow{background-color:#0009;display:flex;height:100%;justify-content:center;left:0;overflow:auto;padding-top:var(--header-height);position:fixed;top:0;width:100%;z-index:5}.overflow::-webkit-scrollbar{display:none}.overflow-margin{margin-left:var(--aside-width);padding-right:var(--aside-width)}.fade-leave-active{transition:opacity .2s ease}.fade-leave-to{opacity:0}.fade-enter-active{transition:opacity .2s ease-out}.fade-enter-from{opacity:0}.slide-left-enter-active,.slide-left-leave-active,.slide-right-enter-active,.slide-right-leave-active{transition:all .2s ease}.slide-left-enter-from{opacity:0;transform:translate(50px)}.slide-left-leave-to,.slide-right-enter-from{opacity:0;transform:translate(-50px)}.slide-right-leave-to{opacity:0;transform:translate(50px)}.wallet{align-items:center;background-color:var(--background);border-radius:8px;display:flex;font-size:12px;gap:4px;padding:8px 16px;transition:.3s;transition:128ms ease}.wallet svg{margin-right:4px;fill:var(--white)}.wallet:hover{background-color:var(--background-secondary-hover);transition:.3s}.chip{align-items:center;background-color:var(--tool-background-color);border-radius:13px;color:#fff;display:flex;font-size:12px;justify-content:center;padding:3px 8px;text-transform:lowercase;width:-moz-max-content;width:max-content}@media screen and (max-width:991.98px){.chip{font-size:14px;padding:2px 4px}}.chip-secondary{background-color:var(--light-grey-secondary);border-radius:2px;font-family:var(--font-family-regular);font-size:10px;padding:2px 4px}.chip-status{font-size:14px}.chip[status="0"]{background-color:var(--cyan-400);color:var(--black)}.chip[status="1"],.chip[status="2"]{background-color:var(--orange-400)}.chip[status="3"]{background-color:var(--teal-700)}.download .button,.download button{width:100%}.dropzone{display:flex;flex-direction:column}.dropzone-disabled{cursor:not-allowed;opacity:.3}.dropzone-disabled .dropzone_window{cursor:not-allowed;pointer-events:none}.dropzone-error .dropzone_window{border:1px dashed var(--red)}.dropzone-filled .dropzone_window{border:0;padding:0}.dropzone_prepend{cursor:pointer}.dropzone_files{cursor:auto;flex-wrap:wrap;gap:20px;justify-content:center;z-index:2}.dropzone_file,.dropzone_files{align-items:center;display:flex}.dropzone_file{border-radius:8px;flex-direction:column;gap:8px;position:relative}.dropzone_file img,.dropzone_file video{border-radius:10px;cursor:pointer;height:100%;width:100%}.dropzone .icon-circle{height:20px;width:20px}.dropzone_remove{position:absolute;right:-7px;top:-7px}.dropzone_remove svg{fill:var(--text-color)}.dropzone_window{align-items:center;background-color:var(--dropdown-profile);border:1px dashed var(--grey-70);border-radius:14px;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;padding:10px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.dropzone.field-error .dropzone_window{border-color:var(--red-secondary)}.dropzone_preview{background:var(--background-secondary-hover);border-radius:6px;display:flex;height:100%;justify-content:center;max-width:100%;padding:20px}.dropzone_preview img{cursor:pointer;height:200px;max-width:100%;-o-object-fit:contain;object-fit:contain}.dropzone_preview--grid{-moz-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(auto-fill,350px)}.dropzone-second{z-index:0}.dropzone-second .button-adding{background-color:var(--adding-background);max-height:48px;max-width:238px}.dropzone-second span{max-width:unset}.dropzone-second_content{align-items:center;display:flex;flex-direction:column;gap:18px;justify-content:center}@media screen and (max-width:991.98px){.dropzone-second_content{font-size:16px;gap:25px}}.dropzone-second_text{color:var(--white);font-family:var(--font-family-bold);font-size:14px;font-weight:800;line-height:30px}.dropzone-second_text-container{color:var(--grey-70);display:flex;flex-direction:column;font-family:var(--font-family-bold)}.dropzone-second_text-column{align-items:center;display:flex;flex-direction:column;gap:8px}.dropzone-second .dropzone_window{padding:33px 20px}.tags{display:grid;gap:5px;grid-template-columns:repeat(8,1fr);text-align:center}@media screen and (max-width:575.98px){.tags{gap:5px;grid-template-columns:repeat(8,1fr);text-align:center}}.tags_item{background:var(--text-color-secondary);border-radius:4px;margin-bottom:8px;padding:4px;text-align:center}.placeholder{font-size:14px;margin-bottom:8px;margin-top:12px}.errors,.placeholder{font-family:var(--font-family-regular)}.errors{color:var(--red)!important;display:flex;font-size:12px;font-weight:400;gap:4px;line-height:18px;margin-top:4px}.separator{display:flex;flex-direction:column}.icon-circle{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#66666b80;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;transition:128ms ease;width:32px}.icon-circle-secondary{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#66666b99;border:1px solid hsla(0,0%,100%,.2);height:30px;width:30px}.icon-circle-tertiary{background-color:var(--background);height:48px;width:48px;z-index:2}.icon-circle_menu{background-color:unset}.icon-circle_menu:hover{background-color:unset!important}.icon-circle_menu:hover svg,.icon-circle_menu:hover svg path{fill:var(--white)}.icon-circle:hover{background-color:var(--background-secondary-hover)}.icon-button{align-items:center;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;display:flex;height:40px;justify-content:center;width:40px}.icon-button svg{height:18px;width:18px}.icon{align-items:center;cursor:pointer;display:flex;justify-content:center;transition:fill .18s ease}.maxlength{color:var(--text-color-secondary);font-size:13px}.category_item{background:var(--background);border-radius:4px;margin-bottom:8px;padding:4px;text-align:center}.emojis{border:0;display:inline-block;height:16px;margin:0 1px;overflow:hidden;pointer-events:none;-webkit-user-select:unset!important;-moz-user-select:unset!important;user-select:unset!important;vertical-align:-3.3px;width:16px}.answers{display:flex;flex-direction:column}.answers-right{margin-left:55px}.comment{border-bottom:2px solid var(--black-secondary);-moz-column-gap:13px;column-gap:13px;display:inline-grid;font-family:var(--font-family-regular);grid-template-columns:max-content 1fr;padding:16px 0;position:relative;row-gap:0;scroll-margin-top:var(--header-height);width:100%}.comment .link{margin:0;padding:0}.comment-editing .comment_actions,.comment:hover .comment_actions,.dropdown-active .comment_actions{display:flex}.comment:last-child{border-bottom:0;padding-bottom:0}.comment-focus,.comment:target{background-color:var(--background);padding-left:16px;padding-right:16px;transition:.2s ease}@media screen and (max-width:991.98px){.comment{-moz-column-gap:4px;column-gap:4px;row-gap:12px}}.comment_button{color:unset;font-family:var(--font-family-regular);font-size:12px;padding:0;width:unset}.comment_author{align-items:flex-start;display:flex}.comment_author .dropdown{margin-left:auto}.comment_info{display:flex;flex-direction:column;gap:3px;width:100%}.comment_reply{display:flex;gap:8px}.comment_target{color:var(--text-color-secondary);cursor:pointer;font-family:var(--font-family-regular);font-weight:400;margin-left:8px}.comment_target:hover{text-decoration:underline}.comment_actions{cursor:pointer;display:none;margin-left:auto;margin-right:-8px;margin-top:-8px;padding:8px;transition:.2s ease}@media screen and (max-width:991.98px){.comment_actions{display:flex}}.comment_image{grid-area:1/1/4/2}@media screen and (max-width:767.98px){.comment_image{height:26px;width:26px}}.comment_name{font-family:var(--font-family-bold);font-size:16px;font-weight:700}@media screen and (max-width:991.98px){.comment_name{font-size:14px}}.comment_text{-moz-column-gap:8px;column-gap:8px;display:grid;font-size:14px;grid-template-columns:1fr max-content;margin-bottom:2px;margin-top:4px;position:relative;white-space:pre-wrap;word-break:break-word}@media screen and (max-width:991.98px){.comment_text{-moz-column-gap:0;column-gap:0;display:flex;flex-direction:column;font-size:14px;gap:4px}}.comment_content{display:-webkit-inline-box;overflow:hidden;white-space:pre-line}.comment_item{align-items:flex-start;display:grid;gap:8px;grid-template-columns:1fr max-content}.comment_like{align-items:center;color:var(--text-color-secondary);cursor:pointer;display:flex}.comment_like svg{transition:128ms ease}.comment_like-active{animation:heartPulse .25s cubic-bezier(.175,.885,.32,1.275) both;color:var(--white)}.comment_like:hover svg{background:#ffffff0f;box-shadow:0 0 30px #ffffff40;transition:128ms ease}.comment_data{align-items:center;color:var(--text-color-secondary);display:flex;font-size:12px;gap:9px}.comment_data button{color:var(--yellow)}.comment_data button:hover{text-decoration:underline}.comment_more{display:flex;flex-direction:column;gap:8px}@keyframes heartPulse{50%{transform:scale(.9)}}.reply_image{top:160px}@media screen and (max-width:991.98px){.foot{align-items:center;display:flex;gap:20px;justify-content:center;padding-bottom:30px}}@media screen and (min-width:991.98px){.ex,.foot{display:none}}.eye{align-items:center;cursor:pointer;display:flex}.field-error .input_wrap{border:1px solid var(--red-secondary)}.input-error:after{background:var(--red-secondary)}.field-error.select{border:1px solid var(--red-secondary)}.error_field{border-color:var(--black);color:#d80d0d;display:block}.error_field-file{margin-top:8px}.models-profile_table{display:flex;flex-direction:column}.models-profile_upload{grid-area:1/2/2/3}@media screen and (max-width:575.98px){.models-profile_upload{grid-area:2/1/2/3}}.models-profile-cabinet{align-items:flex-start;display:grid;grid-template-columns:1fr max-content}.models-profile-cabinet .item{grid-area:2/1/3/3}@media screen and (max-width:575.98px){.models-profile-cabinet .item{grid-area:3/1/3/3}}.models-profile-cabinet .tabs{margin-bottom:24px}.content{display:flex;flex-direction:column;gap:20px}#xscroll{overflow-y:auto}#xscroll::-webkit-scrollbar{display:none}.text-warn{color:var(--yellow)}@keyframes popover-top{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes popover-bottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.empty{align-items:center;border-radius:8px;color:var(--text-color-secondary);display:flex;flex-direction:column;gap:10px;justify-content:center;padding:20px;text-align:center;width:100%}.empty-full{height:100%}.empty-block{background-color:var(--background-secondary)}.empty-text{color:var(--text-color-secondary)}.white{color:var(--white)}.red{color:var(--red-500)}.grey{color:var(--grey-40)}.yellow{color:var(--yellow);text-underline-offset:4px}.yellow u{text-decoration:underline}.yellow-hover{display:inline-block;width:-moz-max-content;width:max-content}.yellow-hover:hover{cursor:pointer;text-decoration:underline}.yellow-small{font-size:13px}.yellow-link{text-decoration:underline}.comments_form{border-radius:29px;display:grid;gap:12px;grid-template-columns:max-content 1fr}.comments_form-reply{width:100%}.comments_container{display:flex;flex-direction:column}.comments_container>button{margin-top:8px}.comments_data{width:100%}.comments-blog{background-color:unset}.comments_subtitle{margin-bottom:27px}@media screen and (max-width:991.98px){.comments_subtitle{margin-bottom:8px;margin-top:8px}}.calendar{display:flex;gap:8px}.calendar_label{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-weight:600;gap:4px;justify-content:center;padding:4px 12px}.vc-container{background:var(--background-secondary)}.popular-figures{display:flex;flex-direction:column;gap:27px;margin-bottom:47px}.popular-figures_label{font-family:var(--font-family-bold);font-size:20px;font-weight:700}.popular-figures_user{display:flex;flex-direction:column;gap:13px;justify-content:center;max-width:75px}.popular-figures_user-avatar{align-items:center;background:var(--purple);background:var(--popular-figures-avatar);border-radius:50px;display:flex;height:75px;justify-content:center;width:75px}.popular-figures_user-avatar img{border:4px solid var(--black)}.popular-figures_user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popular-figures_users{align-items:center;display:flex;gap:49px;overflow-x:auto;white-space:nowrap}@media screen and (max-width:1199.98px){.popular-figures_users{padding:0 10px}}.popular-figures_users svg{min-width:20px}.card{width:100%}.card_wrapper{border-radius:8px;overflow:hidden;position:relative}.card:hover .card_gradient{height:100px}.card:hover .card_gradient--another{height:70px}.card:hover .card_money{left:0;opacity:1}.card:hover .card_type{border-radius:7px 0 0 7px;opacity:1;right:10px}.card:hover .card_content{height:90px;opacity:1}.card:hover .card_content--another{height:35px;opacity:1}.card:hover .card_menu{display:block}.card-user .card_gradient{-webkit-backdrop-filter:blur(1px)!important;backdrop-filter:blur(1px)!important;background:#000000c7!important;height:100%!important}.card-user .card_content{height:100%!important;justify-content:center!important;letter-spacing:3.3px!important;opacity:1!important;text-align:center!important;text-transform:uppercase!important;z-index:2!important}.card-wrapper{width:100%}.card_label{font-size:16px;font-weight:600;max-width:100%;overflow:hidden;-webkit-line-clamp:1;display:-webkit-box;font-family:var(--font-family-bold);font-weight:700;-webkit-box-orient:vertical;line-height:20px;word-break:break-word}.card_label--another{font-size:15px}@media screen and (max-width:991.98px){.card_label{font-size:14px}}.card_icon{flex-shrink:0;z-index:3}.card_icon:hover{background:#ffffff0f;box-shadow:0 0 30px #ffffff40;transition:128ms ease}.card_like{cursor:pointer;height:24px;width:24px;fill:var(--white);transition:128ms ease}.card_like--active{fill:var(--like-color)}@media screen and (max-width:991.98px){.card_like{height:20px;width:20px}}.card_statistic{display:flex;justify-content:flex-end;margin-top:15px}.card_menu_icon{background-color:#12121380;height:24px;width:24px}.card_money{align-items:center;display:flex;justify-content:flex-end;opacity:0;transition:.2s ease;z-index:2}.card_money-dropdown{top:40px}@media screen and (max-width:991.98px){.card_money{left:0;opacity:1}}.card_money-value{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:var(--card-money-background);border-radius:12px;color:var(--card-money-textcolor);display:flex;font-family:var(--font-family-bold);font-size:16px;font-weight:700;justify-content:center;padding:8px 16px}@media screen and (max-width:575.98px){.card_money-value{font-size:12px;padding:4px}}.card_type{align-items:center;display:flex;justify-content:flex-end;opacity:1;position:absolute;right:-200px;top:20px;transition:.2s ease;width:-moz-fit-content;width:fit-content;z-index:2}.card_type-dropdown{top:40px}@media screen and (max-width:991.98px){.card_type{opacity:1;right:10px}}.card_type-value{align-items:center;color:var(--card-money-textcolor);display:flex;font-family:var(--font-family-bold);font-weight:700;gap:2px;height:-moz-fit-content;height:fit-content;justify-content:center}.card_type-value svg{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:var(--card-money-background);border-radius:12px;height:32px;padding:8px;width:36px}.card_type-value svg path{fill:#fff}@media screen and (max-width:575.98px){.card_type-value svg{height:18px;padding:4px;width:18px}}.card_content{align-items:center;bottom:0;display:flex;gap:8px;height:0;justify-content:space-between;opacity:0;padding:16px;position:absolute;transition:.2s ease;width:100%}.card_content--another{padding:0 8px 5px}@media screen and (max-width:991.98px){.card_content{padding:8px}}.card_info{display:flex;flex-direction:column;gap:2px}.card_info small{-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;color:var(--grey-20);font-size:12px;overflow:hidden;word-break:break-word}.card_user{align-items:center;display:flex;gap:16px;text-align:left}@media screen and (max-width:991.98px){.card_user img{height:32px;width:32px}.card_user{gap:4px}}.card_avatar{flex-shrink:0;z-index:3}@media screen and (max-width:1829.98px){.card_avatar img{max-height:36px;max-width:36px}}.card_work{border-radius:10px;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.card_work_preview{border-radius:10px;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.card_notSafe{filter:blur(10px) brightness(50%)}.card_notSafe-text{align-items:center;color:var(--static-white);display:flex;font-weight:400;justify-content:center;letter-spacing:2px;text-align:center;text-transform:uppercase}.card_link,.card_notSafe-text{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.card_link{cursor:pointer;display:block}.card_link div{height:100%;width:100%}.card_collection{box-shadow:inset -9px -94px 44px -44px #0000008a}.card_gradient{background:var(--background-secondary);background:var(--card-gradient);bottom:0;height:0;left:0;position:absolute;transition:.22s ease;width:100%}@media screen and (max-width:991.98px){.card_gradient{height:50%}.card_gradient--another{height:70px}.card_content{height:50px;opacity:1}.card_content--another{height:35px;opacity:1}}.card_header{align-items:center;display:flex;gap:8px;justify-content:flex-end;position:absolute;right:10px;top:10px;z-index:3}.card_header-works{justify-content:space-between}.card_header~.card_type{top:50px}.card_deleteCollection{background-color:#12121380;cursor:pointer}.card_deleteCollection,.card_status{align-items:center;border-radius:50%;display:flex;height:24px;justify-content:center;width:24px}.card_status{opacity:.3}.card_status-approved{background:green}.card_status-moderated{background:var(--yellow)}.card_status-message{background:#00f}.card_status-decline{background:red}.card_menu{cursor:pointer}.card_menu .dropdown_window{right:18px;top:28px}.card_menu_item{align-items:center;background:#18181be6;border-bottom:1px solid var(--background);box-shadow:0 4px 4px #6b6b6b40;color:var(--text-color);cursor:pointer;display:flex;font-family:var(--font-family-regular);font-size:12px;gap:8px;justify-content:center;padding:10px 40px;text-align:center}.card_menu_item-icon{font-size:16px;padding-left:18px}.card_menu_item:first-child{border-top-left-radius:15px}@media screen and (min-width:991.98px){.card_menu_item:last-child{border-bottom:0;border-bottom-left-radius:15px;border-bottom-right-radius:15px}}.card_menu_item:hover{background-color:var(--background-secondary)}.card_menu_item-warning{cursor:default;font-family:var(--font-family-bold);font-size:18px;font-weight:700}.card_menu_item-warning:hover{background:#18181be6}.tabs{align-items:center;display:flex}.tabs-dashboard{justify-content:space-between;width:100%}.tabs_items{display:flex;font-family:var(--font-family-bold);font-weight:700;gap:37px;justify-content:flex-start;overflow-x:auto;width:100%}.tabs_items::-webkit-scrollbar{display:none}@media screen and (max-width:991.98px){.tabs_items{gap:16px}}.tabs-item{color:var(--text-color-secondary);cursor:pointer;display:flex;flex-shrink:0;font-weight:600;gap:5px;transition:.3s}.tabs-item:hover{color:#a9a9a9;transition:.3s}.tabs-item--active,.tabs-item--active:hover,.tabs-item.router-link-exact-active,.tabs-item.router-link-exact-active:hover{color:var(--white)}@media screen and (max-width:991.98px){.tabs{gap:18px;margin-bottom:16px}}.avatar{border-radius:8px;display:block;-o-object-fit:cover;object-fit:cover}.avatar:not(.avatar-square){border-radius:50%!important}.emoji-picker{position:relative}.emoji-picker_button{cursor:pointer}.emoji-picker_content{background-color:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:12px;height:400px;overflow-y:auto;padding:24px 27px;position:absolute;right:-80px;top:100px;z-index:10}.emoji-picker_content_group_container{display:grid;gap:2px;grid-template-columns:repeat(10,1fr)}.emoji-picker_content_group_item{cursor:pointer;text-align:center;transition:.3s}.emoji-picker_content_group_item:hover{background-color:var(--background-secondary-hover);border-radius:4px;transition:.3s}.emoji-picker-enter-active,.emoji-picker-leave-active{transition:opacity .3s ease}.emoji-picker-enter-from,.emoji-picker-leave-to{opacity:0}.link-info_item{background-color:var(--background-secondary);border-radius:20px;display:flex;gap:22px;padding:26px}.link-info_item svg{fill:var(--white)}.link-info_item svg path{fill:var(--white);stroke:var(--white)}.link-info_item--not-active{color:var(--text-color-secondary)}.link-info_item--not-active svg{fill:var(--text-color-secondary)}.link-info_item--not-active svg path{fill:var(--text-color-secondary)!important;stroke:var(--text-color-secondary)!important}.link-info_icon{align-items:center;border:1px solid var(--border-block-user);border-radius:12px;display:flex;flex-shrink:0;height:86px;justify-content:center;width:89px}.link-info_content{display:flex;flex-direction:column;gap:10px;margin-top:3px}@media screen and (max-width:767.98px){.link-info_content .title{font-size:18px}}.page-development{align-items:center;display:flex;height:calc(100vh - var(--header-height));justify-content:center;width:100%}.page-development_container{align-items:center;display:flex;flex-direction:column;gap:30px;z-index:1}.page-development_link button{background:var(--text-color-secondary);color:var(--text-color);width:300px}.page-development_bg{background:repeating-linear-gradient(-55deg,#222,#222 50px,transparent 0,transparent 70px);height:100%;left:0;position:fixed;top:0;width:100%;z-index:0}.page-development_label{font-family:var(--font-family-bold);font-size:40px;font-weight:700;font-weight:800}.page-development_text{color:var(--text-color-tertiary);font-size:28px;max-width:500px;text-align:center}.cropper-container .cropper-crop-box .cropper-face,.cropper-container .cropper-crop-box .cropper-view-box{border-radius:none}.cropper-container .cropper-crop-box .cropper-line,.cropper-container .cropper-crop-box .point-ne,.cropper-container .cropper-crop-box .point-nw,.cropper-container .cropper-crop-box .point-se,.cropper-container .cropper-crop-box .point-sw{display:none}.carousel__icon{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0009;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;transition:128ms ease;width:32px;fill:#fff}.carousel__icon-secondary{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#66666b99;border:1px solid hsla(0,0%,100%,.2);height:30px;width:30px}.carousel__icon-tertiary{background-color:var(--background);height:48px;width:48px;z-index:2}.carousel__icon:hover{background-color:#000}@media screen and (max-width:991.98px){.carousel__icon{display:none!important}}.galleries{display:flex;width:100%}.carousel__next--disabled,.carousel__prev--disabled{display:none}.observer{text-align:center}.like{align-items:center;color:var(--text-color-secondary);cursor:pointer;display:flex}.like svg,.like svg:hover{transition:128ms ease}.like svg:hover{background:#ffffff0f;box-shadow:0 0 30px #ffffff40}.like-active{color:var(--white)!important}.like-active svg{fill:var(--like-color)!important}.tooltip{align-items:center;background-color:var(--hover-button);border-radius:8px;color:#fff;display:flex;gap:12px;padding:8px}@media screen and (max-width:1199.98px){.aside-visible aside{height:auto}}aside{background-color:var(--background-secondary);height:100%;left:0;overflow:auto;position:fixed;top:0;width:var(--aside-width)}aside::-webkit-scrollbar{display:none}@media screen and (max-width:1199.98px){aside{height:unset;left:0;position:fixed;top:var(--header-height);width:100%;z-index:4}}@media screen and (max-width:1399.98px){aside{margin-right:16px}}.aside_menu{display:flex;flex-direction:column;margin-bottom:var(--header-height);margin-top:calc(var(--header-height) + var(--container-margin-top))}@media screen and (max-width:1199.98px){.aside_menu{flex-direction:row;gap:16px;margin-bottom:0;margin-top:0;padding:12px 16px}}.aside_item{align-items:center;display:flex;flex-direction:column;flex-shrink:0;font-size:14px;gap:10px;padding:15px 12px}.aside_item-active{background-color:var(--background-secondary-hover)}.aside_item span{font-size:12px;-webkit-hyphens:auto;hyphens:auto;word-break:break-all}@media screen and (max-width:1199.98px){.aside_item{border-radius:8px;flex-direction:row;padding:8px 16px}.aside_item:first-child{margin-left:-8px}.aside_item:last-child{margin-right:-8px}}.aside_item:hover{background-color:var(--background-secondary-hover);transition:.3s}.aside_item:nth-child(2) svg{fill:none}.aside_item:nth-child(2) svg rect{stroke:var(--aside-icon-color)}.aside_item:not(:nth-child(2)) svg,.aside_item:not(:nth-child(2)) svg path,.aside_item:not(:nth-child(2)) svg rect{fill:var(--aside-icon-color)}.menu{color:var(--text-color-tertiary)}.menu::-webkit-scrollbar{display:none}.dialog{align-items:center;display:flex;height:100%;justify-content:center;position:fixed;width:100%;z-index:3}.dialog_container{align-items:flex-end;background:var(--background-2);border-radius:24px;display:flex;flex-direction:column;height:-moz-max-content;height:max-content;margin:auto;max-width:1725px}.dialog_container-editWork{width:100%}@media screen and (max-width:991.98px){.dialog_container{border-radius:unset;height:100%;min-width:unset;width:100%}}@media screen and (max-height:575.98px){.dialog_container{height:auto}}@media screen and (max-width:767.98px){.dialog_container-icon .dialog_general{flex-direction:column-reverse;gap:16px}.dialog_container-icon .dialog_container_icon-line{align-items:center;display:flex;flex-direction:column;gap:16px}.dialog_container-icon .dialog_container_icon-line .dialog_block-icon{position:unset}.dialog_container-icon .dialog_container_icon-line .dialog_block-line{max-width:767.98px;position:unset}}@media screen and (max-width:575.98px){.dialog_container-icon .dialog_block-line{max-width:575.98px!important}}@media screen and (max-width:425px){.dialog_container-icon .dialog_block-line{max-width:425px!important}}.dialog_general{position:relative;width:100%}@media screen and (max-width:991.98px){.dialog_general{display:flex;height:100%;justify-content:center;min-width:unset;padding:8px 16px;width:100%}}.dialog_inner{align-items:center;display:flex;flex-direction:column;gap:40px;min-width:538px;padding:60px 80px;width:100%}.dialog_inner-editWork{padding:20px}.dialog_inner-block{padding:67px 64px}.dialog_inner-question{padding:40px 72px 54px}@media screen and (max-width:991.98px){.dialog_inner{height:100%;justify-content:center;min-width:unset;padding:8px 16px}}@media screen and (max-height:575.98px){.dialog_inner{justify-content:flex-start}}.dialog_overflow{align-items:center;display:flex;height:100%;justify-content:center;position:fixed;width:100%;z-index:4}.dialog_logo{align-self:center;margin-bottom:85px}.dialog_buttons{display:flex;gap:40px;width:100%}@media screen and (max-width:991.98px){.dialog_buttons{flex-direction:column;margin-top:14px}}.dialog_buttons-column{align-items:center;flex-direction:column;gap:16px}.dialog_link{color:var(--yellow);cursor:pointer;font-family:var(--font-family-regular);font-size:16px;line-height:20px}.dialog_recovery{color:var(--grey-60);cursor:pointer;display:inline-block;float:right;font-size:14px;line-height:18px;text-align:right}.dialog_title{color:var(--white);font-size:26px;line-height:32px;text-align:center}@media screen and (max-width:991.98px){.dialog_title{font-size:22px}}.dialog_title_wrapper{align-items:center;display:flex;gap:40px}@media screen and (max-width:991.98px){.dialog_title_wrapper{flex-direction:column;gap:20px}}.dialog_title_icon{align-items:center;border-radius:12px;display:flex;height:63px;justify-content:center;width:80px}@media screen and (max-width:991.98px){.dialog_title_icon{height:41px;width:60px}}.dialog_title_icon-yellow{background-color:var(--yellow)}.dialog_title_icon-yellow svg path{fill:var(--black)}.dialog_title_icon-red{background-color:var(--red-2)}.dialog_title_icon-red svg path{fill:var(--static-white)}.dialog_title_icon-blue{background-color:var(--blue)}.dialog_title_icon-blue svg path{fill:var(--static-white)}.dialog_message{width:450px}.dialog_message,.dialog_message-form{align-items:center;display:flex;flex-direction:column;gap:40px}.dialog_message-form,.dialog_message-form .input{width:100%}.dialog_message-form textarea{height:150px!important}.dialog_message-top{flex-direction:column;gap:40px}.dialog_message-top,.dialog_message-user{align-items:center;display:flex;width:100%}.dialog_message-user{gap:20px}.dialog_message-user-info{display:flex;flex-direction:column;gap:2px}.dialog_message-user p{color:var(--text-color);font-size:18px;font-weight:600}.dialog_message-user small{color:var(--text-color-secondary);font-size:16px;font-weight:400}.dialog_message-actions{align-items:center;display:flex;flex-direction:column;gap:20px;width:100%}.dialog_message-actions a{color:var(--text-color-secondary);font-size:18px;font-weight:400}.dialog_button{margin-top:48px}.dialog_block-user{align-items:center;display:flex;gap:15px}.dialog_block-user p{color:var(--text-color);font-size:18px;font-weight:600}.dialog_block-list{text-align:left}.dialog_block-title{color:var(--text-color);font-size:32px;font-weight:600}.dialog_block-title-indent{margin-top:47px}.dialog_block-line{height:5px;left:50%;position:absolute;top:-.1%;transform:translate(-50%);width:600px;z-index:1}.dialog_block-line-red{background:linear-gradient(90deg,#aa090900,#aa0909 53.12%,#aa090900)}.dialog_block-line-blue{background:linear-gradient(90deg,#1187c900,#1187c9 50.52%,#1187c900)}.dialog_block-line-yellow{background:linear-gradient(90deg,#d6d60600,#d6d606 50.52%,#d6d60600)}.dialog_block-icon{align-items:center;border-radius:5px;display:flex;height:63px;justify-content:center;left:50%;position:absolute;top:-5.9%;transform:translate(-50%);width:63px;z-index:2}.dialog_block-icon-red{background:#aa0909}.dialog_block-icon-yellow{background:#d6d606;width:80px}.dialog_block-icon-yellow path{fill:#18181b}.dialog_block-icon-blue{background:#1187c9}.dialog_block-icon-blue svg{height:31px;width:37.2px}.dialog_block-actions{gap:34px}.dialog_block-actions,.dialog_block-actions-item{display:flex;width:100%}.dialog_block-text{color:var(--text-color);display:flex;flex-direction:column;font-size:20px;font-weight:400;gap:10px;text-align:center}.dialog_block-text-center{text-align:center}.dialog_block-top{align-items:center}.dialog_block-top,.dialog_form{display:flex;flex-direction:column;gap:40px;width:100%}.dialog_form-info{max-width:445px;width:100%}.dialog_subtitle{font-size:16px}.dialog_text{color:var(--grey-40)}.dialog_fields{display:flex;flex-direction:column;gap:16px}.dialog_fields--tool{gap:8px}.dialog_fields-gap{display:flex;flex-direction:column;gap:12px}.dialog_social-field{-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:1fr 1fr}.dialog_deposit .dialog_title{margin-bottom:0}.dialog_deposit{gap:60px}.dialog_deposit-fields{gap:16px}.dialog_deposit-notice{font-size:14px;text-align:center}.dialog_withdraw button{margin-top:48px}.dialog_info{align-items:center;color:var(--grey-60);display:flex;flex-direction:column;font-size:14px;gap:24px;line-height:18px;text-align:center}.dialog_info-header{color:var(--grey-40)}.dialog_info-main{color:var(--white)}.dialog_cross{cursor:pointer;margin-right:14px;margin-top:14px;position:absolute;z-index:2}.dialog_cross svg{fill:var(--gray-500);height:32px;transition:all .2s;width:32px}.dialog_cross svg:hover{fill:var(--gray-200)}@media screen and (max-width:991.98px){.dialog_cross{align-items:center;border-radius:unset;display:flex;padding:4px 8px}}.dialog_label{color:#fff;display:flex;flex-direction:column;font-size:18px;font-weight:600;gap:15px;line-height:21px;width:100%}.dialog_label>div{align-items:baseline;display:flex;gap:5px}.dialog_label>div small{color:var(--gray-300);font-size:16px;white-space:nowrap}.dialog_label>div div{border-bottom:2px dotted var(--gray-300);width:100%}.dialog_currency-button{color:var(--surface-300);font-size:18px}.otp-input{border:1px solid var(--grey-60);border-radius:7px;font-size:24px;height:50px;text-align:center;text-transform:uppercase;width:40px}.otp-input_error{border:1px solid var(--red)}.otp_container div{display:flex;gap:24px;justify-content:center}@media screen and (max-width:575.98px){.otp_container div{gap:12px}}html.light-mode .header_search .input_wrap{border:1px solid var(--border-color-secondary)}header{background-color:var(--background-secondary);height:var(--header-height);left:0;padding:15px 0;position:fixed;top:0;transition:transform 225ms cubic-bezier(0,0,.2,1);transition-property:all;width:100%;z-index:999}@media screen and (max-width:991.98px){header{border-bottom:1px solid var(--background)}header .header_user-button{display:none}}.header{position:relative}.header_container{align-items:center;display:flex;height:100%;margin-left:calc(var(--aside-width) + var(--aside-margin-right));margin-right:var(--container-margin-right);position:unset}@media screen and (max-width:991.98px){.header_container{gap:0;margin-left:0;margin-right:0;text-align:center}.header_logo{width:100%}}.header_login{cursor:pointer}.header_notifications{background:var(--yellow);border-radius:50%;height:6px;position:absolute;right:0;top:0;width:6px}.header_notification{background:var(--background-secondary);border:1px solid var(--light-grey);border-radius:29px;display:flex;flex-direction:column;height:500px;overflow-y:scroll;width:393px}.header_notification::-webkit-scrollbar{display:none}@media screen and (max-width:991.98px){.header_notification{border:0;border-radius:0;height:100%;width:100%}}@media screen and (max-height:575.98px){.header_notification{height:100%}}.header_notification-date{color:var(--text-color-secondary);flex-shrink:0;text-align:center}.header_notification-item{align-items:center;display:flex;justify-content:space-between;padding:17px 22px}.header_notification-item-exist{cursor:pointer;transition:128ms ease}.header_notification-item-exist:hover{background-color:var(--background-secondary-hover)}.header_notification-name{display:-webkit-box;font-family:var(--font-family-bold);-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.header_notification-text span{color:var(--yellow)}.header_notification-action{display:flex;flex-direction:column;gap:6px;max-width:75%;overflow:hidden}.header_notification-content{align-items:center;display:flex;gap:14px}.header_notification-content-empty{justify-content:center}.header_notification-empty{padding:8px 0}.header_work{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;height:50px;width:50px}.header_user-warning{color:var(--red-500);position:absolute;right:4px;top:4px}.header_actions{align-items:center;display:flex;gap:24px;position:relative}@media screen and (max-width:1199.98px){.header_actions{gap:6px}}@media screen and (max-width:991.98px){.header_actions{display:none}}.header_actions .dropdown_inner{font-family:var(--font-family-regular);font-weight:400}.header_actions .dropdown_column{display:flex;flex-direction:column;padding:0}.header_actions .dropdown_column a{color:var(--grey-60);display:flex;gap:12px;padding:10px 24px;transition:.18s ease}.header_actions .dropdown_column a:first-child{border-radius:24px 24px 0 0}.header_actions .dropdown_column a:last-child{border-radius:0 0 24px 24px}.header_actions .dropdown_column a path,.header_actions .dropdown_column a svg{transition:.18s ease}.header_actions .dropdown_column a:hover{background-color:var(--background-secondary-hover);color:var(--white);transition:.18s ease}.header_actions .dropdown_column a:hover svg{transition:.18s ease}.header_actions .dropdown_column a:hover svg path{transition:.18s ease;fill:var(--white)!important}.header_actions-item{cursor:pointer;display:flex;padding:3px}@media screen and (max-width:575.98px){.header_actions-item{padding:2px}}.header_actions a.router-link-active path,.header_actions a.router-link-active svg,.header_actions-item:active svg path,.header_actions-item:hover svg path{fill:var(--white)}.header_actions svg{cursor:pointer}.header_actions .dropdown-active path,.header_actions .dropdown-active svg{fill:var(--white)}.header_avatar{border-radius:50%;cursor:pointer;flex-shrink:0}@media screen and (min-width:991.98px){.header_avatar{min-height:32px;min-width:32px}}.header_search{cursor:text;display:flex}.header_search .icon{z-index:2}.header_search-wrapper{display:flex;flex-direction:column;margin-left:80px;position:relative;transition:.2s ease;width:29%}.header_search-wrapper .input_wrap{background:none;padding:12px 24px;width:100%}@media screen and (max-width:1399.98px){.header_search-wrapper{display:none;margin-left:unset;position:unset}}@media screen and (max-width:991.98px){.header_search-wrapper{background-color:var(--background-secondary);border-top-left-radius:25px;border-top-right-radius:25px;bottom:63.33px;display:flex;left:0;padding:12px 16px;position:fixed;text-align:left;width:100%}}@media screen and (max-width:1399.98px){.header_search{margin-right:6px}.header_search svg{fill:var(--text-color-tertiary)}}.header_search-filled{border-top-left-radius:0;border-top-right-radius:0}.header_search-item{display:flex;flex-direction:column;width:100%}.header_search-item-users{flex-direction:row;flex-wrap:wrap;gap:8px}.header_search-price{color:var(--yellow)}.header_search-model{align-items:center;background-color:var(--background-secondary);display:flex;gap:8px;padding:8px;width:100%}.header_search-model:hover{background-color:var(--background)}.header_search-info,.header_search-result{display:flex;flex-direction:column}.header_search-result{background-color:var(--background-secondary);border:1px solid var(--light-grey);border-radius:4px;gap:8px;left:0;padding:8px;position:absolute;top:50px;width:100%}@media screen and (max-width:1399.98px){.header_search-result{top:var(--header-height)}}@media screen and (max-width:991.98px){.header_search-result{border:unset;bottom:calc(var(--header-height) + 64px);justify-content:flex-end;overflow:auto;position:fixed;top:unset}.header_search{display:none}}.header_menu{align-items:center;display:flex;gap:40px;margin-left:100px}.header_menu-mobile{display:none;font-size:16px}.header_menu-mobile--active{background-color:var(--background-secondary);bottom:63.33px;display:flex;height:-moz-max-content;height:max-content;justify-content:space-around;left:0;margin:auto;overflow:auto;padding:5% 0;position:fixed;width:100%;z-index:9}@media screen and (max-height:1199.98px){.header_menu-mobile--active{align-items:flex-start}}.header_menu-mobile .dropdown_label{font-size:20px;justify-content:center;padding:10px 0}.header_menu-mobile .dropdown_window{display:flex;flex-direction:column;gap:20px;padding-top:20px;position:unset}@media screen and (max-width:991.98px){.header_menu{display:none}}@media screen and (max-width:1399.98px){.header_menu{gap:24px}}.header_menu-user{display:none}@media screen and (max-width:991.98px){.header_menu-user{display:flex;flex-direction:column;gap:20px}}.header_end{align-items:center;display:flex;gap:18px;justify-content:flex-end;margin-left:auto;min-width:-moz-fit-content;min-width:fit-content}@media screen and (max-width:1199.98px){.header_end{justify-content:flex-end;min-width:unset}}@media screen and (max-width:575.98px){.header_end{gap:8px}}.header-mobile{z-index:6}.header_social{align-items:center;display:flex;gap:21px;margin-right:36px}@media screen and (max-width:1199.98px){.header_social{display:none}}.header_search--active{align-items:center;background:var(--background-secondary);border-bottom:3px solid var(--text-color-secondary);display:flex;gap:8px;height:100%;left:0;letter-spacing:1px;padding:0 16px;position:absolute;top:0;width:100%;z-index:2}.header_search--active input{width:100%}.header_search--mobile{display:none}@media screen and (max-width:1199.98px){.header_search--mobile{display:inline-block}}.header_close{position:absolute;right:var(--container-padding-right);z-index:3}.header_items{align-items:center;display:flex;gap:32px}@media screen and (max-width:1199.98px){.header_items{gap:8px}}@media screen and (max-width:575.98px){.header_items{gap:0}}.header_user{align-items:center;display:flex;gap:32px;margin-left:97px}@media screen and (max-width:1399.98px){.header_user{margin-left:unset}}@media screen and (min-width:991.98px){.dropdown-active .header_user-button,.header_user-button:hover{background-color:var(--background-secondary-hover)}}@media screen and (max-width:991.98px){.header_user{gap:0}}.header_subscription{color:var(--yellow);font-weight:400}.header_nickname{align-items:center;display:flex}.header_nickname:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' viewBox='0 -1060 960 960'%3E%3Cpath d='M480-492.309q-51.749 0-87.874-36.124t-36.125-87.874 36.125-87.874T480-740.306t87.874 36.125q36.125 36.124 36.125 87.874t-36.125 87.874T480-492.309M212.001-219.694v-72.922q0-18.384 10.962-35.422t30.653-29.5q52.308-30.077 109.946-46.115t116.23-16.038 116.438 16.038 110.154 46.115q19.692 11.462 30.653 29 10.962 17.538 10.962 35.922v72.922zM264-271.693h432v-20.923q0-6.33-4.564-11.912-4.563-5.581-12.59-9.473-43.692-26.461-94.418-40.077T480-367.693t-104.428 13.615q-50.726 13.616-94.418 40.077-8.077 5.539-12.615 10.609T264-292.616zm216.212-272.614q29.788 0 50.788-21.213 21-21.212 21-51 0-29.787-21.212-50.787-21.213-21-51-21-29.788 0-50.788 21.212-21 21.213-21 51 0 29.788 21.212 50.788 21.213 21 51 21M480-271.693'/%3E%3C/svg%3E")}.header_upload,.header_wallet{margin-right:24px}.header_upload{background:var(--background-secondary-hover)}.header_upload svg{fill:var(--white)}.menu_column{align-items:center;display:flex;flex-direction:column;gap:20px}html.light-mode .swiper-button-next{background:linear-gradient(270deg,#eaeaee,#eaeaeee2 68%,#eaeaee00)}html.light-mode .swiper-button-prev{background:linear-gradient(90deg,#eaeaee,#eaeaeee2 68%,#eaeaee00)}.blog{background-color:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:27px;padding:30px 65px 42px;position:relative}@media screen and (max-width:991.98px){.blog{gap:8px;padding:25px 32px}}@media screen and (max-width:767.98px){.blog{padding:16px 24px}}.blog-apart{border-radius:29px;margin:auto auto 64px;max-width:1214px}.blog-apart .blog_comments-block{border-radius:0}.blog_head{display:flex;gap:23px;justify-content:space-between}@media screen and (max-width:575.98px){.blog_head{flex-direction:column;gap:12px;margin-bottom:8px}}.blog_attachments{z-index:2}.blog_link{height:100%;left:0;position:absolute;top:0;width:100%}.blog_edit{cursor:pointer;margin-right:-8px;padding:8px;transition:.2s ease}.blog_manage{position:absolute;right:20px;top:20px;z-index:2}.blog_user{align-items:center;display:flex;flex-shrink:0;font-size:16px;font-weight:600;gap:14px;z-index:2}.blog_profile{font-family:var(--font-family-bold)}.blog_profile_tags{padding:5px}@media screen and (max-width:575.98px){.blog_profile_tags{order:-1}}.blog_created-date{font-size:12px;font-weight:400}.blog_footer{border-radius:0;padding:8px 24px}.blog_comments-block{border-top:2px solid var(--background);padding:26px 49px 0;z-index:2}@media screen and (max-width:991.98px){.blog_comments-block{padding:0}}.blog_comments-block .comments_container .subtitle{margin-bottom:10px}.blog_statistic{color:var(--gray-400);display:inline-flex;flex-direction:column;font-size:14px;gap:16px;margin-bottom:0;z-index:2}@media screen and (max-width:991.98px){.blog_statistic{margin-bottom:8px}}.blog_window{max-width:800px}.blog_window .dialog_container{padding:unset}.blog_data{display:flex;flex-direction:column;gap:2px}.blog_data .link{margin:0;padding:0}.blog_login{color:var(--gray-300)}.blog_tags{display:flex;flex-wrap:wrap;gap:12px;margin-left:auto;margin-top:auto;overflow:hidden}.blog_tags::-webkit-scrollbar{display:none}.blog_tags .swiper{display:flex}.blog_tags .swiper-wrapper{margin-left:auto;width:unset}.blog_tags .swiper-slide{max-width:-moz-min-content!important;max-width:min-content!important}.blog_tags .swiper-button-disabled{display:none}.blog_tags .swiper-button-next{background:linear-gradient(270deg,#222226,#222226e2 68%,#22222600);right:0}.blog_tags .swiper-button-next:after{right:0}.blog_tags .swiper-button-prev{background:linear-gradient(90deg,#222226,#222226e2 68%,#22222600);left:0}.blog_tags .swiper-button-prev:after{left:0}.blog_tags .swiper-button-next,.blog_tags .swiper-button-prev{color:var(--border-color)}.blog_tags .swiper-button-next:after,.blog_tags .swiper-button-prev:after{font-size:14px;font-weight:700;position:absolute}.blog_comments,.blog_likes,.blog_views{align-items:center;color:var(--gray-400);display:flex;gap:4px}.blog_comments svg,.blog_likes svg,.blog_views svg{transition:128ms ease}.blog_likes:hover svg{background:#ffffff0f;box-shadow:0 0 30px #ffffff40;transition:128ms ease}.blog_content{display:flex;flex-direction:column}.blog_image{border-radius:12px;margin-bottom:27px;width:100%}@media screen and (max-width:767.98px){.blog_image{margin-bottom:12px}}.blog_title{margin-bottom:12px}.blog_label{overflow:hidden;text-overflow:ellipsis;white-space:inherit;width:100%;z-index:2}.blog_description{align-self:flex-start;line-height:24px;overflow:hidden;white-space:pre-wrap;word-break:break-word;z-index:2}@media screen and (max-width:991.98px){.blog_description{font-size:16px}}@media screen and (max-width:767.98px){.blog_description{font-size:14px}}.blog_description .link{font-family:unset;margin:0;padding:0}.blog_description-more{color:var(--yellow);cursor:pointer;display:block;font-family:var(--font-family-regular);margin-top:23px}.blog_description-more svg path{fill:var(--yellow)}.blog-warn{cursor:pointer}.blog_more{margin-bottom:27px}@media screen and (max-width:767.98px){.blog_more{background-color:var(--yellow);border-radius:4px;color:var(--background);font-family:var(--font-family-bold);font-size:18px;padding:8px 0;text-align:center;text-decoration:none;width:100%}.blog_more:after{display:none}}.blog_actions{align-items:center;display:flex;gap:49px}.blog_actions a,.blog_actions div{align-content:center;display:flex}.blog_actions a svg,.blog_actions div svg{margin-right:5px}.blog_subtitle{font-family:var(--font-family-regular);font-size:18px}.blog_likes{cursor:pointer}.blog_likes-active{color:var(--white)}.blog-else{padding:0 35px 35px}.blog-one{border-radius:29px}.blog-one_footer{display:flex;justify-content:space-between}@media screen and (max-width:767.98px){.blog-one_footer{align-items:center;flex-direction:column;gap:16px}}.blog-container{display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:1241px;width:100%}.blog-container .theme_orders{color:var(--text-color-secondary);padding:0 130px}@media screen and (max-width:575.98px){.blog-container .theme_orders{padding:0}}.blog-container .theme_user time{color:var(--text-color-secondary);font-size:14px}.blog-container .theme_card{margin:0 auto;max-width:845px}.blog-container .theme_card-content{display:flex;gap:15px;width:100%}.blog-container .theme_card-left{flex-shrink:0}.blog-container .theme_card-right{display:flex;flex-direction:column;gap:15px;width:100%}.blog-container .theme_header{align-items:center}.blog-container .theme_dots{align-self:center;background-color:var(--text-color-secondary);border-radius:50%;height:2px;width:2px}@media screen and (max-width:575.98px){.blog-container .theme_dots{display:none}}.blog_input{margin:0 auto;max-width:790px;width:100%}.blog_input .input_wrap{border:unset}.blogs_head{display:flex}.blogs_style{margin-left:54px}.blogs_sort{margin-left:auto}.blogs_figures{margin-bottom:47px}.blogs_container{margin:auto;max-width:1241px}.blogs_container-cards{max-width:1732px}.blogs_card{background:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:20px;max-width:100%;padding:20px}.blogs_card:hover .blogs_card-gradient{height:100px}.blogs_card:hover .blogs_card-content{height:55px;opacity:1}.blogs_card-gradient{background:var(--background-secondary);background:var(--card-gradient);bottom:0;height:0;left:0;position:absolute;transition:.22s ease;width:100%}@media screen and (max-width:991.98px){.blogs_card-gradient{height:100px}}.blogs_card-content{bottom:0;height:0;opacity:0;overflow:hidden;padding:0 20px 20px;position:absolute;transition:.2s ease;width:100%}@media screen and (max-width:991.98px){.blogs_card-content{height:55px;opacity:1}}.blogs_card-text{display:flex;flex-direction:column;gap:15px;max-width:inherit}.blogs_card-tags{left:10px;overflow-x:auto;position:absolute;right:10px;top:10px}@media screen and (max-width:575.98px){.blogs_card-tags{order:-1}}.blogs_card-label{color:var(--text-color);font-family:var(--font-family-bold);font-size:16px;font-weight:700;max-width:inherit;text-overflow:ellipsis;white-space:inherit}.blogs_card-main{display:flex;flex-direction:column;gap:25px;height:100%;justify-content:space-between;width:100%}.blogs_card-noPreview{align-items:center;background:var(--dark-grey);border-radius:12px;display:flex;height:200px;justify-content:center;width:100%}.blogs_card-noPreview svg{fill:var(--background)}.blogs_card-stats{align-items:center;display:flex;gap:40px}.blogs_card-stats-item{align-items:center;color:var(--text-color-secondary);display:flex;gap:5px}.blogs_card-date{color:var(--text-color-secondary);font-size:12px;text-align:right}.blogs_card-bottom{align-items:center;display:flex;gap:8px;justify-content:space-between}.blogs_card-description{color:var(--text-color);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:inherit;width:100%;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blogs_card-image{background-position:50%;background-repeat:no-repeat;background-size:100%;border-radius:12px;display:flex;justify-content:center;-o-object-fit:cover;object-fit:cover;position:relative}.blogs_card-link{height:100%;left:0;position:absolute;top:0;width:100%}.blogs_card-preview{border-radius:12px;width:100%}.blogs_card-user{align-items:center;display:inline-flex;gap:15px;position:relative;z-index:2}.blogs_card-user img{min-height:43px;min-width:52px}.blogs_card-user-info{display:flex;flex-direction:column}.blogs_card-user-name{color:var(--text-color);font-family:var(--font-family-bold);font-weight:700}.blogs_card-user-followers{color:var(--text-color-secondary)}.blogs_view{background-color:var(--background);display:flex;flex-direction:column;gap:10px;margin:auto;max-width:1241px}@media screen and (max-width:767.98px){.blogs_view{gap:8px}}.blogs_view-cards{-moz-column-gap:44px;column-gap:44px;display:grid;grid-template-columns:repeat(4,1fr);max-width:1732px;row-gap:27px}@media screen and (max-width:1399.98px){.blogs_view-cards{gap:18px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:991.98px){.blogs_view-cards{gap:7px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575.98px){.blogs_view-cards{grid-template-columns:1fr}}.blogs_form{background-color:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:20px;padding:30px 35px}@media screen and (max-width:991.98px){.blogs_form{padding:20px}}.blogs_form-files{display:flex;flex-direction:column;gap:18px}.blogs_form-profile{width:100%}.blogs_form-profile+.blogs{border-radius:29px!important}.blogs_form-profile_row{display:flex;gap:20px;width:100%}@media screen and (max-width:1199.98px){.blogs_form-profile_row{flex-direction:column}}.blogs_form-profile_row_item{display:flex;flex-direction:column;gap:20px;height:100%;width:100%}.blogs_form-profile-tags{flex-direction:row;flex-wrap:wrap}.blogs_form-profile_tag{display:flex;gap:8px;width:50%}.blogs_form-profile_tag .input{width:100%}@media screen and (max-width:991.98px){.blogs_form-profile_tag,.blogs_form-profile_tag .input{width:100%}}.blogs_form-profile-textarea{height:100%}.blogs_form-profile-textarea .input_wrap{padding:26px 37px 19px}.blogs_form-profile-textarea textarea{min-height:86px}.blogs_form-profile-textarea .textarea_separator{height:100%}.blogs_form-profile .input_wrap{min-height:44px;padding-left:37px}.blogs_form-profile-dropfile{color:var(--text-color-secondary);flex-shrink:0}.blogs_form-profile-dropfile .dropzone{height:100%;width:277px}@media screen and (max-width:1199.98px){.blogs_form-profile-dropfile .dropzone{height:253px;width:100%}}.blogs_form-profile-dropfile .dropzone_window{height:100%}.blogs_form-profile-files{-moz-column-gap:20px;column-gap:20px;display:flex;flex-wrap:wrap;margin-top:8px;row-gap:12px}.blogs_form-profile-file{align-items:center;border:1px solid var(--border-color-secondary);border-radius:12px;color:var(--text-color);display:flex;font-size:14px;font-weight:400;gap:8px;padding:8px 12px}.blogs_form-profile-file svg{cursor:pointer;fill:var(--text-color-secondary)}.blogs_data{width:100%}.blogs .select_options{top:32px}.blogs_wrapper{background:var(--background);display:flex;flex-direction:column;gap:25px}.work{align-items:flex-start;display:flex;gap:30px;position:relative}@media screen and (max-width:991.98px){.work{gap:0}}@media screen and (min-height:900px){.work_filter{left:0;position:sticky;top:95px}}@media screen and (max-width:991.98px){.work_filter{display:none}}.work_filter--mobile{display:none}@media screen and (max-width:991.98px){.work_filter--mobile{display:block}}.work_filters--mobile{background-color:var(--background);height:100%;left:0;padding-top:65px;position:fixed;top:0;width:100%}.work_studio{width:100%}.work-status{align-items:center;background:var(--yellow);border-radius:20px;color:var(--black);display:flex;gap:20px;justify-self:center;margin-bottom:24px;padding:12px 24px;width:100%}.work-status_icon{border:1px solid rgba(15,15,18,.251);border-radius:12px;padding:20px}.work-status_title{font-family:var(--font-family-bold);font-size:18px;margin-bottom:6px}.work-files_title{margin-bottom:0!important}.work-files_container{display:flex;flex-direction:column;gap:10px;width:100%}.work-files_container-disabled{cursor:not-allowed;opacity:.3}.work-files_file{align-items:center;background-color:var(--background-secondary-hover);border-radius:12px;display:flex;font-size:20px;gap:10px;padding:11px 20px}.work-files_remove{height:20px;margin-left:auto;width:20px}.work_title{margin-bottom:27px}@media screen and (max-width:991.98px){.work_title{display:flex;justify-content:space-between;margin-bottom:12px}}.work_jobs{display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1399.98px){.work_jobs{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1199.98px){.work_jobs{gap:18px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:991.98px){.work_jobs{gap:8px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575.98px){.work_jobs{grid-template-columns:repeat(1,1fr)}}.work_other .card:hover .card_content{height:30px}.work_other .card:hover .card_gradient{height:35px}@media screen and (max-width:991.98px){.work_other .card_gradient{height:35px}}.work_other .card_content{height:30px;padding:8px}.work_other .card_user{gap:6px}.work_other .card_user a{display:none}.work_other .card_user img{height:16px;min-height:16px;min-width:16px;width:16px}.work_other .card_info .card_label{font-size:16px}.work_other .card_info small{display:none}.work_other .card_like{display:none;height:16px;width:16px}.work_other .card_money{z-index:unset}.filters{background-color:var(--background-secondary);border-radius:30px;display:flex;flex-direction:column;gap:28px;padding:25px 30px}@media screen and (max-width:991.98px){.filters{background-color:unset;border-radius:0;overflow:auto;padding:0 8px 32px}}.filters_title{margin-bottom:6px}.filters_item{gap:6px}.filters-mobile,.filters_item{display:flex;flex-direction:column}.filters-mobile_buttons{padding:0 8px}.filters-mobile_accept{align-self:center;margin-bottom:16px;padding:8px;width:100%}.work-edit .input_placeholder{color:var(--border-color);display:block;font-size:18px;font-weight:600;margin-bottom:15px;margin-top:0}.work-edit .work-details{display:flex;flex-direction:column;gap:30px}.work-edit .checkbox{color:var(--white)}.work-edit .dropzone{width:100%}.work-edit .work-files .icon-circle{height:20px;margin-left:auto;width:20px}.work-status~.work-details,.work-status~.work_display{padding-top:var(--container-margin-top)}.dialog-page{background-color:var(--background);height:100%;left:0;overflow-y:scroll;position:fixed;top:0;width:100%;z-index:4}.shortpost{border-radius:8px;display:flex;flex-direction:column;gap:8px;padding:8px}.shortpost_image{height:300px;overflow:hidden;position:relative;width:100%}.shortpost_image-work{height:150px}.shortpost_text{white-space:pre-wrap}.shortpost_attachments{border-radius:12px;display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.shortpost_videos{display:flex;justify-content:center;width:100%}.shortpost_images{flex-wrap:nowrap}.shortpost_images .swiper{width:100%}@media screen and (max-width:767.98px){.shortpost_audios{margin:0;padding:0}.shortpost_audio,.shortpost_audio audio{width:100%}}.shortpost_date{text-align:right}.shortpost_background{background-position:50%;background-size:cover;filter:blur(40px);height:100%;left:0;position:absolute;top:0;width:100%}.shortpost_video{width:100%}.shortpost_video video{max-height:350px;width:100%}html.light-mode .work-details_activity button:hover{background-color:#333336}html.light-mode .work-details_user-action path{fill:var(--yellow)}.work_display{padding-bottom:var(--header-height);padding-top:calc(var(--header-height) + var(--container-margin-top));position:relative;width:100%}@media screen and (max-width:991.98px){.work_display{gap:32px;max-height:unset;overflow-y:unset;padding-bottom:0;width:100%}}.work_contentLoading{background-color:#00000080;border-radius:29px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.work_contentLoading,.work_notSafe{align-items:center;display:flex;justify-content:center}.work_notSafe{flex-direction:column;gap:50px;position:sticky;top:calc(50% - var(--header-height) - var(--container-margin-top) - 21px)}@media screen and (max-width:575.98px){.work_notSafe{gap:16px;padding:16px 0;top:calc(50% - var(--header-height) - var(--container-margin-top))}}.work_notSafe button{max-width:-moz-max-content;max-width:max-content}.work_notSafe_wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.work_notSafe-heading{color:#fff;font-family:var(--font-family-bold);font-size:24px;font-weight:600;letter-spacing:2.4px}@media screen and (max-width:575.98px){.work_notSafe-heading{font-size:16px;text-align:center}}.work_notSafe-description{color:#fff;font-size:16px;text-align:center}@media screen and (max-width:575.98px){.work_notSafe-description{font-size:14px}}.work_notSafe-setting{margin-left:0}.work_notSafe .button-yellow{background-color:#ff0;color:#1c1c1c;padding-left:48px;padding-right:48px}.work_actions{display:flex;gap:8px;position:absolute;right:15px;top:15px}.work_actions .dropdown_window{right:12px;top:30px}.work_cancel{height:25px;width:25px}.work_toRemove{position:relative}.work_toRemove img,.work_toRemove video{opacity:.3}.work_toRemove:before{color:var(--red-600);content:"Помечено на удаление";font-family:var(--font-family-bold);font-size:24px;left:0;position:absolute;top:0;width:100%;z-index:1}.work_inner,.work_toRemove:before{align-items:center;display:flex;height:100%;justify-content:center}.work_inner{border-radius:29px;flex-direction:column;gap:16px;position:relative}.work_blur{filter:blur(20px) brightness(50%)}.work_video{width:100%}.work_image{position:relative;width:100%}.work_image-skeleton{background-color:var(--background);border-radius:10px;height:100%;width:100%}.work_image img{border-radius:10px;cursor:pointer;width:100%}.work_img,.work_video{position:relative}.work_img-actions,.work_video-actions{align-items:center;display:flex;gap:15px}.work_img-dropfile,.work_video-dropfile{width:100%}.work_img-preview,.work_video-preview{align-items:center;display:flex;justify-content:space-between;padding:0 15px;position:absolute;top:15px;width:100%}.work_img-preview span,.work_video-preview span{background:var(--yellow);border-radius:12px;color:var(--primary-color-text);font-weight:800;padding:5px}.work_img-preview svg,.work_video-preview svg{background:var(--yellow);border-radius:12px;cursor:pointer;min-height:30px;min-width:30px;padding:5px}.work_img-preview svg path,.work_video-preview svg path{fill:var(--primary-color-text)}.work_arrow{position:fixed;top:calc(50% - var(--header-height) + var(--header-height) + var(--container-margin-top))}@media screen and (max-width:991.98px){.work_arrow{background-color:var(--background-tertiary);border:1px solid var(--background);border-radius:0;font-family:var(--font-family-bold);font-weight:500;height:auto;opacity:.9;padding:8px 16px;top:var(--header-height);width:auto}.work_arrow svg{display:none}}.work_prev{left:-49px}@media screen and (max-width:1399.98px){.work_prev{left:0}}@media screen and (max-width:991.98px){.work_prev .work_arrow{border-bottom-right-radius:8px;left:0}.work_prev .work_arrow:before{content:"Предыдущее"}}.work_next{right:-55px}@media screen and (max-width:1399.98px){.work_next{right:0}}@media screen and (max-width:991.98px){.work_next .work_arrow{border-bottom-left-radius:8px;right:0}.work_next .work_arrow:before{content:"Следующее"}}.work_nav{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;top:0;width:45px}@media screen and (max-width:991.98px){.work_nav{width:auto}}.work_nav-close{display:none}@media screen and (max-width:991.98px){.work_nav-close{display:flex;margin-bottom:12px}}.work_nav-mobile{background:var(--background);display:none;position:sticky;top:calc(var(--header-height) + var(--container-margin-top) - 50px);z-index:4}@media screen and (max-width:991.98px){.work_nav-mobile{display:flex;flex-direction:column;gap:4px}}.work_nav-mobile ul{display:flex;justify-content:space-between}.work_nav-mobile li a{display:flex;gap:8px;padding:6px 8px 6px 0}.work_nav-mobile .work_arrow-mobile svg{height:12px;width:8px}.work_nav-mobile .work_arrow-mobile svg path{fill:var(--white)}.work_container{-moz-column-gap:69px;column-gap:69px;display:grid;grid-template-columns:70% 1fr;grid-template-columns:1fr 479px;margin:auto;padding-left:50px;padding-right:60px;position:relative;width:100%}@media screen and (max-width:1399.98px){.work_container{gap:20px;grid-template-columns:1fr 350px}}@media screen and (max-width:1199.98px){.work_container{padding-left:0;padding-right:0}}@media screen and (max-width:991.98px){.work_container{display:flex;flex-direction:column;padding-bottom:63.33px}}.work_other{display:flex;flex-direction:column;gap:25px;width:100%}.work_other-label{color:var(--text-color-secondary)}.work_other-label span{color:var(--text-color)}.work_other-slider{display:grid;gap:11px;grid-template-columns:repeat(3,1fr)}.work_other .card_notSafe-text{font-size:12px}.work_subtitle{font-size:18px}.work_another{align-items:center;display:flex;flex-direction:column;gap:25px;width:15%}@media screen and (max-width:991.98px){.work_another{width:100%}}.work_another-label{display:flex;justify-content:flex-start;width:100%}.work_another-container{display:flex;flex-direction:column;width:100%}.work_another-model{display:flex;flex-direction:column;gap:20px}.work_another-model img{border-radius:10px 0 0 10px;height:130px;-o-object-fit:contain;object-fit:contain;width:350px}.work_another-models{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:991.98px){.work_another-models{display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575.98px){.work_another-models{grid-template-columns:1fr}}.work_another-info{background:var(--background-secondary);border-radius:0 10px 10px 0;display:flex;flex-direction:column;justify-content:space-between;padding:10px;width:100%}.work_another-top{display:flex;flex-direction:column;gap:10px}.work_another-name{color:var(--white);font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-details{border-radius:29px 29px 0 0;height:100vh;max-width:479px;overflow:auto;padding-top:calc(var(--header-height) + var(--container-margin-top));position:sticky;top:0;width:100%}@media screen and (max-width:1399.98px){.work-details{max-width:350px}}@media screen and (max-width:991.98px){.work-details{max-width:unset}}.work-details::-webkit-scrollbar{display:none}.work-details_comments{width:100%}.work-details_inner{align-items:center;align-items:flex-start;border-radius:29px;display:flex;flex-direction:column;flex-direction:row;gap:24px;justify-content:flex-end;position:relative}.work-details_inner.work-files{flex-direction:column}.work-details_actions{align-items:center;cursor:pointer;display:flex;flex-shrink:0;gap:20px;position:absolute;top:25px}.work-details_actions .dropdown_window{right:8px;top:24px}@media screen and (max-width:991.98px){.work-details{height:unset;padding-top:0;width:100%}}.work-details_discount{position:absolute;right:-3px;top:-3px}@media screen and (max-width:1199.98px){.work-details_discount{right:0}}@media screen and (max-width:991.98px){.work-details_discount{display:none}}.work-details_discount-price{background:var(--yellow);border-radius:5px 0 0 5px;bottom:45px;color:var(--black);font-size:16px;font-weight:700;max-height:61px;max-width:95px;min-height:61px;min-width:95px;overflow:hidden;padding:17px 15px;position:absolute;right:-11px;rotate:56deg;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}@media screen and (max-width:1199.98px){.work-details_discount-price{bottom:45px;right:-11px}}.work-details_separator{display:flex;gap:33px}.work-details_price input{color:var(--yellow)}.work-details_header{gap:21px}.work-details_header,.work-details_marks{display:flex;flex-direction:column;width:100%}.work-details_marks{gap:15px}.work-details_marks-item{align-items:center;display:flex;flex-wrap:wrap;gap:5px}.work-details_marks-icon{border-radius:6px;width:100%}.work-details_marks-label{color:var(--text-color-secondary)}.work-details_option{display:flex;flex-wrap:wrap;gap:16px}.work-details_option-item{border-radius:10px;display:flex;gap:8px;padding:8px}.work-details_option-item,.work-details_tool{align-items:center;background-color:var(--tool-background-color)}.work-details_tool{border-radius:13px;display:grid;gap:7px;grid-template-columns:minmax(max-content,17px) 1fr;padding:2px 8px}.work-details_tag{background-color:var(--tool-background-color);border-radius:13px;padding:2px 8px}.work-details_user{align-items:center;display:flex;gap:13px;width:100%}.work-details_user-action{align-items:center;border:1px solid var(--text-color-secondary);border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;transition:.2s ease;width:24px}.work-details_user-action:hover{background-color:var(--text-color-secondary);transform:scale(1.1);transition:.2s ease}.work-details_user-action:active{transform:scale(.99);transition:0s ease}.work-details_user-action--active{stroke:var(--yellow)}.work-details_user-info{display:flex;flex-direction:column;width:-moz-max-content;width:max-content}.work-details_user-info label{font-family:var(--font-family-bold);font-size:16px}.work-details_user-info small{color:var(--text-color-secondary);word-break:break-all}.work-details_avatar{flex-shrink:0}.work-details_footer{display:grid;gap:35px}.work-details_tools{display:flex;flex-wrap:wrap;font-size:15px;gap:10px}.work-details_tools span{cursor:pointer}.work-details_stat{align-items:center;display:flex;gap:30px}.work-details_stat-item{align-items:center;color:var(--text-color-secondary);display:flex;font-size:16px;font-weight:400;gap:5px}.work-details_stat-item svg{fill:var(--text-color-secondary)}.work-details_stat-item-active{color:var(--white)}.work-details_stat-item-active svg{fill:var(--yellow)}.work-details_title{align-items:flex-start;display:flex;font-size:26px;font-weight:700;justify-content:space-between;line-break:normal;max-width:80%;word-break:break-word}.work-details_title a{width:32px}.work-details_title img{height:15px;width:32px}.work-details_title-gray{color:var(--text-color-secondary);font-size:18px;font-weight:600}.work-details_title-white{color:var(--white)}.work-details_activity{display:flex;flex-direction:column;gap:10px}.work-details_activity button,.work-details_activity svg:not(.heart-svg,.error-svg){color:var(--white);fill:var(--white)}.work-details_activity button:hover,.work-details_activity svg:not(.heart-svg,.error-svg):hover{color:#fff}.work-details_activity button:hover svg:not(.heart-svg) path,.work-details_activity svg:not(.heart-svg,.error-svg):hover svg:not(.heart-svg) path{fill:#fff}.work-details_activity-top{display:flex;gap:19px}@media screen and (max-width:575.98px){.work-details_activity-top{flex-direction:column}}@media screen and (max-width:1199.98px){.work-details_activity-top{gap:12px}}.work-details_activity-top .button{padding:12px 0}.work-details_activity-top .dropdown{width:100%}.work-details_description{white-space:pre-wrap;word-break:break-word}.work-details_description .link{margin:0;padding:0}.work-details_lowprice{align-items:center;display:flex;gap:8px}.work-details_currentprice{color:var(--yellow);font-size:22px}.work-details_currentprice,.work-details_oldprice{font-family:var(--font-family-bold);font-weight:700}.work-details_oldprice{color:var(--text-color-secondary);font-size:14px;text-decoration:line-through}.work-details_icon img{border-radius:50%;height:45px;width:45px}.work-details_info{line-height:19px}.work-details_buttons .button{width:100%}.work-details_bought,.work-details_buy{grid-area:2/1/3/3;padding:10px}.work-details_bought{background:var(--text-color-secondary);pointer-events:none}.work-details_like,.work-details_save{padding:13px 45px;width:100%}@media screen and (max-width:575.98px){.work-details_like,.work-details_save{width:100%}}.work-details .amount{color:var(--text-color-secondary);display:flex;gap:25px}.work-details_category{cursor:pointer;display:flex;flex-direction:column;gap:10px}.work-details_category .category-container_items{color:var(--text-color-secondary);font-size:20px;font-weight:600}.work-details_category .category-container_item{color:var(--text-color);font-size:18px;margin-left:5px}.work-details_category .category-container_item img{margin-right:5px}.work-details_comments{display:grid;gap:25px}.work-details_comment{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:575.98px){.work-details_comment{display:block}}.work-details_info{display:flex;gap:13px}@media screen and (max-width:575.98px){.work-details_info{display:grid;grid-template-columns:1fr 3fr}}.work-details_comment-description{display:grid;gap:3px}.work-details_comment-description_name{font-size:16px;font-weight:600;line-height:19px}.work-details_comment-description_text{font-size:18px;line-height:20px}.work-details_bottom-comment{align-items:center;color:var(--text-color-secondary);display:flex;font-size:13px;gap:10px}@media screen and (max-width:1199.98px){.work-details_like-large{display:none}}.work-details_like-small{display:none;height:13px;width:13px}@media screen and (max-width:1199.98px){.work-details_like-small{display:block}}.work-details_other-model{display:grid;gap:25px}.work-details_gallery{display:grid;gap:7px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:575.98px){.work-details_gallery{grid-template-columns:1fr}}.work-details_gallery img{border-radius:10px;height:-webkit-fill-available;-o-object-fit:cover;object-fit:cover;width:-webkit-fill-available}.challenge_container{display:flex;flex-direction:column;gap:25px}.challenge_tabs{display:flex}.challenge .blog{gap:21px}.challenge .blog,.challenge_info{display:flex;flex-direction:column}.challenge_info{gap:30px}.challenge_content{display:flex;flex-direction:column;gap:21px}.challenge_content h2{color:var(--white);font-size:22px;font-weight:600}.challenge_content p{color:var(--white);font-size:20px;line-height:1.2em}.challenge_content .blog__prod{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.challenge_completed,.challenge_current{display:grid;gap:30px}.challenge_current{margin-bottom:47px}.challenge-image{background:no-repeat 50%/cover;border-radius:25px;padding:68px 65px}.challenge_text{display:flex;flex-direction:column;gap:36px}.challenge_title{font-size:32px;font-weight:600}.challenge_description{font-size:20px}.challenge_amount{align-items:center;display:flex;font-size:16px;gap:10px}.challenge .tasks{align-items:flex-start;display:grid;grid-template-columns:repeat(6,1fr)}@media screen and (max-width:1199.98px){.challenge .tasks{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:991.98px){.challenge .tasks{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767.98px){.challenge .tasks{gap:20px;grid-template-columns:1fr}}.challenge .tasks_item{align-items:center;display:flex}@media screen and (max-width:767.98px){.challenge .tasks_item{flex-direction:column;gap:20px}}.challenge .tasks_line{background:var(--text-color);height:106px;margin:0 40px;width:2px}@media screen and (max-width:767.98px){.challenge .tasks_line{height:2px;margin:10px 0;width:150px}}.challenge .tasks_content{display:flex;flex:1;flex-wrap:wrap;gap:13px}.challenge .tasks_title{font-size:20px;font-weight:600}.challenge .tasks_description{font-size:16px}html.light-mode .saved_collection-count{color:var(--border-color-secondary)}.saved_collections{margin-bottom:30px}.profile-works,.saved{margin:auto;max-width:1545px;width:100%}.profile-works_header,.saved_header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:30px;margin-top:20px}.profile-works_container,.saved_container{display:flex;flex-direction:column;gap:16px}.profile-works_collection,.saved_collection{background:linear-gradient(180deg,transparent,hsla(0,0%,5%,0) .01%,hsla(0,0%,5%,.51) 50.52%,hsla(0,0%,9%,.75));border-radius:10px;display:flex;height:160px;overflow:hidden;position:relative}.profile-works_collection-bottom,.saved_collection-bottom{bottom:14px;display:flex;flex-direction:column;left:14px;position:absolute;z-index:3}.profile-works_collection-label,.saved_collection-label{color:var(--static-white);font-family:var(--font-family-bold);font-size:20px;font-weight:600}.profile-works_collection-count,.saved_collection-count{color:var(--text-color-quaternary);font-size:14px;font-weight:400}.profile-works_collection-noPreview,.saved_collection-noPreview{background:var(--background-secondary);border-radius:inherit;height:100%;width:100%}.profile-works_collection-noPreview~.saved_collection-bottom>.saved_collection-label,.saved_collection-noPreview~.saved_collection-bottom>.saved_collection-label{color:var(--white)}.profile-works_collection-noPreview~.saved_collection-bottom>.saved_collection-count,.saved_collection-noPreview~.saved_collection-bottom>.saved_collection-count{color:var(--text-color-secondary)}.profile-works_collection-preview,.saved_collection-preview{display:grid;gap:2px;width:100%}.profile-works_collection-preview-1,.saved_collection-preview-1{grid-template-columns:repeat(1,1fr)}.profile-works_collection-preview-2,.saved_collection-preview-2{grid-template-columns:repeat(2,1fr)}.profile-works_collection-preview-3,.saved_collection-preview-3{grid-template-columns:1fr .4fr;grid-template-rows:repeat(2,1fr)}.profile-works_collection-preview-3 img:first-child,.saved_collection-preview-3 img:first-child{grid-area:1/1/3/2}.profile-works_collection-preview-3 img:nth-child(2),.saved_collection-preview-3 img:nth-child(2){grid-area:1/2/2/3;height:100px}.profile-works_collection-preview-3 img:nth-child(3),.saved_collection-preview-3 img:nth-child(3){grid-area:2/2/3/3;height:56px}.profile-works_collection-preview img,.saved_collection-preview img{-o-object-fit:cover;object-fit:cover;width:100%}.profile-works-empty,.saved-empty{align-items:center;color:var(--text-color-quaternary);display:flex;font-family:var(--font-family-bold);font-size:48px;font-weight:500;height:calc(83vh - var(--header-height));justify-content:center;width:100%}.profile-works_grid,.saved_grid{-moz-column-gap:39px;column-gap:39px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:30px}@media screen and (max-width:1399.98px){.profile-works_grid,.saved_grid{-moz-column-gap:8px;column-gap:8px;grid-template-columns:repeat(3,1fr);row-gap:15px}}@media screen and (max-width:1199.98px){.profile-works_grid,.saved_grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767.98px){.profile-works_grid,.saved_grid{grid-template-columns:repeat(1,1fr)}}[class*=page-profile] .header_container{margin:auto;padding-left:calc(var(--aside-width) + var(--aside-margin-right));padding-right:var(--container-margin-right)}@media screen and (max-width:1199.98px){[class*=page-profile] .header_container{padding-left:var(--container-padding-left);padding-right:var(--container-padding-right)}}html.light-mode .profile_button--sub{background-color:var(--background-gradient)}html.light-mode .profile_gallery_add{border:2.5px solid transparent}.profile{display:flex;flex-direction:column;gap:47px;margin:0 auto;max-width:1574px}@media screen and (max-width:991.98px){.profile{gap:8px}}.profile_banner{border-radius:29px 29px 0 0;display:flex;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%;z-index:0}@media screen and (max-width:991.98px){.profile_banner{height:108px}}@media screen and (max-width:767.98px){.profile_banner{height:65px;position:unset}}.profile_header{background:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;justify-content:flex-end;max-height:224px;min-height:224px;position:relative}@media screen and (max-width:991.98px){.profile_header{min-height:180px}}@media screen and (max-width:767.98px){.profile_header{justify-content:flex-start;max-height:100%;min-height:100%;padding-left:0;padding-right:0}}.profile_preview{align-items:flex-end;display:flex;gap:64px;justify-content:space-between;margin-left:136px;margin-right:111px;padding-bottom:20px}@media screen and (max-width:1199.98px){.profile_preview{margin-left:20px;margin-right:20px}}@media screen and (max-width:767.98px){.profile_preview{align-items:flex-start;flex-direction:column;gap:12px;margin-left:0;margin-right:0;padding:8px 8px 12px}}@media screen and (max-width:991.98px){.profile_avatar{height:108px;width:108px}}@media screen and (max-width:767.98px){.profile_avatar{height:58px;width:58px}}.profile_user{display:flex;gap:18px;justify-content:space-between;z-index:1}@media screen and (max-width:767.98px){.profile_user{align-items:center}}.profile_user .dropdown_window{left:0;top:135px}@media screen and (max-width:767.98px){.profile_user .dropdown_window{top:85px}}.profile_user-info{display:flex;flex-direction:column;gap:12px;justify-content:flex-end}@media screen and (max-width:767.98px){.profile_user-info{gap:6px;text-align:left}}.profile_user-info-top{align-items:center;display:flex;gap:11px}.profile_user-info-top p{color:var(--white);font-family:var(--font-family-bold);font-size:16px}.profile_user-info-top svg{min-height:17px;min-width:22px}.profile_user-info-bottom p{color:var(--white);font-weight:400;word-break:break-all}.profile_actions{align-items:center;display:flex;gap:25px;height:42px}@media screen and (max-width:991.98px){.profile_actions{align-items:stretch;gap:8px}.profile_actions .dropdown_label{height:100%}}@media screen and (max-width:767.98px){.profile_actions{width:100%}}.profile_actions svg{cursor:pointer;height:16px;width:16px}.profile_button{width:-moz-max-content;width:max-content}@media screen and (max-width:991.98px){.profile_button{height:100%;min-width:unset;width:unset}}.profile_button svg{fill:var(--white)}.profile_button-plus{padding:12px}@media screen and (min-width:991.98px){.profile_button-plus{height:44px;width:44px}}@media screen and (max-width:991.98px){.profile_button-plus{max-width:unset}.profile_button-plus:after{color:var(--text-color-secondary);content:"Добавить"}}.profile_button--sub{font-size:16px}@media screen and (max-width:991.98px){.profile_button--message{order:-1}}@media screen and (max-width:767.98px){.profile_button--message{width:100%}}.profile_wrapper{display:flex;gap:25px}@media screen and (max-width:991.98px){.profile_wrapper{flex-direction:column;gap:8px}}.profile_wrapper_item{border-radius:29px}.profile_wrapper_item-left{display:flex;flex-direction:column;flex-grow:1;gap:25px;width:77%}@media screen and (max-width:991.98px){.profile_wrapper_item-left{gap:16px;order:2;width:100%}}.profile_wrapper_item-left-blogs{background:var(--background-secondary);gap:0}@media screen and (max-width:991.98px){.profile_wrapper_item-left-blogs{gap:12px}}.profile_wrapper_item-left-blogs .blogs_form{padding-top:0}.profile_wrapper_item-left-blogs .blogs_view{border-radius:29px}.profile_wrapper_item-right{display:flex;flex-direction:column;flex-grow:1;gap:25px;height:100%;position:sticky;top:85px;width:339px}@media screen and (max-width:991.98px){.profile_wrapper_item-right{order:1;position:unset;top:unset;width:100%}}.profile_wrapper .blog{padding:24px 35px 35px}.profile_wrapper .blog:first-child{border-top-left-radius:29px;border-top-right-radius:29px}.profile_wrapper .blog:last-child{border-bottom-left-radius:29px;border-bottom-right-radius:29px}@media screen and (max-width:991.98px){.profile_wrapper .blog{padding:20px}}.profile_wrapper .blogs_view{background-color:unset}.profile_wrapper .blogs_view-cards{grid-template-columns:repeat(3,1fr)}.profile_wrapper .blogs_card{gap:10px;padding:0}.profile_wrapper .blogs_card-label{font-size:14px}.profile_wrapper .blogs_card-description{font-size:12px}.profile_wrapper .blogs_card-text{gap:10px}.profile_wrapper .blogs_card-stats{gap:16px}.profile_tabs{align-items:center;display:flex;grid-area:1/1/2/3;justify-content:space-between;overflow:auto;padding:24px 35px;z-index:10}@media screen and (max-width:991.98px){.profile_tabs{margin:16px;padding:0}}.profile_tabs-link{color:var(--text-color-secondary);flex-shrink:0;font-family:var(--font-family-bold);margin-left:auto;transition:.3s}.profile_tabs-link:hover{color:#a9a9a9}.profile_tabs-link[active]{color:var(--white)}.profile_follows{background-color:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column}@media screen and (max-width:991.98px){.profile_follows{justify-content:space-between;position:relative}}.profile_follows_count{color:var(--gray-400);font-family:var(--font-family-bold);font-size:13px}.profile_follows_item{display:flex;flex-direction:column;gap:23px;padding:24px 27px}.profile_follows_item:first-child{border-bottom:2px solid var(--background)}@media screen and (max-width:991.98px){.profile_follows_item{width:100%}.profile_follows_item:first-child{border-bottom:unset}}@media screen and (max-width:767.98px){.profile_follows_item{padding:14px 17px}}.profile_follows_item_link{display:flex;gap:5px;width:-moz-fit-content;width:fit-content}.profile_follows_rows{display:flex;flex-wrap:wrap;gap:12px}@media screen and (max-width:991.98px){.profile_follows_rows{flex-wrap:unset;overflow:auto}.profile_follows_rows_item{flex-shrink:0}}.profile_follows_name{font-size:12px;margin-top:10px;max-width:58px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.profile_gallery{display:flex;gap:11px;overflow:hidden;padding:0 35px 40px;position:relative;width:100%}.profile_gallery-empty{grid-template-columns:275px 1fr}@media screen and (max-width:1199.98px){.profile_gallery{grid-template-columns:1fr;min-height:unset;padding:0 20px 20px}}.profile_gallery .card{padding:0 8px}.profile_gallery .card:first-child,.profile_gallery .card:last-child{padding:0}.profile_gallery-flex{display:grid;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1199.98px){.profile_gallery-flex{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:991.98px){.profile_gallery-flex{grid-template-columns:repeat(3,46%);grid-template-columns:repeat(3,90%);overflow:auto}}.profile_gallery-flex::-webkit-scrollbar{display:none}.profile_gallery-flex .card{height:100%;width:100%}.profile_gallery-separator{display:grid;grid-template-columns:277px 1fr}@media screen and (max-width:1199.98px){.profile_gallery-separator{display:inherit;grid-template-columns:unset}}.profile_gallery_add{background:linear-gradient(var(--background-secondary) 0 0) padding-box,linear-gradient(145deg,var(--purple),var(--light-red)) border-box;border:1px solid transparent;border-radius:10px;display:block;height:100%;max-width:277px;width:100%}@media screen and (max-width:1199.98px){.profile_gallery_add{display:none}}.profile_gallery_add-inner{align-items:center;background-color:var(--dark-grey-secondary);border-radius:10px;color:var(--text-color-secondary);display:flex;flex-direction:column;gap:23px;height:100%;justify-content:center;min-height:236px;transition:.2s ease}.profile_gallery_add-inner:hover{background-color:var(--dark-grey);transition:.2s ease}.profile_gallery_add_text{font-family:var(--font-family-bold);font-size:18px}.profile_info{background-color:var(--background-secondary);border-radius:29px}.profile_info+.blogs_wrapper{border-radius:29px;height:100%}.profile_info-blogs .blog-else{padding-top:35px}.profile_info_follows{display:flex;flex-direction:column;gap:30px;padding:24px 35px}.profile_info .blogs_form-profile{border-radius:0 0 29px 29px;padding-top:0}.profile_about{padding:0 35px 50px}@media screen and (max-width:991.98px){.profile_about{padding:0 20px 20px}}.profile_about_location{align-items:center;display:flex;flex-direction:row;gap:10px;margin-bottom:18px}.profile_about_location svg{flex-shrink:0}.profile_about_description{margin-bottom:24px;white-space:pre-wrap;word-break:break-word}.profile_about_info{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.profile_about_info>:first-child{max-width:330px}@media screen and (max-width:991.98px){.profile_about_info{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767.98px){.profile_about_info{grid-template-columns:1fr}}.profile_about_title{color:var(--gray-400);display:block;margin-bottom:20px}.profile_about_social{display:flex;flex-direction:column;font-size:18px;gap:12px}.profile_about_social_row{align-items:center;display:flex;gap:10px}.profile_about_social_row svg{flex-shrink:0}.profile_about_social_row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:991.98px){.profile_about_social_row span{white-space:unset}}.profile_about_social_row svg path{fill:var(--text-color)}.profile_about_statistics{display:flex;flex-direction:column;gap:5px}.profile_grid{display:grid;gap:16px;grid-template-columns:repeat(4,1fr);padding:0 35px 40px}@media screen and (max-width:991.98px){.profile_grid{margin:16px;padding:0}}@media screen and (max-width:1199.98px){.profile_grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:991.98px){.profile_grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575.98px){.profile_grid{grid-template-columns:repeat(1,1fr)}}.cabinet{display:flex;flex-direction:column;gap:32px;margin:auto}.cabinet_container{align-items:flex-start;display:grid;gap:8px;grid-template-columns:max-content 1fr;justify-content:space-between}@media screen and (max-width:991.98px){.cabinet_container{gap:14px;grid-template-columns:1fr}}.cabinet_actions,.cabinet_gallery-actions{display:flex;justify-content:space-between;width:100%}@media screen and (max-width:575.98px){.cabinet_gallery-actions{flex-direction:column;gap:16px}}@media screen and (max-width:991.98px){.cabinet_sidebar{font-size:12px}}.cabinet_menu{display:flex;flex-direction:column}@media screen and (max-width:991.98px){.cabinet_menu{flex-direction:row}}@media screen and (max-width:575.98px){.cabinet_menu{flex-direction:column}}.cabinet_link{background-color:var(--background-secondary);cursor:pointer;display:flex;font-family:var(--font-family-regular);justify-content:center;padding:14px}.cabinet_link--first{border-radius:4px 4px 0 0}@media screen and (max-width:991.98px){.cabinet_link--first{border-radius:4px 0 0 4px}}@media screen and (max-width:767.98px){.cabinet_link--first{border-radius:4px 4px 0 0}}.cabinet_link--last{border-radius:0 0 4px 4px}@media screen and (max-width:991.98px){.cabinet_link--last{border-radius:0 4px 4px 0}}@media screen and (max-width:767.98px){.cabinet_link--last{border-radius:0 0 4px 4px}}.cabinet_link.router-link-active,.cabinet_link:hover{background-color:var(--hover-button)}@media screen and (max-width:991.98px){.cabinet_content{width:100%}}.cabinet_title{margin-bottom:24px}.cabinet_form{display:flex;flex-direction:column;gap:10px}.form{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;padding-bottom:20px}.save{width:100%}.blogs-profile_posts{display:flex;flex-direction:column;gap:24px}.blogs-profile .blogs_view{width:100%}.model-upload_file{align-items:center;display:flex;justify-content:space-between;width:100%}.model-upload_file span{color:var(--text-color-secondary);cursor:pointer}.model-upload_info{display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding:10px 15px 10px 0;width:100%}.model-upload_info-model,.model-upload_info-texture{align-items:flex-end;display:flex;flex-wrap:wrap;gap:5px;width:100%}.model-upload_info-item{color:var(--yellow);font-size:14px}.card-graphic{background-color:var(--background);border-radius:8px;display:flex;flex-direction:column;gap:8px;height:200px;padding:10px 16px;position:relative;width:100%}.card-graphic-activity{background-color:var(--blue)}.card-graphic-label{font-size:14px;letter-spacing:2px}.card-graphic-label,.card-graphic-title{font-family:var(--font-family-bold);text-transform:uppercase}.card-graphic-title{font-size:20px}.dashboard{display:flex;flex-direction:column;gap:32px}.dashboard_menu{background-color:var(--background-secondary);display:flex;margin-bottom:24px;padding:8px 24px}@media screen and (max-width:575.98px){.dashboard_menu{flex-direction:column}}.dashboard_link{background-color:var(--background);display:block;font-size:16px;padding:14px}.dashboard_link--first{border-radius:4px 0 0 4px}@media screen and (max-width:575.98px){.dashboard_link--first{border-radius:4px 4px 0 0}}.dashboard_link--last{border-radius:0 4px 4px 0}@media screen and (max-width:575.98px){.dashboard_link--last{border-radius:0 0 4px 4px}}.dashboard_link.router-link-active,.dashboard_link:hover{background-color:var(--background-secondary-hover)}.dashboard_graph{bottom:0;left:0;position:absolute;width:100%}.dashboard_activity{display:flex;gap:64px;width:100%}.dashboard_activity-graph{width:100%}.dashboard_wallet{display:flex;gap:64px;justify-content:space-between}.dashboard_wallet_subscribes{display:flex}.dashboard_wallet-item{display:flex;flex-direction:column;height:200px;width:100%}.dashboard_wallet-item:first-child{background:var(--turquoise)}.dashboard_wallet-item:nth-child(2){background:var(--orange)}.dashboard_wallet-item:nth-child(3){background:var(--green)}.dashboard_wallet-label{color:var(--text-color);font-size:14px;letter-spacing:2px}.dashboard_wallet-label,.dashboard_wallet-title{font-family:var(--font-family-bold);text-transform:uppercase}.dashboard_wallet-title{font-size:20px}.dashboard_wallet-title span{color:var(--yellow)}.dashboard_all-count{align-items:center;display:flex;gap:16px}.dashboard_count-item{align-items:center;display:flex;flex-direction:column;gap:8px}.dashboard_count-label{color:var(--gray-500);font-size:16px}.dashboard_count-value{color:var(--text-color);font-family:var(--font-family-bold);font-size:16px;text-align:right}.dashboard_header{align-items:center;display:flex;justify-content:space-between}.dashboard_user{display:flex;flex-direction:column;gap:10px}.dashboard_title span{color:var(--yellow);font-size:24px}.dashboard_subscribes{display:flex;width:100%}.dashboard_subtitle{color:var(--gray-400);font-size:14px}.dashboard_transactions{display:flex;gap:64px;justify-content:space-between;width:100%}.dashboard_transactions-item{background-color:var(--background-secondary);display:flex;flex-direction:column;gap:20px;padding:18px;width:100%}.dashboard_transactions-table{display:flex;justify-content:space-between}.dashboard_transactions-table-column{border-right:1px solid var(--gray-600);display:flex;flex-direction:column;width:100%}.dashboard_transactions-table-column:last-child{border:none}.dashboard_transactions-table-column:first-child .dashboard_transactions-table-row{justify-content:flex-start}.dashboard_transactions-table-row{display:flex;justify-content:flex-end;padding:15px;width:100%}.dashboard_transactions-table-row:nth-child(odd){background:var(--background-secondary)}.dashboard_transactions-table-row:nth-child(2n){background:var(--background)}.dashboard_transactions-table-row-title{color:var(--gray-400);font-size:16px;font-weight:600}@media screen and (max-width:767.98px){.dashboard .models-profile-cabinet{gap:12px}}.awards{background:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:21px;padding:24px 26px}.awards_title{font-size:20px;font-weight:600}.awards_items{display:flex;gap:23px}.awards_item{background:var(--background-secondary-hover);border-radius:10px;height:80px;width:80px}.videos{background:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:23px;padding:25px 27px}.videos_title{font-size:20px;font-weight:600}.videos_items{display:flex;gap:17px;max-width:296px;overflow-x:scroll;overflow-y:hidden}.videos_item{display:flex;flex-direction:column;gap:24px}.videos_item img{min-width:203px}.videos_item span{font-size:15px;font-weight:400}.pagination{gap:30px;justify-content:center;width:100%}.pagination,.pagination_items{align-items:center;display:flex}.pagination_arrow{cursor:pointer}.pagination_item{align-items:center;border:1px solid transparent;border-radius:5px;color:var(--text-color-secondary);cursor:pointer;display:flex;font-size:16px;font-weight:400;justify-content:center;padding:5px 8px}.pagination_active{border:1px solid var(--refill-border)}.skeleton-blog_avatar{background-color:var(--light-grey);border-radius:50%;height:45px;width:45px}.skeleton-blog_profile{background-color:var(--light-grey);height:19px;width:120px}.skeleton-blog_created-date{background-color:var(--light-grey);height:14px;margin-top:2px;width:60px}.skeleton-blog_chip{background-color:var(--light-grey);height:24px;width:80px}.skeleton-blog_label{height:26px;width:150px}.skeleton-blog_description,.skeleton-blog_label{background-color:var(--light-grey);border-radius:8px}.skeleton-blog_description{height:200px;margin-top:8px;width:100%}.skeleton-user_circle{border-radius:50%;height:58px}.skeleton-user_circle,.skeleton-user_name{background-color:var(--light-grey);width:58px}.skeleton-user_name{border-radius:4px;height:17px;margin-top:10px}.skeleton-carousel_link{background-color:var(--light-grey);height:240px;width:268px}.skeleton-work *{border-radius:8px}.skeleton-work_title{background-color:var(--light-grey);height:32px;margin-bottom:6px;width:30%}.skeleton-work_left{background-color:var(--light-grey);height:70vh;width:100%}.skeleton-work_right{display:flex;flex-direction:column;gap:24px}.skeleton-work_block{background-color:var(--light-grey);height:20vh;width:100%}.skeleton-workpage{display:flex;flex-direction:column;gap:21px}.skeleton-workpage *{border-radius:8px}.skeleton-workpage_description{background-color:var(--light-grey);height:100px;width:100%}.skeleton-workpage_price{background-color:var(--light-grey);height:30px;width:20%}.skeleton-workpage_title{background-color:var(--light-grey);height:14px;width:30%}.skeleton-workpage_subtitle{background-color:var(--light-grey);height:14px;width:20%}.skeleton-workpage_avatar{background-color:var(--light-grey);border-radius:50%;height:45px;width:45px}.skeleton-workpage_actions{display:flex;gap:19px}.skeleton-workpage_actions-less{align-items:center;gap:8px}.skeleton-workpage_actions-user{flex-direction:column;gap:8px;width:calc(100% - 45px)}.skeleton-workpage_button{background-color:var(--light-grey);height:50px;width:50%}.skeleton-workpage_action{background-color:var(--light-grey);height:20px;width:10%}.chat-input{display:flex;flex-direction:column;gap:20px;width:50%}.chat-body{display:flex;flex-direction:column-reverse;gap:15px;list-style:none!important;max-height:400px;overflow-y:auto;padding:0!important;width:100%}.chat-body-message{align-items:flex-end;display:flex;gap:15px;margin-right:10px;text-align:left}.chat-body-message-user{display:inline-block;flex-shrink:0}.chat-body-message_content{background:var(--background-tertiary);border-radius:15px 15px 15px 0;max-width:50%;padding:15px;width:100%}@media screen and (max-width:991.98px){.chat-body-message_content{max-width:75%}.chat-body-message_content .avatar{display:none}}.chat-body-message_content-work{max-width:100%}.chat-body-message-text{box-sizing:content-box;display:inline-block;line-break:anywhere;line-height:1.3125;position:relative;width:100%}.chat-body-message-text-time{align-items:center;bottom:auto!important;color:var(--search-text);display:flex;float:right;justify-content:flex-end;position:relative;top:10px}.me{direction:rtl;text-align:right}.me .chat-body-message_content{border-radius:15px 15px 0;direction:ltr;text-align:left}.hiddenChat{height:0;opacity:0;overflow:hidden;padding:0}.table{background:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:24px;overflow-x:auto;overflow-y:hidden;padding:30px}@media screen and (max-width:767.98px){.table{padding:16px}}.table-fifth .table_head,.table-fifth .table_item{-moz-column-gap:86px;column-gap:86px;display:grid;grid-template-columns:200px 139px 1fr 125px 160px}@media screen and (max-width:1199.98px){.table-fifth .table_head,.table-fifth .table_item{-moz-column-gap:32px;column-gap:32px}}.table-admin .table_head,.table-admin .table_item{-moz-column-gap:86px;column-gap:86px;display:grid;grid-template-columns:24px 1fr 200px 200px 100px}@media screen and (max-width:767.98px){.table-admin .table_head,.table-admin .table_item{gap:16px;grid-template-columns:1fr;padding:24px 16px}}.table-six .table_head,.table-six .table_item{-moz-column-gap:86px;column-gap:86px;display:grid;grid-template-columns:24px 1fr 1fr 200px 200px 100px}.table-seven .table_head,.table-seven .table_item{-moz-column-gap:86px;column-gap:86px;display:grid;grid-template-columns:24px 1fr 1fr 200px 200px 200px 100px}.table-four .table_head,.table-four .table_item{-moz-column-gap:86px;column-gap:86px;display:grid;grid-template-columns:24px 1fr 1fr 100px}@media screen and (max-width:767.98px){.table-four .table_head,.table-four .table_item{gap:16px;grid-template-columns:1fr;padding:24px 16px}}.table-eight .table_head,.table-eight .table_item{-moz-column-gap:86px;column-gap:86px;display:grid;grid-template-columns:24px 200px 100px 48px 48px 48px 175px 175px}.table-nine .table_head,.table-nine .table_item{-moz-column-gap:86px;column-gap:86px;display:grid;grid-template-columns:24px 100px 100px 48px 175px 175px 70px}@media screen and (max-width:767.98px){.table-nine .table_head,.table-nine .table_item{gap:16px;grid-template-columns:1fr;padding:24px 16px}}.table-nine .table_head::-webkit-scrollbar,.table-nine .table_item::-webkit-scrollbar{display:none}.table-tools .table_head,.table-tools .table_item{display:grid;grid-template-columns:1fr repeat(4,2fr) 1fr}@media screen and (max-width:991.98px){.table-tools .table_head,.table-tools .table_item{gap:16px;grid-template-columns:1fr;padding:24px 16px}}.table_head{color:var(--border-color);font-family:var(--font-family-bold);padding:0 35px;text-transform:uppercase}.table_item{padding:22px 35px}@media screen and (max-width:767.98px){.table_item{position:relative}}.table_item:nth-child(odd){background:var(--background-secondary-hover)}.table_item:first-child{border-top-left-radius:29px;border-top-right-radius:29px}.table_item:last-child{border-bottom-left-radius:29px;border-bottom-right-radius:29px}.table_item img{max-block-size:unset;max-inline-size:unset}.table_actions{display:flex;gap:32px}@media screen and (max-width:767.98px){.table_actions{gap:12px;position:absolute;right:16px;top:20px}}.table_categories{display:flex;justify-content:space-between;padding:22px 35px;width:100%}@media screen and (max-width:767.98px){.table_categories{flex-wrap:wrap;gap:12px;justify-content:flex-start;padding:16px}}.table_button{align-items:center;border-radius:6px;display:flex;flex-shrink:0;height:32px;justify-content:center;padding:0;width:32px}.table_button-edit{background:var(--blue-secondary)}.table_button-delete{background:var(--red-tertiary)}.table_button-mark{background:var(--green-700)}.table_rows{display:grid}.table_row{font-size:16px}.table_row:nth-child(odd){background:var(--background-secondary-hover)}.table_row:nth-child(odd) ::-webkit-scrollbar{background:var(--background-secondary-hover)}.table_row:nth-child(odd) ::-webkit-scrollbar-thumb{background:var(--background-secondary)}.table_row .table_item{align-items:center;background:unset;border-radius:0}.table_chat{align-items:center;display:flex;flex-direction:column;gap:35px;padding:2rem 5rem;width:100%}@media screen and (max-width:1199.98px){.table_chat:not(.admin-work_chat){background:var(--background-secondary);height:calc(100% - var(--header-height));left:0;padding:8px;position:fixed;top:var(--header-height);width:100%;z-index:6}}.table_chatBody{display:flex;flex-direction:column;gap:16px;width:100%}@media screen and (max-width:1199.98px){.table_chatBody{height:calc(100vh - var(--header-height) - 200px);overflow:auto}.table_chatBody~.chat-input{width:100%}}.table_mobile{display:none;justify-content:space-between;width:100%}.table_mobile-block{background-color:var(--background);border-radius:8px;padding:12px}.table_mobile-title{font-family:var(--font-family-bold);font-size:18px;margin-bottom:4px}@media screen and (max-width:1199.98px){.table_mobile{display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:991.98px){.table_mobile{gap:8px}}.table_item{color:var(--border-color)}.table-content-label{color:var(--white)}@media screen and (max-width:767.98px){.table-content-item{display:flex;flex-direction:column;gap:8px}}.table-content-item--status{align-items:center;border-radius:6px;color:#fff;justify-content:center;padding:5px 0;text-align:center;text-transform:uppercase}.table-content-item--status-opened{background:var(--yellow);color:#000}.table-content-item--status-closed{background:var(--grey)}.table-content-item--status-active{background:var(--purple)}.table-actions{display:flex;flex-direction:row;gap:10px;justify-content:space-between}@media screen and (max-width:767.98px){.table-actions{position:absolute;right:10px;top:10px}}.table-actions--not_stretched{justify-content:center}@media screen and (max-width:767.98px){.table-actions--not_stretched{justify-content:flex-end}}.table-actions--not_stretched .table-button{width:40px}.table-button{align-items:center;background-color:var(--hover-button);display:flex;justify-content:center;min-height:32px;min-width:38px;padding:3px}.table-button svg{min-height:17px;min-width:17px}.table-button--delete{background:var(--red-tertiary)}.table-button--edit{background:var(--blue-secondary)}.admin{display:flex;flex-direction:column;gap:32px;width:100%}.admin_title{text-align:left;width:87vw}.admin_tabs{display:flex;gap:16px}.admin-work_tools{display:flex;flex-direction:column;gap:15px}.admin-work_tools-items{align-items:center;display:flex;flex-wrap:wrap;gap:19px}.admin-work_tools-item{align-items:center;background:var(--dark-grey-secondary);border:1px solid var(--hover-button);border-radius:12px;display:flex;font-size:20px;font-weight:400;gap:7px;height:44px;justify-content:center;padding:0 34px}.admin-work_actions{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);justify-items:center;width:100%}.admin-work_actions button{gap:10px;width:100%}.admin-work_actions button:last-child{grid-area:2/1/3/3;max-width:200px}.admin-work_actions button.download{grid-area:3/1/4/3}.admin-work_chat{align-items:flex-start;background-color:var(--background-secondary);border-radius:29px;gap:10px;padding:0}.admin-work_chat form{width:100%}.admin-work_chat .chat_main-user{border-bottom:1px solid var(--background);gap:13px;padding:16px 44px;width:100%}.admin-work_chat .table_chatBody{padding:16px 53px}.admin-work_chat .textarea{border-top:1px solid var(--background);padding:22px 22px 8px 53px}.admin-work_chat .textarea_wrap{background-color:unset!important;border:unset!important;padding:0!important}.admin-work_chat .textarea_separator{gap:0}.admin-work_chat .textarea_container{gap:22px}.admin-work_chat .textarea_actions{margin-left:20px;margin-top:-3px;padding:0}.admin-work_chat .blogs_form-profile-files{padding:0 22px 18px 40px}.admin-work_item{display:flex;flex-direction:column;gap:15px;width:100%}.admin-work_item-colors{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.admin-work_item-label{color:var(--border-color);font-size:18px;font-weight:600}.admin-work_container{display:flex;gap:20px;justify-content:space-between;width:100%}@media screen and (max-width:1199.98px){.admin-work_container{flex-direction:column}}.admin-work_checkbox{align-items:center;display:flex;gap:10px}.admin-work_checkbox span{font-size:20px;font-weight:400}.admin-work_user{align-items:center;display:flex;gap:13px}.admin-work_user-report{cursor:pointer}.admin-work_user-info{align-items:flex-start;display:flex;flex-direction:column}.admin-work_user-info p{color:var(--text-color);font-family:var(--font-family-bold);font-size:16px}.admin-work_user-info span{color:var(--text-color-secondary);font-size:14px;font-weight:400}.admin-work_form{gap:25px;width:100%}.admin-work_details,.admin-work_form{align-items:flex-start;display:flex;flex-direction:column}.admin-work_details{background:#1e1e21;border-radius:29px;gap:30px;height:calc(100vh - var(--header-height) - var(--container-margin-top));overflow:auto;padding:21px 44px;position:sticky;top:0;width:30%}@media screen and (max-width:1199.98px){.admin-work_details,.admin-work_display{width:100%}}.admin-products{display:flex;flex-direction:column;gap:27px}.admin-products_cards{-moz-column-gap:44px;column-gap:44px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:27px}@media screen and (max-width:1399.98px){.admin-products_cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:991.98px){.admin-products_cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575.98px){.admin-products_cards{grid-template-columns:repeat(1,1fr)}}.admin-products_cards-action{align-items:center;background:var(--dark-background);border:1px solid var(--border-color-secondary);border-radius:12px;display:flex;height:47px;justify-content:center;width:100%}.admin-products_cards-action:last-child svg{height:17px;width:14px}.admin-products_cards-actions{display:flex;gap:10px;margin-top:10px;width:100%}.admin-products_cards-buttons{display:flex;width:100%}.admin-products_cards-action{border-radius:0}.admin-products_cards-action:first-child{border-bottom-left-radius:12px;border-top-left-radius:12px}.admin-products_cards-action:last-child{border-bottom-right-radius:12px;border-top-right-radius:12px}.admin-products_cards .button{padding:14px}.admin-products_cards-download{max-width:80px}.admin-products_links{align-items:center;display:flex;gap:54px}.admin-products_links a{color:var(--text-color-secondary);font-family:var(--font-family-bold)}.admin-products_links .router-link-exact-active{color:var(--text-color)}.admin-products_header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.admin-panel{display:flex;flex-direction:column;gap:42px}.admin-panel_loading{align-items:center;color:var(--text-color);display:flex;gap:18px}.admin-panel_loading-circle{animation:spin 1s linear infinite;border:5px solid var(--text-color);border-radius:50%;border-top:5px solid #7109aa;height:65px;width:65px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.admin-panel_loading-text{font-size:20px}.admin-panel_cards-loading{align-items:center;animation:moveGradient 4s infinite alternate;background:linear-gradient(60deg,#530096,#5c00a7,#6600ba,#7100cf,#7d00e6,#8b00ff,#b255ff,#d29cff);background-position:0 50%;background-size:300% 300%;border-radius:12px;display:flex;height:150px;justify-content:center}.admin-panel_cards{align-items:stretch;display:flex;gap:19px;position:relative}@media screen and (max-width:991.98px){.admin-panel_cards{flex-direction:column;height:unset}}.admin-panel_card{background:var(--dark-grey-secondary);border-radius:12px;display:flex;flex-direction:column;gap:10px;height:100%;padding:15px;width:100%}.admin-panel_card-info{color:#fff;font-size:18px;font-weight:400}.admin-panel_card-header{align-items:flex-start;display:flex;justify-content:space-between}.admin-panel_card-count{color:var(--yellow);font-size:32px;font-weight:600}.admin-panel_graphs{align-items:flex-start;display:flex;gap:19px;height:529px}@media screen and (max-width:991.98px){.admin-panel_graphs{flex-direction:column;height:unset}}.admin-panel_support{background:var(--dark-grey-secondary);border-radius:29px;display:flex;flex-direction:column;gap:50px;height:100%;padding:24px 33px;width:30%}@media screen and (max-width:991.98px){.admin-panel_support{padding:16px;width:100%}}.admin-panel_support p{font-size:20px;font-weight:600}.admin-panel_support-loading{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.admin-panel_support-loading .admin-panel_loading-circle{border-width:20px;height:335px;width:335px}.admin-panel_support-info{align-items:center;display:flex;flex-direction:column;gap:12px;position:absolute;top:39%}.admin-panel_support-info p{font-size:32px;font-weight:600}.admin-panel_support-info span{font-size:16px;font-weight:400}.admin-panel_support-chart{display:flex;justify-content:center;position:relative;width:100%}.admin-panel_traffic{background:var(--dark-grey-secondary);border-radius:29px;display:flex;flex-direction:column;gap:40px;height:100%;padding:24px 33px;width:70%}@media screen and (max-width:991.98px){.admin-panel_traffic{padding:16px;width:100%}}.admin-panel_traffic-loading{align-items:center;animation:moveGradient 4s infinite alternate;background:linear-gradient(60deg,#530096,#5c00a7,#6600ba,#7100cf,#7d00e6,#8b00ff,#b255ff,#d29cff);background-position:0 50%;background-size:300% 300%;border-radius:12px;display:flex;gap:20px;height:355px;justify-content:center;width:100%}.admin-panel_traffic-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;width:100%}.admin-panel_traffic-header p{font-size:20px;font-weight:600}.admin-panel_traffic-graph{height:100%}.admin_table{background:var(--background);display:flex;padding:15px;width:100%}.admin_table-items{display:flex;flex-direction:column;gap:10px;width:100%}.admin_table-item{display:flex;justify-content:space-between;padding:5px;width:100%}.admin_table-item:nth-child(2n){background:var(--background-secondary)}.admin_table-content{align-items:center;display:flex;font-size:16px;gap:10px}.admin_table-actions{display:flex;flex-direction:row;gap:10px}.admin_table-button{align-items:center;display:flex;padding:3px}.admin_table-button:first-child{background:red}.admin_table-button:last-child{background:#0080ff}.admin-layout .header_container{display:flex;height:100%;justify-content:space-between}.admin-layout .admin-layout{height:100%}.admin-layout .view{width:100%}.admin-layout h1{font-size:28px;font-weight:500;margin-bottom:14px}@media screen and (max-width:991.98px){.admin-layout .header_user{display:flex}}.admin_content{align-items:center;display:flex;flex-direction:column;gap:52px;margin:auto;max-width:500px}.admin_sort{display:flex;justify-content:flex-end;margin-bottom:24px}.admin_sort .select{font-size:18px}.admin_form{gap:16px}.admin_list ul{font-size:16px;list-style:disc;padding-left:16px}.admin_list_item{align-items:center;display:flex;gap:10px}.admin_subtitle{margin-bottom:12px}.admin-gallery{display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1399.98px){.admin-gallery{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767.98px){.admin-gallery{grid-template-columns:repeat(1,1fr)}}.admin-gallery_item{background-color:var(--background);border-radius:10px;display:flex;flex-direction:column;padding:8px}.admin-gallery_item .gallery_img{height:200px}.admin-gallery_date{display:flex;flex-direction:column;flex-grow:1;gap:8px}.admin-gallery_date .chip[status="2"]{background-color:var(--teal-700)}.admin-gallery_user{align-items:center;display:flex;gap:4px}.admin-gallery_user_avatar{height:15px;width:15px}.admin-gallery_info{display:flex;flex-direction:column;gap:4px}.admin-gallery .button-default{width:100%}@keyframes moveGradient{50%{background-position:100% 50%}}.colors-disabled{opacity:.3}.colors-disabled,.colors-disabled .work-filters_color{cursor:not-allowed}.engine,.version{background:var(--background);border:1px solid var(--light-grey);display:flex;flex-direction:column;gap:8px;padding:8px}.engine_header,.version_header{display:flex;justify-content:space-between}.engine_add,.version_add{text-align:center}.subscription{display:grid;grid-template-columns:repeat(auto-fill,380px);grid-template-rows:1fr;justify-content:center}@media screen and (max-width:575.98px){.subscription{grid-template-columns:repeat(auto-fill,300px)}}.subscription_label{align-items:center;display:flex;gap:10px;justify-content:center}.subscription_label label{color:var(--yellow);font-size:24px;font-weight:800}.subscription_label p{background:var(--yellow);border-radius:10px;color:var(--black);font-size:18px;font-weight:600;padding:5px}.subscription_buy{width:100%}.subscription_daylength,.subscription_price{background:var(--background);border-radius:6px;padding:10px}.subscription_info{font-size:20px;text-align:center}.subscription_info:nth-child(3){display:flex;flex-direction:column;gap:20px}.subscription_item{border-radius:30px;display:flex;flex-direction:column;gap:30px;justify-content:center;padding:25px 30px}.subscription_item:first-child{background:#222831cc}.subscription_item:nth-child(2){background:#393e46cc}.subscription_item:nth-child(3){background:#00adb5cc}.subscription_item:nth-child(4){background:#edededcc}.progress{border-radius:12px;width:100%}@keyframes progress{0%{--percentage:0}to{--percentage:var(--value)}}@property --percentage{syntax:"<number>";inherits:true;initial-value:0}[role=progressbar]{--percentage:var(--value);--primary:var(--yellow);--secondary:var(--background);--size:40px;animation:progress 2s .5s forwards;aspect-ratio:1;border-radius:50%;display:grid;overflow:hidden;place-items:center;position:relative;width:var(--size)}[role=progressbar]:before{background:conic-gradient(var(--primary) calc(var(--percentage)*1%),var(--secondary) 0);content:"";height:100%;left:0;-webkit-mask:radial-gradient(#fff 55%,transparent 0);mask:radial-gradient(#fff 55%,transparent 0);mask-mode:alpha;-webkit-mask:radial-gradient(var(--black) 55%,var(--black) 0);-webkit-mask-mode:alpha;position:absolute;top:0;width:100%}[role=progressbar]:after{color:var(--primary);content:counter(percentage) "%";counter-reset:percentage var(--value);font-family:Helvetica,Arial,sans-serif;font-size:calc(var(--size)/5)}.error-page{height:100vh;position:relative}.error-page,.error-page_content{display:flex;flex-direction:column;width:100%}.error-page_content{align-items:center;bottom:18%;gap:40px;position:absolute}.error-page_link{display:flex;justify-content:center;min-width:280px}.error-page_message{font-family:var(--font-family-bold);font-size:35px;font-weight:800}.error-page_text{color:var(--text-color);font-family:var(--font-family-bold);font-size:30em;font-weight:800;opacity:.25;text-align:center;top:40%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.error-page_container,.error-page_text{left:50%;position:absolute;transform:translate(-50%,-50%)}.error-page_container{height:300px;top:50%;width:500px}.error-page_container:after{background:var(--text-color);border-radius:12px;bottom:40px;content:"";height:12px;left:80px;opacity:.25;position:absolute;width:350px;z-index:-1}.error-page_caveman{height:300px;position:absolute;width:250px}.error-page_caveman:first-child{right:20px}.error-page_caveman:nth-child(2){left:20px;transform:rotateY(180deg)}.error-page_head{background-color:#13242c;border-radius:50px;height:140px;left:60px;position:absolute;top:25px;width:65px}.error-page_head:after,.error-page_head:before{background-color:#13242c;border-radius:10px;content:"";height:20px;position:absolute;width:7px}.error-page_head:after{left:35px;top:-8px;transform:rotate(20deg)}.error-page_head:before{left:30px;top:-8px;transform:rotate(-20deg)}.error-page_head .error-page_eye{background-color:#eab08c;border-radius:50px;height:16px;left:45%;position:absolute;top:40px;transform:translate(-50%);width:48px}.error-page_head .error-page_eye:after,.error-page_head .error-page_eye:before{background-color:#13242c;border-radius:50%;content:"";height:5px;position:absolute;top:50%;transform:translateY(-50%);width:5px}.error-page_head .error-page_eye:after{left:5px}.error-page_head .error-page_eye:before{right:9px}.error-page_head .error-page_eye .error-page_nose{background-color:#d9766c;border-left:8px solid rgba(19,36,44,.1);border-radius:10px;box-sizing:border-box;height:35px;left:45%;position:absolute;top:12px;transform:translate(-50%,-50%);width:15px}.error-page_shape{border-radius:50%;height:140px;left:50%;overflow:hidden;position:absolute;top:70px;transform:translate(-50%);width:140px}.error-page_shape .error-page_circle{border-radius:50%;height:60px;position:absolute;width:60px}.error-page_shape .error-page_circle:after,.error-page_shape .error-page_circle:before{border-radius:50%;content:"";height:20px;position:absolute;width:20px}.error-page_shape .error-page_circle:after{left:50px;top:10px}.error-page_shape .error-page_circle:before{left:60px;top:45px}.error-page_shape .error-page_circle:first-child{left:-12px;top:80px}.error-page_shape .error-page_circle:nth-child(2){right:10px;top:0;transform:rotate(90deg)}.error-page_shape .error-page_circle:nth-child(2):after{left:65px;top:10px}.error-page_shape .error-page_circle:nth-child(2):before{display:none}.error-page_caveman:first-child .error-page_shape{background-color:#d13433}.error-page_caveman:first-child .error-page_shape .error-page_circle,.error-page_caveman:first-child .error-page_shape .error-page_circle:after,.error-page_caveman:first-child .shape .error-page_circle:before,.error-page_caveman:nth-child(2) .error-page_shape{background-color:#932422}.error-page_caveman:nth-child(2) .error-page_shape .error-page_circle,.error-page_caveman:nth-child(2) .error-page_shape .error-page_circle:after,.error-page_caveman:nth-child(2) .error-page_shape .error-page_circle:before{background-color:#d13433}.error-page_arm-right{background-color:#eab08c;border-left:8px solid rgba(19,36,44,.1);border-radius:50px;box-sizing:border-box;height:180px;left:135px;position:absolute;top:80px;transform-origin:30px 30px;width:60px;z-index:1}.error-page_arm-right .error-page_club{border-bottom:110px solid #601513;border-left:10px solid transparent;border-right:10px solid transparent;height:0;left:-60px;position:absolute;top:120px;transform:rotate(70deg);width:40px}.error-page_arm-right .error-page_club:after,.error-page_arm-right .error-page_club:before{background-color:#601513;border-radius:50%;content:"";left:0;position:absolute}.error-page_arm-right .error-page_club:after{height:20px;top:-10px;width:20px}.error-page_arm-right .error-page_club:before{height:40px;left:-10px;top:90px;width:40px}.error-page_leg{border-radius:10px;height:55px;position:absolute;top:200px;width:10px}.error-page_leg:after{border-radius:50%;content:"";height:10px;left:-5px;position:absolute;top:15px;width:10px}.error-page_leg .error-page_foot{border-radius:25px 25px 0 0;height:25px;left:-38px;position:absolute;top:30px;width:50px}.error-page_leg .error-page_foot .error-page_fingers,.error-page_leg .error-page_foot .error-page_fingers:after,.error-page_leg .error-page_foot:after,.error-page_leg .error-page_foot:before{background-color:#eab08c;border-radius:50%;bottom:0;height:15px;position:absolute;transform-origin:bottom;width:15px}.error-page_leg .error-page_foot:after{content:"";left:-6px}.error-page_leg .error-page_foot:before{content:"";left:8px;transform:scale(.6)}.error-page_leg .error-page_foot .error-page_fingers{left:15px;transform:scale(.6)}.error-page_leg .error-page_foot .error-page_fingers:after{content:"";left:11px}.error-page_leg:first-child{background-color:#b2524d;left:95px}.error-page_leg:first-child .error-page_foot,.error-page_leg:first-child .error-page_foot:after,.error-page_leg:first-child:after{background-color:#b2524d}.error-page_leg:first-child .error-page_foot:before{display:none}.error-page_leg:nth-child(2){background-color:#d9766c;left:115px}.error-page_leg:nth-child(2) .error-page_foot,.error-page_leg:nth-child(2):after{background-color:#d9766c}.error-page_caveman:first-child .error-page_arm-right,.error-page_caveman:nth-child(2) .error-page_arm-right{animation:arm-anima 1.2s cubic-bezier(.55,.01,.16,1.34) infinite}.error-page_caveman:nth-child(2) .error-page_arm-right{animation-delay:.6s}@keyframes arm-anima{0%{transform:rotate(0)}to{transform:rotate(-1turn)}}.error-page_caveman:first-child .error-page_head,.error-page_caveman:nth-child(2) .error-page_head{animation:head-anima 1.2s cubic-bezier(.55,.01,.16,1.34) infinite}.error-page_caveman:first-child .error-page_head{animation-delay:.6s}@keyframes head-anima{0%{top:25px}42%{top:25px}45%{top:50px}to{top:25px}}.error-page_caveman:nth-child(2) .error-page_eye:after,.error-page_caveman:nth-child(2) .error-page_eye:before{animation:eye-anima 1.2s cubic-bezier(.55,.01,.16,1.34) infinite}.error-page_caveman:first-child .error-page_eye:after,.error-page_caveman:first-child .error-page_eye:before{animation:eye-anima 1.2s cubic-bezier(.55,.01,.16,1.34) infinite;animation-delay:.6s}@keyframes eye-anima{0%{height:5px}42%{height:5px}45%{height:1px}to{height:5px}}.error-page_container:after{animation:shadow-anima 1.2s cubic-bezier(.55,.01,.16,1.34) infinite;animation-delay:.1s}.error-page_left{background:url(./errorLeft.DZEk7op7.png);background-repeat:no-repeat;background-size:contain;height:calc(100% - 61px);left:0;position:absolute;top:61px;width:500px}@media screen and (min-width:2560px){.error-page_left{width:800px}}@media screen and (max-width:767.98px){.error-page_left{width:400px}}@media screen and (max-width:575.98px){.error-page_left{width:350px}}.error-page_right{background:url(./errorRight.DGS8mvB4.png);background-position:bottom;background-repeat:no-repeat;background-size:contain;height:100%;position:absolute;right:0;width:500px}@media screen and (min-width:2560px){.error-page_right{width:800px}}@media screen and (max-width:767.98px){.error-page_right{width:400px}}@media screen and (max-width:575.98px){.error-page_right{position:unset;width:350px}}.error-page_modal{-webkit-backdrop-filter:unset;backdrop-filter:unset;background-color:unset}#text-editor{border:1px solid var(--border-color-secondary);border-radius:8px}#text-editor .toolbar{align-items:center;background-color:var(--background);border-bottom:1px solid var(--border-color-secondary);border-top-left-radius:8px;border-top-right-radius:8px;display:flex;flex-wrap:wrap}#text-editor .toolbar>.toolbar_button{align-items:center;-webkit-appearance:none;border:none;border-radius:2px;color:var(--text-color);cursor:pointer;display:flex;font-size:14px;height:18px;justify-content:center;padding:.5em 4px;width:18px}#text-editor .toolbar>.toolbar_button.active{background:var(--border-color-secondary);color:var(--white)}#text-editor .align-dropdown{display:inline-block;margin:.5em 8px;position:relative}#text-editor .align-dropdown>button{-webkit-appearance:none;background:var(--yellow-hover);border:none;border-radius:2px;color:var(--black);cursor:pointer;height:32px}#text-editor .align-dropdown>.dropdown-content{background-color:var(--background-secondary);border:1px solid var(--black-tertiary);border-radius:2px;display:none;left:0;outline:1px solid var(--white);position:absolute;right:0;z-index:1}#text-editor .align-dropdown>.dropdown-content a{color:var(--white);cursor:pointer;display:block;padding:6px 12px;text-align:center}#text-editor .align-dropdown>.dropdown-content a.active,#text-editor .align-dropdown>.dropdown-content a:hover{background:var(--black-tertiary);color:var(--white)}#text-editor .align-dropdown:hover .dropdown-content{display:block}#text-editor .divider{background:var(--black-tertiary);height:24px;margin-right:6px;width:1px}#text-editor .footer{color:var(--light-grey);font-size:14px;padding:6px;text-align:right}#text-editor .footer .characters-count.warning{color:orange}#text-editor .footer .characters-count.danger{color:red}#text-editor .ProseMirror{height:100px;outline:none;overflow-y:auto;padding:0 16px}#text-editor .ProseMirror h2:first-child,#text-editor .ProseMirror h3:first-child,#text-editor .ProseMirror h4:first-child,#text-editor .ProseMirror h5:first-child,#text-editor .ProseMirror h6:first-child,#text-editor .ProseMirror>h1:first-child,#text-editor .ProseMirror>p:first-child{margin-top:.5em}.is-editor-empty:first-child:before{color:var(--light-grey);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.tag-input{align-items:center;background:var(--dark-grey-secondary);border:1px solid var(--border-color-secondary);border-radius:8px;color:var(--white);display:flex;flex-wrap:wrap;font-size:18px;gap:8px;padding:8px 16px;width:100%}.tag-input_tag{background:var(--yellow);border-radius:var(--ms-tag-radius,4px);color:var(--black);font-size:var(--ms-tag-font-size,.875rem);font-weight:var(--ms-tag-font-weight,600);line-height:var(--ms-tag-line-height,1.25rem);overflow:hidden;padding:0 7px;text-overflow:ellipsis;white-space:nowrap}.tag-input_tag span{cursor:pointer;opacity:.75}.tag-input_text{background:none;border:none;color:var(--text-color);font-size:15px;outline:none}.tag-input_text::-moz-placeholder{color:var(--text-color-secondary)}.tag-input_text::placeholder{color:var(--text-color-secondary)}.photo-edit_input{display:none}.photo-edit_content{display:flex;flex-direction:column;justify-content:space-between}.photo-edit_actions{margin-top:1rem}.photo-edit_preview-area{width:307px}.photo-edit_preview-area p{font-size:1.25rem;margin:0 0 1rem}.photo-edit_preview-area p:last-of-type{margin-top:1rem}.cropper-area{display:flex;flex-direction:column;gap:20px}.cropper-area .actions{display:flex;gap:20px;justify-content:center;width:100%}.cropper-area .actions button{width:100%}@media screen and (max-width:575.98px){.cropper-area .actions{flex-direction:column}}.preview{height:209.25px;overflow:hidden;width:100%}.crop-placeholder{height:200px;width:100%}.cropped-image img{max-width:100%}.cropper-container{height:200px;width:200px}.cropper-border{overflow:hidden;position:relative;width:100%}.cropped-image img{border-radius:50%}.vue-notification{align-items:center;border-radius:12px;font-size:13px;padding:16px 24px 16px 8px}.vue-notification-template{align-items:center!important;-moz-column-gap:8px;column-gap:8px;display:grid!important;grid-template-columns:repeat(2,max-content)!important;grid-template-rows:repeat(2,max-content)!important}@media screen and (max-width:991.98px){.vue-notification-template{margin:0!important}}.vue-notification.error{background:#e54d427e!important;border-left-color:#b82e249a!important;color:var(--white)}.vue-notification.error:before{align-items:center;background-color:#b82e249a;border-radius:8px;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='red' viewBox='0 -1020 960 960'%3E%3Cpath d='m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224z'/%3E%3C/svg%3E");display:flex;grid-area:1/1/3/2;height:24px;justify-content:center;width:24px}@media screen and (max-width:991.98px){.vue-notification.error{background-color:#803531!important}}.vue-notification.success{background:#68cd8696!important;border-left-color:#42a85f!important}.vue-notification.success:before{align-items:center;background-color:#68cd8696;border-radius:8px;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='green' viewBox='0 -1020 960 960'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57z'/%3E%3C/svg%3E");display:flex;grid-area:1/1/3/2;height:24px;justify-content:center;width:24px}@media screen and (max-width:991.98px){.vue-notification.success{background-color:#49855c!important}}.vue-notification.warn{background:#ffb648a1!important;border-left-color:#f48a06!important}.vue-notification.warn:before{align-items:center;background-color:#b82e249a;border-radius:8px;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='orange' viewBox='0 -960 960 960'%3E%3Cpath d='m40-120 440-760 440 760zm138-80h604L480-720zm302-40q17 0 28.5-11.5T520-280t-11.5-28.5T480-320t-28.5 11.5T440-280t11.5 28.5T480-240m-40-120h80v-200h-80zm40-100'/%3E%3C/svg%3E");display:flex;grid-area:1/1/3/2;height:24px;justify-content:center;width:24px}.notification-title{font-family:var(--font-family-bold)}.notification-content{max-width:350px;word-wrap:break-word}.v-fade-right-enter-active,.v-fade-right-leave-active{transition:all .2s ease-in-out}.v-fade-right-enter,.v-fade-right-leave-to{opacity:0;transform:translate(-100%)}.v-fade-right-leave-active{opacity:0;transform:translate(100%)}.gallery{position:relative}.gallery .model{max-height:100%;overflow-y:hidden}.gallery_download{width:100%}.gallery-upload{align-items:center;align-items:flex-start;display:flex;gap:69px;height:75vh}.gallery-upload_dropFile,.gallery-upload_dropFile .dropzone_window{height:100%}.gallery-upload_card{align-items:center;background:var(--dark-grey-secondary);border:4px dashed var(--background-secondary-hover);border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:150px;justify-content:center;max-width:250px;width:100%}.gallery-upload_card label{color:var(--text-color);font-family:var(--font-family-bold);font-size:20px;font-weight:600}.gallery-upload_link{color:var(--yellow);font-size:14px;font-weight:400}.gallery-upload_info{color:var(--text-color);font-size:14px;font-weight:400}.gallery-upload_type{align-items:center;display:flex;justify-content:space-between}.gallery-upload_media{background:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:27px;height:100%;max-width:1234px;padding:40px 27px;width:100%}.gallery-upload_bottom{align-items:flex-end;display:flex;flex-direction:column;gap:21px}.gallery-upload_form{align-items:flex-start;display:flex;flex-direction:column;gap:27px;width:100%}.gallery-upload_form label{color:var(--text-color);font-family:var(--font-family-bold);font-size:32px;font-weight:600}.gallery-upload form{gap:21px}.gallery-upload form,.gallery-upload_add{display:flex;flex-direction:column;width:100%}.gallery-upload_add{align-items:flex-start;background:var(--background-secondary);border-radius:29px;height:100%;justify-content:space-between;max-width:479px;padding:24px 44px}.gallery_head{display:flex;font-size:20px;margin-bottom:27px}.gallery_img{border-radius:12px;display:block;height:300px;margin-bottom:8px;-o-object-fit:cover;object-fit:cover;width:100%}.gallery_avatar{border-radius:50%;max-height:45px;max-width:45px}.gallery_author{display:grid;gap:8px;grid-template-columns:max-content 1fr}.gallery_title{font-family:var(--font-family-bold);font-size:16px;word-break:break-word}.gallery_login,.gallery_views{color:var(--gray-300);font-size:14px}.gallery_info{display:flex;flex-direction:column;gap:2px}.gallery_info-container{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.gallery_info label{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:575.98px){.gallery_info label{max-width:350px}}.gallery_stat{display:flex;flex-direction:column;width:100%}.gallery_stat-gallery{background:var(--background-secondary);display:flex;gap:20px;justify-content:flex-end;padding:5px 5px 5px 0}.gallery_stat-item{align-items:center;display:flex;gap:5px}.gallery_stat-item svg{height:15px;width:15px}.gallery_stat-item svg path{fill:#747474}.gallery_user{background-color:#000000e6;border-bottom-left-radius:10px;border-bottom-right-radius:10px;bottom:0;color:#fff;left:0;padding:8px;position:absolute;width:100%}.image_allImg{width:100%}.image_allImg::-webkit-scrollbar{display:none}.image_user{color:var(--yellow);font-size:18px}@media screen and (max-width:991.98px){.image_user{font-size:16px}}.image_container,.image_right{display:flex;flex-direction:column;gap:20px}.image_right{width:25%}@media screen and (max-width:991.98px){.image_right{width:100%}}.image_right .blog_comments{background:var(--background-secondary-hover);border-radius:6px;padding-bottom:15px;padding-top:15px}.image_right .blog_comments img{height:24px;width:24px}.image_right .blog_comments .blogs_form .input{width:100%}.image_block{display:flex;gap:20px;width:100%}@media screen and (max-width:991.98px){.image_block{flex-direction:column}}.image_details{display:flex;flex-direction:column;gap:25px;width:100%}.image_content{align-items:center;display:flex;height:100%;justify-content:center}.image_content img{width:100%}@media screen and (max-width:991.98px){.image_content{height:100%;width:100%}}.image_description,.image_label{word-break:break-word}.image_description{font-size:16px}.image_stat{align-items:center;display:flex;gap:15px;justify-content:flex-end;width:100%}@media screen and (max-width:991.98px){.image_stat{justify-content:flex-start}}.image_stat-item{align-items:center;display:flex;gap:5px}.image_stat-item svg{height:16px;width:16px}.image_stat-item svg path{fill:#6b6a71b0;stroke:#6b6a71b0}.image_stat-item:first-child{cursor:pointer}.image_stat-item--active svg path{fill:red}.more-gallery_actions .chip[status="2"]{background:var(--teal-700)}.more-gallery_actions .chip[status="0"]{background:var(--orange-400)}.analytics{align-items:flex-start;display:flex;gap:69px;justify-content:center}.analytics_work{display:flex;flex-direction:column;gap:15px;width:28%}@media screen and (max-width:1199.98px){.analytics_work{width:100%}}.analytics_work-label{font-size:32px;font-weight:600}.analytics_work-content{display:flex;flex-direction:column;gap:39px}.analytics_work-image{border-radius:10px;-o-object-fit:cover;object-fit:cover}.analytics_work-stat{color:var(--text-color-secondary);font-size:16px;font-weight:600}.analytics_work-other{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(3,1fr);row-gap:15px}@media screen and (max-width:1399.98px){.analytics_work-other{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1199.98px){.analytics_work-other{grid-template-columns:repeat(8,1fr)}}@media screen and (max-width:767.98px){.analytics_work-other{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1399.98px){.analytics{gap:40px}}@media screen and (max-width:1199.98px){.analytics{flex-direction:column}}.analytics_stat{display:flex;flex-direction:column;gap:23px}.analytics_stat-item{align-items:center;background:var(--dark-grey);border-radius:10px;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:15.5px 19px;width:94px}.analytics_stat-item svg{height:20px;fill:var(--white)}.analytics_stat-item svg path{fill:var(--white)}.analytics_stat-item:first-child svg{height:20px;width:20px}.analytics_stat-item:last-child svg path{stroke:var(--white)}.analytics_stat-info{align-items:center;display:flex;flex-wrap:wrap;gap:43px;justify-content:space-evenly}.analytics_stat-label{font-size:16px;font-weight:400}.analytics_charts{align-items:flex-start;flex-direction:column;gap:38px;width:72%}@media screen and (max-width:1199.98px){.analytics_charts{width:100%}}.analytics_charts .item{width:100%}.analytics_charts-loading{align-items:center;border:1px solid var(--yellow);border-radius:10px;color:var(--yellow);display:flex;justify-content:center;min-height:370px;width:100%}.analytics_block{background:var(--background-secondary);border-radius:29px;display:flex;padding:25px 30px;position:sticky;top:calc(var(--header-height) + 8px)}@media screen and (max-width:1199.98px){.analytics_block{padding:16px;position:unset;top:unset}}.analytics_chart{display:grid;height:350px;width:100%}.file_link{align-items:center;background-color:var(--background-secondary);border-radius:8px;display:flex;gap:8px;padding:8px}.file_link svg{fill:var(--text-color)}.file_link:hover{background-color:var(--background-secondary-hover)}.followers_container{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:767.98px){.followers_container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575.98px){.followers_container{grid-template-columns:1fr}}.follower{background-color:var(--background);border-radius:4px;gap:16px;height:100%;padding:24px 16px}.follower,.follower_content{align-items:center;display:flex;flex-direction:column}.follower_content{color:var(--gray-400);gap:4px}.follower_name{color:var(--text-color);font-size:16px}.job{background-color:var(--background-secondary);border-radius:30px;display:flex;flex-direction:column;gap:20px;padding:24px}@media screen and (max-width:991.98px){.job{gap:12px;padding:16px}}.job_head{align-items:center;display:flex;gap:10px;position:relative}.job_image{border-radius:50%;height:57px;width:57px}.job_title{font-family:var(--font-family-bold);font-size:16px}.job_subtitle{color:var(--text-color-secondary);font-family:var(--font-family-regular);font-size:15px}.job_favorite{padding:4px;position:absolute;right:-4px;top:-4px;fill:var(--white);align-items:center;cursor:pointer;display:flex;justify-content:center}.job_name{font-family:var(--font-family-bold);font-size:22px;margin-bottom:7px}@media screen and (max-width:991.98px){.job_name{font-size:16px}}.job_announce{color:var(--text-color-secondary);font-size:18px}.job_salary{font-family:var(--font-family-bold);font-size:20px}@media screen and (max-width:991.98px){.job_salary{font-size:16px}}.job_date{color:var(--text-color-secondary);font-family:var(--font-family-regular);font-size:15px}.job_data{align-items:center;display:flex;justify-content:space-between}.support{gap:47px;margin:auto;max-width:1695px}.support,.support_section{display:flex;flex-direction:column}.support_section{gap:27px}.support_section_head{align-items:center;display:flex;justify-content:space-between}.support_section_head .button{width:-moz-max-content;width:max-content}.support_item{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(3,1fr);row-gap:27px}@media screen and (max-width:1199.98px){.support_item{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767.98px){.support_item{grid-template-columns:repeat(1,1fr)}}.support_questions_item{background-color:var(--background-secondary);border-radius:20px;display:flex;flex-direction:column;gap:30px;padding:30px 40px;width:100%}@media screen and (max-width:991.98px){.support_questions_item{padding:20px}}.support_questions_item .title{display:flex;gap:15px;margin-left:3px}@media screen and (max-width:991.98px){.support_questions_item,.support_questions_item .title{font-size:18px}}.support_questions_content{display:flex;flex-direction:column;font-size:20px;gap:15px;height:100%}.support_questions_button{color:var(--text-color-secondary)}.support_questions_button:hover{color:var(--white)}.support_questions_icon{border-radius:5px;flex-shrink:0;height:29px;line-height:29px;text-align:center;width:29px}.support_questions_icon svg{height:14px;width:14px}.support_questions_icon-grey{background:var(--border-color)}.support_questions_icon-yellow{background:#ffff00b3}.support_questions_icon-purple{background:var(--purple)}.support_questions_more{color:var(--yellow);cursor:pointer}.support_questions_container{display:grid;gap:20px;grid-template-columns:1fr 2fr 1fr}@media screen and (max-width:1199.98px){.support_questions_container{grid-template-columns:1fr}}.support_questions_section{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:1199.98px){.support_questions_section-left{order:2}.support_questions_section-right{order:3}}.support_questions_section-main{background-color:var(--background-secondary);border-radius:20px;padding:30px 54px 30px 74px}@media screen and (max-width:1199.98px){.support_questions_section-main{order:1}}@media screen and (max-width:991.98px){.support_questions_section-main{padding:20px 24px 20px 44px}}.support_questions_section-main .support_questions_content{list-style-type:disc}.support_questions_section-main details[open] .toggler_content-box{margin:0}.support_questions_section-main .toggler_content-box{overflow:visible}.support_questions_section-main .toggler_label_container{width:100%}@media screen and (max-width:991.98px){.support_questions_section-main .toggler_label_container{font-size:18px}}.support_questions_section-main .toggler_label_container .icon-chevron{flex-shrink:0;margin-left:auto}.support_questions_link{align-items:center;background-color:var(--background-secondary);border-radius:20px;display:flex;flex-direction:column;gap:20px;padding:40px 30px;text-align:center}@media screen and (max-width:991.98px){.support_questions_link{padding:20px 15px}}.support_questions_link_icon{border:unset;height:60px;width:60px}.support_questions_link_title{font-size:18px}.support_questions_partion{display:flex;flex-direction:column;font-size:18px;font-weight:400;gap:15px;padding:15px 0}.support_questions_partion_buttons{display:flex;gap:34px}@media screen and (max-width:991.98px){.support_questions_partion_buttons{flex-direction:column;gap:14px}}.support_questions_partion_buttons .button{font-size:16px;max-width:186px}@media screen and (max-width:991.98px){.support_questions_partion_buttons .button{max-width:100%}}html.light-mode .adding_content .icon-button{border-color:#7373734d}html.light-mode .link-info_icon{border-color:#73737373}html.light-mode .link-info_icon svg:not(.adding_not-stroke) path{fill:var(--text-color);stroke:var(--text-color)}html.light-mode .link-info_icon svg.adding_not-stroke path{fill:var(--text-color)}.adding{align-items:center;display:flex;flex-direction:column;font-family:var(--font-family-bold);gap:45px;margin:auto;max-width:1306px}@media screen and (max-width:767.98px){.adding{gap:30px}}.adding .textarea_items-right{justify-content:flex-end}.adding_tool{display:flex;gap:32px}@media screen and (max-width:991.98px){.adding_tool{flex-direction:column}}.adding_tool-container{display:flex;flex-direction:column;gap:13px}.adding_tool .select-secondary:nth-child(2){max-width:225px}@media screen and (max-width:991.98px){.adding_tool .select-secondary:nth-child(2){max-width:unset}}.adding_page{margin:auto;max-width:1376px}.adding_title{font-family:var(--font-family-bold);font-size:36px;line-height:46px;margin-bottom:6px}.adding_two-columns{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:1fr 316px}@media screen and (max-width:991.98px){.adding_two-columns{grid-template-columns:1fr;padding:0 8px}}.adding_content{background-color:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:25px;padding:45px 92px}@media screen and (max-width:1199.98px){.adding_content{padding:45px 62px}}@media screen and (max-width:991.98px){.adding_content{padding:45px}}@media screen and (max-width:767.98px){.adding_content{padding:15px}}.adding_content-second{gap:16px}.adding_content-params .adding-text_grey{color:var(--grey-70);font-family:var(--font-family-bold);font-size:10px;line-height:19px}@media screen and (max-width:991.98px){.adding_content-params .adding-text_grey{font-size:12px}}.adding_content-title{font-family:var(--font-family-bold)}.adding_content-editor{background-color:#0000000d;border:1px solid var(--grey-70);border-radius:14px;padding:24px}.adding_content-dropzone-image{min-height:200px}.adding_content-image{margin-bottom:16px;min-height:560px}.adding_content-description{font-family:var(--font-family-bold);font-size:11px;line-height:19px}.adding_content-checkbox{margin-right:22px}.adding_content-color{display:flex;flex-direction:column;gap:12px;margin-left:24px;margin-top:14px}.adding_content-limit{color:var(--text-color-secondary);font-style:italic;text-align:right}.adding_content .work-filters_label{font-family:var(--font-family-bold)}.adding_content .profile_button-plus{background-color:var(--dropdown-profile)}@media screen and (max-width:991.98px){.adding_content .profile_button-plus{max-width:100%;width:100%}}.adding_content .progress{max-width:186px}.adding_buttons{display:flex;justify-content:space-between}.adding_buttons .button{max-width:215px}.adding_buttons .button:only-child{margin-left:auto}.adding_buttons-column{align-items:center;display:flex;flex-direction:column;gap:10px}.adding_buttons-column .button{background-color:var(--dropdown-profile);color:var(--white);font-family:var(--font-family-bold);font-size:16px;gap:16px}.adding_buttons-column .button svg{position:unset}@media screen and (max-width:991.98px){.adding_buttons-column .button{max-width:100%}}.adding_graphics{display:grid;gap:5px;grid-template-columns:repeat(3,1fr)}.adding_graphics svg path{fill:var(--white)}.adding_graphics-disabled{cursor:not-allowed;opacity:.3}.adding_graphics-disabled .adding_graphics_card{pointer-events:none}.adding_graphics-error{border:1px solid var(--red);border-radius:8px}.adding_graphics_card{align-items:center;background-color:var(--dropdown-profile);border-color:var(--grey-70);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:80px;justify-content:center;padding:15px 2px;text-align:center;transition:128ms ease}.adding_graphics_card-active{outline:1px solid var(--border-color);outline-offset:-1px}.adding_graphics_card:active{transform:scale(.95);transition:1ms}.adding_description{display:flex;flex-direction:column;min-width:100%}@media screen and (max-width:991.98px){.adding_description{gap:8px}}.adding_description .adding_content{border-radius:24px;padding:20px;width:100%}@media screen and (min-width:991.98px){.adding_description .adding_content{margin-bottom:24px}.adding_description .adding_content:last-child{margin-bottom:0}}@media screen and (max-width:991.98px){.adding_description .adding_content{padding:8px}}.adding_description .adding_content-slider{display:flex;flex-direction:column;gap:10px;width:100%;z-index:0}.adding_description-left{padding-top:calc(var(--header-height) + var(--container-margin-top))}@media screen and (min-width:991.98px){.adding_description-right{border-radius:24px;height:calc(100vh - var(--header-height) + var(--container-margin-top));max-width:316px;overflow:auto;padding-top:calc(var(--header-height) + var(--container-margin-top) + 46px);position:sticky;top:0;width:316px}.adding_description-right::-webkit-scrollbar{display:none}}@media screen and (max-width:991.98px){.adding_description-right .adding_content:nth-child(2){margin-top:24px}.adding_description-right .adding_content:first-child{order:1}}.adding_description_item{display:flex}@media screen and (max-width:767.98px){.adding_description_item{align-items:flex-start;flex-direction:column;row-gap:8px}}.adding_description_checkbox{align-items:flex-start;display:flex;margin-top:12px}.adding_description .icon-chevron{height:12px;width:16px}.adding_description .field-short{max-width:475px;width:100%}@media screen and (max-width:991.98px){.adding_description .field-short{max-width:unset}}.adding_description .checkbox{color:var(--white);width:-moz-fit-content;width:fit-content}.adding_description .link{margin:0;padding:0}.adding_image{align-items:center;background-color:#1c1c1e;border:1px solid var(--grey-70);border-radius:14px;display:flex;justify-content:center;padding:27px 56px}.adding_rules{margin-top:20px}.adding_images{align-items:center;display:flex;justify-content:center;margin-bottom:16px}.adding_images-swiper{display:flex;gap:8px;overflow:hidden}.adding_left,.adding_right{align-items:center;border-radius:50%;color:#747474;cursor:pointer;display:flex;height:40px;justify-content:center;padding:8px;transition:.2s ease;width:40px}.adding_left:hover,.adding_right:hover{background-color:var(--background);color:var(--white)}.adding_left:active,.adding_right:active{background-color:var(--black);transform:scale(.98);transition:0s}.adding_left{margin-right:6px}.adding_right{margin-left:6px}@media screen and (min-width:1199.98px){.adding_left{margin-left:24px;margin-right:16px}.adding_right{margin-left:16px;margin-right:24px}}.chat{align-items:flex-start;display:flex;gap:30px;height:calc(100vh - var(--header-height) - 94px);margin:0 auto;max-width:1590px}@media screen and (max-width:1199.98px){.chat{padding:0 15px}}@media screen and (max-width:991.98px){.chat{flex-direction:column;height:calc(100vh - var(--header-height) - 142px);padding:0}}.chat_files{display:flex;flex-direction:column;gap:18px;padding:0 200px;width:100%}@media screen and (max-width:991.98px){.chat_files{padding:unset}}.chat_users{align-items:flex-start;background:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow-y:auto;position:relative;width:400px}.chat_users::-webkit-scrollbar{display:none}@media screen and (max-width:1399.98px){.chat_users{max-width:350px}}@media screen and (max-width:991.98px){.chat_users{border-radius:0;flex-direction:row;gap:8px;height:unset;left:0;max-width:unset;position:fixed;top:var(--header-height);width:100%}.chat_users::-webkit-scrollbar{display:none}}.chat_user{align-items:flex-start;border-bottom:1px solid var(--black-secondary);cursor:pointer;display:flex;gap:20px;justify-content:flex-start;padding:27px 32px;position:relative;width:100%}@media screen and (max-width:991.98px){.chat_user{align-items:center;flex-shrink:0;gap:8px;padding:8px 0;padding-left:var(--container-padding-left);padding-right:var(--container-padding-right);width:unset}.chat_user .avatar{height:32px;width:32px}}.chat_user img{flex-shrink:0}.chat_user-mobile{border-right:1px solid var(--black-secondary);min-width:200px;padding:15px 20px}.chat_user:hover{background:var(--background-secondary-hover)}.chat_user-active{background-color:var(--background-secondary-hover)}.chat_user-info{display:flex;flex-direction:column;gap:4px;width:100%}.chat_user-content,.chat_user-stats{align-items:flex-start;display:flex;flex-direction:column;gap:3px}@media screen and (max-width:991.98px){.chat_user-stats{display:none}}.chat_user-date{color:var(--text-color-secondary);font-size:14px;font-weight:400}.chat_user-name{color:var(--text-color);font-family:var(--font-family-bold)}.chat_user-text{color:var(--text-color);font-weight:400;max-width:166px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat_user-text-file{color:var(--yellow)}@media screen and (max-width:991.98px){.chat_user-text{display:none}}.chat_main{background:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;height:100%;width:68%}@media screen and (max-width:991.98px){.chat_main{border-radius:0;width:100%}}.chat_main-header{align-items:center;border-bottom:1px solid var(--black-secondary);display:flex;justify-content:space-between;padding:13px 31px;width:100%}@media screen and (max-width:991.98px){.chat_main-header{padding:8px 0;padding-left:var(--container-padding-left);padding-right:var(--container-padding-right)}}.chat_main-footer{align-items:center;border-top:1px solid var(--black-secondary);display:flex;flex-direction:column;gap:16px;justify-content:center;padding:13px 20px;width:100%}@media screen and (max-width:991.98px){.chat_main-footer{background-color:var(--background-secondary);bottom:64px;left:0;padding:16px 8px;position:fixed;width:100%}}.chat_main-footer .emoji-picker_content{top:-420px}.chat_main-footer_edit{display:flex;justify-content:space-between;max-width:710px;width:100%}.chat_main-footer_edit-text{display:flex;flex-direction:column;gap:8px}.chat_main-footer_edit-text_elem:first-child{font-weight:700}.chat_main-footer_edit-text_elem:last-child{border-bottom:1px solid transparent;cursor:pointer;transition:all 256ms;width:-moz-fit-content;width:fit-content}.chat_main-footer_edit-text_elem:last-child:hover{border-bottom:1px solid var(--white)}.chat_main-footer_edit-close{cursor:pointer}.chat_main-footer_edit-close svg{height:24px;width:24px}.chat_main-blocked{align-items:center;color:var(--red-500);display:flex;gap:8px}.chat_main-blocked *{flex-shrink:0}.chat_main-input{max-width:710px;width:100%}@media screen and (max-width:991.98px){.chat_main-input{max-width:100%}}.chat_main-input textarea{max-height:200px}@media screen and (max-width:991.98px){.chat_main-input textarea{max-height:100px}}.chat_main-actions{align-items:center;display:flex;gap:20px}.chat_main-actions svg{min-height:16px;min-width:16px}.chat_main-user{align-items:center;display:flex;gap:28px}@media screen and (max-width:991.98px){.chat_main-user{gap:8px}}.chat_main-user-info{display:flex;flex-direction:column}.chat_main-user-date{color:var(--text-color-secondary)}.chat_main-window{display:flex;flex-direction:column;height:83%;overflow:hidden;padding:16px 45px;position:relative}@media screen and (max-width:991.98px){.chat_main-window{padding:8px}}.chat_main-date{display:flex;justify-content:center;left:0;margin-top:16px;position:absolute;top:0;width:100%}.chat_main-date span{align-items:center;background:#7373732e;border-radius:29px;color:#ffffff80;display:flex;justify-content:center;padding:6px 19px;width:-moz-max-content;width:max-content}.chat_main-messages{display:flex;flex-direction:column;gap:12px;height:100%}@media screen and (max-width:575.98px){.chat_main-messages{padding-bottom:40px}}.chat_main-messages .chat-body{max-height:-moz-fit-content;max-height:fit-content}.chat-body-message_content{border:1px solid transparent;position:relative;transition:all 256ms}.chat-body-message_content:hover .chat-body-message_actions{opacity:1}.chat-body-message_content-editable{border:1px solid var(--white)}.chat-body-message-text{line-break:auto;white-space:pre-wrap;word-break:break-word}.chat-body-message_actions{display:flex;gap:16px;opacity:0;position:absolute;right:15px;top:8px;transition:all .3s}@media screen and (max-width:767.98px){.chat-body-message_actions{opacity:1}}.chat-body-message_actions svg{cursor:pointer;height:13px;width:10px;fill:var(--white)}.chat-body-message_actions svg path{fill:var(--white)}.collection{display:flex;flex-direction:column;gap:47px;margin:0 auto;max-width:1545px;width:100%}.collection_header{align-items:center;background:var(--background-secondary);border-radius:29px;display:flex;justify-content:space-between;padding:25px 50px}.collection_add{cursor:pointer}.collection_add:hover path{fill:var(--yellow)}.collection_info{align-items:center;display:flex;flex-direction:column;gap:15px}.collection_label{align-items:flex-start;color:var(--text-color);display:flex;font-family:var(--font-family-bold);font-size:32px;font-weight:600;gap:5px;justify-content:center;max-width:inherit;position:relative;width:100%}.collection_description{color:var(--text-color);font-size:20px;font-weight:400;max-width:inherit;text-align:center}.collection_count{color:var(--text-color-quaternary);font-size:18px;font-weight:400}.collection_back:hover svg path{transition:var(--transition);fill:var(--hover-button)}.collection_block{display:flex;flex-direction:column;gap:20px}.collection_block-label{display:flex;font-family:var(--font-family-bold);font-size:20px;font-weight:600;gap:5px}.collection_block-label small{color:var(--text-color-secondary);font-family:var(--font-family-bold);font-size:13px}.collection_block-header{border-radius:8px;cursor:pointer;justify-content:space-between;padding:8px 15px}.collection_block-header,.collection_empty{align-items:center;background:var(--background-secondary);display:flex}.collection_empty{border-radius:12px;font-family:var(--font-family-bold);font-size:20px;justify-content:center;padding:15px;width:100%}.collection_actions{align-items:center;display:flex;flex-direction:column;gap:20px}.collection_actions-item{align-items:center;background:#66666bcc;border-radius:50%;cursor:pointer;display:flex;height:28px;justify-content:center;transition:var(--transition);width:28px}.collection_actions-item:hover{background:var(--hover-button)}.collection_copy{background:var(--background-secondary);border:1px solid var(--light-grey);border-radius:12px;display:flex;flex-direction:column;gap:16px;padding:22px}[class*=page-settings] .header_container{margin:auto;padding-left:calc(var(--aside-width) + var(--aside-margin-right));padding-right:var(--container-margin-right)}@media screen and (max-width:1199.98px){[class*=page-settings] .header_container{padding-left:var(--container-padding-left);padding-right:var(--container-padding-right)}}html.light-mode .settings_fields .placeholder{color:var(--text-color)}html.light-mode .refill_block-sort-title,html.light-mode .settings_menu-bar{color:var(--text-color-secondary)}html.light-mode .refill_card:nth-child(odd){background-color:#ebebeb}details[open] .toggler_content-box{margin:19px 0}.details_block-user[open] .privacy_block-user-add{display:block}.privacy_block-user{-moz-column-gap:68px;column-gap:68px;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:25px;margin-top:12px;max-width:880px;row-gap:24px}@media screen and (max-width:991.98px){.privacy_block-user{grid-template-columns:1fr}}.privacy_block-user .block-user{align-items:center;border-bottom:1px solid var(--border-block-user);display:flex;justify-content:space-between;padding-bottom:12px}.privacy_block-user .block-user:last-child,.privacy_block-user .block-user:nth-last-child(2){border:none}.privacy_block-user .block-user_left{display:flex;gap:10px}.privacy_block-user .block-user_img{height:36px;width:36px}.privacy_block-user .block-user_img img{border-radius:50px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.privacy_block-user .block-user_info{display:flex;flex-direction:column;gap:2px}.privacy_block-user .block-user_name{color:var(--white)}.privacy_block-user .block-user_id{color:var(--text-color-secondary)}.privacy_block-user .block-user_right img{cursor:pointer}.privacy_block-user-add{cursor:pointer;display:none}.privacy_two-factor{position:relative;width:50%}@media screen and (max-width:991.98px){.privacy_two-factor{display:flex;flex-direction:column;gap:12px;width:100%}}.privacy_two-factor a{position:absolute;right:-95px;top:50px}@media screen and (max-width:991.98px){.privacy_two-factor a{position:unset}}.privacy_active-sessions{display:flex;flex-direction:column;gap:25px}.privacy_active-sessions .active-sessions_card{display:flex;flex-direction:column;gap:15px}.privacy_active-sessions .active-sessions_title{color:var(--border-color)}.privacy_active-sessions .active-sessions_content{align-items:center;display:flex;gap:26px}.privacy_active-sessions .active-sessions_end-sessions{cursor:pointer}.privacy_active-sessions .active-sessions_end-sessions div:nth-child(2){color:var(--yellow)}.privacy_active-sessions .active-sessions_info{color:var(--white);display:flex;flex-direction:column;gap:8px}.privacy_active-sessions .active-sessions_info-close{align-items:center;display:flex;gap:100px}.privacy_active-sessions .active-sessions_info-close svg{fill:var(--border-color);cursor:pointer;height:11px;width:11px}.privacy_active-sessions .active-sessions_img svg{height:21px;width:25px}.privacy_confident{display:flex;flex-direction:column;gap:30px}.privacy_confident-checkbox{color:var(--white);display:flex;flex-direction:column;gap:15px}@media screen and (max-width:991.98px){.privacy_confident-checkbox{padding-left:8px}}.privacy_confident-checkbox form{display:flex;flex-direction:column;gap:15px}.privacy_confident-checkbox label{align-items:center;display:flex;gap:10px}.privacy_dialog{color:var(--white);max-width:460px;text-align:start}html.light-mode .refill_settings-menu-buttons-element{border:none}html.light-mode .refill_settings-menu-buttons-element:hover{background-color:#333336}.refill_settings-menu .settings_menu-user{align-items:baseline;top:35px}@media screen and (max-width:991.98px){.refill_settings-menu .settings_menu-user{flex-direction:row}}.refill_settings-menu .settings_menu-user-img,.refill_settings-menu .settings_menu-user-img svg{height:24px;width:24px}.refill_settings-menu .settings_menu-user-img-upload,.refill_settings-menu .settings_menu-user-img-upload svg{height:12px;width:12px}@media screen and (max-width:991.98px){.refill_settings-menu .settings_menu-user-img-upload,.refill_settings-menu .settings_menu-user-img-upload svg{height:16px;width:16px}}.refill_settings-menu .settings_menu-background{background-color:#ff0}.refill_settings-menu .settings_menu-actions{color:#18181b;flex-direction:column;gap:14px;right:30px;top:24px}.refill_settings-menu .settings_menu-info-top p{align-items:center;color:#18181b;display:flex;font-size:32px;gap:5px}.refill_settings-menu .settings_menu-info-top span{font-size:20px}.refill_settings-menu .settings_menu-info-description{bottom:35px;color:#18181b;position:absolute}.refill_settings-menu .settings_menu-info-description p{display:flex;gap:5px}.refill_settings-menu-buttons{display:flex;gap:20px;justify-content:center;margin-top:24px}@media screen and (max-width:767.98px){.refill_settings-menu-buttons{display:grid;gap:8px;grid-template-columns:repeat(2,1fr);padding:0 8px}}.refill_settings-menu-buttons-element{align-items:center;background-color:var(--dark-background);border:1px solid var(--hover-button);border-radius:14px;cursor:pointer;display:flex;justify-content:center;padding:14px 34px;transition:all .5s ease}.refill_settings-menu-buttons-element:hover{background-color:var(--hover-button)}.refill_header{display:flex;justify-content:space-between}.refill_content.settings_content{display:grid;gap:0;grid-template-columns:1fr 1fr}@media screen and (max-width:991.98px){.refill_content.settings_content{gap:20px;grid-template-columns:1fr}}.refill_block{display:flex;flex-direction:column;gap:28px}.refill_block-sort{align-items:center;display:flex;justify-content:space-between;padding:0 38px}@media screen and (max-width:575.98px){.refill_block-sort{padding:0 16px}}.refill_block-sort-title{color:var(--border-color);font-size:16px;font-weight:700}.refill_block-sort-buttons{display:flex;gap:15px}.refill_block-sort-buttons-element{border:1px solid var(--refill-border);border-radius:10px;color:var(--text-color-secondary);cursor:pointer;padding:8px 21px 10px;transition:.18s ease}.refill_block-sort-buttons-element-active,.refill_block-sort-buttons-element:hover{background-color:var(--light-grey);color:var(--text-color)}.refill_block-sort-buttons-element:hover{transition:.18s ease}.refill_card{display:flex;justify-content:space-between;padding:15px 38px}@media screen and (max-width:1399.98px){.refill_card{flex-direction:column}}@media screen and (max-width:575.98px){.refill_card{display:flex;flex-direction:column;gap:8px;padding:16px}}.refill_card:nth-child(odd){background-color:var(--dark-grey)}.refill_card-start{border-radius:10px 0 0 10px}@media screen and (max-width:991.98px){.refill_card-start{border-radius:10px}}.refill_card-end{border-radius:0 10px 10px 0}@media screen and (max-width:991.98px){.refill_card-end{border-radius:10px}}.refill_card-left{display:flex;gap:15px}.refill_card-icon{flex-shrink:0;height:50px;width:50px}.refill_card-icon img{border-radius:50px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.refill_card-info{display:flex;flex-direction:column;justify-content:space-evenly}.refill_card-title{color:var(--white);font-family:var(--font-family-bold)}.refill_card-description{color:var(--white);display:flex;gap:4px}@media screen and (max-width:575.98px){.refill_card-description{flex-direction:column}}.refill_card-description_model{color:var(--yellow);cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80px}@media screen and (max-width:767.98px){.refill_card-description_model{width:200px}}@media screen and (max-width:575.98px){.refill_card-description_model{width:160px}}.refill_card-right{align-items:flex-end;display:flex;flex-direction:column;gap:9px;justify-content:space-between}@media screen and (max-width:1399.98px){.refill_card-right{align-items:flex-start;margin-left:65px}}.refill_card-money{color:var(--yellow)}.refill_card-date{color:var(--text-color-secondary);font-size:12px}.withdraw_cards-container{align-items:center;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.withdraw_cards-add{cursor:pointer}.withdraw_cards-element{border-radius:12px;height:58px;width:100px}.settings{display:flex;gap:48px;margin:0 auto;max-width:1574px}@media screen and (max-width:991.98px){.settings_title{padding:0 16px}}.settings_links{gap:8px}.settings_links,.settings_menu{display:flex;flex-direction:column}.settings_menu{gap:25px;position:sticky;top:calc(var(--header-height) + 25px);width:100%}@media screen and (max-width:991.98px){.settings_menu{position:relative;top:0}}.settings_menu-header{background:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;min-height:187px;min-height:175px;padding-bottom:24px}.settings_menu-background{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:29px 29px 0 0;min-height:95px;position:relative}.settings_menu-background label{position:absolute;right:11px;top:5px}.settings_menu-actions{display:flex;gap:10px;position:absolute;right:0;top:0}.settings_menu-actions-banner{right:8px;top:8px}.settings_menu-user{display:flex;gap:17px;left:30px;position:absolute;top:54px}@media screen and (max-width:1199.98px){.settings_menu-user{flex-direction:column}}.settings_menu-user-img{position:relative}@media screen and (max-width:1199.98px){.settings_menu-user-img{height:48px;width:48px}}.settings_menu-user-img-upload{cursor:pointer}@media screen and (max-width:1199.98px){.settings_menu-user-img-upload{height:18px;width:18px}}.settings_menu-user-img-input{left:0;opacity:0;position:absolute;top:0;visibility:hidden;width:100%}@media screen and (max-width:1199.98px){.settings_menu-user-avatar{height:48px;width:48px}}.settings_menu-info{display:flex;flex-direction:column;gap:12px;justify-content:flex-end}.settings_menu-info-top{align-items:center;display:flex;gap:11px}.settings_menu-info-top p{color:var(--white);font-family:var(--font-family-bold);font-size:18px}@media screen and (max-width:991.98px){.settings_menu-info-top p{font-size:16px}}.settings_menu-info-top svg{min-height:17px;min-width:22px}.settings_menu-info-bottom p{color:var(--white);font-size:16px}.settings_menu-bar{background-color:var(--background-secondary);border-radius:29px;color:var(--border-color);display:flex;flex-direction:column;font-family:var(--font-family-bold);font-size:16px;font-weight:700;gap:23px;min-height:448px;overflow-x:auto;padding:24px 30px}@media screen and (max-width:991.98px){.settings_menu-bar{flex-direction:row;min-height:-moz-max-content;min-height:max-content;padding:16px}}.settings_menu-bar::-webkit-scrollbar{display:none}.settings_menu-bar .router-link-exact-active{color:var(--yellow)}.settings_menu-bar a{flex-shrink:0}.settings_menu-bar a:not(.router-link-exact-active):hover{color:var(--yellow);opacity:.5;transition:256ms ease}.settings_wrapper{display:flex;gap:29px;width:100%}@media screen and (max-width:991.98px){.settings_wrapper{flex-direction:column}}.settings_wrapper-menu{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;gap:25px;width:447px}@media screen and (max-width:991.98px){.settings_wrapper-menu{width:100%}}.settings_wrapper-settings{display:flex;flex-direction:column;gap:25px;width:100%}.settings_content{background-color:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:20px;min-height:660px;padding:39px 41px}@media screen and (max-width:991.98px){.settings_content{min-height:-moz-max-content;min-height:max-content;padding:16px}}.settings_form a{color:var(--yellow);cursor:pointer}.settings_form-privacy{padding-left:31px}@media screen and (max-width:991.98px){.settings_form-privacy{padding-left:0}}.settings_fields{display:flex;flex-direction:column;gap:25px}.settings_fields-second .button,.settings_fields-second .input,.settings_fields-second .select{flex-shrink:0;width:50%}@media screen and (max-width:1199.98px){.settings_fields-second .button,.settings_fields-second .input,.settings_fields-second .select{width:100%}}.settings_fields-third{gap:30px}.settings_about textarea{min-height:122px}.settings-profile .button-gradient{margin-top:15px}@media screen and (max-width:991.98px){.settings-profile .button-gradient{width:100%}}.settings-account_url .input_wrap{gap:0}.settings-account_url-label{color:var(--text-color-secondary)}.settings-account_row{align-items:flex-end;display:flex;gap:36px;justify-content:space-between}@media screen and (max-width:991.98px){.settings-account_row{flex-direction:column;gap:12px}}.settings-account_text{color:var(--border-color);font-size:18px;font-weight:600}.settings-account_label{align-items:center;display:flex;height:100%;max-height:44px;width:50%}@media screen and (max-width:991.98px){.settings-account_label{width:100%}}.settings-account_border{background-color:var(--hover-button);height:44px;width:1px}@media screen and (max-width:991.98px){.settings-account_border{display:none}}.settings-appearance .placeholder,.toggler_label{color:var(--white)}.toggler_label{cursor:pointer;display:flex;justify-content:space-between}@media screen and (max-width:991.98px){.toggler_label{flex-direction:column;gap:8px}}.toggler_label div{align-items:center;display:flex;font-size:16px;gap:13px}.toggler-sub-label{color:var(--text-color-secondary)}.toggler_content-box{overflow:hidden;overflow:clip}.toggler_content-box>:first-child{transition:opacity .5s linear}details:not([open])+.toggler_content-box>:first-child{margin-top:-999999999em;opacity:0}.toggler details{width:-moz-fit-content;width:fit-content}.forums{margin:auto;max-width:1241px}.forums_title{align-items:center;display:flex;gap:16px}.forums_cards{display:flex;flex-direction:column;gap:27px}.forums_description{margin-bottom:27px;padding:0 8px}.forums .works_head-item,.forums .works_title{width:100%}.forum-card_img--rounded{border-radius:37px}.theme{align-items:center;display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:1241px;width:100%}.theme time{color:var(--text-color-secondary);font-size:14px}.theme_arrow{margin-right:auto}.theme_card{background:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:18px;padding:35px 65px;width:100%}@media screen and (max-width:991.98px){.theme_card{padding:16px}}.theme_card-action{align-items:center;cursor:pointer;display:flex;gap:8px}.theme_card-action path{fill:var(--text-color-secondary)}.theme_header{align-items:flex-start;display:flex;justify-content:space-between;width:100%}@media screen and (max-width:991.98px){.theme_header{flex-direction:column;gap:8px}}.theme_bottom{justify-content:space-between;width:100%}.theme_answers,.theme_bottom{align-items:center;display:flex}.theme_answers{gap:35px}.theme_answers-count{color:var(--text-color-secondary);font-size:14px;font-weight:400}.theme_answers-dot{background:var(--text-color-secondary);border-radius:50%;height:5px;width:5px}.theme_answers-button{color:var(--text-color-secondary);cursor:pointer;font-size:14px;font-weight:400}.theme_answers-show{align-items:center;cursor:pointer;display:flex;gap:10px}.theme_orders{align-items:center;display:flex;gap:15px;justify-content:space-between;padding:0 18px;width:100%}.theme_orders-line{background:var(--background-secondary);height:2px;width:100%}.theme_orders .select_label,.theme_orders .select_placeholder{font-family:var(--font-family-bold);font-size:16px}.theme_orders .select_selected{color:unset;font-family:unset}.theme_orders .block_left{flex-shrink:0}.theme_attachments{display:flex;flex-direction:column;gap:15px;width:100%}.theme_attachments img{background:#5858581a;border-radius:12px;-o-object-fit:contain;object-fit:contain}.theme_content{align-items:flex-start;display:flex;flex-direction:column;gap:11px;white-space:break-spaces;width:100%}.theme_parent{background:var(--dark-grey);border-left:1px solid var(--dark-grey);border:1px solid var(--dark-grey);border-left-color:var(--white);border-radius:0 10px 10px 0;padding:16px;width:100%}.theme_reply{align-items:flex-start;background:var(--background-secondary);border-radius:29px;display:flex;flex-direction:column;gap:18px;margin-bottom:24px;padding:32px;width:100%}.theme_title{font-family:var(--font-family-bold);font-size:18px}.theme_comments{border:2px solid transparent;border-radius:29px;display:flex;flex-direction:column;gap:15px;transition:var(--transition);width:100%}.theme_comments-editable{border:2px solid var(--white)}.theme_stats{gap:48px}.theme_stats,.theme_stats-item{align-items:center;display:flex}.theme_stats-item{gap:5px}.theme_stats-item:first-child svg{height:18px}.theme_stats-item:first-child svg path{stroke:var(--text-color-secondary)}.theme_stats-item svg path{fill:var(--text-color-secondary)}.theme_stats-item span{color:var(--text-color-secondary);font-size:16px;font-weight:400}.theme_text{color:var(--text-color);font-size:20px;font-weight:400;white-space:pre-wrap;width:100%;word-wrap:break-word}@media screen and (max-width:991.98px){.theme_text{font-size:14px}}.theme_label{color:var(--text-color);font-family:var(--font-family-bold);font-size:22px;font-weight:600}@media screen and (max-width:991.98px){.theme_label{font-size:16px}}.theme_date{color:var(--text-color);font-size:14px;font-weight:400}.theme_input{display:flex;flex-direction:column;gap:12px;max-width:950px;width:100%}.theme_input .input_wrap{border:unset}.theme_input .chat_main-footer_edit{max-width:100%}.theme_user{align-items:center;display:flex;gap:15px}@media screen and (max-width:575.98px){.theme_user{gap:4px}}.theme_user-info{align-items:flex-start;display:flex;flex-direction:column;gap:10px}.theme_user-profession{color:var(--text-color-secondary);font-size:14px;font-weight:400}.theme_user-name{color:var(--text-color);font-family:var(--font-family-bold);font-size:18px;font-weight:600}.theme_tags{display:flex;flex-grow:1;gap:10px;justify-content:flex-end}@media screen and (max-width:991.98px){.theme_tags{order:-1}}.forum-card{background-color:var(--background-secondary);border-radius:20px;display:flex;gap:32px;justify-content:space-between;padding:32px 35px;width:100%}@media screen and (max-width:991.98px){.forum-card{flex-direction:column;gap:24px;padding:16px}}.forum-card_left{display:flex;gap:25px}@media screen and (max-width:991.98px){.forum-card_left{flex-direction:column}}.forum-card_img{border-radius:10px;flex-shrink:0;max-height:75px;max-width:75px}.forum-card_content{display:flex;flex-direction:column;gap:16px}.forum-card_desc,.forum-card_title{color:var(--white);font-size:20px}.forum-card_desc{display:-webkit-box;max-height:200px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media screen and (max-width:991.98px){.forum-card_desc{font-size:16px}}.forum-card_right{display:flex;gap:50px}.forum-card_message,.forum-card_theme{display:flex;flex-direction:column;gap:16px}.forum-card_message--amount,.forum-card_theme--amount{color:var(--white);font-family:var(--font-family-bold);font-size:20px}.forum-card_message--title,.forum-card_theme--title{color:var(--border-color);font-size:20px}.emoji{display:flex;flex-direction:column;justify-content:right;position:relative}.emoji_content{position:absolute;right:20px;top:20px;transition:.3s;z-index:8}@media screen and (max-width:1399.98px){.emoji_content{right:-20px}}.emoji_content-top{bottom:50px;top:unset}.emoji-mart,.emoji-mart *{box-sizing:border-box;line-height:1.15}.emoji-mart{background:var(--background);border:1px solid var(--background-secondary);border-radius:5px;color:#222427;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:16px;height:420px}.emoji-mart-emoji{background:none;border:none;box-shadow:none;padding:6px}.emoji-mart-emoji span{display:inline-block}.emoji-mart-preview-emoji .emoji-mart-emoji span{font-size:32px;height:38px;width:38px}.emoji-type-native{font-family:Segoe UI Emoji,Segoe UI Symbol,Segoe UI,Apple Color Emoji,Twemoji Mozilla,Noto Color Emoji,EmojiOne Color,Android Emoji;word-break:keep-all}.emoji-type-image{background-image:url(../icons/32.png);background-size:6100%;display:inline-block}.emoji-mart-bar{border:0 solid var(--background-secondary)}.emoji-mart-bar:first-child{border-bottom-width:1px;border-top-left-radius:5px;border-top-right-radius:5px}.emoji-mart-bar:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-width:1px}.emoji-mart-scroll{flex:1;overflow-y:scroll;padding:0 6px 6px;position:relative;will-change:transform;z-index:0;-webkit-overflow-scrolling:touch}.emoji-mart-anchors{color:#858585;display:flex;flex-direction:row;justify-content:space-between;line-height:0;padding:0 6px}.emoji-mart-anchor{align-items:center;background:none;border:none;box-shadow:none;display:flex;flex:1 1 auto;justify-content:center;overflow:hidden;padding:12px 4px;position:relative;text-align:center;transition:color .1s ease-out}.emoji-mart-anchor-selected,.emoji-mart-anchor:hover{color:var(--yellow)!important;cursor:pointer}.emoji-mart-anchor-selected .emoji-mart-anchor-bar{background:var(--yellow)!important;bottom:0}.emoji-mart-anchor-bar{background-color:#464646;bottom:-3px;height:3px;left:0;position:absolute;width:100%}.emoji-mart-anchors i{display:inline-block;max-width:22px;width:100%}.emoji-mart-anchors svg{fill:currentColor;max-height:18px}.emoji-mart .scroller{flex:1;height:250px;padding:0 6px 6px;position:relative;will-change:transform;z-index:0;-webkit-overflow-scrolling:touch}.emoji-mart-search{margin-top:6px;padding:0 6px}.emoji-mart-search input{border:1px solid #d9d9d9;border-radius:25px;display:block;font-size:16px;outline:0;padding:.2em .6em;width:100%}.emoji-mart-search-results{height:250px;overflow-y:scroll}.emoji-mart-category{position:relative}.emoji-mart-category .emoji-mart-emoji span{cursor:pointer;position:relative;text-align:center;z-index:1}.emoji-mart-category .emoji-mart-emoji:hover:before,.emoji-mart-emoji-selected:before{background-color:var(--background-tertiary);border-radius:100%;content:"";height:100%;left:0;opacity:0;opacity:1;position:absolute;top:0;width:100%;z-index:0}.emoji-mart-category-label{position:sticky;top:0}.emoji-mart-static .emoji-mart-category-label{position:relative;z-index:2}.emoji-mart-category-label h3{color:var(--white);display:block;font-family:var(--font-family-regular);font-size:16px;font-weight:500;padding:5px 6px;width:100%}.emoji-mart-emoji{display:inline-block;font-size:0;position:relative}.emoji-mart-no-results{color:#858585;font-size:14px;padding-top:70px;text-align:center}.emoji-mart-no-results .emoji-mart-category-label{display:none}.emoji-mart-no-results .emoji-mart-no-results-label{margin-top:.2em}.emoji-mart-no-results .emoji-mart-emoji:hover:before{content:none}.emoji-mart-preview{height:70px;position:relative}.emoji-mart-preview-data,.emoji-mart-preview-emoji,.emoji-mart-preview-skins{position:absolute;top:50%;transform:translateY(-50%)}.emoji-mart-preview-emoji{left:12px}.emoji-mart-preview-data{left:68px;right:12px;word-break:break-all}.emoji-mart-preview-skins{right:30px;text-align:right}.emoji-mart-preview-name{font-size:14px}.emoji-mart-preview-shortname{color:#888;font-size:12px}.emoji-mart-preview-emoticon+.emoji-mart-preview-emoticon,.emoji-mart-preview-shortname+.emoji-mart-preview-emoticon,.emoji-mart-preview-shortname+.emoji-mart-preview-shortname{margin-left:.5em}.emoji-mart-preview-emoticon{color:#bbb;font-size:11px}.emoji-mart-title span{display:inline-block;vertical-align:middle}.emoji-mart-title .emoji-mart-emoji{padding:0}.emoji-mart-title-label{color:#999a9c;font-size:21px;font-weight:300}.emoji-mart-skin-swatches{background-color:#fff;border:1px solid #d9d9d9;border-radius:12px;font-size:0;padding:2px 0}.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch{padding:0 2px;width:16px}.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch-selected:after{opacity:.75}.emoji-mart-skin-swatch{display:inline-block;transition-duration:.125s;transition-property:width,padding;transition-timing-function:ease-out;vertical-align:middle;width:0}.emoji-mart-skin-swatch:first-child{transition-delay:0s}.emoji-mart-skin-swatch:nth-child(2){transition-delay:.03s}.emoji-mart-skin-swatch:nth-child(3){transition-delay:.06s}.emoji-mart-skin-swatch:nth-child(4){transition-delay:.09s}.emoji-mart-skin-swatch:nth-child(5){transition-delay:.12s}.emoji-mart-skin-swatch:nth-child(6){transition-delay:.15s}.emoji-mart-skin-swatch-selected{padding:0 2px;position:relative;width:16px}.emoji-mart-skin-swatch-selected:after{background-color:#fff;border-radius:100%;content:"";height:4px;left:50%;margin:-2px 0 0 -2px;opacity:0;pointer-events:none;position:absolute;top:50%;transition:opacity .2s ease-out;width:4px}.emoji-mart-skin{border-radius:100%;display:inline-block;max-width:12px;padding-top:100%;width:100%}.emoji-mart-skin-tone-1{background-color:#ffc93a}.emoji-mart-skin-tone-2{background-color:#fadcbc}.emoji-mart-skin-tone-3{background-color:#e0bb95}.emoji-mart-skin-tone-4{background-color:#bf8f68}.emoji-mart-skin-tone-5{background-color:#9b643d}.emoji-mart-skin-tone-6{background-color:#594539}.emoji-mart .vue-recycle-scroller{position:relative}.emoji-mart .vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.emoji-mart .vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.emoji-mart .vue-recycle-scroller.direction-horizontal{display:flex}.emoji-mart .vue-recycle-scroller__slot{flex:auto 0 0}.emoji-mart .vue-recycle-scroller__item-wrapper{box-sizing:border-box;flex:1;overflow:hidden;position:relative}.emoji-mart .vue-recycle-scroller.ready .vue-recycle-scroller__item-view{left:0;position:absolute;top:0;will-change:transform}.emoji-mart .vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.emoji-mart .vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.emoji-mart .vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.emoji-mart .vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.emoji-mart .resize-observer[data-v-b329ee4c]{background-color:transparent;border:none;opacity:0}.emoji-mart .resize-observer[data-v-b329ee4c],.emoji-mart .resize-observer[data-v-b329ee4c] object{display:block;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.emoji-mart-search .hidden{display:none;visibility:hidden}.dark-mode .ce-header,.dark-mode .ce-popover__search,.dark-mode .ce-toolbar__plus,.dark-mode .ce-toolbar__settings-btn,.dark-mode .inlineToolButton{background-color:var(--dark-grey-secondary);border:none;color:var(--white)}@media screen and (max-width:767.98px){.dark-mode .ce-header,.dark-mode .ce-popover__search,.dark-mode .ce-toolbar__plus,.dark-mode .ce-toolbar__settings-btn,.dark-mode .inlineToolButton{box-shadow:0 4px 10px #00000026,0 0 1px #00000040}}.dark-mode .ce-block{align-items:center;padding:.4em 0}.dark-mode .cdx-block{min-height:32px}.dark-mode .ce-header,.dark-mode .ce-paragraph{padding-left:5px}.dark-mode .ce-header::-moz-selection,.dark-mode .ce-paragraph::-moz-selection{background:var(--grey)}.dark-mode .ce-header::selection,.dark-mode .ce-paragraph::selection{background:var(--grey)}.dark-mode .cdx-input::-moz-selection,.dark-mode a::-moz-selection,.dark-mode b::-moz-selection,.dark-mode i::-moz-selection{background:var(--grey)}.dark-mode .cdx-input::selection,.dark-mode a::selection,.dark-mode b::selection,.dark-mode i::selection{background:var(--grey)}.dark-mode .ce-inline-toolbar{background-color:var(--dark-grey);border:none}.dark-mode .ce-inline-tool:hover,.dark-mode .ce-inline-toolbar__dropdown:hover{background-color:var(--light-grey)}.dark-mode .ce-inline-tool--active{color:var(--yellow)}.dark-mode .cdx-button,.dark-mode .cdx-loader,.dark-mode .ce-header,.dark-mode .ce-paragraph,.dark-mode .ce-toolbar__plus:hover,.dark-mode .ce-toolbar__settings-btn:hover{background-color:var(--dark-grey)!important;border:none;border-radius:12px;color:var(--white)}.dark-mode .cdx-button{border-radius:12px}.dark-mode .cdx-button:hover,.dark-mode .ce-conversion-tool--focused,.dark-mode .ce-conversion-tool:hover{background-color:var(--light-grey)!important}.dark-mode .ce-conversion-tool--focused{box-shadow:none}.dark-mode .ce-conversion-tool__icon,.dark-mode .ce-conversion-toolbar,.dark-mode .ce-inline-toolbar,.dark-mode .ce-popover,.dark-mode .ce-popover-item,.dark-mode .ce-popover-item__icon,.dark-mode .ce-popover-items{background-color:var(--dark-grey);border:none;color:var(--white);font-family:var(--font-family-bold)}.dark-mode .ce-conversion-tool__icon,.dark-mode .ce-popover-item__icon{box-shadow:0 0 0 1px var(--border-color-secondary)}.dark-mode .ce-block--selected .ce-block__content{background:var(--dark-grey-secondary)}.dark-mode .cdx-block{background:unset}.dark-mode .ce-popover-item:hover{--color-background-item-hover:var(--light-grey)!important}.ce-popover__search{display:none}.ce-block--selected .cdx-block,.ce-block--selected .ce-header{background-color:var(--background)!important}.ce-popover--opened{border:none;left:0!important;right:unset!important}@media screen and (max-width:767.98px){.ce-popover--opened{margin-bottom:55px}}@media screen and (max-width:991.98px){.ce-popover--opened{left:unset!important;right:0!important}}.ce-toolbar__plus{display:none}.ce-popover-item__title{font-size:13px}.cdx-block,.ce-header{border-radius:12px;padding:8px 8px 8px 16px!important}.ce-toolbar{left:unset!important;margin-top:2px;right:40px}.ce-block__content,.ce-toolbar__content{max-width:unset}.ce-toolbar__actions{left:0;right:unset!important}@media screen and (max-width:991.98px){.ce-toolbar__actions{left:unset!important;right:0!important}}.cdx-input{border:1px solid var(--light-grey)}.codex-editor--narrow .codex-editor__redactor{margin-right:unset}.codex-editor--narrow .ce-toolbar__actions{right:0}.audio-container,.audio-container audio{width:100%}.audio-container input{display:none}html.light-mode .slider_content-desc,html.light-mode .slider_content-list_elem-title,html.light-mode .slider_content-title{color:var(--static-white)}html.light-mode .slider .button{color:var(--white)}.page-gallery main,.page-marketplace main{margin-top:var(--header-height)}.slider_container{border-radius:10px;margin:24px 0;overflow:hidden}@media screen and (max-width:1199.98px){.slider_container{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--header-height))}}@media screen and (max-width:991.98px){.slider_container{margin-bottom:24px;margin-top:0}}.slider{background:url(./slider-1.DaOPC6UK.jpg) no-repeat 50% fixed;background-size:cover;display:flex;flex-direction:column;height:390px;justify-content:center;padding:16px}@media screen and (max-width:991.98px){.slider{height:290px}}.slider .slider_content{align-items:center;display:flex;justify-content:space-evenly;z-index:2}@media screen and (max-width:767.98px){.slider .slider_content{align-items:center;flex-direction:column;gap:8px}}.slider .slider_content-left{display:flex;flex-direction:column;gap:35px;width:510px}@media screen and (max-width:991.98px){.slider .slider_content-left{gap:12px}}@media screen and (max-width:767.98px){.slider .slider_content-left{text-align:center;width:100%}}.slider .slider_content-left .button{color:var(--black-secondary);max-width:-moz-max-content;max-width:max-content}@media screen and (max-width:575.98px){.slider .slider_content-left .button{max-width:100%}}@media screen and (max-width:991.98px){.slider .slider_content-right{display:none}}.slider .slider_content-title{color:var(--white);font-family:var(--font-family-bold);font-size:40px;font-weight:900;text-shadow:0 0 5px var(--text-shadow)}@media screen and (max-width:991.98px){.slider .slider_content-title{font-size:14px}}.slider .slider_content-desc{color:var(--white);font-family:var(--font-family-bold);font-size:20px;font-weight:600;line-height:26px;text-shadow:0 0 5px var(--text-shadow)}@media screen and (max-width:991.98px){.slider .slider_content-desc{font-size:12px;line-height:20px;width:100%}}.slider .slider_content-list{display:flex;flex-direction:column;gap:36px}.slider .slider_content-list_elem{display:flex;flex-direction:column;gap:18px;max-width:392px}@media screen and (max-width:767.98px){.slider .slider_content-list_elem{width:100%}}.slider .slider_content-list_elem-title{color:var(--white);font-size:20px;font-weight:600;text-shadow:0 0 5px var(--text-shadow)}.slider .slider_content-list_elem-desc{color:var(--white-secondary);-webkit-text-stroke-color:var(--white-secondary);font-size:16px;letter-spacing:.32px;text-shadow:0 0 5px var(--text-shadow)}.slider-button{color:var(--static-white)!important}@media screen and (max-width:767.98px){.slider-button{display:none!important}}.swiper-pagination-bullet{--swiper-pagination-bullet-inactive-color:var(--white)!important;--swiper-pagination-color:var(--yellow)}.spinner_ajPY{animation:spinner_AtaB .75s linear infinite;transform-origin:center}@keyframes spinner_AtaB{to{transform:rotate(1turn)}}.errors[data-v-160a8c8c]{color:var(--red)!important;display:flex;flex-direction:column;font-family:var(--font-family-regular);font-size:12px;font-weight:400;gap:4px;line-height:18px;margin-top:4px}.input{align-items:flex-start;display:flex;flex-direction:column;position:relative}.input_label{color:var(--text-color-secondary);font-size:15px;left:35px;position:absolute;top:12px;transition:128ms ease}.input_placeholder{margin-top:0}.input_placeholder-disabled{color:var(--grey-60)}.input_search{position:sticky;top:0}.input-recovery{background:none}.input-grid{align-items:baseline;display:grid;gap:8px;grid-template-columns:1fr max-content}.input_label{font-family:var(--font-family-regular)}.input_points{align-items:center;color:var(--text-color-secondary);display:flex;flex-shrink:0;font-family:var(--font-family-bold);font-weight:700;gap:16px}.input_points:before{align-items:center;background-color:var(--text-color-secondary);content:"";display:flex;height:18px;width:1px}.input_money{margin-right:42px;max-width:200px!important}@media screen and (max-width:991.98px){.input_money{max-width:100%!important}}.input_money .input_wrap:before{align-items:center;background:var(--background-tertiary);border:1px solid var(--adding-input-border);border-radius:30px 0 0 30px;border-right:0;content:"BP";display:flex;font-family:var(--font-family-bold);font-size:14px;height:100%;justify-content:center;left:0;line-height:18px;padding:0 27px;position:absolute;top:0}@media screen and (max-width:991.98px){.input_money .input_wrap:before{padding:16px 36px 16px 42px}}.input_money .input_field{margin-right:12px;text-align:end}@media screen and (max-width:991.98px){.input_money .input_wrap{padding:16px 36px 14px 42px}}.input-error:before{border:unset!important}.input_wrap{align-items:center;background:var(--white-opacity-5);border:1px solid var(--text-color-secondary);border-radius:30px;color:var(--text-color-secondary);cursor:text;display:flex;flex-shrink:0;font-size:14px;gap:12px;line-height:18px;padding:14px 24px 14px 26px;position:relative;transition:128ms ease;width:100%}.input_wrap .input_icon path,.input_wrap .input_icon svg{fill:var(--text-color-secondary)}.input_wrap .input_field::-moz-placeholder{color:var(--text-color-secondary)}.input_wrap .input_field::placeholder{color:var(--text-color-secondary)}.input_wrap:not(.input-disabled):not(.input-focused):not(.input-error):hover{background:var(--white-opacity-5);border:1px solid var(--grey-40);color:var(--grey-40)}.input_wrap:not(.input-disabled):not(.input-focused):not(.input-error):hover .input_icon path,.input_wrap:not(.input-disabled):not(.input-focused):not(.input-error):hover .input_icon svg{fill:var(--grey-40)}.input_wrap:not(.input-disabled):not(.input-focused):not(.input-error):hover .input_field::-moz-placeholder{color:var(--grey-40)}.input_wrap:not(.input-disabled):not(.input-focused):not(.input-error):hover .input_field::placeholder{color:var(--grey-40)}.input-focused{background:var(--white-opacity-5);border:1px solid var(--grey-40);color:var(--grey-40)}.input-focused .input_icon path,.input-focused .input_icon svg{fill:var(--grey-40)}.input-focused .input_field::-moz-placeholder{color:var(--transparent)}.input-focused .input_field::placeholder{color:var(--transparent)}.input-disabled{background:var(--white-opacity-5);border:1px solid var(--grey-80);color:var(--grey-80);cursor:not-allowed;opacity:.3}.input-disabled .input_icon path,.input-disabled .input_icon svg{fill:var(--grey-80)}.input-disabled .input_field::-moz-placeholder{color:var(--grey-80)}.input-disabled .input_field::placeholder{color:var(--grey-80)}.input-disabled .input_icon{cursor:not-allowed}.input-error{background:var(--white-opacity-5)!important;border:1px solid var(--red)!important}.input-error,.input-error_label{color:var(--red)!important}.input-error .input_icon path{fill:var(--red)!important}.input_field{color:var(--text-color);font-family:var(--font-family-regular);transition:128ms ease;white-space:pre-wrap;width:100%}.input_field::-moz-placeholder{font-family:var(--font-family-regular)}.input_field::placeholder{font-family:var(--font-family-regular)}.input-autocomplete-off{height:100%;left:0;position:absolute;top:0;width:100%}.input-secondary .input_wrap{background:var(--white-opacity-10);border:1px solid var(--grey-70);color:var(--grey-70)}.input-secondary .input_wrap .input_icon path,.input-secondary .input_wrap .input_icon svg{fill:var(--grey-70)}.input-secondary .input_wrap .input_field::-moz-placeholder{color:var(--grey-70)}.input-secondary .input_wrap .input_field::placeholder{color:var(--grey-70)}.input-adding .input_wrap{background-color:var(--dropdown-profile)}.header_search .input_wrap{background:var(--transparent);border:1px solid var(--grey-70);color:var(--grey-70)}.header_search .input_wrap .input_icon path,.header_search .input_wrap .input_icon svg{fill:var(--grey-70)}.header_search .input_wrap .input_field::-moz-placeholder{color:var(--grey-70)}.header_search .input_wrap .input_field::placeholder{color:var(--grey-70)}.header_search .input_wrap:not(.input-disabled):not(.input-focused):not(.input-filled):hover{background:var(--transparent);border:1px solid var(--grey-40);color:var(--grey-40)}.header_search .input_wrap:not(.input-disabled):not(.input-focused):not(.input-filled):hover .input_icon path,.header_search .input_wrap:not(.input-disabled):not(.input-focused):not(.input-filled):hover .input_icon svg{fill:var(--grey-40)}.header_search .input_wrap:not(.input-disabled):not(.input-focused):not(.input-filled):hover .input_field::-moz-placeholder{color:var(--grey-40)}.header_search .input_wrap:not(.input-disabled):not(.input-focused):not(.input-filled):hover .input_field::placeholder{color:var(--grey-40)}.header_search .input-focused{background:var(--transparent);border:1px solid var(--grey-40);color:var(--grey-40)}.header_search .input-focused .input_icon path,.header_search .input-focused .input_icon svg{fill:var(--grey-40)}.header_search .input-focused .input_field::-moz-placeholder{color:var(--grey-80)}.header_search .input-focused .input_field::placeholder{color:var(--grey-80)}.header_search .input-filled{background:var(--transparent);border:1px solid var(--grey-40);color:var(--grey-40)}.header_search .input-filled .input_icon path,.header_search .input-filled .input_icon svg{fill:var(--grey-40)}.header_search .input-filled .input_field::-moz-placeholder{color:var(--grey-40)}.header_search .input-filled .input_field::placeholder{color:var(--grey-40)}.header_search .input-disabled{background:var(--transparent);border:1px solid var(--grey-80);color:var(--grey-80);cursor:not-allowed}.header_search .input-disabled .input_icon path,.header_search .input-disabled .input_icon svg{fill:var(--grey-80)}.header_search .input-disabled .input_field::-moz-placeholder{color:var(--grey-80)}.header_search .input-disabled .input_field::placeholder{color:var(--grey-80)}.header_search .input-disabled .input_icon{cursor:not-allowed}html.light-mode .header_search .input_wrap{background:var(--transparent);border:1px solid var(--grey-70);color:var(--grey-70)}html.light-mode .header_search .input_wrap .input_icon path,html.light-mode .header_search .input_wrap .input_icon svg{fill:var(--grey-70)}html.light-mode .header_search .input_wrap .input_field::-moz-placeholder{color:var(--grey-70)}html.light-mode .header_search .input_wrap .input_field::placeholder{color:var(--grey-70)}html.light-mode .header_search .input_wrap:not(.input-disabled):not(.input-focused):not(.input-filled):hover{background:var(--transparent);border:1px solid var(--grey-40);color:var(--grey-40)}html.light-mode .header_search .input_wrap:not(.input-disabled):not(.input-focused):not(.input-filled):hover .input_icon path,html.light-mode .header_search .input_wrap:not(.input-disabled):not(.input-focused):not(.input-filled):hover .input_icon svg{fill:var(--grey-40)}html.light-mode .header_search .input_wrap:not(.input-disabled):not(.input-focused):not(.input-filled):hover .input_field::-moz-placeholder{color:var(--grey-40)}html.light-mode .header_search .input_wrap:not(.input-disabled):not(.input-focused):not(.input-filled):hover .input_field::placeholder{color:var(--grey-40)}html.light-mode .header_search .input-focused{background:var(--transparent);border:1px solid var(--grey-50);color:var(--grey-50)}html.light-mode .header_search .input-focused .input_icon path,html.light-mode .header_search .input-focused .input_icon svg{fill:var(--grey-50)}html.light-mode .header_search .input-focused .input_field::-moz-placeholder{color:var(--grey-10)}html.light-mode .header_search .input-focused .input_field::placeholder{color:var(--grey-10)}html.light-mode .header_search .input-filled{background:var(--transparent);border:1px solid var(--grey-50);color:var(--grey-50)}html.light-mode .header_search .input-filled .input_icon path,html.light-mode .header_search .input-filled .input_icon svg{fill:var(--grey-50)}html.light-mode .header_search .input-filled .input_field::-moz-placeholder{color:var(--grey-50)}html.light-mode .header_search .input-filled .input_field::placeholder{color:var(--grey-50)}html.light-mode .header_search .input-disabled{background:var(--transparent);border:1px solid var(--grey-10);color:var(--grey-10);cursor:not-allowed}html.light-mode .header_search .input-disabled .input_icon path,html.light-mode .header_search .input-disabled .input_icon svg{fill:var(--grey-10)}html.light-mode .header_search .input-disabled .input_field::-moz-placeholder{color:var(--grey-10)}html.light-mode .header_search .input-disabled .input_field::placeholder{color:var(--grey-10)}html.light-mode .header_search .input-disabled .input_icon{cursor:not-allowed}html.light-mode .input_wrap{background:var(--static-white);border:1px solid var(--grey-20);color:var(--grey-20)}html.light-mode .input_wrap .input_icon path,html.light-mode .input_wrap .input_icon svg{fill:var(--grey-20)}html.light-mode .input_wrap .input_field::-moz-placeholder{color:var(--grey-20)}html.light-mode .input_wrap .input_field::placeholder{color:var(--grey-20)}html.light-mode .input_wrap:not(.input-disabled):not(.input-focused):not(.input-error):not(.input-filled):hover{background:var(--static-white);border:1px solid var(--grey-40);color:var(--grey-40)}html.light-mode .input_wrap:not(.input-disabled):not(.input-focused):not(.input-error):not(.input-filled):hover .input_icon path,html.light-mode .input_wrap:not(.input-disabled):not(.input-focused):not(.input-error):not(.input-filled):hover .input_icon svg{fill:var(--grey-40)}html.light-mode .input_wrap:not(.input-disabled):not(.input-focused):not(.input-error):not(.input-filled):hover .input_field::-moz-placeholder{color:var(--grey-40)}html.light-mode .input_wrap:not(.input-disabled):not(.input-focused):not(.input-error):not(.input-filled):hover .input_field::placeholder{color:var(--grey-40)}html.light-mode .input-focused,html.light-mode .input-second.input-focused{background:var(--static-white);border:1px solid var(--grey-40);color:var(--grey-40)}html.light-mode .input-focused .input_icon path,html.light-mode .input-focused .input_icon svg,html.light-mode .input-second.input-focused .input_icon path,html.light-mode .input-second.input-focused .input_icon svg{fill:var(--grey-40)}html.light-mode .input-focused .input_field::-moz-placeholder,html.light-mode .input-second.input-focused .input_field::-moz-placeholder{color:var(--transparent)}html.light-mode .input-focused .input_field::placeholder,html.light-mode .input-second.input-focused .input_field::placeholder{color:var(--transparent)}html.light-mode .input-filled,html.light-mode .input-second.input-filled{background:var(--static-white);border:1px solid var(--grey-20);color:var(--grey-20)}html.light-mode .input-filled .input_icon path,html.light-mode .input-filled .input_icon svg,html.light-mode .input-second.input-filled .input_icon path,html.light-mode .input-second.input-filled .input_icon svg{fill:var(--grey-20)}html.light-mode .input-filled .input_field::-moz-placeholder,html.light-mode .input-second.input-filled .input_field::-moz-placeholder{color:var(--grey-20)}html.light-mode .input-filled .input_field::placeholder,html.light-mode .input-second.input-filled .input_field::placeholder{color:var(--grey-20)}html.light-mode .input-disabled{background:var(--static-white);border:1px solid var(--grey-10);color:var(--grey-10);cursor:not-allowed}html.light-mode .input-disabled .input_icon path,html.light-mode .input-disabled .input_icon svg{fill:var(--grey-10)}html.light-mode .input-disabled .input_field::-moz-placeholder{color:var(--grey-10)}html.light-mode .input-disabled .input_field::placeholder{color:var(--grey-10)}html.light-mode .input-error{background:var(--static-white)!important}html.light-mode .input_label{color:var(--grey-80)}svg path[data-v-723dc283]{fill:var(--836ede52)!important}svg path[data-v-0ed48b31]{fill:var(--0c2d7d00)!important}svg path[data-v-b247be01]{fill:var(--357b2214)!important}.icon-chevron{transition:80ms ease}.icon-chevron-active{transform:rotate(180deg)}.dropdown{position:relative;transition:.2s ease;width:var(--41c45f1d)}.dropdown-tertiary{border:1px solid var(--grey-60);border-radius:30px;color:var(--grey-60);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dropdown-tertiary,.dropdown-tertiary p,.dropdown-tertiary path,.dropdown-tertiary svg{transition:50ms ease}.dropdown-tertiary p{-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.dropdown-tertiary.dropdown-active,.dropdown-tertiary:hover{background-color:var(--white-opacity-5-2);border-color:var(--grey-40);color:var(--grey-40)}.dropdown-tertiary.dropdown-active p,.dropdown-tertiary.dropdown-selected .icon-chevron{color:var(--grey-40)}.dropdown-tertiary.dropdown-selected:not(:hover,.dropdown-tertiary.dropdown-selected-active){background-color:var(--white-opacity-5-2);border-color:var(--grey-40);color:var(--white)}.dropdown-tertiary .dropdown_label{border-radius:30px;padding:16px 24px}@media screen and (max-width:991.98px){.dropdown-tertiary .dropdown_label{font-size:12px;padding:12px}.dropdown-tertiary .dropdown_label svg{max-height:8px;max-width:8px}}@media screen and (min-width:991.98px){.dropdown-tertiary .dropdown_window{left:0;min-width:-moz-max-content;min-width:max-content;top:calc(100% + 8px);width:100%}}.dropdown_template{background-color:var(--background-secondary);border-radius:24px;padding:24px 28px}@media screen and (max-width:991.98px){.dropdown_template{border-radius:0}}.dropdown_container{display:flex;flex-direction:column;justify-content:center;position:relative}@media screen and (max-width:991.98px){.dropdown_container{justify-content:unset;padding-bottom:40px}.dropdown_container,.dropdown_mobile{height:calc(100vh - var(--header-height));width:100%}.dropdown_mobile{background:var(--background-secondary);border:unset;overflow-y:auto;padding-left:var(--container-padding-left);padding-right:var(--container-padding-right)}}.dropdown_sort{display:flex;flex-direction:column;gap:4px}.dropdown_sort .radio-button_mark{border:1px solid}.dropdown-close{display:none}@media screen and (max-width:991.98px){.dropdown-close{background-color:var(--background-secondary);bottom:0;display:flex;justify-content:center;padding:16px;position:fixed;width:100%}}@media screen and (max-width:1199.98px){.dropdown-close-chat{bottom:0;display:flex;justify-content:center;width:100%}}.dropdown_filter{background:var(--background-secondary);display:flex;flex-direction:column;gap:20px;padding:20px}.dropdown_filter-items{display:flex;gap:10px}.dropdown_filter-item{max-height:268px;overflow-y:hidden}.dropdown_filter-item,.dropdown_filter-range{display:flex;flex-direction:column;gap:10px}.dropdown_filter-label{color:var(--gray-300);font-size:18px;font-weight:600;text-align:start}.dropdown_user{background:var(--background-secondary);background-repeat:no-repeat;background-size:100% 82px;border-radius:29px;display:flex;flex-direction:column;height:100%;padding-bottom:12px;position:relative;width:400px}.dropdown_user::-webkit-scrollbar{display:none}@media screen and (max-height:767.98px){.dropdown_user{height:auto}}@media screen and (max-width:991.98px){.dropdown_user{border:none;border-radius:0;height:100%;overflow:auto;width:100%}}.dropdown_user-banner{border-radius:29px 29px 0 0;height:80px;-o-object-fit:cover;object-fit:cover;width:100%;z-index:0}.dropdown_user-link{align-items:center;color:var(--grey-40);display:flex;gap:8px;line-height:18px;padding:9px 24px}.dropdown_user-link,.dropdown_user-link path,.dropdown_user-link svg{transition:.18s ease}.dropdown_user-link.router-link-active,.dropdown_user-link:hover{background-color:var(--dropdown-profile);color:var(--white)}.dropdown_user-link.router-link-active svg,.dropdown_user-link.router-link-active svg path,.dropdown_user-link:hover svg,.dropdown_user-link:hover svg path{transition:.18s ease;fill:var(--white)}.dropdown_user-link svg,.dropdown_user-link svg path{fill:var(--grey-40)}.dropdown_user-content{display:flex;flex-direction:column;z-index:1}.dropdown_user-actions{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;margin-top:24px;width:100%}.dropdown_user-actions--left{display:flex;gap:8px;justify-self:flex-start;margin-left:24px}.dropdown_user-actions--right{display:flex;justify-self:flex-end}.dropdown_user-actions svg{cursor:pointer}.dropdown_user-links{display:flex;flex-direction:column;margin-top:24px}.dropdown_user-links svg{width:24px}.dropdown_user-main{align-items:center;display:flex;flex-direction:column}.dropdown_user-name{color:var(--text-color);font-family:var(--font-family-bold);font-size:16px;font-weight:700}.dropdown_user-info{align-items:center;display:flex;flex-direction:column;gap:8px;margin-top:16px;width:100%}.dropdown_user-switch{cursor:pointer}.dropdown_user-balance{align-items:center;display:flex;gap:8px;justify-content:center;position:relative;width:100%}.dropdown_user-balance path,.dropdown_user-balance svg{fill:var(--grey-60)}.dropdown_user-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.dropdown_user-icon:hover path,.dropdown_user-icon:hover svg{fill:var(--grey-40)}.dropdown_user-button{margin-top:26px;padding:0 24px;width:100%}.dropdown_label{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:space-between}.dropdown-plus{font-size:14px}.dropdown_window{cursor:default;min-height:-moz-max-content;min-height:max-content;position:absolute;right:0;top:40px;width:-moz-max-content;width:max-content;z-index:5}.dropdown_window-orders{left:-89px;top:32px}.dropdown_window-styles{left:-52px;top:19px;width:65vw}.dropdown_window-styles:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' fill='none' viewBox='0 0 23 18'%3E%3Cpath fill='%2318181B' d='m11.5 0 10.825 18H.675z'/%3E%3Cpath stroke='%23747474' stroke-opacity='.2' d='M1.559 17.5 11.5.97l9.941 16.53z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";display:flex;height:24px;left:96px;position:relative;top:4px;width:25px}html.light-mode .dropdown_window-styles:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' fill='none' viewBox='0 0 23 18'%3E%3Cpath fill='%23fff' d='m11.5 0 10.825 18H.675z'/%3E%3Cpath stroke='%23747474' stroke-opacity='.2' d='M1.559 17.5 11.5.97l9.941 16.53z'/%3E%3C/svg%3E")}@media screen and (max-width:991.98px){.dropdown_window-styles:before{content:unset}.dropdown_window-mobile{background-color:var(--background);height:100%;left:0;position:fixed;top:calc(var(--header-height));width:100%}}.dropdown_window-userDropdown{right:-40px;top:62px}.dropdown_window-userDropdown::-webkit-scrollbar{display:none}@media screen and (max-height:575.98px){.dropdown_window-userDropdown{height:100%;overflow:auto;position:fixed;right:16px;top:0}}@media screen and (max-width:991.98px){.dropdown_window-userDropdown{height:calc(100% - var(--header-height));left:0;right:unset;top:var(--header-height)}.dropdown_window-userDropdown .dropdown-close{display:none!important}.dropdown_window-userDropdown{height:calc(100% - var(--header-height));position:fixed;width:100%}}.dropdown_window-notification{right:-109px;top:31px}.dropdown_window-notification:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' fill='none' viewBox='0 0 23 18'%3E%3Cpath fill='%2318181B' d='m11.5 0 10.825 18H.675z'/%3E%3Cpath stroke='%23747474' stroke-opacity='.2' d='M1.559 17.5 11.5.97l9.941 16.53z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";display:flex;height:24px;left:257px;position:relative;top:4px;width:25px}@media screen and (max-height:575.98px){.dropdown_window-notification:before{content:unset}}@media screen and (max-width:991.98px){.dropdown_window-notification:before{content:unset}}html.light-mode .dropdown_window-notification:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='18' fill='none' viewBox='0 0 23 18'%3E%3Cpath fill='%23fff' d='m11.5 0 10.825 18H.675z'/%3E%3Cpath stroke='%23747474' stroke-opacity='.2' d='M1.559 17.5 11.5.97l9.941 16.53z'/%3E%3C/svg%3E")}@media screen and (max-height:575.98px){.dropdown_window-notification{height:100%;overflow:auto;position:fixed;right:16px;top:0}.dropdown_window-notification::-webkit-scrollbar{display:none}}@media screen and (max-width:991.98px){.dropdown_window-notification{height:calc(100% - var(--header-height));left:0;right:unset;top:var(--header-height)}.dropdown_window-notification .dropdown-close{display:none!important}.dropdown_window-notification{height:calc(100% - var(--header-height));position:fixed;width:100%}}.dropdown_window-profile{left:6px;top:4px}@media screen and (max-width:991.98px){.dropdown_window-profile{left:-84px;top:12px}.dropdown_window-profile.dropdown_window{height:-moz-max-content;height:max-content;position:absolute;width:-moz-max-content;width:max-content}}.dropdown_window-profile:before{background-image:url(/test/assets/img/profile/dropdownTriangle.svg);background-position:50%;background-repeat:no-repeat;content:"";display:flex;height:24px;position:relative;right:9px;top:14px;transform:rotate(123deg);width:25px}html.light-mode .dropdown_window-profile:before{background-image:url(/test/assets/img/profile/dropdownTriangle-light.svg)}@media screen and (max-width:991.98px){.dropdown_window-profile:before{right:-80px;top:10px;transform:rotate(30deg)}}.dropdown_window-profile .dropdown_item{background-color:var(--dropdown-profile);border-color:var(--dropdown-profile-border);color:#fff;padding:0 16px}.dropdown_window-profile .dropdown_item:first-child{border-radius:0 15px 0 0}@media screen and (max-width:991.98px){.dropdown_window-profile .dropdown_item:first-child{border-radius:15px 15px 0 0}}.dropdown_window-profile .dropdown_item:last-of-type{border:none;border-radius:0 0 15px 15px}.dropdown_window-profile .dropdown_item:hover:first-child svg path,.dropdown_window-profile .dropdown_item:hover:last-of-type svg path{transition:.3s;fill:#a9a9a9}.dropdown_window-profile .dropdown_item:hover:nth-child(2) svg path{transition:.3s;stroke:#a9a9a9}.dropdown_window-profile .dropdown_item svg{fill:var(--dropdown-profile)}.dropdown_window-profile .dropdown_item .menu_item{padding:12px}@media screen and (max-width:991.98px){.dropdown_window-profile .dropdown_item{grid-template-columns:max-content 1fr}}.dropdown_window-profile .dropdown-close{display:none}.dropdown:hover .dropdown_secondary{display:block}.dropdown_inner{animation:popover-bottom .18s forwards;margin-left:-65px;opacity:0;padding:12px 40px 40px;position:absolute;transition:128ms ease;visibility:hidden;width:-moz-max-content;width:max-content}.dropdown_inner span{color:var(--yellow)}.dropdown_item{align-items:center;background-color:var(--dropdown-profile);border-bottom:1px solid var(--background);border-color:var(--dropdown-profile-border);color:#fff;cursor:pointer;display:grid;font-family:var(--font-family-regular);gap:8px;grid-template-columns:max-content 1fr;padding:8px;width:100%}@media screen and (max-width:991.98px){.dropdown_item{align-items:center;display:flex}}.dropdown_item:hover{color:var(--white)}.dropdown_item:last-child{border-bottom:0;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.dropdown_item:first-child{border-top-left-radius:15px}.dropdown-active .chevron{transform:rotate(-180deg)}.dropdown_secondary{display:none;margin-left:-65px;padding:24px 40px 40px;position:absolute}.dropdown--secondary .dropdown_inner{border:1px solid #2a2a2d;border-radius:30px;margin-left:-220px;overflow:hidden;padding:0}@media screen and (max-width:991.98px){.dropdown--secondary .dropdown_inner{display:none!important}}.dropdown--secondary .dropdown_item{border-bottom:1px solid #2a2a2d;padding:14px 20px}.dropdown-secondary .dropdown_inner{align-items:center;background-color:var(--hover-button);border-radius:8px;color:#fff;display:flex;gap:12px;margin-left:0;padding:8px;z-index:3}@media screen and (max-width:991.98px){.dropdown-secondary .dropdown_inner{display:none;left:unset!important;right:16px}}.dropdown-secondary .dropdown_inner-triangle:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%23333336' d='M0 1.001A1 1 0 0 1 1.5.135L11 4.268A1 1 0 0 1 11 6l-9.5 5.394a1 1 0 0 1-1.5-.866z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:24px;left:-10px;position:absolute;top:44px;transform:rotate(120deg);width:25px}@media screen and (max-width:991.98px){.dropdown-secondary .dropdown_inner-triangle:before{left:unset;right:-9px;transform:rotate(67deg)}}.dropdown-secondary .dropdown_inner .link{margin:0;padding:0}@media screen and (min-width:991.98px){.dropdown-secondary:hover .dropdown_inner{animation:popover-top 224ms forwards;opacity:1;visibility:visible}}.dropdown-refill .dropdown_inner{margin-bottom:15px}@media screen and (max-width:991.98px){.dropdown{width:auto}}
