@charset "UTF-8";.vue-skeletor{position:relative;overflow:hidden;background-color:#0000001f}.vue-skeletor:not(.vue-skeletor--shimmerless):after{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0,#ffffff4d,#25161600);animation:shimmer 1.5s infinite;content:""}.vue-skeletor--rect,.vue-skeletor--circle{display:block}.vue-skeletor--circle{border-radius:50%}.vue-skeletor--pill,.vue-skeletor--text{border-radius:9999px}.vue-skeletor--text{line-height:1;display:inline-block;width:100%;height:inherit;vertical-align:middle;top:-1px}@keyframes shimmer{to{transform:translate(100%)}}.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius) var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__input{background-color:var(--dp-background-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:var(--dp-input-padding);color:var(--dp-text-color);box-sizing:border-box}.dp__input::placeholder{opacity:.7}.dp__input:hover:not(.dp__input_focus){border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:#0000}.dp__input_focus{border-color:var(--dp-border-color-focus)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:var(--dp-font-size);height:var(--dp-font-size);stroke-width:0;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;inset-inline-start:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp__clear_icon{position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color)}.dp__input_icon_pad{padding-inline-start:var(--dp-input-icon-padding)}.dp__menu{background:var(--dp-background-color);border-radius:var(--dp-border-radius);min-width:var(--dp-menu-min-width);font-family:var(--dp-font-family);font-size:var(--dp-font-size);-webkit-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu:after{box-sizing:border-box}.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp--menu-wrapper{position:absolute;z-index:99999}.dp__menu_inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp__menu_index{z-index:99999}.dp-menu-loading,.dp__menu_readonly,.dp__menu_disabled{position:absolute;top:0;right:0;bottom:0;left:0;z-index:999999}.dp__menu_disabled{background:#ffffff80;cursor:not-allowed}.dp__menu_readonly{background:#0000;cursor:default}.dp-menu-loading{background:#ffffff80;cursor:default}.dp--menu-load-container{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.dp--menu-loader{width:48px;height:48px;border:var(--dp-loader);border-bottom-color:#0000;border-radius:50%;display:inline-block;box-sizing:border-box;animation:dp-load-rotation 1s linear infinite;position:absolute}@keyframes dp-load-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dp__arrow_top{left:var(--dp-arrow-left);top:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%,-50%) rotate(-45deg)}.dp__arrow_bottom{left:var(--dp-arrow-left);bottom:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__action_extra{text-align:center;padding:2px 0}.dp--preset-dates{padding:5px;border-inline-end:1px solid var(--dp-border-color)}@media only screen and (width <= 600px){.dp--preset-dates{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2)}}.dp--preset-dates-collapsed{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2)}.dp__sidebar_left{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;margin-inline-end:1px solid var(--dp-border-color)}.dp--preset-range{display:block;width:100%;padding:5px;text-align:left;white-space:nowrap;color:var(--dp-text-color);border-radius:var(--dp-border-radius);transition:var(--dp-common-transition)}.dp--preset-range:hover{background-color:var(--dp-hover-color);color:var(--dp-hover-text-color);cursor:pointer}@media only screen and (width <= 600px){.dp--preset-range{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range:first-child{margin-left:0}.dp--preset-range:last-child{margin-right:0}}.dp--preset-range-collapsed{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range-collapsed:first-child{margin-left:0}.dp--preset-range-collapsed:last-child{margin-right:0}.dp__menu_content_wrapper{display:flex}@media only screen and (width <= 600px){.dp__menu_content_wrapper{flex-direction:column-reverse}}.dp--menu-content-wrapper-collapsed{flex-direction:column-reverse}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:700}.dp__calendar_header_item{text-align:center;flex-grow:1;height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:var(--dp-row-margin)}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:var(--dp-calendar-header-cell-padding)}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:var(--dp-cell-border-radius);height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_inner:hover{transition:all .2s}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-end-end-radius:0;border-start-end-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-end-start-radius:0;border-start-start-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-range-between-dates-background-color);color:var(--dp-range-between-dates-text-color);border-radius:0;border:1px solid var(--dp-range-between-border-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-start-start-radius:var(--dp-cell-border-radius);border-end-start-radius:var(--dp-cell-border-radius);border-inline-start:1px dashed var(--dp-primary-color);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-start-end-radius:var(--dp-cell-border-radius);border-end-end-radius:var(--dp-cell-border-radius);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color);border-inline-end:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translate(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:var(--dp-border-radius);background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-inline-end:5px}.dp__arrow_bottom_tp{bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-inline-end:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}@media only screen and (width <= 600px){.dp__flex_display{flex-direction:column}}.dp--flex-display-collapsed{flex-direction:column}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:var(--dp-month-year-row-height);color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:var(--dp-month-year-row-button-size);width:var(--dp-month-year-row-button-size);color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:var(--dp-button-icon-height);width:var(--dp-button-icon-height)}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}[dir=rtl] .dp__inner_nav{transform:rotate(180deg)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{text-align:center;cursor:pointer;height:var(--dp-month-year-row-height);display:flex;align-items:center;justify-content:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color)}.dp--year-select:hover,.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__month_year_select{width:50%}.dp--year-select{width:100%}.dp__month_year_wrap{display:flex;flex-direction:row;width:100%}.dp__year_disable_select{justify-content:space-around}.dp--header-wrap{display:flex;width:100%;flex-direction:column}.dp__overlay{width:100%;background:var(--dp-background-color);transition:opacity 1s ease-out;z-index:99999;font-family:var(--dp-font-family);color:var(--dp-text-color);box-sizing:border-box}.dp--overlay-absolute{position:absolute;height:100%;top:0;left:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto;height:var(--dp-overlay-height)}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-inline:auto auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:var(--dp-overlay-col-padding);white-space:nowrap}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center}.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__btn,.dp--qr-btn,.dp--time-invalid,.dp--time-overlay-btn{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--tp-wrap{max-width:var(--dp-menu-min-width)}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;font-family:var(--dp-font-family);color:var(--dp-text-color)}.dp__time_col_reg_block{padding:0 20px}.dp__time_col_reg_inline{padding:0 10px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;width:100%;justify-content:center}.dp__inc_dec_button{padding:5px;margin:0;height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:var(--dp-border-radius);display:flex;align-items:center;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button_inline{width:100%;padding:0;height:8px;cursor:pointer;display:flex;align-items:center}.dp__inc_dec_button_disabled,.dp__inc_dec_button_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:var(--dp-common-padding);border-radius:var(--dp-border-radius);cursor:pointer}.dp__tp_inline_btn_bar{width:100%;height:4px;background-color:var(--dp-secondary-color);transition:var(--dp-common-transition);border-collapse:collapse}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l,.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp--time-overlay-btn{background:none}.dp--time-invalid{background-color:var(--dp-disabled-color)}.dp__action_row{display:flex;align-items:center;width:100%;padding:var(--dp-action-row-padding);box-sizing:border-box;color:var(--dp-text-color);flex-flow:row nowrap}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{display:block;color:var(--dp-text-color);font-size:var(--dp-preview-font-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dp__action_buttons{display:flex;flex:0;white-space:nowrap;align-items:center;justify-content:flex-end;margin-inline-start:auto}.dp__action_button{display:inline-flex;align-items:center;background:#0000;border:1px solid rgba(0,0,0,0);padding:var(--dp-action-buttons-padding);line-height:var(--dp-action-button-height);margin-inline-start:3px;height:var(--dp-action-button-height);cursor:pointer;border-radius:var(--dp-border-radius);font-size:var(--dp-preview-font-size);font-family:var(--dp-font-family)}.dp__action_cancel{color:var(--dp-text-color);border:1px solid var(--dp-border-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_buttons .dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp-quarter-picker-wrap{display:flex;flex-direction:column;height:100%;min-width:var(--dp-menu-min-width)}.dp--qr-btn-disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn{width:100%;padding:var(--dp-common-padding)}.dp--qr-btn:not(.dp--highlighted,.dp--qr-btn-active,.dp--qr-btn-disabled,.dp--qr-btn-between){background:none}.dp--qr-btn:hover:not(.dp--qr-btn-active,.dp--qr-btn-disabled){background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--quarter-items{display:flex;flex-direction:column;flex:1;width:100%;height:100%;justify-content:space-evenly}.dp--qr-btn-active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--qr-btn-between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__btn,.dp--time-overlay-btn,.dp--time-invalid,.dp--qr-btn{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--year-mode-picker{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}:root{--dp-common-transition: all .1s ease-in;--dp-menu-padding: 6px 8px;--dp-animation-duration: .1s;--dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);--dp-transition-timing: ease-out;--dp-action-row-transtion: all .2s ease-in;--dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;--dp-border-radius: 4px;--dp-cell-border-radius: 4px;--dp-transition-length: 22px;--dp-transition-timing-general: .1s;--dp-button-height: 35px;--dp-month-year-row-height: 35px;--dp-month-year-row-button-size: 25px;--dp-button-icon-height: 20px;--dp-calendar-wrap-padding: 0 5px;--dp-cell-size: 35px;--dp-cell-padding: 5px;--dp-common-padding: 10px;--dp-input-icon-padding: 35px;--dp-input-padding: 6px 30px 6px 12px;--dp-menu-min-width: 260px;--dp-action-buttons-padding: 1px 6px;--dp-row-margin: 5px 0;--dp-calendar-header-cell-padding: .5rem;--dp-multi-calendars-spacing: 10px;--dp-overlay-col-padding: 3px;--dp-time-inc-dec-button-size: 32px;--dp-font-size: 1rem;--dp-preview-font-size: .8rem;--dp-time-font-size: 2rem;--dp-action-button-height: 22px;--dp-action-row-padding: 8px}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%);--dp-range-between-dates-background-color: var(--dp-hover-color, #484848);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);--dp-range-between-border-color: var(--dp-hover-color, #fff);--dp-loader: 5px solid #005cb2}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%);--dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);--dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);--dp-loader: 5px solid #1976d2}.dp__flex{display:flex;align-items:center}.dp__btn{background:none}.dp__main{font-family:var(--dp-font-family);-webkit-user-select:none;user-select:none;box-sizing:border-box;position:relative;width:100%}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);cursor:pointer;display:flex;align-items:center;place-content:center center;padding:var(--dp-common-padding);box-sizing:border-box;height:var(--dp-button-height)}.dp__button.dp__overlay_action{position:absolute;bottom:0}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius);border-bottom-right-radius:var(--dp-border-radius)}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:flex-start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all var(--dp-transition-timing-general) ease-out}.calendar-next-enter-from{opacity:0;transform:translate(var(--dp-transition-length))}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(calc(var(--dp-transition-length) * -1))}.calendar-prev-leave-to{opacity:0;transform:translate(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-active,.dp-menu-appear-bottom-leave-active,.dp-menu-appear-top-enter-active,.dp-menu-appear-top-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-top-enter-from,.dp-menu-appear-top-leave-to,.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-from,.dp-menu-appear-bottom-leave-to,.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(calc(var(--dp-transition-length) * -1))}.dp--arrow-btn-nav{transition:var(--dp-common-transition)}.dp--highlighted{background-color:var(--dp-highlight-color)}h1,.h1{font-size:75px;font-weight:400;margin-bottom:20px}@media screen and (max-width: 1919px){h1,.h1{font-size:65px}}@media screen and (max-width: 1023px){h1,.h1{font-size:55px}}@media screen and (max-width: 767px){h1,.h1{font-size:45px}}h2,.h2{font-size:44px;margin-bottom:20px;font-weight:600}@media screen and (max-width: 1919px){h2,.h2{font-size:40px}}@media screen and (max-width: 1023px){h2,.h2{font-size:30px}}@media screen and (max-width: 767px){h2,.h2{font-size:20px}}h3,.h3{font-size:55px;font-weight:400;margin-bottom:20px}@media screen and (max-width: 1919px){h3,.h3{font-size:45px}}@media screen and (max-width: 1023px){h3,.h3{font-size:35px}}@media screen and (max-width: 767px){h3,.h3{font-size:30px}}h4,.h4{font-size:45px;font-weight:400;margin-bottom:20px}@media screen and (max-width: 1919px){h4,.h4{font-size:35px}}@media screen and (max-width: 1023px){h4,.h4{font-size:30px}}@media screen and (max-width: 767px){h4,.h4{font-size:25px}}p{font-weight:300;font-size:15px}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/Inter-Light-BATEza2Q.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/Inter-Regular-DI4MgF22.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:block;src:url(/build/assets/Inter-Medium-DT31zNQg.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:block;src:url(/build/assets/Inter-SemiBold-DqnJHjCw.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:block;src:url(/build/assets/Inter-Bold-B13sg1VN.woff2) format("woff2")}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%}html.fixed{overflow:hidden}.dp__main{position:absolute;z-index:1001}.dp__range_end,.dp__range_start,.dp__active_date{background:#00fec0;color:#000}.dp__relative{border-radius:14px}.dp__active_date{background:#00fec0!important;color:#000!important}body{scrollbar-width:thin;scrollbar-color:#00FEC0 transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#15161b;height:100%;font-family:Inter;position:relative;margin:0;font-weight:400;box-sizing:border-box}body::-webkit-scrollbar{width:5px;outline:none}body::-webkit-scrollbar-track{background:#fff;outline:none}body::-webkit-scrollbar-thumb{background-color:#00fec0;border-radius:20px;border:3px solid transparent}@media screen and (max-width: 767px){body{padding-bottom:62px}}button{font-family:Inter;outline:none;border:none;background:unset}input,textarea{font-family:Inter;background:unset;border:unset;outline:none}p{margin:0}ul{list-style:none;padding:0}.link:hover{color:#d44a41}.cabinet_link{font-size:16px;line-height:120%}.cabinet_link:hover{color:#138e95}a{text-decoration:none;color:inherit;cursor:pointer}.btn_disabled{opacity:.5;pointer-events:none}@media (hover: hover){.btn_secondary:hover svg,.btn_secondary:hover path,.btn_secondary:hover g{stroke:#000;color:#000}}.head{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 767px){.head{flex-direction:column;align-items:flex-start;gap:20px}.head .btn{width:unset}}.head h1{white-space:nowrap}@media screen and (max-width: 767px){.head h1{white-space:unset}}@media screen and (max-width: 1023px){.workers-head{flex-direction:column;align-items:flex-start;gap:20px}}.icon-square{min-width:16px;max-width:16px;min-height:16px;max-height:16px;color:#000}.btn:disabled .icon-square{color:#ccc}.btn_secondary .icon-square{color:#fff}.icon-white{width:24px;height:24px;color:#fff;cursor:pointer}.icon-black{width:24px;height:24px;color:#000;cursor:pointer}.cabinet{width:100%;display:flex;flex-direction:column;gap:34px;position:relative;overflow:hidden}.main{flex:1;display:grid;gap:30px;grid-template-columns:auto 1fr}@media screen and (max-width: 767px){.main{grid-template-columns:1fr}}.main-auth{display:flex;grid-template-columns:unset;align-self:center;justify-content:center}.page{position:relative;height:100%;overflow:hidden}.container{max-width:1880px;width:calc(100% - 40px);margin:0 auto;scroll-margin-top:150px}@media screen and (max-width: 767px){.container{width:calc(100% - 28px)}}.container:has(.order-create) .footer{margin-top:0}.body-fixed{overflow:hidden}#app{display:flex;height:100%;flex-direction:column}@media screen and (max-width: 767px){#app{padding-bottom:62px}}.cabinet-select{cursor:pointer;position:relative}.cabinet-select .cabinet-input-options{position:absolute;z-index:9999999;border:1px solid #138E95;box-shadow:#03989e1a 0 0 14px;max-height:300px;overflow:auto}.cabinet-select .cabinet-input-options .lds-ripple{position:relative;margin:100px 0 0}.cabinet-select .input-options-item{font-size:16px;padding:5px 0 5px 10px;cursor:pointer}.cabinet-select .input-options-item.selected{background:#edf7f8}.cabinet-select.err .cabinet-select-open-indicator{background-image:url(/build/assets/select-arrow-error-z4Ow2M-E.svg)}.cabinet-select.disabled{pointer-events:none;opacity:.5}.cabinet-select.disabled .cabinet-select-open-indicator{background-image:url(/build/assets/select-arrow-disabled-CgLwDA8j.svg)}.cabinet-select .cabinet-input-placeholder{transition:all .1s ease-out}.cabinet-select.active .cabinet-header-dropdown{opacity:1;pointer-events:auto}.cabinet-select.active .cabinet-select-open-indicator{transform:rotate(180deg)}.cabinet-select-open-indicator{z-index:10;transition:all .1s ease-out;position:absolute;right:20px;top:35%;width:24px;background-image:url(/build/assets/select-arrow-C61Urp8v.svg);height:24px}.cabinet-select-clear{z-index:10;transition:all .1s ease-out;position:absolute;right:25px;top:35%;width:20px;background-image:url(/build/assets/delete-stage-BC7P5xvG.svg);background-repeat:no-repeat;height:20px}.cabinet-header-dropdown{opacity:0;pointer-events:none;transition:all .3s ease-out;position:absolute;top:60px;left:0;display:flex;flex-direction:column;align-items:flex-start;border-radius:14px;width:100%;background:#fff;padding:11px 10px;box-shadow:0 0 14px #03989e1a}@media screen and (max-width: 767px){.cabinet-header-dropdown{top:55px}}.cabinet-header-dropdown .cabinet-header-drop{padding:5px 0 5px 9px;width:100%;font-size:16px;font-weight:400;border-radius:6px;line-height:140%}.cabinet-header-dropdown .cabinet-header-drop:hover{color:#00fec0!important;background:#22272d!important}.overflow-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v3dp__popout.v3dp__popout-day{border-radius:14px!important}.selected.v3dp__element__button__day span{background:#00fec0!important;color:#000!important}.dp__action_buttons .dp__action_select{color:#000;background:#00fec0}.dp__action_buttons .dp__action_select:hover{background:#18c299}.dp__action_buttons{margin:0;width:100%}.dp__action_row{display:block}.v3dp__subheading{color:#ccc!important}.sticky{width:100%}.sticky-container{position:sticky;left:0;z-index:15;width:100%;margin-top:10px}.sticky-container:has(.filters){z-index:unset;margin-top:0}.table-body-wrapper{position:relative;display:flex;flex-direction:column;gap:10px;align-content:flex-start}.data-select{position:relative;z-index:20}.full-screen-slide .mobile-slider-wrapper.is-open{height:100vh;overflow:scroll;padding-bottom:14px}.span-2{grid-column:span 2}.grid-container-4{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.grid-container-4 .span-2{grid-column:span 2}.grid-container-3{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-container-3 .span-2{grid-column:span 2}@media screen and (max-width: 767px){.grid-container-3{grid-template-columns:repeat(1,1fr)}}.dp__today{border:1px solid #00FEC0}.ui .span-1{color:#000;cursor:pointer;font-size:15px;-webkit-user-select:none;user-select:none;touch-action:manipulation;display:flex;flex-direction:row;align-items:start;gap:10px}.ui .span-1.checked .span-2{border-color:#00fec0}.ui .span-1.checked .span-2:before{background:#00fec0}.ui .span-1.checked .tick{color:#fff;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.ui .span-2{min-width:16px;min-height:16px;max-width:16px;max-height:16px;border:1px solid #DAD5CE;border-radius:3px;text-align:left;position:relative;z-index:0;display:inline-block;line-height:normal;cursor:pointer}.ui .span-2:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;content:"";transition:background-color .1s linear;border-radius:3px;background-color:#fff}.ui .span-2:after{visibility:hidden;content:" ";text-align:left;cursor:pointer}.ui .input{position:absolute;z-index:4;top:-2px;left:-2px;width:-webkit-calc(100% + 4px);width:calc(100% + 4px);height:-webkit-calc(100% + 4px);height:calc(100% + 4px);margin:0;padding:0;opacity:0;border:none;outline:none;background:none;cursor:pointer}.ui .tick{position:absolute;z-index:3;visibility:hidden;pointer-events:none;transition:color .1s,transform .2s,-webkit-transform .2s;transform:translateY(-5px);color:transparent;width:100%;height:100%}.ui .icon{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.ui .icon svg{position:static;top:initial;left:initial;-webkit-transform:none;transform:none;width:10px;height:10px;fill:currentColor}.ui .label{font-weight:400;font-size:14px;white-space:normal;cursor:pointer}.ui a{color:unset;text-decoration:underline}.breadcrumbs{margin-top:147px;margin-bottom:40px;font-size:20px;overflow-x:scroll;white-space:nowrap}@media screen and (max-width: 1919px){.breadcrumbs{margin-bottom:32px}}@media screen and (max-width: 1023px){.breadcrumbs{font-size:15px;margin-top:115px;margin-bottom:30px;padding:0}}@media screen and (max-width: 767px){.breadcrumbs{margin-top:114px}}.breadcrumbs .active{color:#e04f44}.breadcrumbs::-webkit-scrollbar{width:0;height:0}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/Inter-Light-BATEza2Q.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/Inter-Regular-DI4MgF22.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:block;src:url(/build/assets/Inter-Medium-DT31zNQg.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:block;src:url(/build/assets/Inter-SemiBold-DqnJHjCw.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:block;src:url(/build/assets/Inter-Bold-B13sg1VN.woff2) format("woff2")}.header{background:#22272d;border-radius:20px;margin:20px 0 30px;padding:20px 14px;display:flex;justify-content:space-between;align-items:center;width:100%}.header-logo{width:150px;height:15px}.header-user-icon{width:15px;height:15px}.header-right{display:flex;gap:26px;align-items:center}.header-box{display:flex;align-items:center;gap:10px;cursor:pointer}@media screen and (max-width: 767px){.header-box span{display:none}}.modal{position:fixed;top:0;right:0;left:0;height:100%;max-height:100%;z-index:999999;display:grid;align-items:center;justify-content:center;overflow-y:scroll;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}@media screen and (max-width: 767px){.modal{padding:0}}.modal-open{opacity:1;visibility:visible}.modal-layout{position:fixed;top:0;right:0;width:100%;height:100%;z-index:4;visibility:hidden;opacity:0;background-color:#0000;transition:all .3s ease}.modal-layout.open{background-color:#00000080;visibility:visible;opacity:1}.modal-layout-alert{position:absolute;top:0;right:0;width:100%;height:100%;z-index:9999999;visibility:visible;opacity:1;transition:all .3s ease;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.modal-layout-alert{align-items:end;justify-content:end}}.modal-layout-alert .overlay{position:absolute;top:0;right:0;width:100%;height:100%;z-index:4;background-color:#0003}.modal-layout-alert .alert-wrapper{border-radius:14px;border:1px solid #CCC;background:#fff;padding:20px;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:16px;max-width:345px;z-index:5}@media screen and (max-width: 767px){.modal-layout-alert .alert-wrapper{position:fixed;bottom:0;left:0;right:0;max-width:unset;width:100%;border-radius:14px 14px 0 0;flex-direction:column;gap:20px}}.modal-layout-alert .alert-wrapper .icon{min-width:32px;min-height:32px;max-width:32px;max-height:32px;background-size:cover;background-repeat:no-repeat;color:#e12d15}.modal-layout-alert .alert-wrapper .text-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:center}.modal-layout-alert .alert-wrapper .title{font-size:16px;font-style:normal;font-weight:500;line-height:100%;color:#15161b;font-family:Inter;margin-bottom:5px}.modal-layout-alert .alert-wrapper .subtitle{font-size:12px;font-style:normal;font-weight:400;line-height:100%;color:#15161b;font-family:Inter;margin-bottom:10px}@media screen and (max-width: 767px){.modal-layout-alert .alert-wrapper .subtitle{margin-bottom:20px}}.modal-layout-alert .alert-wrapper .buttons{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:5px}@media screen and (max-width: 767px){.modal-layout-alert .alert-wrapper .buttons{width:100%;flex-direction:column;align-items:start;justify-content:start;gap:20px}}.modal-layout-alert .alert-wrapper .btn{padding:8px 20px;border-radius:4px;border:1px solid #00FEC0;cursor:pointer}@media screen and (max-width: 767px){.modal-layout-alert .alert-wrapper .btn{width:100%;border-radius:8px}}.modal-layout-alert .alert-wrapper .btn span{font-size:12px;font-style:normal;font-weight:500;line-height:100%;color:#15161b;font-family:Inter}.modal-layout-alert .alert-wrapper .btn.btn_primary{background:#fff}.modal-layout-alert .alert-wrapper .btn.btn_secondary{background:#00fec0}.modal-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;max-width:668px;border-radius:22px;background:#fff;padding:60px;margin:100px auto;z-index:7}@media screen and (max-width: 1919px){.modal-wrapper{width:100%}}@media screen and (max-width: 767px){.modal-wrapper{padding:70px 20px 30px;border-radius:12px;margin:50px auto}}.modal-wrapper .tag_h1{text-align:center}.modal-wrapper .wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px}@media screen and (max-width: 767px){.modal-wrapper .wrapper{gap:20px}}.modal-close{cursor:pointer;background-image:url(/build/assets/close-BxntAxKQ.svg);width:34px;height:34px;background-size:cover;background-repeat:no-repeat;z-index:20}@media screen and (max-width: 767px){.modal-close{width:17px;height:17px}}.modal-close-absolute{position:absolute;top:30px;right:30px}.modal-close-relative{position:relative;top:unset;right:unset;width:24px;height:24px}.modal-btn{width:100%}.modal-head-justify{gap:10px;display:flex;width:100%;justify-content:space-between;align-items:center}.modal-head-justify h1,.modal-head-justify .tag_h1{text-align:start}@media screen and (max-width: 767px){.modal-head-justify{align-items:flex-start}}.err-modal{z-index:9999999}.err-modal .modal-wrapper{gap:10px}.err-modal .btn{margin-top:20px}.success-modal{position:absolute;width:100%;max-width:300px;height:100%;left:calc(50% - 150px);top:0;border-radius:22px;background:#fff;display:flex;flex-direction:column;z-index:11;justify-content:center;align-items:center;gap:20px;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.success-modal.open{visibility:visible;opacity:1}@media screen and (max-width: 767px){.success-modal{top:50%}}.modal-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 767px){.modal-grid{grid-template-columns:1fr}}@media screen and (max-width: 1023px){.modal-wrapper-product.modal-wrapper-edit .modal-wrapper{width:660px}}@media screen and (max-width: 767px){.modal-wrapper-product.modal-wrapper-edit .modal-wrapper{width:100%}}@media screen and (max-width: 767px){.modal-main.small-modal{height:auto;top:unset;border-radius:14px 14px 0 0}.modal-main.small-modal .modal-layout{background-color:#00000080}@supports (padding: env(safe-area-inset-bottom)){.modal-main.small-modal .modal-wrapper{padding-bottom:calc(env(safe-area-inset-bottom) + 24px)}}}.result-modal .modal-wrapper{width:563px;padding:50px}@media screen and (max-width: 1919px){.result-modal .modal-wrapper img{margin-top:54px}}@media screen and (max-width: 767px){.result-modal .modal-wrapper{max-width:unset;width:100%;padding:20px;position:absolute;bottom:0;right:0;left:0;margin:0;border-radius:14px 14px 0 0}}@media screen and (max-width: 767px){@supports (padding: env(safe-area-inset-bottom)){.result-modal .modal-wrapper{padding-bottom:calc(env(safe-area-inset-bottom) + 24px)}}}.result-modal .btn_secondary{background-color:#00fec0!important}.result-modal .modal-close{width:24px;height:24px}.result-messages-container{width:100%;border-radius:14px;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:6px;padding:20px}@media screen and (max-width: 767px){.result-messages-container{padding:20px}}.result-messages-container p{color:#22272d;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:110%}.result-messages-container.error{background:#fceae8;border:1px solid #E12D15}.result-messages-container.success{background:#d2e8da;border:1px solid #1F8B48}.result-modal-wrapper{opacity:1;visibility:visible}@media screen and (max-width: 767px){.result-modal-wrapper{align-items:end;display:flex}}.result-modal-wrapper .modal-layout{position:fixed;top:0;right:0;width:100%;height:100%;z-index:4;transition:all .3s ease;background-color:#00000080;visibility:visible;opacity:1}.result-modal-wrapper .result-wrapper{padding:50px;border-radius:14px;background:#fff;display:flex;max-width:563px;width:563px;flex-direction:column;align-items:center;gap:30px;z-index:5}@media screen and (max-width: 1023px){.result-modal-wrapper .result-wrapper{padding:20px}}@media screen and (max-width: 767px){.result-modal-wrapper .result-wrapper{width:100%;border-radius:14px 14px 0 0}}.result-modal-wrapper .result-info{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:10px}.result-modal-wrapper .result-info h1,.result-modal-wrapper .result-info h2,.result-modal-wrapper .result-info span,.result-modal-wrapper .result-info p{text-align:center}.result-modal-wrapper .close-btn{width:100%;display:flex;align-items:end;justify-content:end}.footer{padding:30px 10px;border-top:1px solid #6F6F72;margin-top:70px;display:flex;align-items:center;justify-content:space-between;width:100%}.bar{display:flex;flex-direction:column;background:#22272d;padding:14px;align-items:flex-start;justify-content:flex-start;gap:12px;height:100%;border-radius:20px;transition:all .3s ease-out;width:62px;overflow:hidden;z-index:999999;max-height:750px}.bar .v-enter-active{transition:opacity .6s ease-out}.bar .v-leave-active{transition:opacity .1s ease-out}.bar .v-enter-from,.bar .v-leave-to{opacity:0}@media screen and (max-width: 767px){.bar{position:fixed;height:unset;flex-direction:row;bottom:0;border-radius:20px 20px 0 0;width:100%;right:0;left:0;gap:17px;justify-content:space-between}}.bar-open{width:170px}.bar-open .bar-item.active .typography{color:#000}.bar-item{display:flex;width:100%;max-height:34px;gap:6px;cursor:pointer;border-radius:10px;padding:6px;align-items:center;justify-content:flex-start;border:1px solid transparent}.bar-item .typography{-webkit-user-select:none;user-select:none}.bar-item.active{background:#00fec0}.bar-item.active svg,.bar-item.active path,.bar-item.active g{stroke:#000}.bar-item.active .typography{color:#000}@media (hover: hover){.bar-item.active:hover{border:1px solid transparent}}@media (hover: hover){.bar-item:hover{border:1px solid #6F6F72}}.bar-item div{height:20px}.bar-item svg{width:20px;min-width:20px;height:20px;stroke:#fff}@media screen and (max-width: 767px){.bar-item{justify-content:center;align-items:center;width:34px;height:34px;padding:unset}}.bar-item:last-of-type{margin-bottom:20px}@media screen and (max-width: 767px){.bar-item:last-of-type{margin-bottom:unset}}.bar-arrow{margin-top:auto;padding:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;gap:6px}.bar-arrow:hover svg,.bar-arrow:hover g,.bar-arrow:hover path{stroke:#00fec0}.bar-arr{transition:all .3s ease-out}.bar-arr.open-arr{transform:rotate(180deg)}.bar-list-item{padding:7px;display:flex;gap:6px;align-items:center}.bar-list-item.active .typography{color:#00fec0}.rotate-180{transform:rotate(180deg)}.rotate-180 svg,.rotate-180 path,.rotate-180 g{stroke:#000}.bar-mobile{display:none}@media screen and (max-width: 767px){.bar-mobile{display:flex;border:1px solid #6F6F72}}@media screen and (max-width: 767px){.bar-list-handler{z-index:3;display:flex;position:fixed;bottom:72px;flex-direction:column;justify-content:center;align-items:flex-start;border-radius:20px;background:#22272d;padding:14px;right:14px;left:14px;gap:12px}.bar-list-handler .bar-item{padding:7px;width:100%;justify-content:flex-start}}.arrow-bar-list{transition:all .3s ease-out}.arrow-bar-list svg,.arrow-bar-list path,.arrow-bar-list g{stroke:#fff}.bar-layout{position:fixed;left:0;top:0;bottom:0;right:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;z-index:2}@media screen and (max-width: 767px){.bar-layout{display:block}}.bar-service{align-items:center}.input{height:58px;width:100%;position:relative;display:flex;flex-direction:column-reverse;padding:0 20px 12px;border:1px solid transparent;background:#f6f6f6;border-radius:14px}.input:has(input:focus,input:active,input:target){border:1px solid #00FEC0;box-shadow:0 0 14px #03989e1a}@media screen and (max-width: 767px){.input{height:48px;padding:0 16px 10px;border-radius:8px}}.input input{color:#22272d;padding:0;font-size:16px;font-weight:400;line-height:140%;width:100%;font-family:Inter;background:transparent;border:none;outline:none}.input input::placeholder{font-size:16px;font-weight:400;line-height:120%;transition:all .1s ease-out;opacity:0;color:#4b4948}@media screen and (max-width: 767px){.input input{line-height:110%;padding-right:30px}.input input::placeholder{line-height:100%}}.input input:focus+.input-placeholder{font-size:10px;opacity:1;height:unset;display:block;top:17%;color:#6f6f72}@media screen and (max-width: 767px){.input input:focus+.input-placeholder{top:4%}}.input input:disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.input input:disabled::placeholder{color:#bababa}.input .input-placeholder.active{font-size:10px!important;opacity:1!important;height:unset;display:block;top:17%;color:#6f6f72}@media screen and (max-width: 767px){.input .input-placeholder.active{top:4%}}.input .input-placeholder{-webkit-user-select:none;user-select:none;position:absolute;top:33%;left:20px;cursor:default;color:#6f6f72;font-size:16px;font-weight:400;line-height:120%;transition:all .1s ease-out;pointer-events:none;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){.input .input-placeholder{font-size:16px;top:25%;left:16px}}.input.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5}.input.disabled::placeholder{color:#bababa}.input.err{border:1px solid #E12D15!important}.input.err .input-placeholder,.input.err input{color:#e12d15!important}.input.err input::placeholder{color:#e12d15!important}.input.err.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;color:#22272d;border:unset!important}.input.err.disabled input{color:#bababa!important}.input.err.disabled input::placeholder{color:#bababa!important}.input.err.disabled .input-placeholder{color:#6f6f72!important}.ymaps-2-1-79-copyright{display:none!important}.delivery-address-input ymaps{width:100%!important}.ymaps-2-1-79-search__suggest{border-radius:8px;width:100%!important;left:0!important;top:0!important;right:0!important;box-shadow:none!important;padding:8px 16px 8px 8px!important}.ymaps-2-1-79-search__suggest-item{color:#373a40!important;font-family:Inter!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:160%!important;padding:4px 8px!important}.ymaps-2-1-79-search__suggest-item_selected_yes{background-color:#00fec0!important;color:#fff!important;font-family:Inter!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:160%!important;border-radius:8px}.textarea{height:auto;min-height:58px;width:100%;position:relative;display:flex;flex-direction:column-reverse;padding:25px 20px 12px;border:1px solid transparent;background:#f6f6f6;border-radius:14px}@media screen and (max-width: 767px){.textarea{border-radius:12px}}.textarea:has(textarea:focus,textarea:active,textarea:target){border:1px solid #00FEC0;box-shadow:0 0 14px #03989e1a}.textarea textarea{color:#22272d;padding:0;font-size:16px;font-weight:400;line-height:140%;width:100%;height:100%;min-height:80px;background:transparent;border:none;outline:none;resize:none}.textarea textarea::placeholder{font-size:16px;font-weight:400;line-height:120%;transition:all .1s ease-out;opacity:0;color:#4b4948}.textarea textarea:focus+.input-placeholder{font-size:10px;opacity:1;height:unset;display:block;top:12px;color:#6f6f72}.textarea textarea:disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.textarea textarea:disabled::placeholder{color:#bababa}.textarea .input-placeholder.active{font-size:10px!important;opacity:1!important;height:unset;display:block;top:12px;color:#6f6f72}.textarea .input-placeholder{-webkit-user-select:none;user-select:none;position:absolute;top:20px;left:20px;cursor:default;color:#6f6f72;font-size:16px;font-weight:400;line-height:120%;transition:all .1s ease-out;pointer-events:none}@media screen and (max-width: 767px){.textarea .input-placeholder{font-size:16px}}.textarea.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5}.textarea.disabled::placeholder{color:#bababa}.textarea.err{border:1px solid #E12D15!important}.textarea.err .input-placeholder,.textarea.err textarea{color:#e12d15!important}.textarea.err textarea::placeholder{color:#e12d15!important}.textarea.err.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;color:#22272d;border:unset!important}.textarea.err.disabled textarea{color:#bababa!important}.textarea.err.disabled textarea::placeholder{color:#bababa!important}.textarea.err.disabled .input-placeholder{color:#6f6f72!important}.auth{background:#fff;min-width:544px;display:flex;flex-direction:column;align-items:center;align-self:center;margin:0 auto;border-radius:20px;padding:50px 90px;gap:20px}@media screen and (max-width: 767px){.auth{min-width:unset;padding:30px}}.auth-btn{width:100%;padding:20px 0 18px;height:58px;border-radius:14px}.auth-btn p{line-height:140%}.auth-form{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.auth-text{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.auth-logo{height:21px}.brands-header{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.brands-header .head{width:100%}@media screen and (max-width: 767px){.brands-header .head{flex-direction:column;align-items:start;justify-content:start;gap:20px}}.brands-header .cabinet-select{border-radius:8px;width:unset;min-width:312px;height:38px;padding:0 16px 3px}@media screen and (max-width: 1439px){.brands-header .cabinet-select{min-width:204px}}@media screen and (max-width: 1023px){.brands-header .cabinet-select{min-width:unset;width:50%}}@media screen and (max-width: 767px){.brands-header .cabinet-select{width:100%}}.brands-header .cabinet-select .input-placeholder,.brands-header .cabinet-select input{font-size:14px}.brands-header .cabinet-select .input-placeholder.active{top:3px}.brands-header .cabinet-select .cabinet-header-dropdown{border-radius:8px;top:39px;font-size:14px;padding:10px}.brands-header .cabinet-select-open-indicator{top:22%;right:10px}.brands-modal-body{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.brands-modal-buttons{display:flex;justify-content:space-between;width:100%}@media screen and (max-width: 767px){.brands-modal-buttons{flex-direction:column-reverse;gap:20px}}.modal-wrapper-brands.modal-wrapper-edit .modal-wrapper{width:563px}@media screen and (max-width: 767px){.modal-wrapper-brands.modal-wrapper-edit .modal-wrapper{width:unset}}.brand-body{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.brand-item{display:flex;flex-direction:column;gap:20px;align-items:flex-start;width:100%}.brand-tag{color:#ccc;font-size:12px;line-height:140%}.brand-list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:20px;width:100%}@media screen and (max-width: 1919px){.brand-list{grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (max-width: 1439px){.brand-list{grid-template-columns:1fr 1fr}}@media screen and (max-width: 767px){.brand-list{grid-template-columns:1fr}}.brand-list-item{cursor:pointer;background:#fff;padding:20px;display:flex;flex-direction:column;gap:12px;border-radius:14px}.brand-list-item.inactive span,.brand-list-item.inactive p{color:#ccc}.brand-list-top{display:flex;justify-content:space-between;width:100%}.brand-list-name{display:flex;flex-direction:column;gap:3px}.brand-list-name-black{color:#22272d}.brand-list-bottom{padding-top:12px;border-top:1px solid #ccc}.models{display:flex;gap:24px;flex-direction:column}.models-body{margin-top:10px;display:flex;flex-direction:column}.models-modal-body{display:flex;flex-direction:column;gap:20px;align-items:flex-start;width:100%}.models-inputs-box{display:flex;align-items:center;gap:20px;width:100%;justify-content:space-between}@media screen and (max-width: 767px){.models-inputs-box{flex-direction:column}}.modal-wrapper-models.modal-wrapper-edit .modal-wrapper{width:1046px;max-width:unset}@media screen and (max-width: 1439px){.modal-wrapper-models.modal-wrapper-edit .modal-wrapper{width:100%}}@media screen and (max-width: 420px){.modal-wrapper-models.modal-wrapper-edit .modal-wrapper{width:100%}}.modal-wrapper-models.modal-wrapper-edit .modal-wrapper:has(.success-modal){max-width:563px;padding:50px}.modal-wrapper-edit.modal-wrapper-stock-count .top-container{padding-bottom:30px;border-bottom:1px solid #CCC}.modal-wrapper-edit.modal-wrapper-stock-count .buttons-container{width:100%;display:flex;justify-content:space-between;gap:10px}@media screen and (max-width: 767px){.modal-wrapper-edit.modal-wrapper-stock-count .buttons-container{flex-direction:column}}@media screen and (max-width: 1023px){.modal-wrapper-edit.modal-wrapper-stock-count .grid-container-4{grid-template-columns:repeat(2,1fr)}.modal-wrapper-edit.modal-wrapper-stock-count .grid-container-4 .span-2{grid-column:span 1}.modal-wrapper-edit.modal-wrapper-stock-count .grid-container-4 :nth-child(5){grid-column:span 2}}@media screen and (max-width: 767px){.modal-wrapper-edit.modal-wrapper-stock-count .grid-container-4{display:flex;flex-direction:column;align-items:start;justify-content:start}}.modal-wrapper-edit.modal-wrapper-stock-count .modal-wrapper{width:100%;max-width:1046px}@media screen and (max-width: 1439px){.modal-wrapper-edit.modal-wrapper-stock-count .modal-wrapper{width:900px}}@media screen and (max-width: 1023px){.modal-wrapper-edit.modal-wrapper-stock-count .modal-wrapper{width:660px}}@media screen and (max-width: 767px){.modal-wrapper-edit.modal-wrapper-stock-count .modal-wrapper{width:100%;max-width:unset}}.line{width:100%;background:#ccc;height:1px}.models-body-box{width:100%;display:flex;gap:10px;flex-direction:column}.models-divider{width:100%;display:flex;align-items:center;gap:16px}.models-divider .stage{font-size:12px;color:#22272d}.add-gen{border-radius:8px;border:1px solid #CCC;font-size:12px;color:#22272d;font-weight:400;padding:6px 16px;white-space:nowrap;cursor:pointer}.models-new-gen{width:100%;display:flex;gap:16px;align-items:center;justify-content:space-between}.profile-body{max-width:986px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 767px){.profile-body{grid-template-columns:1fr}}.cabinet-profile-body{gap:20px;padding:20px;background:#fff;display:flex;flex-direction:column;border-radius:14px;max-width:986px;width:100%}.profile-pass{position:absolute;cursor:pointer;right:17px;top:17px;width:20px;height:20px;z-index:11}@media screen and (max-width: 767px){.profile-pass{right:16px;top:25%}}.workers-body{width:100%;background:#fff;border-radius:14px;display:grid;grid-auto-rows:min-content;gap:10px;flex:1;scrollbar-width:thin;overflow:auto;padding-bottom:30px}.workers-body .size-0,.workers-body .size-1,.workers-body .size-2,.workers-body .size-3{width:15%}.workers-body .size-4{width:25%}.workers-body .size-5,.workers-body .size-6{width:15%}.workers-body .size-7{width:35px}@media screen and (max-width: 1439px){.workers-body{padding-bottom:30px;overflow:auto;white-space:nowrap;scrollbar-width:thin}.workers-body .size-0,.workers-body .size-1,.workers-body .size-2,.workers-body .size-3,.workers-body .size-5,.workers-body .size-6{width:150px}.workers-body .size-4{width:250px}.workers-body::-webkit-scrollbar{z-index:3;width:8px;height:8px}.workers-body::-webkit-scrollbar-track{background:#ccc;outline:none;border-radius:8px;z-index:3}.workers-body::-webkit-scrollbar-thumb{z-index:3;background-color:#22272d;border-radius:4px}}.workers-body .stock-table,.workers-body .regular-table-item{padding:9px 16px}.workers-wrapper{position:relative;background:#fff;padding:20px;border-radius:14px;min-height:500px;display:flex;flex-direction:column;align-items:start;justify-content:space-between}@media screen and (max-width: 1439px){.workers-wrapper{padding-bottom:40px}}@media screen and (max-width: 767px){.workers-wrapper{background:unset;display:flex;flex-direction:column;justify-content:start;padding:0}}.no-results{width:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:40px;background-color:#fff}.no-results .btn{margin-top:14px}.no-results h2,.no-results span{text-align:center}@media screen and (max-width: 1439px){.no-results{border-radius:14px;padding:79px 39px;margin-top:24px}}.workers-item{background:#f9f9f9;border-radius:14px;padding:13px 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;min-height:65px;height:min-content;border:1px solid transparent;transition:all .3s}.workers-item.is-hovered{border:1px solid #CCC}.workers-item.inactive span,.workers-item.inactive p,.workers-item.inactive h1,.workers-item.inactive h2,.workers-item.inactive h3{color:#ccc}@media screen and (max-width: 767px){.workers-item{width:100%;padding:10px 20px;display:flex;flex-direction:column;gap:14px;align-items:flex-start;margin-top:16px}}.workers-item:has(.regular-icons-box:hover){border:1px solid #CCC}.workers-name-box{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:14px}.workers-name{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.workers-name .span-2{grid-column:span 2}.worker-item-footer{padding-top:8px;border-top:1px solid #D9D9D9;display:flex;justify-content:space-between;width:100%}.workers-headers{display:flex;justify-content:space-between;padding:9px 16px;gap:10px}.worker-arrow{display:flex;width:35px;height:35px;cursor:pointer}@media screen and (max-width: 767px){.worker-arrow{width:20px;height:20px;margin:7px 8px}}.worker-arrow.arrow{width:35px;height:35px;margin:0}.workers-header{padding:12px 0}.workers-fixed{z-index:15;box-shadow:-5px -60px 14px #00000014;border-radius:0 14px 14px 0;position:absolute;right:0;top:0;background:#fff;padding:20px 20px 0 0;display:flex;gap:10px;flex-direction:column;transition:opacity .3s ease;visibility:visible;min-height:90%}.workers-fixed.hidden{visibility:hidden;opacity:0}@media screen and (max-width: 1439px){.workers-fixed{z-index:13}}.workers-fixed.development-fixed{padding:20px 20px 0 16px}.workers-fixed-first{height:58px}.workers-links{display:flex;flex-direction:column;padding:13px 16px;height:65px}.workers-links .size-2{width:35px;height:35px}.workers-slide-wrapper .workers-name-box{margin-top:20px}.workers-slide-wrapper .workers-name-box:first-of-type{margin-top:14px}.workers-slide-wrapper .workers-title{line-height:140%;margin-bottom:14px;padding-top:3px;padding-bottom:19px;border-bottom:1px solid #D9D9D9}.workers-slide .modal-close{top:13px;width:20px;height:20px}.workers-slide .mobile-slider-wrapper{height:0;opacity:0;visibility:hidden;transition:height .3s ease,opacity .5s ease}.workers-slide .mobile-slider-wrapper.is-open{height:250px;opacity:1;visibility:visible}.workers-edit-modal{width:100%;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 767px){.workers-edit-modal{padding-top:unset;width:100%}}.workers-edit-body{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.workers-edit-box{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,auto);grid-auto-flow:column;gap:20px}@media screen and (max-width: 767px){.workers-edit-box{display:flex;flex-direction:column;width:100%}}.workers-edit-footer{width:100%;display:flex;justify-content:space-between}@media screen and (max-width: 767px){.workers-edit-footer{flex-direction:column-reverse;gap:20px}}.modal-wrapper-edit .modal-wrapper{width:1046px;max-width:unset;padding:50px;background:#fff}@media screen and (max-width: 1439px){.modal-wrapper-edit .modal-wrapper{width:900px}}@media screen and (max-width: 1023px){.modal-wrapper-edit .modal-wrapper{width:600px}}@media screen and (max-width: 767px){.modal-wrapper-edit .modal-wrapper{width:100%}}@media screen and (max-width: 767px){.modal-wrapper-edit{margin:0;width:100%;height:100%;left:0;top:0;bottom:0;right:0;display:block}.modal-wrapper-edit .modal-wrapper{width:100%;max-width:unset;margin:unset;border-radius:0;padding:20px}.modal-wrapper-edit .modal-layout{opacity:1;background:#fff}}.calendar-init-box{position:relative}.calendar-init-box .v3dp__datepicker{z-index:12;cursor:pointer;width:30px;position:absolute;top:18px;right:12px}.calendar-init-box .v3dp__input_wrapper input{opacity:0;width:30px}.calendar-init-box .dp__today{border:1px solid #00FEC0}.calendar-init-box .profile-pass{width:24px;height:24px}.skeleton-workers-handler{display:flex;flex-direction:column;gap:20px}.stock-body .regular-icon{width:24px;height:24px}.stock-body .buttons-wrapper{padding:13px 16px;height:73px}.stock-body .buttons-wrapper svg{transition:all .3s}.stock-body .buttons-wrapper.open svg{transition:all .3s;transform:rotate(180deg)}.mobile-slider-modal{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:200;display:flex;justify-content:flex-start;align-items:flex-end;background-color:#00000080;transition:background-color .3s ease}.mobile-slider-wrapper{transition:all .2s ease-out;bottom:0;left:0;right:0;position:fixed;opacity:0;z-index:999999;height:0;width:100%;background:#fff;border-radius:20px 20px 0 0;padding:10px 20px 20px;overflow:hidden}.mobile-slider-wrapper .span-2{grid-column:span 2}.config-head{display:flex;flex-direction:column;gap:20px;width:100%}.config-tabs{display:flex;gap:20px;align-items:center}.config-tab.active p{color:#00fec0}.config-body{width:1466px;background:#fff;border-radius:14px;padding:20px;margin-top:28px}.config-body .stages-box{width:100%}@media screen and (max-width: 1919px){.config-body{width:986px}.config-body .stages-box{width:100%}}@media screen and (max-width: 1439px){.config-body{width:100%}}.config-body .skeleton-config{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media screen and (max-width: 767px){.config-body .skeleton-config{grid-template-columns:1fr}}.stages-box{width:100%;display:flex;flex-direction:column;gap:20px}.loading-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px;height:100%}.loading-screen{z-index:15;background:#15161b;position:fixed;visibility:hidden;opacity:0;transition:all .3s ease-out;width:100%;height:100%;left:0;padding:0 14px}.loading-screen.open{opacity:1;visibility:visible}.loading-screen img{max-width:100%}.loading-text{color:#6f6f72;font-size:16px}.loading-logo{position:relative}.loading-line{position:absolute;width:100%;height:100%;opacity:.8;background:#15161b;bottom:0;animation:loading-line-animation 2s linear forwards}.load-text{color:#6f6f72;position:relative;z-index:3}@keyframes loading-line-animation{0%{height:100%}to{height:0}}.empty-list{background:#22272d;border-radius:14px;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;padding:20px;flex:1}@media screen and (max-width: 767px){.empty-list{padding:54px 39px;height:auto}}.content-wrapper{display:flex;flex-direction:column;flex:1}.empty-list-icon{margin-bottom:10px;border-radius:30px;padding:25px;width:100px;height:100px;border:1px solid #6F6F72}.empty-list-icon svg{width:50px;height:50px}.empty-list-icon svg path,.empty-list-icon svg g{stroke:#00fec0}@media screen and (max-width: 767px){.empty-list-icon{padding:18px;width:70px;height:70px;border-radius:21px}.empty-list-icon svg{width:35px;height:35px}}.empty-list-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.empty-text{font-size:18px;text-align:center}.empty-btn{margin-top:30px}.response-loader{position:absolute;border-radius:14px;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(10px);justify-content:center;align-items:center;z-index:1000;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.response-loader .tag_p{text-align:center}.response-loader.open{visibility:visible;opacity:1}@media screen and (max-width: 767px){.response-loader{border-radius:0;width:100%;height:100vh}}.response-loader-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;height:100%}.products .brand-list-bottom{display:flex;flex-direction:column}@media screen and (max-width: 767px){.products .brands-header .btn{width:100%}}.products-selects{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;align-items:center;gap:21px;justify-content:space-between;width:100%}.products-selects .cabinet-select{width:100%}@media screen and (max-width: 1919px){.products-selects{grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (max-width: 1439px){.products-selects{grid-template-columns:1fr 1fr}}@media screen and (max-width: 767px){.products-selects{grid-template-columns:1fr}}.products-modal-wrapper{display:flex;flex-direction:column;gap:20px}.groups-modal-body{display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width: 1439px){.groups-modal-body{grid-template-columns:1fr}}.product-table-header{display:flex;flex-direction:column;justify-content:center;gap:2px;position:relative}.product-span-small{font-size:10px}.product-wrapper{height:100%}.product-wrapper .market-desktop-item .size-2{width:35px}.workers-fixed-first.product-all-first{height:78px}.product-modal-body{display:flex;flex-direction:column;gap:20px;width:100%}.product-stages .models-inputs-box{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 767px){.product-stages .models-inputs-box{grid-template-columns:1fr}}.regular-products-list{width:100%}.regular-products-list.grid{grid-template-columns:1fr 1fr 1fr 1fr}.product-modal-wrapper{width:100%}.regular-headers-filter{display:flex;gap:8px;align-items:center}.regular-headers-filter.has-filter{cursor:pointer}.regular-headers-filter svg{min-width:14px;min-height:14px}.layout-delete-file{background:url(/build/assets/delete-file-Cpppeje-.svg);width:16px;height:16px;background-size:cover}.layout-delete-wrapper{position:absolute;top:15px;right:15px;cursor:pointer;border-radius:50%;padding:5px;background:#000}.layout-products-list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:19px}.layout-products-list .layout-preview{max-width:100%;height:150px;border:1px solid transparent;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative}.layout-products-list .layout-preview img{border-radius:12px;width:100%;height:100%}@media screen and (max-width: 1439px){.layout-products-list{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width: 1023px){.layout-products-list{grid-template-columns:1fr 1fr}}@media screen and (max-width: 767px){.layout-products-list{grid-template-columns:1fr;gap:20px 12px}}.layout-preview.err{border:1px solid #E12D15;background:linear-gradient(0deg,#e12d151a,#e12d151a),#ffffffb3}.layout-preview-err-content{padding:18px 20px;display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.market-desktop-item .size-0{width:25%}@media screen and (max-width: 1439px){.market-desktop-item .size-0{width:150px}}.market-desktop-item .size-1,.market-desktop-item .size-2,.market-desktop-item .size-3{width:15%}@media screen and (max-width: 1439px){.market-desktop-item .size-1,.market-desktop-item .size-2,.market-desktop-item .size-3{width:150px}}.market-desktop-item .product-table-header.size-4{width:35px}.regular-links{flex-direction:row;align-items:center;justify-content:center;gap:20px;padding:9px 16px;min-height:65px}.regular-fixed{padding:25px 20px 0 0}.regular-fixed .workers-fixed-first.product-all-first{height:73px}.regular-icon{width:35px;height:35px;display:flex;justify-content:center;align-items:center}.regular-icon svg{cursor:pointer;width:20px;height:20px}.regular-table-item .size-0{width:250px}.regular-table-item .size-1{width:150px}.regular-table-item .size-2,.regular-table-item .size-3,.regular-table-item .size-4,.regular-table-item .size-5,.regular-table-item .size-6{width:105px}.regular-table-item .size-7{width:90px;min-width:90px;justify-content:space-between}@media screen and (max-width: 1439px){.regular-table-item{gap:20px}}.regular-icons-box{display:flex;gap:20px;align-items:center}.drag-container{display:flex;align-items:flex-start;gap:5px;flex-direction:column}@media screen and (max-width: 767px){.drag-container{width:100%}}.drag-container.disabled .drag{pointer-events:none;border-color:#bababa}.drag-container.disabled .drag-icon{filter:grayscale(1)}.drag-container.disabled .drag-text{color:#bababa}.drag-files{display:flex;gap:16px;flex-direction:column;align-items:flex-start;padding:25px 30px;border-radius:22px;border:1px solid #DAD5CE;background:#fff;width:100%}@media screen and (max-width: 767px){.drag-files{border-radius:12px;padding:16px}}.drag-file-name{font-size:16px;line-height:140%;color:#4b4948;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drag-file-inside{width:100%;display:flex;align-items:center}.drag-file{width:100%;display:flex;flex-direction:column;align-items:flex-start}.drag-file-notify{margin-left:5px;width:16px;height:16px;background-image:url(/public/assets/img/client/cabinet/WarningCircle.svg);background-size:cover;background-repeat:no-repeat}.drag-file-err{font-size:16px;line-height:140%;color:#e22424}.drag-file-size{margin-left:auto;font-size:14px;color:#4b4948;line-height:140%;white-space:nowrap}.drag-file-delete{background:url(/public/assets/img/client/cabinet/delete-file.svg);width:18px;height:18px;background-size:cover;margin-left:10px;cursor:pointer}.drag-file{display:flex;justify-content:space-between;width:100%}.drag{background:#f0fffb;display:flex;flex-direction:column;position:relative;justify-content:center;align-items:center;width:100%;height:150px;border-radius:22px;border:2px dashed #ccc}.drag.error{border:2px solid #FF6464!important;background:#ffe6e6!important}.drag.error .drag-text{color:#ff6464}.drag.error .drag-icon{background-image:url(/build/assets/err-file-BiDxyd7X.svg)}.drag input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}@media screen and (max-width: 767px){.drag{width:100%;border-radius:12px}}.drag-content{display:flex;align-items:center;flex-direction:column;text-align:center}.drag-text{color:#22272d;font-size:16px;line-height:140%}.drag-icon{background-image:url(/build/assets/add-file-Bgq405Eq.svg);width:32px;height:32px;background-size:cover;background-repeat:no-repeat}.stocks .item-count{font-size:12px;font-weight:300;color:#000;margin-bottom:2px}.stocks .item-price{font-size:24px;font-weight:600;color:#000;line-height:110%}.stocks-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}@media screen and (max-width: 1919px){.stocks-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width: 1439px){.stocks-grid{grid-template-columns:1fr}}.stocks-item{display:flex;flex-direction:column;justify-content:space-between;gap:12px;padding:20px;border-radius:14px;background:#fff;position:relative}.stocks-item.inactive span,.stocks-item.inactive p{color:#ccc!important}.stocks-item .main-link{position:absolute;top:0;left:0;width:100%;height:100%}.stocks-arrow{position:absolute;top:20px;right:20px;cursor:pointer;width:14px;height:14px}.stocks-item-top{display:flex;flex-direction:column;gap:14px}.stocks-item-bottom{padding-top:12px;border-top:1px solid #ccc}.stocks-info-price{align-items:flex-end;display:flex;gap:4px}.stocks-info{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}@media screen and (max-width: 767px){.stocks-info{grid-template-columns:1fr}}.stocks-info-item{display:flex;flex-direction:column;gap:4px;justify-content:space-between}.stock .worker-item-footer{justify-content:center}.stock-info{padding:50px;display:flex;flex-direction:column;background:#fff;gap:30px;position:relative;border-radius:14px;align-items:flex-start}@media screen and (max-width: 1023px){.stock-info{padding:30px 20px}}@media screen and (max-width: 767px){.stock-info{padding:20px}}.stock-info-top{display:flex;flex-direction:column;gap:20px;width:100%}.stock-table .size-0,.stock-table .size-1,.stock-table .size-2{width:150px}.stock-table .size-3{width:115px}.stock-table .size-4{width:270px}.stock-table .size-5{width:150px}.stock-table .size-6{width:100px}.stock-table .size-7{width:83px}.stock-table .size-8,.stock-table .size-9{width:100px}@media screen and (max-width: 1439px){.stock-table .size-8,.stock-table .size-9{width:80px}}.stock-table .size-10{width:80px}@media screen and (max-width: 1439px){.stock-table .size-10{width:100px}}.stock-table .size-11,.stock-table .size-12{width:80px}.stock-table .size-13{width:24px}.stock-table .item-inner{overflow:hidden;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:3px}.stock-table .item-inner .tag_span,.stock-table .item-inner .tag_span-12{width:100%;min-height:24px;padding:4px 0}.stock-table .item-inner.gap-13{gap:13px}.stock-table .status-container{border-radius:4px;background:#e8e8e9;padding:6px 10px;display:flex;align-items:center;justify-content:center}.stock-table .status-container span{color:#6f6f72;font-size:14px;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap}.stock-table .list-down-icon{width:24px;height:24px;cursor:pointer;transition:all .3s ease}.stock-table .list-down-icon svg{width:100%;height:100%}.stock-table.kit-type{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:0}.stock-table.kit-type .top-container,.stock-table.kit-type .bottom-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.stock-table.kit-type .bottom-container{border-top:none;height:0;visibility:hidden;padding:0;transition:all .3s ease}.stock-table.kit-type .bottom-container .item-inner{opacity:0;transition:all .3s ease}.stock-table.kit-type .list-down-icon{transition:all .3s ease}.stock-table.kit-type.open{gap:14px}.stock-table.kit-type.open .top-container,.stock-table.kit-type.open .bottom-container{gap:0}.stock-table.kit-type.open .bottom-container{border-top:1px solid #CCC;height:auto;visibility:visible;padding:13px 0}.stock-table.kit-type.open .bottom-container .item-inner{opacity:1}.stock-table.kit-type.open .list-down-icon{transform:rotate(180deg)}.text-red{color:#e12d15!important}.quantity-red{background:#e12d15!important;color:#fff!important}.stock-quantity{border-radius:4px;background:#22272d;color:#00fec0;text-align:center;padding:4px 0}@media screen and (max-width: 767px){.stock-quantity{width:100%;color:#00fec0}}.stock-quantity.stock-quantity-none{background-color:transparent;padding:0}.stock-quantity-transparent{background-color:transparent;text-align:center;padding:4px 0;min-height:24px}.stock-header{display:flex;flex-wrap:wrap;gap:20px;width:100%;align-items:center;justify-content:end}@media screen and (max-width: 1023px){.stock-header{justify-content:end}}@media screen and (max-width: 767px){.stock-header{flex-direction:column;justify-content:start;width:100%}}.stock-mobile-header{display:flex;flex-direction:column}.stock-mobile-header.workers-title{padding-bottom:14px}.stock-slide .mobile-slider-wrapper.is-open{height:auto;max-height:90svh;overflow:auto;opacity:1;padding:10px 0 20px}.stock-slide .mobile-slider-wrapper.is-open .padding-20{padding:0 20px}.stock-slide .kit-mobile-wrapper{display:flex;flex-direction:column;gap:20px;gap:0}.stock-slide .kit-mobile-wrapper .top-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:0}.stock-slide .kit-mobile-wrapper .top-container .text-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px}.stock-slide .kit-mobile-wrapper .top-container .icon{width:24px;height:24px;cursor:pointer;transition:all .3s ease}.stock-slide .kit-mobile-wrapper .top-container .icon svg{width:100%;height:100%}.stock-slide .kit-mobile-wrapper .bottom-container{width:100%;border-top:none;background-color:#f9f9f9;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px;height:0;visibility:hidden;padding:0 20px;transition:all .3s ease}.stock-slide .kit-mobile-wrapper .bottom-container .workers-name-box{border-bottom:1px solid #D9D9D9;padding-bottom:20px;opacity:0;transition:all .3s ease}.stock-slide .kit-mobile-wrapper .bottom-container .workers-name-box:last-of-type{padding-bottom:0;border-bottom:none}.stock-slide .kit-mobile-wrapper .bottom-container .item-inner{opacity:0;transition:all .3s ease}.stock-slide .kit-mobile-wrapper .status-container{padding:6px 10px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#e8e8e9}.stock-slide .kit-mobile-wrapper .status-container span{font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#6f6f72}.stock-slide .kit-mobile-wrapper .workers-name:has(.status-container){align-items:end}.stock-slide .kit-mobile-wrapper.open{gap:20px}.stock-slide .kit-mobile-wrapper.open .bottom-container{height:auto;visibility:visible;padding:20px}.stock-slide .kit-mobile-wrapper.open .bottom-container .workers-name-box{opacity:1}.stock-slide .kit-mobile-wrapper.open .icon{transform:rotate(180deg)}.stock-modal-link{color:#22272d;font-size:16px;font-style:normal;font-weight:400;line-height:110%;display:flex;align-items:center;gap:6px}.stock-modal-link:hover{color:#00fec0;cursor:pointer}.stock-modal-body{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.stock-modal-body .drag-container{width:100%}.stock-modal-body .drag{height:285px}.stock-filters{display:flex;gap:20px;flex-direction:column;width:100%}.stock-filters .filters-input-wrapper{padding:0!important}.filters-components{display:flex;flex-direction:column;gap:21px}.orders{width:100%}.orders .config-tabs .config-tab{white-space:nowrap}@media screen and (max-width: 767px){.orders .config-tabs{overflow:auto;padding-bottom:15px}.orders .config-tabs .config-tab{white-space:nowrap}}.orders .response-loader{border-radius:14px}.orders .workers-body .item-flex{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:3px}.orders .workers-body .item-flex .title{color:#22272d;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.orders .workers-body .item-flex .subtitle{color:#22272d;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.orders .workers-body .item:has(.status-text){display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.orders .workers-body .tag_div{font-size:14px}.order-created-table{padding:9px 16px}.order-created-table .size-0{width:75px}.order-created-table .size-1{width:130px}.order-created-table .size-2{width:203px}.order-created-table .size-3{width:132px}.order-created-table .size-4{width:120px}.order-created-table .size-5{width:150px}.order-created-table .size-6{width:170px}.order-created-table .size-7,.order-created-table .size-8,.order-created-table .size-9{width:170px;min-width:unset}.order-created-table .size-10{width:35px}.order-progress-table{gap:20px;padding:9px 16px}.order-progress-table .size-0{width:75px}.order-progress-table .size-1{width:130px}.order-progress-table .size-2{width:203px}.order-progress-table .size-3{width:132px}.order-progress-table .size-4{width:120px}.order-progress-table .size-5,.order-progress-table .size-6{width:150px}.order-progress-table .size-7,.order-progress-table .size-8{width:150px;min-width:unset}.order-progress-table .size-9{width:35px}.order-return-table{gap:20px;padding:9px 16px}.order-return-table .size-0{width:75px}.order-return-table .size-1{width:130px}.order-return-table .size-2{width:203px}.order-return-table .size-3{width:132px}.order-return-table .size-4{width:120px}.order-return-table .size-5,.order-return-table .size-6{width:150px}.order-return-table .size-7,.order-return-table .size-8,.order-return-table .size-9{width:150px;min-width:unset}.order-return-table .size-10{width:35px;min-width:unset}.order-return-table .size-11{width:35px}.order-status{width:100%;padding:6px 0 7px;font-size:14px;font-weight:500!important;border-radius:4px;text-align:center}.order-status .flash-icon{display:none}.order-status.urgently{display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status.urgently .flash-icon{display:block}.order-status_urgently{display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status_urgently .flash-icon{display:block}.order-status.disabled{opacity:.5}.order-status-created{background:#e9f6fc;color:#1da1da!important}.order-status-created_urgently{background:#e9f6fc;color:#1da1da!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-created_urgently .flash-icon{display:block}.order-status-cancelled{background:#e8e8e9;color:#6f6f72!important}.order-status-not_processed,.order-status-not_processed_urgently{background:#e7d5f9;color:#892be0!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-not_processed_urgently .flash-icon{display:block}.order-status-not_processed_urgently .flash-icon path{stroke:#892be0}.order-status-not_processed .status-text{position:relative;display:flex;flex-direction:row;align-items:center;gap:4px;text-align:center}.order-status-not_processed .status-text:after{content:"";display:block;background-image:url(/build/assets/clock-Bxv_FWMQ.svg);width:12px;height:12px}.order-status-not_processed .flash-icon path{stroke:#892be0}.order-status-in_progress{background:#e7d5f9;color:#892be0!important}.order-status-in_progress_urgently{background:#e7d5f9;color:#892be0!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-in_progress_urgently .flash-icon{display:block}.order-status-in_progress_urgently .flash-icon path{stroke:#892be0}.order-status-in_progress .flash-icon path{stroke:#892be0}.order-status-delivery{background:#f4e7e9;color:#8f0821!important}.order-status-delivery_urgently{background:#f4e7e9;color:#8f0821!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-delivery_urgently .flash-icon{display:block}.order-status-delivery_urgently .flash-icon path{stroke:#8f0821}.order-status-delivery .flash-icon path{stroke:#8f0821}.order-status-no_executor{background:#f0e7f9;color:#b276ea!important}.order-status-no_executor_urgently{background:#f0e7f9;color:#b276ea!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-no_executor_urgently .flash-icon{display:block}.order-status-no_executor_urgently .flash-icon path{stroke:#b276ea}.order-status-no_executor .flash-icon path{stroke:#b276ea}.order-status-ready_for_shipping{background:#f7e9d980;color:#ee5e0d80!important}.order-status-ready_for_shipping_urgently{background:#f7e9d980;color:#ee5e0d80!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-ready_for_shipping_urgently .flash-icon{display:block}.order-status-ready_for_shipping_urgently .flash-icon path{stroke:#ee5e0d80}.order-status-ready_for_shipping .flash-icon path{stroke:#ee5e0d80}.order-status-shipment{background:#f7e9d9;color:#ee5e0d!important}.order-status-shipment_urgently{background:#f7e9d9;color:#ee5e0d!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-shipment_urgently .flash-icon{display:block}.order-status-shipment_urgently .flash-icon path{stroke:#ee5e0d}.order-status-shipment .flash-icon path{stroke:#ee5e0d}.order-status-shipping{background:#f7e9d9;color:#ee5e0d!important}.order-status-shipping_urgently{background:#f7e9d9;color:#ee5e0d!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-shipping_urgently .flash-icon{display:block}.order-status-shipping_urgently .flash-icon path{stroke:#ee5e0d}.order-status-shipping .flash-icon path{stroke:#ee5e0d}.order-status-packaging{background:#e7eafd;color:#5160ed!important}.order-status-packaging_urgently{background:#e7eafd;color:#5160ed!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-packaging_urgently .flash-icon{display:block}.order-status-packaging_urgently .flash-icon path{stroke:#5160ed}.order-status-packaging .flash-icon path{stroke:#5160ed}.order-status-ready_for_packaging{background:#e7eafd80;color:#5160ed80!important}.order-status-ready_for_packaging_urgently{background:#e7eafd80;color:#5160ed80!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-ready_for_packaging_urgently .flash-icon{display:block}.order-status-returned{background:#fceae8;color:#e12d15!important}.order-status-returned_urgently{background:#fceae8;color:#e12d15!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-returned_urgently .flash-icon{display:block}.order-status-returned_urgently .flash-icon path{stroke:#e12d15}.order-status-returned .flash-icon path{stroke:#e12d15}.order-status-canceled{background:#e8e8e9;color:#6f6f72!important}.order-status-ready{background:#e0ebda;color:#06a716!important}.order-status-ready_urgently{background:#e0ebda;color:#06a716!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-ready_urgently .flash-icon{display:block}.order-status-ready_urgently .flash-icon path{stroke:#06a716}.order-status-ready .flash-icon path{stroke:#06a716}.order-status-complete,.order-status-completed{background:#e8e8e9;color:#6f6f72!important}.order-status-complete_urgently,.order-status-completed_urgently{background:#e8e8e9;color:#6f6f72!important;display:flex;flex-direction:row;align-items:center;justify-content:center}.order-status-complete_urgently .flash-icon,.order-status-completed_urgently .flash-icon{display:block}.order-status-complete_urgently .flash-icon path,.order-status-completed_urgently .flash-icon path{stroke:#6f6f72}.order-status-complete .flash-icon path,.order-status-completed .flash-icon path{stroke:#6f6f72}@media screen and (max-width: 767px){.order-status{width:132px;font-size:14px}}.order-create-mobile-header{display:flex;flex-direction:column;gap:5px;padding-bottom:14px;border-bottom:1px solid #D9D9D9;width:100%}.order-mobile-column{display:flex;flex-direction:column;gap:20px;width:100%}.order-mobile-column .workers-name-box{grid-template-columns:1fr;margin:0}.order-mobile-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;align-items:stretch;gap:20px;padding-top:14px;padding-bottom:14px}.order-mobile-grid .workers-name-box{height:auto;margin-top:0;display:flex;flex-direction:column}.order-mobile-grid .workers-name-box:first-of-type{margin-top:0}.order-mobile-grid .span-2{grid-column:span 2}.order-slide .mobile-slider-wrapper.is-open{opacity:1;height:459px;z-index:999999}.order-slide.package .mobile-slider-wrapper.is-open{height:439px}.filters-wrapper{display:flex;flex-direction:row;align-items:center;gap:10px;height:100%;flex-wrap:wrap;margin-bottom:20px;transition:all .3s ease-in-out}.filters-wrapper.hide{opacity:0;margin-bottom:0;height:0;visibility:hidden}.filters{width:100%;display:flex;flex-direction:column}.filters .add-gen{color:#6f6f72;border-color:#22272d}.filters .line{background:#22272d}.filter{padding:6px 16px;background:#00fec0;display:flex;align-items:center;gap:4px;border-radius:4px;cursor:pointer}.filter-closed{background:#000}.filter.reset{background:#22272d;cursor:pointer}.filter-box{position:absolute;background:#fff;top:100%;z-index:16;border-radius:14px;border:1px solid #22272D}.filter-box.filter-check{max-height:400px;overflow:auto}@media screen and (max-width: 1439px){.filter-box{border:none}}.filter-box:has(.checkbox-list){padding:10px}.filter-box-mobile{position:relative;width:100%;padding-bottom:20px;border-bottom:1px solid #22272D}.filter-box-mobile:last-of-type{border-bottom:none}.checkbox-list{width:100%;padding:10px 20px 20px;display:flex;flex-direction:column;gap:10px;height:max-content;max-height:200px;min-height:60px;overflow:auto}@media screen and (max-width: 767px){.checkbox-list{background:#fff;border-radius:12px}}.filter-modal{position:fixed;width:100%;height:100%;top:0;left:0;z-index:16;display:flex;align-items:center;justify-content:center}.filter-modal.modal-checkbox-list .filters-modal-wrapper{width:fit-content}.filter-modal.modal-calendar .filters-modal-wrapper{width:min-content}.filter-modal.modal-calendar .dp__main{position:relative}.filter-modal.modal-calendar .dp__menu{border:none!important}.filter-modal.modal-calendar .dp__today,.filter-modal.modal-calendar .dp--future dp__range_end,.filter-modal.modal-calendar .dp--future dp__range_start{border-radius:8px;background:#00fec0;border:none!important}.filter-modal .overlay{z-index:16;position:absolute;width:100%;height:100%;background:#00000080}.filter-modal .modal-close{width:24px;height:24px;top:20px;right:20px}.filter-modal .filters-modal-wrapper{z-index:17;position:relative;width:100%;max-width:516px;border-radius:14px;background:#fff;padding:20px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px}.filter-modal .btn{width:100%}.filter-modal .checkbox-list{padding:0}.filter-modal h1{max-width:calc(100% - 44px);white-space:pre-wrap}.filter-modal .title-container{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-between;gap:20px}.filter-modal .title-container .modal-close{position:relative;top:unset;right:unset}.mobile-filter-modal{position:fixed;width:100%;height:0;visibility:hidden;overflow:hidden;top:0;left:0;bottom:0;right:0;z-index:999999;display:flex;flex-direction:column;align-items:start;justify-content:space-between;background-color:#000;padding:16px 0 16px 14px;transition:all .3s}.mobile-filter-modal.open{height:100svh;visibility:visible}.mobile-filter-modal .title-container{padding:0 14px 20px 0;width:100%;display:flex;align-items:center;justify-content:space-between}.mobile-filter-modal .button-container{padding:20px 14px 0 0;width:100%}.mobile-filter-modal .button-container .btn{width:100%}.mobile-filter-modal .filters-list-wrapper{width:100%;flex:1;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px;overflow:scroll;padding-right:14px}@media screen and (max-width: 767px){.mobile-filters-container{width:100%}}.mobile-filters-container .mobile-filters-list{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:10px}.mobile-filters-container .mobile-filters-list .btn{min-width:30px;max-width:30px;min-height:26px;max-height:26px;padding:6px 8px}.mobile-filters-container .mobile-filters-list .btn .tag_span{display:none}.mobile-filters-container .mobile-filters-list .btn svg{min-width:14px;max-width:14px;min-height:14px;max-height:14px}.mobile-filters-container .filters-list{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:10px;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.mobile-filters-container .filters-list::-webkit-scrollbar{width:0;height:0}.mobile-filters-container .filters-list .filter{padding:6px 8px;background-color:transparent;pointer-events:none;opacity:.5;border:1px solid #22272D}.mobile-filters-container .filters-list .filter img{display:none}.mobile-filters-container .filters-list .filter span{white-space:nowrap;font-size:12px;color:#6f6f72}.mobile-filters-container .filters-list .filter.active-filter{background:#00fec0;pointer-events:all;opacity:1}.mobile-filters-container .filters-list .filter.active-filter img{display:unset}.mobile-filters-container .filters-list .filter.active-filter span{color:#22272d}.mobile-filters-container .btn{padding:6px 16px!important}.mobile-filters-container .btn .icon-white{width:14px;height:14px;color:#ccc}.mobile-filters-container .btn span{font-size:12px}.pagination{padding:16px;display:flex;align-items:center;justify-content:space-between;border-radius:8px;border:1px solid #ccc}@media screen and (max-width: 767px){.pagination{background:#fff;border-radius:14px;margin-top:16px}}.pagination .view-select{cursor:pointer}.pagination.not-last-page{justify-content:end}.paginator{display:flex;flex-direction:row;align-items:center;gap:20px}.paginator-arrow{cursor:pointer}@media (hover: hover) and (pointer: fine){.paginator-arrow:hover{opacity:.7}}.paginator-arrow.disabled{opacity:.4;pointer-events:none}.pagination-item{display:flex;flex-direction:row;align-items:center;justify-content:center;min-width:22px;height:22px;border:1px solid transparent;font-size:14px;color:#000;border-radius:4px;cursor:pointer}.pagination-item.active{border-color:#ccc}@media (hover: hover) and (pointer: fine){.pagination-item:hover{border-color:#ccc}}.pagination-box{display:flex;flex-direction:row;align-items:center;gap:40px}@media screen and (max-width: 767px){.pagination-box{width:100%;justify-content:space-between;gap:0}}.view-select{display:flex;flex-direction:row;align-items:center;gap:5px;color:#22272d;font-size:14px;font-style:normal;font-weight:400;line-height:normal;position:relative}.view-select span{-webkit-user-select:none;user-select:none}.view-select-absolute{border:1px solid #ccc;position:absolute;background:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:5px;font-size:14px;color:#000;bottom:20px;right:0;padding:10px;border-radius:10px}.view-select-absolute span{width:100%;transition:all .3s}.view-select-absolute span:hover{color:#00fec0}.order-create-layout{width:82%;display:flex;flex-direction:column;gap:30px;padding-bottom:200px}@media screen and (max-width: 1919px){.order-create-layout{width:73%}}@media screen and (max-width: 1439px){.order-create-layout{width:64%}}@media screen and (max-width: 1023px){.order-create-layout{padding-bottom:0}}@media screen and (max-width: 767px){.order-create-layout{width:100%}}@media screen and (max-width: 1023px){.order-create-layout.create-layout-padding{padding-bottom:150px}}.order-create-layout .order-mobile-grid .order-mobile-grid-item{display:flex;flex-direction:column;gap:4px}.order-create-layout .order-mobile-grid span{font-size:14px}.order-create-layout .order-mobile-grid .title{font-size:18px}.order-create-layout .order-mobile-grid .title{font-weight:500}.order-create-buttons .order-1,.order-create-buttons .order-2,.order-create-buttons .order-3,.order-create-buttons .order-4,.order-create-buttons .order-5,.order-create-buttons .order-6,.order-create-buttons .order-7,.order-create-buttons .order-8,.order-create-buttons .order-9,.order-create-buttons .order-10{order:0}@media screen and (max-width: 767px){.order-create-buttons .order-1{order:1}.order-create-buttons .order-2{order:2}.order-create-buttons .order-3{order:3}.order-create-buttons .order-4{order:4}.order-create-buttons .order-5{order:5}.order-create-buttons .order-6{order:6}.order-create-buttons .order-7{order:7}.order-create-buttons .order-8{order:8}.order-create-buttons .order-9{order:9}.order-create-buttons .order-10{order:10}}@media screen and (max-width: 1439px){.order-create .order-create-layout{width:60%}}@media screen and (max-width: 1023px){.order-create .order-create-layout{width:100%}}@media screen and (max-width: 1439px){.big-window .order-create-layout{width:70%}}@media screen and (max-width: 1023px){.big-window .order-create-layout{width:100%}}@media screen and (max-width: 1439px){.task-page .head{flex-direction:column;align-items:flex-start;gap:24px}}@media screen and (max-width: 767px){.task-page .head{gap:20px}}@media screen and (max-width: 1023px){.order-create .head{flex-direction:column;align-items:flex-start;gap:24px}}@media screen and (max-width: 767px){.order-create .head{gap:20px}}.order-create.skeleton-container{display:flex;flex-direction:column;gap:20px}.order-create .response-loader{border-radius:0}.order-create .response-loader .response-loader-box{display:flex;flex-direction:column;align-items:center;justify-content:start;padding-top:100px;gap:20px;height:100%;border-radius:0}.order-create-wrapper{background:#fff;padding:20px;display:flex;flex-direction:column;gap:20px;border-radius:16px;transition:all .3s ease-out}.order-create-wrapper.hide{overflow:hidden;height:66px}.order-create-wrapper.hide .order-create-up{transform:rotate(-180deg)}.order-create-wrapper.order-info textarea{resize:block;min-height:35px!important}.order-create-up{transition:all .3s ease-out}.order-create-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.order-create-head svg{cursor:pointer;width:24px;height:24px}@media screen and (max-width: 767px){.order-create-head h3{color:#22272d!important}}.order-create-row{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width: 1439px){.order-create-row{grid-template-columns:1fr}}.order-create-row.column-2{grid-template-columns:repeat(2,1fr)}@media screen and (max-width: 1439px){.order-create-row.column-2{grid-template-columns:1fr}}.order-create-row .inputs-box,.order-create-body{display:flex;flex-direction:column;gap:20px}.order-positions-item{display:flex;flex-direction:column;gap:20px;border:1px solid #CCC;border-radius:14px}@media screen and (max-width: 767px){.order-positions-item{border:none;border-top:1px solid #CCC;border-radius:0;padding-top:20px}}.order-create-position{background:#22272d;padding:20px;border-radius:14px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 767px){.order-create-position{padding:0;background-color:#fff}}.order-positions-wrapper{display:flex;flex-direction:column;gap:20px}.order-create-selected{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;width:100%}@media screen and (max-width: 1439px){.order-create-selected{grid-template-columns:1fr}}.order-create-head{width:100%;display:flex;justify-content:space-between}.order-quick-wrapper{padding:0 20px;width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}@media screen and (max-width: 767px){.order-quick-wrapper{display:grid;grid-template-columns:1fr;padding:0}}.order-quick-wrapper .btn{padding:9px 5px!important}.order-quick-wrapper.pb{padding-bottom:20px}.order-positions-item .models-inputs-box{display:grid;grid-template-columns:1fr 1fr 1fr}.order-positions-item .models-inputs-box .cabinet-select.input{order:0}.order-positions-item .models-inputs-box .input[data-pos=product]{order:-1}.order-positions-item .models-inputs-box .input{order:1}@media screen and (max-width: 1439px){.order-positions-item .models-inputs-box{grid-template-columns:1fr}}.order-positions-item .stages-box{padding:0 20px 20px}@media screen and (max-width: 767px){.order-positions-item .stages-box{padding:0}}.order-orders-list{display:flex;flex-direction:column;padding:9px 0 13px;gap:10px;overflow:auto}.order-positions-table .order-orders-list,.order-tasks-table .order-orders-list{width:100%;overflow:auto}.order-positions-table .order-orders-item,.order-tasks-table .order-orders-item{width:fit-content;min-width:100%;display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:10px}@media screen and (max-width: 1919px){.order-positions-table .order-orders-item,.order-tasks-table .order-orders-item{gap:16px}}.order-positions-table .order-orders-item .size-0,.order-tasks-table .order-orders-item .size-0,.order-positions-table .order-orders-item .size-1,.order-tasks-table .order-orders-item .size-1{width:312px}.order-positions-table .order-orders-item .size-2,.order-tasks-table .order-orders-item .size-2{width:375px}.order-positions-table .order-orders-item .size-3,.order-tasks-table .order-orders-item .size-3{width:75px}.order-positions-table .order-orders-item .size-4,.order-tasks-table .order-orders-item .size-4{width:62px}.order-positions-table .order-orders-item .size-5,.order-tasks-table .order-orders-item .size-5{width:83px}.order-positions-table .order-orders-item .size-6,.order-tasks-table .order-orders-item .size-6{width:79px}.order-positions-table .order-box,.order-tasks-table .order-box{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:14px;padding-bottom:10px;border-bottom:1px solid #D9D9D9}.order-positions-table .order-box:last-of-type,.order-tasks-table .order-box:last-of-type{border-bottom:none;padding-bottom:0}.order-positions-table .order-box .span-2,.order-tasks-table .order-box .span-2{grid-column:span 2}.order-positions-table .order-box .order-box-item,.order-tasks-table .order-box .order-box-item{display:flex;flex-direction:column;gap:4px}.order-orders-item{padding:13px 16px;display:grid;align-items:start;justify-content:space-between;gap:16px;grid-template-columns:repeat(2,312px) 352px 75px 62px 83px 79px}.order-orders-item.active{width:fit-content;min-width:100%;border-radius:14px;background:#f9f9f9;align-items:center}.order-create-window{gap:30px;width:100%;align-items:flex-start;display:flex;flex-direction:row}@media screen and (max-width: 1439px){.order-create-window{margin-bottom:20px}}@media screen and (max-width: 1439px){.order-create-window.big-window{display:flex;flex-direction:column;align-items:start;justify-content:start}}@media screen and (max-width: 1023px){.order-create-window{display:flex;flex-direction:column;align-items:start;justify-content:start}}.order-create-heading{display:flex;gap:10px;align-items:center}@media screen and (max-width: 767px){.order-create-heading{flex-direction:column;align-items:flex-start}}.orders-create-status{border-radius:4px;padding:6px 10px;width:132px;text-align:center;font-size:14px;font-weight:500}.order-create-buttons{display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:end}@media screen and (max-width: 1439px){.order-create-buttons{justify-content:end}}@media screen and (max-width: 1023px){.order-create-buttons{justify-content:start}}@media screen and (max-width: 767px){.order-create-buttons{flex-direction:column;gap:20px;width:100%}.order-create-buttons .btn{width:100%}}.order-order-item-inner{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.order-create-delivery{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.order-create-delivery-item{display:flex;flex-direction:column;align-items:flex-start}.order-create-delivery-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.order-create-delivery-select{width:100%}.order-progress-class .workers-fixed-first{height:77px}.order-side-bar{width:100%;height:unset}.order-side-bar .btn_secondary .icon-square{color:#000}.order-side-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-bottom:20px;border-bottom:1px solid #CCC}@media screen and (max-width: 1023px){.order-side-column{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:19px}}@media screen and (max-width: 767px){.order-side-column{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px}}.order-side-item{display:flex;flex-direction:column}.rub{font-size:12px;font-weight:300;margin-bottom:5px}.order-side-bar-wrapper{display:flex;flex-direction:column;gap:30px;flex:1}@media screen and (max-width: 1023px){.order-side-bar-wrapper{width:100%}}.order-history{display:flex;flex-direction:column;gap:10px}.order-history-item{display:flex;gap:10px;align-items:flex-end}.order-history-item svg{margin-bottom:7px}.order-history-content{display:flex;flex-direction:column;gap:2px}.order-history-content span{font-size:12px;color:#6f6f72}.clients{width:100%}.clients .size-5{width:35px}.clients .size-0,.clients .size-1,.clients .size-2,.clients .size-3,.clients .size-4{width:15%}.clients .worker-item-footer{justify-content:center}.clients .worker-arrow{margin:0;width:35px;height:35px}@media screen and (max-width: 1439px){.clients .worker-arrow{width:35px;height:35px}}.clients .workers-item:first-of-type{margin:0}@media screen and (max-width: 1023px){.clients .workers-header,.clients .workers-item{gap:5px}}.clients .pagination{margin-top:10px}.clients .head{justify-content:start;align-items:start}.clients-fixed .regular-links{height:61px}.modal-wrapper-client .workers-edit-box .input:nth-of-type(4),.modal-wrapper-client .workers-edit-box .input:nth-of-type(3){grid-column:1}.modal-wrapper-client .workers-edit-box .input:nth-of-type(5){grid-column:2;grid-row:2}.modal-wrapper-client .workers-edit-box .input:last-of-type{order:5}@media screen and (max-width: 767px){.modal-wrapper-client .workers-edit-box{display:flex;flex-direction:column}.modal-wrapper-client .workers-edit-box .input:nth-of-type(2){order:5}}.statistic .response-loader{border-radius:0}.statistic .head{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}@media screen and (max-width: 767px){.statistic .head{flex-direction:column;justify-content:start;align-items:start}}.statistic .head .btn_primary span{white-space:nowrap}.statistic .head-wrapper{width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:10px}@media screen and (max-width: 767px){.statistic .head-wrapper{justify-content:space-between}}.statistic .tabs-dropdown{display:flex;flex-direction:column;align-items:start;justify-content:start;position:relative;margin-top:5px;z-index:12}.statistic .tabs-dropdown .tab{padding:6px 8px;border-radius:8px;background-color:#22272d;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;cursor:pointer;transition:.2s ease;min-width:118px}.statistic .tabs-dropdown .text,.statistic .tabs-dropdown .tab-name{font-family:Inter;color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:120%;cursor:pointer}.statistic .tabs-dropdown .icon{background-image:url(/build/assets/chevron-down-BYBZfCGI.svg);background-size:contain;background-repeat:no-repeat;background-position:center;width:16px;height:16px;transition:.2s ease}.statistic .tabs-dropdown .select-container{width:100%;padding:4px;border-radius:8px;background-color:#22272d;position:absolute;top:30px;opacity:0;visibility:hidden}@media screen and (max-width: 767px){.statistic .tabs-dropdown .select-container{right:0}}.statistic .tabs-dropdown .select-container .tabs-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}.statistic .tabs-dropdown .select-container .tabs-list li{width:100%}.statistic .tabs-dropdown .select-container .tab-name{padding:4px;width:100%;transition:all .3s}@media (hover: hover) and (pointer: fine){.statistic .tabs-dropdown .select-container .tab-name:hover{background-color:#00fec0;border-radius:8px;color:#000}}.statistic .tabs-dropdown .select-container .active{background-color:#00fec0;border-radius:8px}.statistic .tabs-dropdown .select-container .active p{color:#000}.statistic .tabs-dropdown.open .select-container{opacity:1;visibility:visible}.statistic .tabs-dropdown.open .icon{transform:rotate(180deg)}.statistic-content .orders-container .config-tab{cursor:pointer;transition:all .3s}@media (hover: hover) and (pointer: fine){.statistic-content .orders-container .config-tab:hover p{color:#00fec0}}.statistic-content .orders-container .config-tabs{margin-bottom:24px}@media screen and (max-width: 767px){.statistic-content .orders-container .config-tabs{overflow:auto;padding-bottom:5px}.statistic-content .orders-container .config-tabs .config-tab{white-space:nowrap}}.statistic-content .orders-container .title-block{display:flex;flex-direction:column;align-items:start;justify-content:start;margin-bottom:20px}.statistic-content .orders-container .title-block p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:110%}.statistic-content .orders-container .title-block h2{color:#00fec0;font-family:Inter;font-size:76px;font-style:normal;font-weight:600;line-height:110%;display:inline-flex;gap:27px}@media screen and (max-width: 1023px){.statistic-content .orders-container .title-block h2{font-size:60px;gap:20px}}@media screen and (max-width: 767px){.statistic-content .orders-container .title-block h2{font-size:36px;gap:12px}}.statistic-content .orders-container .title-block h2 span{font-size:48px;font-style:normal;font-weight:300}@media screen and (max-width: 1023px){.statistic-content .orders-container .title-block h2 span{font-size:40px}}@media screen and (max-width: 767px){.statistic-content .orders-container .title-block h2 span{font-size:22px}}.statistic-content .orders-container .counter-block{border-radius:20px;background:#22272d;padding:20px 30px;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:50px;width:fit-content;margin-bottom:30px}@media screen and (max-width: 1919px){.statistic-content .orders-container .counter-block{gap:40px}}@media screen and (max-width: 1023px){.statistic-content .orders-container .counter-block{gap:20px}}@media screen and (max-width: 767px){.statistic-content .orders-container .counter-block{width:100%;flex-direction:column;align-items:start;gap:20px}}.statistic-content .orders-container .counter-block .count-block{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}.statistic-content .orders-container .counter-block .count-block .title{font-family:Inter;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:110%}.statistic-content .orders-container .counter-block .count-block .subtitle{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:12px;font-family:Inter;color:#00fec0;font-size:20px;font-style:normal;font-weight:600;line-height:110%}.statistic-content .orders-container .counter-block .count-block .subtitle span{font-weight:300}.statistic-content .orders-container .statistics-lists{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:20px}.statistic-content .orders-container .statistics-lists .grid-container{width:100%;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:auto;align-items:stretch;gap:20px}@media screen and (max-width: 1919px){.statistic-content .orders-container .statistics-lists .grid-container{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 1439px){.statistic-content .orders-container .statistics-lists .grid-container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1023px){.statistic-content .orders-container .statistics-lists .grid-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.statistic-content .orders-container .statistics-lists .grid-container{grid-template-columns:repeat(1,1fr)}}.statistic-content .orders-container .statistic-card{width:100%;border-radius:14px;background:#fff;padding:20px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px}.statistic-content .orders-container .statistic-card .title{font-family:Inter;color:#15161b;font-size:16px;font-style:normal;font-weight:500;line-height:110%}.statistic-content .orders-container .statistic-card .subtitle{font-family:Inter;color:#15161b;font-size:20px;font-style:normal;font-weight:600;line-height:110%}.statistic-content .orders-container .statistic-card .subtitle span{font-size:12px;font-style:normal;font-weight:300}.statistic-content .orders-container .statistic-card .text{font-family:Inter;color:#3d3d3d;font-size:14px;font-style:normal;font-weight:600;line-height:110%}.statistic-content .orders-container .statistic-card .text span{font-size:12px;font-style:normal;font-weight:300}.statistic-content .orders-container .statistic-card .info{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px}.statistic-content .calendar-init-box-mobile{width:311px;margin-bottom:34px}@media screen and (max-width: 1023px){.statistic-content .calendar-init-box-mobile{width:100%}}.statistic-content .calendar-init-box-mobile .input{max-width:311px;height:38px;border-radius:8px;padding:10px 16px}@media screen and (max-width: 1023px){.statistic-content .calendar-init-box-mobile .input{max-width:unset}}.statistic-content .calendar-init-box-mobile .input input,.statistic-content .calendar-init-box-mobile .input .input-placeholder{font-size:14px}.statistic-content .calendar-init-box-mobile .input .input-placeholder{top:unset}.statistic-content .calendar-init-box-mobile .input .input-placeholder.active{visibility:hidden}.statistic-content .calendar-init-box-mobile .profile-pass{top:10px;right:16px;width:16px;height:16px}.statistic-content .calendar-init-box-mobile .dp__main{margin-top:10px;width:311px}@media screen and (max-width: 767px){.statistic-content .calendar-init-box-mobile .dp__main{width:100%}}.statistic-content .calendar-init-box-mobile .dp__outer_menu_wrap{width:311px}@media screen and (max-width: 767px){.statistic-content .calendar-init-box-mobile .dp__outer_menu_wrap{width:100%}}.statistic-content .details-table .size-0{width:300px}.statistic-content .details-table .size-1{width:200px}.statistic-content .details-table .size-2{width:80px}.statistic-content .details-table .size-3{width:150px}.statistic-content .details-table .size-4{width:97px}.statistic-content .details-table .size-5{width:62px}.statistic-content .workers-table .size-0{width:130px}.statistic-content .workers-table .size-1{width:114px}.statistic-content .workers-table .size-2{width:146px}.statistic-content .workers-table .size-3{width:110px}.statistic-content .workers-table .size-4{width:68px}.statistic-content .workers-table .size-5{width:150px}.statistic-content .workers-container .mobile-slider-wrapper{height:270px}@media screen and (max-width: 1023px){.development-page .brands-header .head{flex-direction:column;align-items:start;justify-content:start;gap:24px}}@media screen and (max-width: 1023px){.development-page .brands-header .btn_primary{width:auto}}@media screen and (max-width: 767px){.development-page .brands-header .btn_primary{width:100%}}@media screen and (max-width: 1439px){.development-page .brands-header .development-calendar{width:100%}}.development-page .size-7{justify-content:center}.development-page .dp__main{position:relative}.development-page .dp__input_wrap{border-radius:8px;background:#fff}.development-page #calendarBlank-icon{right:0}.development-page .dp__input_icon{right:0;left:unset}.development-page .dp__input{color:#22272d!important;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:110%}.development-page .dp__input_icon_pad{padding:10px 34px 10px 16px!important}.development-page .dp__clear_icon{right:18px}.development-page .dp--menu-wrapper{left:2px!important}.development-page .dp--tp-wrap{display:none}.development-page .order-slide .mobile-slider-wrapper{left:0;right:0;bottom:0;width:100%;z-index:200;display:flex}.development-page .order-slide .mobile-slider-wrapper.is-open{height:100%}.development-page .workers-slide-wrapper{width:100%;padding-left:20px;padding-right:20px}.development-page .order-create-mobile-header{width:100%;border-bottom:1px solid #D9D9D9;padding-bottom:14px}@media screen and (max-width: 1023px){.task-page .order-create-buttons{align-items:flex-start}}@media screen and (max-width: 767px){.task-page .order-create-buttons{flex-direction:column-reverse}.task-page .order-create-buttons .btn,.task-page .order-create-buttons a{width:100%}}
