

/* Start:/local/templates/login/libs/air-datepicker-3/air-datepicker.css?173917637419619*/
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}

/* End */


/* Start:/local/templates/login/libs/scrollbar/jquery.scrollbar.css?173917637422216*/
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}









/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }










/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }










/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }










/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }










/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }










/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}










/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }








/* End */


/* Start:/local/templates/login/libs/swiper/swiper-bundle.min.css?173917637416470*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@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{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{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,.swiper-3d .swiper-wrapper{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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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-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-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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: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:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right: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:translate3d(0,0,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:10px;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{transform:scale(1)}.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: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;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:10px;top:50%;transform:translate3d(0px,-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:translateX(-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{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background: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:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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{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(0deg)}100%{transform:rotate(360deg)}}.swiper .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:0px;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}
/* End */


/* Start:/local/templates/login/libs/icomoon/style.css?17391763742395*/
@font-face {
  font-family: 'icomoon';
  src:  url('/local/templates/login/libs/icomoon/fonts/icomoon.eot?6y1byr');
  src:  url('/local/templates/login/libs/icomoon/fonts/icomoon.eot?6y1byr#iefix') format('embedded-opentype'),
    url('/local/templates/login/libs/icomoon/fonts/icomoon.ttf?6y1byr') format('truetype'),
    url('/local/templates/login/libs/icomoon/fonts/icomoon.woff?6y1byr') format('woff'),
    url('/local/templates/login/libs/icomoon/fonts/icomoon.svg?6y1byr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-eye:before {
  content: "\e922";
}
.ic-eye-slash:before {
  content: "\e923";
}
.ic-info:before {
  content: "\e921";
}
.ic-draft:before {
  content: "\e920";
}
.ic-check:before {
  content: "\e91e";
}
.ic-clip:before {
  content: "\e91f";
}
.ic-filter:before {
  content: "\e91d";
}
.ic-calendar:before {
  content: "\e91a";
}
.ic-edit:before {
  content: "\e91b";
}
.ic-turnover:before {
  content: "\e91c";
}
.ic-gear:before {
  content: "\e918";
}
.ic-user:before {
  content: "\e919";
}
.ic-chevron-left:before {
  content: "\e90e";
}
.ic-chevron-right:before {
  content: "\e911";
}
.ic-chevron-up:before {
  content: "\e913";
}
.ic-chevron-down:before {
  content: "\e914";
}
.ic-dropdown:before {
  content: "\e915";
}
.ic-logout:before {
  content: "\e916";
}
.ic-plus:before {
  content: "\e917";
}
.ic-side-roll:before {
  content: "\e900";
}
.ic-wallet:before {
  content: "\e901";
}
.ic-briefcase:before {
  content: "\e903";
}
.ic-checks:before {
  content: "\e904";
}
.ic-dashboard:before {
  content: "\e905";
}
.ic-doc:before {
  content: "\e906";
}
.ic-lifeline:before {
  content: "\e907";
}
.ic-orders:before {
  content: "\e908";
}
.ic-organisations:before {
  content: "\e909";
}
.ic-close:before {
  content: "\e902";
}
.ic-phone:before {
  content: "\e924";
}
.ic-whatsapp:before {
  content: "\e90c";
}
.ic-viber:before {
  content: "\e90a";
}
.ic-instagram:before {
  content: "\e90f";
}
.ic-telegram:before {
  content: "\e90d";
}
.ic-youtube:before {
  content: "\e910";
}
.ic-facebook:before {
  content: "\e912";
}
.ic-ok:before {
  content: "\e92b";
}
.ic-vk:before {
  content: "\e90b";
}

/* End */


/* Start:/local/templates/login/libs/normalize.css?17391763747279*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* End */


/* Start:/local/templates/login/css/main.css?173917637452119*/
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("/local/templates/login/css/../fonts/Inter-Regular.woff2") format("woff2"), url("/local/templates/login/css/../fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: url("/local/templates/login/css/../fonts/Inter-Medium.woff2") format("woff2"), url("/local/templates/login/css/../fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: url("/local/templates/login/css/../fonts/Inter-SemiBold.woff2") format("woff2"), url("/local/templates/login/css/../fonts/Inter-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url("/local/templates/login/css/../fonts/Inter-Bold.woff2") format("woff2"), url("/local/templates/login/css/../fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --app-height: 100vh;
  --offset-left: 48px;
  --offset-right: 32px;
  --main-radius: 10px;
  --text-color: #6C7279;
  --headers-color: #0A0E1C;
  --main-color: #406AFF;
  --main-color-hover: #5C80FF;
  --main-light-color: #F5F7FF;
  --main-shadow: 0 4px 45px rgba(0,0,0,.03);
  --accent-color: #F19F4E;
  --error-color: #EB5757;
  scroll-behavior: auto;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: var(--text-color);
}

::-moz-placeholder {
  opacity: 1;
  color: var(--text-color);
}

:-ms-input-placeholder {
  opacity: 1;
  color: var(--text-color);
}

::-ms-input-placeholder {
  opacity: 1;
  color: var(--text-color);
}

::placeholder {
  opacity: 1;
  color: var(--text-color);
}

body, html {
  font-size: 14px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #FAFAFA;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: var(--text-color);
}

a {
  text-decoration: none;
  color: var(--main-color);
}
a:hover {
  text-decoration: underline;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

b {
  font-weight: bold;
}

p, blockquote, ul, ol {
  margin: 0 0 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  color: var(--headers-color);
}

h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-weight: normal;
  line-height: 1.2;
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-weight: 500;
  font-size: 1rem;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

.c-dark {
  color: var(--headers-color);
}

.c-main {
  color: var(--main-color);
}

.c-accent {
  color: var(--accent-color);
}

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 13px 19px;
  background: var(--main-color);
  border: 1px solid transparent;
  border-radius: 7px;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: var(--main-color-hover);
  text-decoration: none;
}
.btn .ic {
  display: inline-block;
  vertical-align: middle;
  margin: -0.15em 0.3em 0 0;
}
.btn .ic._right {
  margin-left: 0.3em;
  margin-right: 0;
}
.btn .ic-close, .btn .ic[class*=chevron] {
  margin: -0.05em 0.5em 0 0;
  font-size: 0.85em;
}
.btn .ic-close._right, .btn .ic[class*=chevron]._right {
  margin-left: 0.5em;
  margin-right: 0;
}
.btn._rs {
  border-radius: 100px;
}
.btn._bd {
  border-color: #E7E9F2;
  background: none;
  color: var(--text-color);
}
.btn._bd:hover {
  border-color: #BABFC7;
}
.btn._bd._white {
  background-color: #fff;
}
.btn._red {
  background-color: #FFF5F5;
  color: #E73030;
}
.btn._red:hover {
  background-color: #FDEAEA;
}
.btn._py-big {
  padding-top: 16px;
  padding-bottom: 15px;
}
.btn._full {
  width: 100%;
}
.btn[disabled], .btn.disabled {
  pointer-events: none;
  border-color: transparent;
  background-color: #F7F8FC;
  color: #BABFC7;
}

.link-more {
  position: relative;
  display: inline-block;
  padding-right: 1.3em;
  font-weight: 500;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-more:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.4em;
  content: "\e911";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 0.8em;
  color: var(--headers-color);
}
.link-more:hover {
  text-decoration: none;
  color: var(--headers-color);
}
.link-more._back {
  margin-bottom: 30px;
  padding: 0 0 0 1.3em;
}
.link-more._back:after {
  content: "\e90e";
  left: 0;
  right: auto;
}

.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  line-height: 1.2;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-icon > * {
  display: inline-block;
}
.link-icon .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  min-width: 1em;
  font-size: 20px;
}
.link-icon span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.link-icon:hover {
  text-decoration: none;
  color: var(--main-color);
}

.main-icon {
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--main-light-color);
}
.main-icon img {
  max-width: 50%;
  max-height: 50%;
}

.form-row {
  margin-bottom: 45px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row .org-item {
  margin-bottom: 25px;
}

.form-title {
  margin-bottom: 20px;
}
.form-title._grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.form-title__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
}
.form-title__descr {
  margin: 0;
  font-size: 12px;
  color: #BABFC7;
}

.form-item {
  margin-bottom: 20px;
}
.form-item__head {
  margin-bottom: 10px;
  color: var(--headers-color);
}
.form-item__head span {
  color: #FF2121;
}
.form-item__descr {
  margin-top: 10px;
  font-size: 12px;
  color: #BABFC7;
}
.form-item__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.form-item__choice span {
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 13px;
  background: var(--main-light-color);
  line-height: 1.3;
  font-weight: 500;
  font-size: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-item__choice span:hover {
  background-color: #f0f3ff;
}

.form-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 13px 24px 14px;
  background: #fff;
  border: 1px solid #E7E9F2;
  border-radius: 7px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 14px;
  color: var(--headers-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-field:hover {
  border-color: #BABFC7;
}
.form-field:focus {
  border-color: var(--text-color);
}
.form-field._err {
  border-color: var(--error-color);
}

.form-field._line {
  padding: 0 0 23px;
  background: none;
  border: none;
  border-bottom: 1px solid #E7E9F2;
}
.form-field._line::-webkit-input-placeholder {
  color: var(--headers-color);
}
.form-field._line::-moz-placeholder {
  color: var(--headers-color);
}
.form-field._line:-ms-input-placeholder {
  color: var(--headers-color);
}
.form-field._line::-ms-input-placeholder {
  color: var(--headers-color);
}
.form-field._line::placeholder {
  color: var(--headers-color);
}

textarea.form-field {
  resize: none;
}
textarea.form-field:not([rows]) {
  height: 150px;
}

select.form-field {
  cursor: pointer;
  padding-right: 34px;
  background: #fff url("/local/templates/login/css/../img/select.svg") no-repeat calc(100% - 15px) 50%;
  text-overflow: ellipsis;
}

.form-field-password {
  position: relative;
}
.form-field-password__toggle {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 15px;
  margin-top: -0.5em;
  font-size: 18px;
  color: #BABFC7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-field-password__toggle:hover {
  color: var(--main-color);
}
.form-field-password .form-field {
  padding-right: 45px;
}
.form-field-password._line .form-field-password__toggle {
  top: 0.65rem;
  right: 0;
}

.form-option {
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
}
.form-option input {
  display: none;
}
.form-option input:checked ~ span:before {
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.form-option input:checked ~ span:after {
  opacity: 1;
}
.form-option span {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  min-height: 20px;
}
.form-option span:before, .form-option span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-option span:before {
  content: "";
  border: 1px solid #EDEFF6;
  border-radius: 5px;
}
.form-option span:after {
  text-align: center;
  content: "\e91e";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 0;
}
.form-option:hover span:before {
  border-color: #BABFC7;
}

.form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}

.form-file__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 13px 19px 14px;
  margin-bottom: 10px;
  border: 1px solid #E7E9F2;
  border-radius: 7px;
  line-height: 1.5;
}
.form-file__item:last-child {
  margin-bottom: 0;
}
.form-file__item-head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  position: relative;
  height: 1.5em;
  color: var(--main-color);
}
.form-file__item-head span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-file__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-file__btn-input {
  display: none;
}
.form-file__btn-grid {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  border-radius: 7px;
  background: var(--main-light-color);
  width: 100%;
  min-height: 65px;
  text-align: center;
  color: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-file__btn-grid > * {
  display: inline-block;
}
.form-file__btn-grid .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 16px;
}
.form-file__btn-grid:hover {
  background-color: #f0f3ff;
}

.sandwich {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: var(--main-light-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sandwich i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--main-color);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sandwich i:nth-of-type(1) {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.sandwich i:nth-of-type(2) {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.sandwich.active i:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sandwich.active i:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hint-item.ic {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  cursor: default;
  font-size: 17px;
  color: #BABFC7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hint-item.ic._open {
  color: var(--main-color);
}

a.hint-item.ic {
  cursor: pointer;
}

.hint-modal {
  display: none;
  position: absolute;
  z-index: 11000;
  padding: 15px 18px;
  width: 320px;
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  color: var(--text-color);
  -webkit-animation: 0.3s tooltipTopOut forwards;
  animation: 0.3s tooltipTopOut forwards;
}
.hint-modal__triangle {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  margin: 0 0 -5px -5px;
  width: 10px;
  height: 10px;
  background: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hint-modal__content {
  line-height: 1.5;
  font-size: 13px;
}
.hint-modal__content > * {
  margin-bottom: 8px;
}
.hint-modal__content > *:last-child {
  margin-bottom: 0;
}
.hint-modal._show {
  -webkit-animation-name: tooltipTopIn;
  animation-name: tooltipTopIn;
}
.hint-modal._right {
  -webkit-animation-name: tooltipRightOut;
  animation-name: tooltipRightOut;
}
.hint-modal._right._show {
  -webkit-animation-name: tooltipRightIn;
  animation-name: tooltipRightIn;
}
.hint-modal._right .hint-modal__triangle {
  bottom: 50%;
  left: 0;
}

@-webkit-keyframes tooltipTopIn {
  0% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tooltipTopIn {
  0% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes tooltipTopOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
}
@keyframes tooltipTopOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
}
@-webkit-keyframes tooltipRightIn {
  0% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tooltipRightIn {
  0% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes tooltipRightOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
}
@keyframes tooltipRightOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
}
.page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: var(--app-height);
}
.page__header {
  padding: 30px var(--offset-right) 0 var(--offset-left);
}
.page__header .title {
  margin-top: 45px;
}
.page__container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px 0;
  padding: 45px var(--offset-right) 48px var(--offset-left);
}
.page__container > * {
  width: 100%;
}

.mob-add-btn {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: var(--offset-right);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--main-color);
}
.mob-add-btn:before, .mob-add-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
  background: #fff;
}
.mob-add-btn:before {
  width: 26px;
  height: 2px;
}
.mob-add-btn:after {
  width: 2px;
  height: 26px;
}

.aside {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 270px;
  height: var(--app-height);
  border-radius: 0 calc(var(--main-radius) * 2) calc(var(--main-radius) * 2) 0;
  background: #fff;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.aside .scrollbar-inner {
  height: 100%;
}
.aside .scrollbar-inner > .scroll-element.scroll-y {
  top: 20px;
  right: 4px;
  bottom: 20px;
  height: auto;
}
.aside__roll {
  cursor: pointer;
  position: absolute;
  z-index: 200;
  top: 40px;
  right: -13px;
  border: 1px solid #E7E9F2;
  border-radius: 50%;
  background: #fff;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  font-size: 8px;
  color: var(--text-color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.aside__roll:hover {
  color: var(--main-color);
}
.aside__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: var(--app-height);
}
.aside__logo {
  padding: 28px 28px 0;
}
.aside__logo-close {
  display: none;
}
.aside__logo-wrap {
  overflow: hidden;
  position: relative;
}
.aside__logo-wrap img {
  display: block;
  width: 30px;
}
.aside__logo-wrap span {
  position: absolute;
  top: 50%;
  left: 40px;
  right: 0;
  margin-top: -0.5em;
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
  color: var(--headers-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.aside__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0;
  padding: 18px;
  list-style: none;
}
.aside__menu li {
  width: 100%;
}
.aside__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-radius: 7px;
  font-weight: 500;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aside__menu a .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 1em;
  font-size: 20px;
}
.aside__menu a span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  line-height: 1.2;
}
.aside__menu a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.aside__menu a.active {
  background-color: var(--main-light-color);
  color: var(--main-color);
}
.aside__menu._bot {
  margin-top: auto;
  border-top: 1px solid #E7E9F2;
}

.head-dropdown {
  position: relative;
}
.head-dropdown__btn {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 11px 44px 11px 19px;
  border: 1px solid #E7E9F2;
  border-radius: 100px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-dropdown__btn > * {
  display: inline-block;
}
.head-dropdown__btn .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 20px;
}
.head-dropdown__btn:after {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -0.5em;
  content: "\e915";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 10px;
  color: #B3B6BA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-dropdown__btn:hover:after {
  color: var(--main-color);
}
.head-dropdown__wrap {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 50%;
  margin: 20px 0 0 -160px;
  padding: 24px 28px;
  width: 320px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-dropdown__wrap:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.head-dropdown__wrap._right {
  left: auto;
  right: 0;
  margin-left: 0;
}
.head-dropdown__wrap._right:before {
  left: auto;
  right: 70px;
  margin-left: 0;
}
.head-dropdown__wrap._user {
  padding-top: 30px;
  padding-bottom: 30px;
}
.head-dropdown__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-dropdown__close:hover {
  color: var(--main-color);
}

.head-dropdown._show .head-dropdown__btn {
  border-color: var(--main-light-color);
  background-color: var(--main-light-color);
}
.head-dropdown._show .head-dropdown__btn:after {
  color: var(--main-color);
}
.head-dropdown._show .head-dropdown__wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.logo > * {
  display: inline-block;
}
.logo img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30px;
}
.logo span {
  font-weight: 600;
  font-size: 17px;
  color: var(--headers-color);
}
.logo._big {
  gap: 12px;
}
.logo._big img {
  width: 45px;
}
.logo._big span {
  font-size: 28px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}
.header__sandwich {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 6px;
}
.header__logo, .header__add {
  margin-right: auto;
}
.header__icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #E7E9F2;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__icon:hover {
  text-decoration: none;
  color: var(--main-color);
}

.arrow-btn {
  display: inline-block;
  border-radius: 50%;
  background: #EDEFF6;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: var(--text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow-btn._light {
  background-color: #F7F8FC;
}
.arrow-btn:hover {
  background-color: var(--main-color);
  text-decoration: none;
  color: #fff;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.title .arrow-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.title__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-bottom: 0;
}

.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 35px;
}
.subtitle._mb-small {
  margin-bottom: 20px;
}
.subtitle__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
}
.subtitle__mob-more {
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: var(--text-color);
}
.subtitle__mob-more:hover {
  text-decoration: none;
}

.label {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 15px;
  border-radius: 100px;
  background: #F7F8FC;
  line-height: 1.2;
  font-weight: 500;
  font-size: 12px;
}
.label._success {
  background-color: #E9FBE2;
  color: #50C526;
}
.label._done {
  background-color: #F5F7FF;
  color: #406AFF;
}
.label._pending {
  background-color: #FFFAF5;
  color: #F19F4E;
}

.balance {
  margin-top: 15px;
}

.balance-slider {
  overflow: visible;
}

.balance-item {
  position: relative;
  padding: 25px 30px;
  border-radius: var(--main-radius);
  background: #fff;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
}
.balance-item__content {
  padding-right: 60px;
  min-height: 60px;
}
.balance-item__head {
  margin-bottom: 15px;
  font-weight: 500;
}
.balance-item__head ._mob {
  display: none;
}
.balance-item__count {
  word-wrap: break-word;
  line-height: 1;
  font-size: 36px;
  color: var(--headers-color);
}
.balance-item__reserve {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0 5px;
  padding: 11px 19px 10px;
  border: 1px solid #EDEFF6;
  border-radius: 20px;
  line-height: 1.2;
  font-weight: 500;
}
.balance-item__reserve span {
  display: inline-block;
  color: var(--headers-color);
}
.balance-item .main-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.balance-item._dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #EDEFF6;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.balance-item._dropdown:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.balance-item._dropdown .main-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  top: 0;
  right: 0;
}
.balance-item._dropdown .balance-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding: 0;
}
.balance-item._dropdown .balance-item__head {
  margin-bottom: 10px;
}
.balance-item._dropdown .balance-item__count {
  font-size: 26px;
}

.balance-item._sm .balance-item__reserve {
  margin-top: 50px;
}

.order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.order-row._title {
  padding: 15px 30px 15px 20px;
  border-radius: var(--main-radius) var(--main-radius) 0 0;
  background: rgba(108, 114, 121, 0.05);
  margin-bottom: 25px;
  font-weight: 500;
  color: var(--headers-color);
}
.order-row._title._once {
  margin-bottom: 10px;
  border-radius: var(--main-radius);
}
.order-row._title:last-child {
  margin-bottom: 0;
}
.order-row._item {
  padding: 13px 30px 13px 20px;
  border-radius: var(--main-radius);
  background: #fff;
  margin-bottom: 10px;
}
.order-row._item:last-child {
  margin-bottom: 0;
}
.order-row._white {
  background-color: #fff;
}
.order-row__col {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.order-row__col._head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.order-row__col._curr {
  width: 15%;
}
.order-row__col._rate {
  width: 14%;
}
.order-row__col._sum {
  width: 14%;
}
.order-row__col._status {
  width: 17%;
}
.order-row__col._btn {
  width: 20px;
}
.order-row__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  line-height: 1.2;
  color: var(--headers-color);
}
.order-row__head-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.toggle-menu {
  position: relative;
}
.toggle-menu__btn {
  cursor: default;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-menu__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  -webkit-box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}
.toggle-menu__btn:hover {
  color: var(--headers-color);
}
.toggle-menu__wrap {
  position: absolute;
  z-index: 50;
  top: 100%;
  right: -25px;
  width: 220px;
  padding: 35px 20px 15px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-menu__wrap:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
}
.toggle-menu__wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 25px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.toggle-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.toggle-menu__list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EDEFF6;
}
.toggle-menu__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.toggle-menu__list a {
  color: var(--text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-menu__list a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.toggle-menu._show .toggle-menu__wrap {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
}
.toggle-menu._top .toggle-menu__wrap {
  top: auto;
  bottom: 100%;
  padding-top: 15px;
  padding-bottom: 35px;
}
.toggle-menu._top .toggle-menu__wrap:before {
  top: 0;
  bottom: 20px;
}
.toggle-menu._top .toggle-menu__wrap:after {
  top: auto;
  bottom: 0;
  border-bottom-color: transparent;
  border-top-color: #fff;
}

.user-info {
  text-align: center;
}
.user-info__img {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: url("/local/templates/login/css/../img/logo.png") center/cover;
}
.user-info__name {
  margin-bottom: 6px;
}
.user-info__contact {
  margin-bottom: 6px;
  font-size: 12px;
}
.user-info__contact:last-child {
  margin-bottom: 0;
}
.user-info__contact a {
  color: inherit;
}
.user-info__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #EDEFF6;
  list-style: none;
  text-align: left;
}
.user-info__menu > * {
  max-width: 100%;
}

.add-order-title {
  margin-bottom: 25px;
}

.add-order-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.add-order-links a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  min-height: 75px;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 0 1px #E7E9F2;
  box-shadow: inset 0 0 0 1px #E7E9F2;
  text-align: center;
  font-weight: 500;
  color: var(--text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.add-order-links a:hover {
  -webkit-box-shadow: inset 0 0 0 2px var(--main-color);
  box-shadow: inset 0 0 0 2px var(--main-color);
  text-decoration: none;
}

.add-order-descr {
  max-width: 390px;
  margin: 0 auto;
  text-align: center;
  color: #BABFC7;
}

.orgs-empty {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.orgs-empty__wrap {
  width: 100%;
  max-width: 475px;
  text-align: center;
}
.orgs-empty__img {
  margin-bottom: 45px;
}
.orgs-empty__img img {
  opacity: 0.3;
  max-height: 325px;
}
.orgs-empty__descr {
  font-weight: 500;
  color: #BABFC7;
}
.orgs-empty__action {
  margin-top: 45px;
}

.orgs__add {
  margin-bottom: 25px;
}

.org-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 25px;
  padding: 25px 30px;
  border-radius: var(--main-radius);
  background: #fff;
  margin-bottom: 10px;
}
.org-item:last-child {
  margin-bottom: 0;
}
.org-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.org-item__content > * {
  margin-bottom: 5px;
}
.org-item__content > *:last-child {
  margin-bottom: 0;
}
.org-item__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2em;
  padding: 11px 19px;
  border: 1px solid #E7E9F2;
  border-radius: 100px;
  font-weight: 500;
}
.org-item__count > * {
  display: inline-block;
}
.org-item__count strong {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: var(--headers-color);
}
.org-item__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.org-item__toggle-wrap {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.org-item__toggle-wrap .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.org-item__toggle-wrap span {
  display: none;
}
.org-item__toggle-wrap:hover {
  color: var(--headers-color);
}
.org-item__toggle-wrap.active .ic {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.org-item__dropdown {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  width: 100%;
  padding: 20px 0 0;
}

.org-item._bill {
  gap: 0 15px;
}

.org-item._btn {
  gap: 12px 15px;
  background-color: var(--main-light-color);
}

.req-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.req-list li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 240px;
  padding-top: 10px;
  border-top: 1px solid #E7E9F2;
}
.req-list li > * {
  display: block;
}
.req-list li strong {
  font-weight: normal;
  color: var(--headers-color);
}

.info-box__wrap {
  border-radius: var(--main-radius);
  background: #fff;
}
.info-box__row {
  padding: 35px 40px;
}
.info-box__row:nth-child(n+2) {
  border-top: 1px solid #EDEFF6;
}
.info-box__row._action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.info-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
}
.info-box__top-item {
  position: relative;
  padding-right: 14px;
}
.info-box__top-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E7E9F2;
}
.info-box__top-item:last-child {
  padding-right: 0;
}
.info-box__top-item:last-child:after {
  display: none;
}
.info-box__title {
  margin-bottom: 25px;
}

.orders-balance-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.orders-balance-items .balance-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 40%;
}

.filter {
  margin-bottom: 35px;
  padding: 18px 20px;
  border-radius: var(--main-radius);
  background: #fff;
}
.filter__top {
  position: relative;
}
.filter__top .form-calendar {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
}
.filter__toggle {
  cursor: pointer;
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #E7E9F2;
  border-radius: 7px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter__toggle:hover {
  border-color: #BABFC7;
}
.filter__toggle.active {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.filter__grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.filter__item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 275px;
}
.filter__item._w-auto {
  width: auto;
}

.form-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-calendar__btn {
  cursor: pointer;
  width: 40px;
  height: 50px;
  border: 1px solid #E7E9F2;
  line-height: 48px;
  text-align: center;
  font-size: 12px;
  color: var(--headers-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-calendar__btn:first-child {
  border-radius: 7px 0 0 7px;
}
.form-calendar__btn:last-child {
  border-radius: 0 7px 7px 0;
}
.form-calendar__btn:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.form-calendar__btn.disabled {
  cursor: default;
  border-color: #E7E9F2;
  background-color: transparent;
  color: #BABFC7;
}
.form-calendar__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px;
  border-top: 1px solid #E7E9F2;
  border-bottom: 1px solid #E7E9F2;
  line-height: 1.2;
  text-align: center;
}
.form-calendar__info > * {
  display: inline-block;
}
.form-calendar__info input {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: transparent;
  opacity: 0;
}
.form-calendar__info .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 10px;
  font-size: 20px;
}

.form-row._disabled,
.form-title._disabled,
.form-item._disabled {
  pointer-events: none;
  opacity: 0.3;
}

.orders-wrap__row {
  margin-bottom: 35px;
}
.orders-wrap__row:last-child {
  margin-bottom: 0;
}

.orders-action {
  margin-top: 25px;
}

.doc-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 30px;
  margin-bottom: 10px;
  padding: 25px 30px;
  border-radius: var(--main-radius);
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.doc-item:last-child {
  margin-bottom: 0;
}
.doc-item__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 10px;
}
.doc-item__head {
  width: 100%;
  margin: 0;
}
.doc-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.doc-item__info li {
  position: relative;
  padding-right: 14px;
}
.doc-item__info li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E7E9F2;
}
.doc-item__info li:last-child {
  padding-right: 0;
}
.doc-item__info li:last-child:after {
  display: none;
}
.doc-item__label {
  position: relative;
  padding-left: 14px;
}
.doc-item__label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E7E9F2;
}
.doc-item__btn {
  opacity: 0;
}
.doc-item__menu {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.doc-item:hover {
  -webkit-box-shadow: 0 4px 45px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 45px rgba(0, 0, 0, 0.07);
}
.doc-item:hover .doc-item__btn {
  opacity: 1;
}

.doc-popup__title {
  margin-bottom: 20px;
}
.doc-popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.doc-popup__top-item {
  position: relative;
  padding-right: 14px;
}
.doc-popup__top-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E7E9F2;
}
.doc-popup__top-item:last-child {
  padding-right: 0;
}
.doc-popup__top-item:last-child:after {
  display: none;
}
.doc-popup__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.doc-popup__list li {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #E7E9F2;
}
.doc-popup__list li strong {
  display: block;
  font-weight: normal;
  color: var(--headers-color);
}
.doc-popup__action {
  margin-top: 45px;
}

.balance-page .balance-item {
  margin-bottom: 20px;
}
.balance-page .balance-item:last-child {
  margin-bottom: 0;
}

.att-info {
  position: relative;
  max-width: 1035px;
  margin-bottom: 45px;
  padding: 18px 20px 18px 58px;
  border-radius: 5px;
  background: #FFFAF5;
  color: var(--headers-color);
}
.att-info:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -0.5em;
  content: "\e921";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 18px;
  color: #F19F4E;
}

.progress {
  margin-bottom: 35px;
  max-width: 325px;
}
.progress__head {
  margin-bottom: 5px;
}
.progress__wrap {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: #E7E9F2;
}
.progress__wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  min-width: 1%;
  max-width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--main-color);
}

.info-box._order .info-box__top {
  margin-bottom: 15px;
}
.info-box._order .info-box__title {
  margin-bottom: 20px;
}
.info-box._order .req-list {
  margin-bottom: 45px;
}

.order-info-row {
  margin-bottom: 40px;
  max-width: 600px;
}
.order-info-row:last-child {
  margin-bottom: 10px;
}
.order-info-row__head {
  margin-bottom: 20px;
}
.order-info-row .org-item {
  margin-bottom: 15px;
}

.attached-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.attached-file:last-child {
  margin-bottom: 0;
}
.attached-file .main-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
}
.attached-file__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.attached-file__head {
  position: relative;
  height: 1.5em;
  color: var(--main-color);
}
.attached-file__head span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auth {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 0;
  min-height: var(--app-height);
  padding: 30px 30px 62px;
}
.auth__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 32px;
  margin-bottom: auto;
}
.auth__top .logo {
  margin: 0 auto;
}
.auth__container {
  margin: 0 auto;
  width: 410px;
}
.auth__container._logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}
.auth__container._descr {
  text-align: center;
}
.auth__container._descr a {
  font-weight: 500;
}
.auth__container:last-child {
  margin-bottom: auto;
}
.auth__box {
  position: relative;
  padding-bottom: 14px;
}
.auth__box:before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 14px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
}
.auth__box-wrap {
  position: relative;
  z-index: 1;
  padding: 35px 30px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
}
.auth__title {
  margin-bottom: 25px;
}
.auth__field {
  margin-bottom: 40px;
}
.auth__field:last-child {
  margin-bottom: 0;
}
.auth__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 25px;
}
.auth__options > * {
  max-width: 100%;
}
.auth__options .form-option {
  font-weight: 500;
}
.auth__link {
  margin-top: 25px;
  text-align: center;
}
.auth__link a {
  font-weight: 500;
}
.auth__action {
  margin-top: 25px;
}

.popup-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  overflow: auto;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.popup._show {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.popup__wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: var(--app-height);
  padding: 20px var(--offset-right);
}
.popup__wrap {
  position: relative;
  width: 600px;
  max-width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 35px 40px 40px;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.popup__close {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.popup__close:hover {
  color: var(--headers-color);
}
.popup__tap {
  display: none;
  position: absolute;
  z-index: 80;
  top: -50px;
  left: 0;
  width: 100%;
  height: 65px;
}
.popup__tap:after {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 54px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.3;
}
.popup__title {
  margin-bottom: 25px;
}
.popup._small .popup__wrap {
  width: 445px;
}

.add-order-popup .popup__wrap {
  padding: 10px 0;
}
.add-order-popup__row {
  padding: 25px 40px;
  border-bottom: 1px solid #EDEFF6;
}
.add-order-popup__row:last-child {
  border-bottom: none;
}

.user-info-popup .popup__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.user-info-popup .user-info {
  max-width: 270px;
  margin: 0 auto;
}
.user-info-popup .user-info__name {
  font-size: 20px;
}

.thanks-popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.thanks-popup__head > * {
  display: inline-block;
}
.thanks-popup__head .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
  background: #50C526;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.thanks-popup__head span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.thanks-popup__descr {
  margin-bottom: 0;
}
.thanks-popup .btn {
  margin-top: 30px;
}

.scrollbar-inner > .scroll-element {
  z-index: 100;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 0;
  height: 4px;
}

.scrollbar-inner > .scroll-element.scroll-y {
  right: 0;
  width: 4px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  opacity: 0.1;
  background: var(--main-color);
}

.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 1;
  background: var(--main-color) !important;
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
  cursor: pointer;
}

.air-datepicker {
  --adp-border-radius: 7px;
  --adp-cell-background-color-hover: #F7F8FC;
  --adp-cell-background-color-selected: #406AFF;
  --adp-cell-background-color-selected-hover: #5C80FF;
  --adp-color-current-date: #406AFF;
  --adp-border-color: transparent;
  --adp-font-family: "Inter", sans-serif;
  --adp-poiner-border-radius: 0;
  -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
}

.air-datepicker--pointer:after {
  border: none;
}
/* End */


/* Start:/local/templates/login/css/media.css?173917637414993*/
/*==========	Desktop First Method	==========*/
@media (max-width: 1599px) {
  :root {
    --offset-left: 38px;
    --offset-right: 24px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  .subtitle {
    margin-bottom: 25px;
  }
  .page__container {
    padding-bottom: 45px;
  }
  .balance {
    margin-top: 0;
  }
  .order-row__col._rate {
    width: 10%;
  }
  .balance-item._sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 25px 20px;
  }
  .balance-item._sm .main-icon {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 0 auto;
  }
  .balance-item._sm .balance-item__content {
    padding: 17px 0 0;
    min-height: auto;
  }
  .balance-item._sm .balance-item__head {
    margin-bottom: 8px;
  }
  .balance-item._sm .balance-item__count {
    font-size: 26px;
  }
  .balance-item._sm .balance-item__reserve {
    margin: 17px 0 0;
    padding: 0;
    border: none;
    font-size: 11px;
  }
  .info-box__row {
    padding: 30px 35px;
  }
  .req-list li {
    width: 180px;
  }
  .filter__top .form-calendar,
  .filter__item {
    width: 260px;
  }
  .att-info {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  :root {
    --offset-left: 24px;
    --main-shadow: 0 4px 45px rgba(0,0,0,.07);
  }
  .aside {
    left: auto;
    right: 100%;
    width: 100%;
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
    transition: -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
    transition: transform 0.5s, box-shadow 0.5s;
    transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, -webkit-box-shadow 0.5s;
  }
  .aside._show {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  }
  .aside .scrollbar-inner > .scroll-element.scroll-y {
    top: 4px;
    bottom: 4px;
  }
  .aside__roll {
    display: none;
  }
  .aside__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px var(--offset-left) 15px;
  }
  .aside__logo-close {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: inline-block;
    margin-right: 15px;
  }
  .aside__logo-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .aside__logo-wrap span {
    left: 38px;
    font-size: 17px;
  }
  .aside__menu {
    padding: 20px var(--offset-left);
  }
  .aside__menu._bot {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aside__menu._bot li {
    width: auto;
  }
  .header__add {
    display: none;
  }
  .header__icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
  .head-dropdown {
    display: none;
  }
  .page__header {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0 0 15px 15px;
    background: #fff;
  }
  .page__header .title {
    margin: 25px 0 5px;
  }
  .page__container {
    padding-bottom: 115px;
  }
  .order-row._title {
    font-size: 12px;
  }
  .order-row._title._once {
    font-size: 14px;
  }
  .orgs-empty__img {
    margin-bottom: 30px;
  }
  .orgs-empty__img img {
    max-height: 200px;
  }
  .orgs-empty__action {
    margin-top: 30px;
  }
  .auth {
    gap: 25px 0;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  .balance-slider .swiper-slide {
    width: 280px;
  }
  .order-row._title {
    display: none;
  }
  .order-row._item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
    margin-bottom: 15px;
  }
  .order-row__col._head {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .order-row__col._head,
  .order-row__col._sum {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .order-row__col._rate {
    margin-bottom: 10px;
  }
  .order-row__col[data-title] {
    width: 100%;
    border-top: 1px solid #E7E9F2;
    padding-top: 10px;
    text-align: right;
    font-size: 12px;
  }
  .order-row__col[data-title]:before {
    float: left;
    margin: 0 0.2em 0.1em 0;
    content: attr(data-title);
    color: var(--headers-color);
  }
  .order-row__col._status {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .order-row__col._btn {
    width: auto;
  }
  .toggle-menu__btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--main-light-color);
  }
  .toggle-menu__btn:after {
    width: 3px;
    height: 3px;
    -webkit-box-shadow: -6px 0 0 currentColor, 6px 0 0 currentColor;
            box-shadow: -6px 0 0 currentColor, 6px 0 0 currentColor;
  }
  .toggle-menu__wrap:after {
    right: 30px;
  }
  .req-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    min-width: 30%;
    width: auto;
  }
  .orders-wrap__row .order-row._once {
    display: block;
  }
  .orders-wrap__row .order-row__col {
    margin: 0;
  }
  .doc-item {
    gap: 20px 15px;
    padding: 20px 22px;
  }
  .doc-item__btn {
    display: none;
  }
  .att-info {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .form-row {
    margin-bottom: 30px;
  }
  .form-action {
    margin-top: 25px;
  }
  .balance-slider .swiper-slide {
    width: 225px;
  }
  .popup-overlay {
    background: rgba(0, 0, 0, 0.35);
  }
  .popup__wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 50px 0 0;
  }
  .popup__wrap {
    width: 100% !important;
    padding: 25px var(--offset-left) 30px;
    border-radius: 15px 15px 0 0;
  }
  .popup__close {
    top: -35px;
    right: var(--offset-right);
    color: #fff;
  }
  .popup__close:hover {
    color: #eee;
  }
  .popup__tap {
    display: block;
  }
  .add-order-popup .popup__wrap {
    padding-top: 0;
  }
  .add-order-popup__row {
    padding: 25px var(--offset-left);
  }
  .add-order-title {
    margin-bottom: 20px;
  }
  .add-order-links a {
    min-height: 65px;
    font-size: 12px;
  }
  .org-item {
    gap: 15px;
    margin-bottom: 15px;
    padding: 25px 22px;
  }
  .org-item__count {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
    padding: 10px 0 0;
    border: none;
    border-top: 1px solid #E7E9F2;
    border-radius: 0;
  }
  .org-item__count span {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .req-list li {
    min-width: 40%;
  }
  .info-box__row {
    padding: 25px 30px;
  }
  .filter__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .filter__top .form-calendar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    width: auto;
    position: relative;
  }
  .filter__toggle {
    display: block;
  }
  .filter__grid {
    display: none;
    padding: 15px 0 4px;
  }
  .filter__item {
    margin-bottom: 10px;
    width: auto;
  }
  .filter__item._calendar {
    display: none;
  }
  .filter__btn {
    margin-top: 22px;
    text-align: center;
  }
  .filter__btn .btn._bd {
    border: none;
    padding: 0;
  }
  .filter__btn .btn._bd:hover {
    color: var(--headers-color);
  }
  .balance-item {
    padding: 25px;
  }
  .balance-item__head {
    margin-bottom: 10px;
  }
  .balance-item__count {
    font-size: 26px;
  }
  .balance-item__reserve {
    margin: 15px 0 0;
    margin-top: 15px;
  }
  .att-info {
    padding: 11px 15px 11px 50px;
  }
  .att-info:before {
    left: 16px;
  }
}
@media (max-width: 575px) {
  :root {
    --offset-left: 18px;
    --offset-right: 18px;
  }
  h1, h2, h3 {
    line-height: 1.35;
    font-size: 20px;
  }
  h4 {
    line-height: 1.35;
    font-size: 18px;
  }
  h5 {
    line-height: 1.35;
    font-size: 17px;
  }
  h1._mob-big {
    font-size: 24px;
  }
  .link-more._back {
    margin-bottom: 25px;
  }
  .btn._mob-full {
    width: 100%;
  }
  .form-field {
    padding: 15px 24px;
    font-size: 12px;
  }
  .form-field._line {
    font-size: 14px;
  }
  .form-option {
    font-size: 12px;
  }
  .form-option span {
    padding-top: 2px;
  }
  .form-row .org-item {
    margin-bottom: 20px;
  }
  .subtitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .subtitle._mb-small {
    margin-bottom: 15px;
  }
  .subtitle .link-more {
    display: none;
  }
  .page__container {
    padding-top: 25px;
    gap: 25px 0;
  }
  .balance .subtitle {
    display: none;
  }
  .order-row__head-txt {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .org-item__count {
    font-weight: normal;
    font-size: 12px;
  }
  .org-item__count span {
    color: var(--headers-color);
  }
  .info-box__wrap {
    margin: 0 calc(-1 * var(--offset-left));
    border-radius: 0;
  }
  .info-box__row {
    padding: 25px var(--offset-left);
  }
  .info-box__row:first-child {
    padding-top: 18px;
  }
  .info-box__top {
    margin-bottom: 15px;
  }
  .org-item__toggle {
    width: 100%;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    margin-top: 20px;
  }
  .org-item__toggle-wrap {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .org-item__toggle-wrap span {
    display: block;
  }
  .req-list {
    gap: 15px;
  }
  .req-list li {
    min-width: 100%;
  }
  .req-list._mob-grid {
    gap: 10px;
    font-size: 12px;
  }
  .req-list._mob-grid li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .req-list._mob-grid li span {
    text-align: right;
  }
  .org-item._btn {
    padding-top: 20px;
  }
  .balance-item__head ._mob {
    display: block;
  }
  .balance-item__head ._pc {
    display: none;
  }
  .orders-balance-items .balance-item._sm {
    padding: 20px 20px 18px;
  }
  .orders-balance-items .balance-item._sm .balance-item__head {
    font-size: 12px;
  }
  .orders-balance-items .balance-item._sm .balance-item__count {
    font-size: 20px;
  }
  .orders-wrap__row {
    margin-bottom: 25px;
  }
  .filter {
    margin: 0 calc(-1 * var(--offset-left)) 30px;
    padding: 18px var(--offset-left);
    border-radius: 0;
  }
  .doc-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .doc-item__main {
    gap: 8px;
  }
  .doc-item__label {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 60px;
    bottom: 25px;
    padding: 0;
  }
  .doc-item__label:after {
    display: none;
  }
  .doc-item__label .label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .doc-item__menu {
    width: 100%;
  }
  .doc-popup__top {
    margin-bottom: 25px;
  }
  .doc-popup__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .doc-popup__action {
    margin-top: 20px;
  }
  .balance-item__reserve {
    padding: 0;
    border: none;
    font-size: 14px;
  }
  .balance-page .balance-item {
    margin-bottom: 10px;
  }
  .thanks-popup__descr {
    font-size: 12px;
  }
  .thanks-popup .btn {
    margin-top: 20px;
  }
  .progress {
    max-width: 100%;
  }
  .info-box._order .req-list {
    margin-bottom: 30px;
  }
  .order-info-row {
    margin-bottom: 30px;
  }
  .order-info-row__head {
    margin-bottom: 15px;
  }
  .att-info {
    font-size: 12px;
  }
  .hint-modal {
    width: 300px;
  }
  .auth {
    padding-bottom: 30px;
    background: #fff;
  }
  .auth__top {
    padding-bottom: 10px;
  }
  .auth__container {
    width: 100%;
  }
  .auth__container._logo {
    display: none;
  }
  .auth__container:last-child {
    margin-bottom: 0;
  }
  .auth__container._main {
    margin-bottom: auto;
  }
  .auth__box {
    padding: 0;
  }
  .auth__box:before {
    display: none;
  }
  .auth__box-wrap {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/*==========	Mobile First Method	==========*/
@media (min-width: 576px) {
  .subtitle__mob-more {
    display: none;
  }
  .auth__top .logo {
    display: none;
  }
}
@media (min-width: 768px) {
  .popup._bottom .popup__wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 60px 0 0;
  }
  .popup._bottom .popup__wrap {
    width: 100%;
    padding: 50px 40px;
    border-radius: 20px 20px 0 0;
  }
  .popup._bottom .popup__container {
    max-width: 600px;
    margin: 0 auto;
  }
  .user-info-popup .popup__wrap {
    width: 360px;
  }
  .filter__grid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .filter__btn._icon .btn {
    padding: 17px 0;
    width: 50px;
    text-align: center;
    font-size: 0;
  }
  .filter__btn._icon .btn .ic {
    margin: 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  h2._big {
    font-size: 30px;
  }
  .page {
    margin-left: 270px;
    -webkit-transition: margin 0.4s;
    transition: margin 0.4s;
  }
  .aside__menu a {
    position: relative;
    padding-right: 0;
  }
  .aside__menu a span {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 45px;
    right: 15px;
    margin-top: -0.5em;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .body-aside-min .aside {
    width: 90px;
  }
  .body-aside-min .page {
    margin-left: 90px;
  }
  .body-aside-min .aside__roll {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .body-aside-min .aside__logo-wrap span,
  .body-aside-min .aside__menu a span {
    opacity: 0;
  }
  .header__sandwich,
  .header__logo,
  .header__icon._mob {
    display: none;
  }
  .title .arrow-btn {
    display: none;
  }
  .mob-add-btn {
    display: none;
  }
  .popup._bottom .popup__title {
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  h2._big {
    font-size: 36px;
  }
  .page {
    margin-left: 300px;
  }
  .aside {
    width: 300px;
  }
  .aside__logo {
    padding: 40px 40px 0;
  }
  .aside__menu {
    padding: 30px;
  }
  .body-aside-min .aside {
    width: 110px;
  }
  .body-aside-min .page {
    margin-left: 110px;
  }
}
/* End */


/* Start:/local/templates/login/css/custom.css?1739176374930*/
#registraion-page-form .form-field._line {
    border-radius: 0;
}


.error input,
.error textarea {
    border-color: #e02222 !important;
}

label.error {
    color: #fb5f5f!important;
    margin: 2px 0 0;
    display: block;
    padding: 0;
    right: 0;
    font-size: .8em;
    line-height: 1.5em;
}


/* 404  ошибка start */
.page_error_block {padding: 50px 0;}

.page_not_found {padding-top: 70px; text-align: center;}

.page_not_found .image {text-align: center; margin-bottom: 33px;}

.page_not_found .image svg {max-width: 100%;}

.page_not_found .description {text-align: center;}

.page_not_found .description .subtitle404 {font-size: 32px; line-height: 36px; color: #333;}

.page_not_found .description .descr_text404 {font-size: 1em; line-height: 1.6em; margin-top: 24px;}

.page_not_found .description .btn-mainpage {margin: 33px 5px 0;}

.page_not_found .image svg * {fill: #ccc;}

/* 404  ошибка end */
/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1736514300420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */
/* /local/templates/login/libs/air-datepicker-3/air-datepicker.css?173917637419619 */
/* /local/templates/login/libs/scrollbar/jquery.scrollbar.css?173917637422216 */
/* /local/templates/login/libs/swiper/swiper-bundle.min.css?173917637416470 */
/* /local/templates/login/libs/icomoon/style.css?17391763742395 */
/* /local/templates/login/libs/normalize.css?17391763747279 */
/* /local/templates/login/css/main.css?173917637452119 */
/* /local/templates/login/css/media.css?173917637414993 */
/* /local/templates/login/css/custom.css?1739176374930 */
/* /bitrix/templates/.default/ajax/ajax.min.css?1736514300420 */
