.header{width:100%;margin-bottom:20px;position:relative}.header__container{display:flex;justify-content:space-between}.header__logo{height:65px}.header__wrapper{display:flex;align-items:center}.header__toggle{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:40px;height:40px;display:flex;flex-direction:column;justify-content:center;margin-right:10px;padding:0 10px;cursor:pointer}@media(min-width:576px){.header__toggle{display:none}}.header__toggle-line{height:2px;background-color:#222325;width:100%;margin:3px 0}.header__navbar{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);background-color:#f0f0f0;position:absolute;z-index:1310;top:50px;left:0;width:100%;display:none}.header__navbar_visible{display:block}@media(min-width:576px){.header__navbar_visible{display:none}}.header__navbar-list{display:flex;flex-direction:column}.header__navbar-link{display:flex;align-items:center;text-decoration:none;text-transform:uppercase;margin:5px 0;padding-left:5px;color:inherit}.header__navbar-link_active .header__navbar-icon,.header__navbar-link_active .header__navbar-title{opacity:1}.header__navbar-title{font-size:18px;margin-left:10px;opacity:.3}.header__navbar-icon{width:20px;height:20px;opacity:.3}.header__page{text-transform:uppercase;font-size:18px}@media(min-width:576px){.header__page{font-size:24px}}.header__callback{display:flex;flex-direction:column;justify-content:center;border:2px solid #41c6eb;border-radius:6px;padding:5px;cursor:pointer;width:40px;height:40px;color:#41c6eb;font-size:20px}@media(min-width:576px){.header__callback{width:43px;height:43px}}.header__callback-text{text-transform:uppercase;font-size:9px}.header__user{display:flex;align-items:flex-end}.header__user-city{font-weight:500;margin-right:10px;color:#41c6eb}.header__user-wrapper{display:none;flex-direction:column;align-items:flex-end;justify-content:center;margin-left:15px}@media(min-width:576px){.header__user-wrapper{display:flex}}.header__user-name{font-weight:500;font-size:14px}.header__user-info{display:flex;justify-content:space-between;margin-top:8px}.header__user-time{background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 7px;font-size:10px;min-height:18px;min-width:135px;text-align:center}.button{height:36px;min-width:36px;padding:0;border-radius:6px;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:18px}.button[data-style=small]{height:26px;min-width:26px;font-size:15px;border-radius:4px}.button[data-paint=gray]{background-color:#f0f0f0;color:#222325}@media(hover:hover){.button[data-paint=gray]:hover{background-color:#fff}}.button[data-paint=gray]:active{background-color:#fff;box-shadow:none}.button[data-paint=blue]{background-color:#41c6eb;color:#fff}@media(hover:hover){.button[data-paint=blue]:hover{background-color:#2bb1d6}}.button[data-paint=blue]:active{background-color:#2bb1d6;box-shadow:none}.button[data-paint=blue]:disabled{background-color:#f0f0f0;cursor:auto;pointer-events:none;color:#9b9b9b}.button[data-paint=blue]:disabled .button__action{opacity:.5}.button:disabled{cursor:auto;pointer-events:none;color:#9b9b9b}.button:disabled .button__action{opacity:.5}.button__icon{padding:0 4px;width:25px}.button__action[data-color=blue]{color:#41c6eb}.button__action[data-color=red]{color:#ff8168}.button__action[data-color=grey]{color:#787878}.button__text{min-width:134px;padding:0 28px;font-family:Avenir;font-size:12px}.switch{position:relative;display:inline-block;width:44px;min-width:44px;height:22px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.switch[data-paint=blue] .switch__checkbox:checked+.switch__slider{background-color:#41c6eb}.switch[data-paint=blue] .switch__checkbox:focus+.switch__slider{box-shadow:0 0 1px #41c6eb}.switch[data-paint=orange] .switch__checkbox:checked+.switch__slider{background-color:#ffb946}.switch[data-paint=orange] .switch__checkbox:focus+.switch__slider{box-shadow:0 0 1px #ffb946}.switch[data-paint=dark] .switch__checkbox:checked+.switch__slider{background-color:#363636}.switch[data-paint=dark] .switch__checkbox:focus+.switch__slider{box-shadow:0 0 1px #363636}.switch[data-paint=light] .switch__checkbox:checked+.switch__slider{background-color:#fff}.switch[data-paint=light] .switch__checkbox:checked+.switch__slider:before{background-color:#a6a6a6}.switch[data-paint=light] .switch__checkbox:focus+.switch__slider{box-shadow:0 0 1px #fff}.switch__checkbox{opacity:0;width:0;height:0}.switch__checkbox:checked+.switch__slider:before{transform:translateX(22px)}.switch__checkbox:checked+.switch__slider .switch__symbol{left:8px;right:auto}.switch__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:22px}.switch__slider:before{position:absolute;content:"";height:12px;width:12px;left:4px;bottom:5px;background-color:#fff;transition:.4s;border-radius:50%}.switch__symbol{position:absolute;right:8px;color:#fff;line-height:22px;transition:.4s}.dropdown{width:100%;height:36px;position:relative;border:1px solid transparent;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);border-radius:6px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:space-between}.dropdown[data-type=card] .dropdown__wrapper{justify-content:flex-start}.dropdown_valid{border-color:#41c6eb}.dropdown_valid .dropdown__list{border:1px solid #41c6eb;border-top:0}.dropdown_invalid{border-color:#ff8068}.dropdown_invalid .dropdown__list{border:1px solid #ff8068;border-top:0}.dropdown[data-paint=blue] .dropdown__field-text{color:#41c6eb;font-weight:500}.dropdown[data-paint=orange] .dropdown__field-text{color:#ffb946;font-weight:500}.dropdown[data-paint=orange] .dropdown__item:hover{color:#ffb946}.dropdown[data-paint=black] .dropdown__field-text{color:#363636;font-weight:500}.dropdown[data-paint=black] .dropdown__item:hover{color:#363636}.dropdown__field{width:calc(100% - 24px);cursor:pointer;z-index:1240;position:relative;display:flex;align-items:center;padding-right:15px}.dropdown__field,.dropdown__field-placeholder{height:20px;line-height:20px;font-size:12px;padding-left:13px}.dropdown__field-placeholder{position:absolute;left:0;width:100%;color:#9b9b9b;z-index:1}.dropdown__field-icon{margin-right:5px;width:15px}.dropdown__field-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown__list{position:absolute;top:25px;left:-1px;margin:0;padding:0 13px;list-style:none;width:calc(100% + 2px);background-color:#f0f0f0;z-index:1260;box-shadow:4px 4px 4px #dcdcdc,-4px 4px 4px rgba(247,247,249,.922);border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding-top:10px}.dropdown__list_invisible{display:none}.dropdown .ps{max-height:155px;padding:0 10px}.dropdown__item{display:flex;align-items:center;cursor:pointer;border-bottom:1px solid #d8d8d8;padding:8px 0;font-size:12px;color:#2b1a0a}.dropdown__item:hover{color:#41c6eb}.dropdown__item:first-of-type{border-top:1px solid #d8d8d8}.dropdown__item:last-of-type{border-bottom:0}.dropdown__item_selected{color:#41c6eb;font-weight:500}.dropdown__wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.dropdown__wrapper .dropdown__title{font-weight:500}.dropdown__button{height:100%;width:24px;min-width:24px;background:none;padding:0;border:0;border-top-right-radius:4px;border-bottom-right-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;z-index:1250}.dropdown__icon{position:absolute;left:2px;top:11px;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.dropdown__icon_rotate{border-color:#222325;top:14px;transform:rotate(225deg)}.input{height:36px;width:100%;padding-left:12px;padding-right:10px;font-family:Avenir;font-size:12px;border:1px solid transparent;border-radius:6px;background-color:#f0f0f0;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);color:#222325;-webkit-text-fill-color:#222325}.input[data-style=small]{height:26px;border-radius:4px}.input:disabled{border:1px solid #dcdcdc;box-shadow:none;-webkit-text-fill-color:#222325;opacity:1}.input:focus{background-color:#fff}.input::-moz-placeholder{color:#9b9b9b}.input::placeholder{color:#9b9b9b}.input:-webkit-autofill,.input:-webkit-autofill:focus,.input:-webkit-autofill:hover{background-color:#f0f0f0;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922)}.input[data-align=center]{text-align:center;padding-left:10px;padding-right:10px}.input_valid{border-color:#41c6eb}.input_invalid{border-color:#ff8068}.picker{width:100%;height:36px;position:relative;border:1px solid transparent;border-radius:6px;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);background-color:#f0f0f0;display:flex;align-items:center;justify-content:space-between}.picker_valid{border-color:#41c6eb}.picker_invalid{border-color:#ff8068}.picker[data-paint=blue] .picker__field-text{color:#41c6eb;font-weight:500}.picker[data-paint=orange] .picker__field-text{color:#f5b142;font-weight:500}.picker__field{width:100%;cursor:pointer;z-index:1240;font-size:12px;position:relative;display:flex;align-items:center;justify-content:center;padding:6px 5px}.picker__list{position:absolute;top:23px;left:-1px;margin:0;padding:0 13px;list-style:none;width:calc(100% + 2px);background-color:#f0f0f0;z-index:1260;box-shadow:4px 4px 4px #dcdcdc,-4px 4px 4px rgba(247,247,249,.922);border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding-top:10px;height:100px;overflow-y:scroll}.picker__list_invisible{display:none}.picker__item{display:flex;align-items:center;justify-content:center;cursor:pointer;border-bottom:1px solid #d8d8d8;padding:8px 0;font-size:12px;color:#2b1a0a;text-transform:uppercase}.picker__item:hover{color:#41c6eb}.picker__item:first-of-type{border-top:1px solid #d8d8d8}.picker__item:last-of-type{border-bottom:0}.picker__wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.picker__wrapper .picker__title{font-weight:500}.modal[data-v-40e40a51]{position:fixed;left:0;top:0;right:0;bottom:0;overflow-y:scroll;background-color:hsla(0,0%,94%,.8);z-index:1320;padding:50px 0}.modal__window[data-v-40e40a51]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);position:relative;width:calc(100% - 60px);margin:0 auto;padding:20px}@media(min-width:576px){.modal__window[data-v-40e40a51]{width:400px;padding:50px}}.modal__close[data-v-40e40a51]{position:absolute;top:25px;right:25px;display:flex;border:0;background:none;padding:0;cursor:pointer}.modal__header[data-v-40e40a51]{font-weight:500;font-size:14px;color:#2b1a0a;text-align:center}.modal__body[data-v-40e40a51]{font-size:14px;margin:20px 0;color:#2b1a0a}.modal__block[data-v-40e40a51]{margin-bottom:10px;width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;position:relative}.modal__block[data-kind=triple] .modal__subblock[data-v-40e40a51]{width:calc(33.33333% - 8px)}.modal__block[data-kind=setup] .modal__subblock[data-v-40e40a51]{width:100%;margin-bottom:10px}.modal__block[data-kind=setup] .modal__subblock[data-v-40e40a51]:last-of-type{margin-bottom:0}.modal__block[data-kind=setup] .modal__subblock input[data-v-40e40a51]{margin-right:10px}.modal__block[data-kind=module][data-v-40e40a51]{align-items:flex-end}.modal__block[data-kind=module] .modal__subblock[data-v-40e40a51]{width:calc(50% - 28px)}.modal__block[data-kind=file][data-v-40e40a51]{align-items:flex-end}.modal__block[data-kind=file] .modal__subblock[data-v-40e40a51]{width:calc(100% - 46px)}.modal__modules[data-v-40e40a51]{width:100%}.modal__module[data-v-40e40a51]{margin-top:10px;width:100%;display:flex;justify-content:space-between}.modal__subblock[data-v-40e40a51]{width:calc(50% - 5px);position:relative}.modal__file[data-v-40e40a51]{display:flex;align-items:center;justify-content:center;height:36px;min-width:36px;padding:0;border-radius:6px;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);border:0;cursor:pointer;overflow-x:hidden;font-size:18px}.modal__file-input[data-v-40e40a51]{position:absolute;width:0;height:0;opacity:0;overflow:hidden;z-index:-1}.modal__file-action[data-v-40e40a51]{color:#41c6eb}.modal__wrapper[data-v-40e40a51]{display:flex;justify-content:space-between;align-items:center}.modal__title[data-v-40e40a51]{font-size:9px;margin-bottom:6px;color:#9b9b9b}.modal__error[data-v-40e40a51]{position:absolute;left:0;top:100%;font-size:9px;color:#ff8068}.modal__footer[data-v-40e40a51]{display:flex;flex-direction:column;justify-content:space-between}.modal__footer button[data-v-40e40a51]{width:100%;margin-bottom:10px}.modal__footer button[data-v-40e40a51]:last-of-type{margin-bottom:0}@media(min-width:576px){.modal__footer[data-v-40e40a51]{flex-direction:row}.modal__footer button[data-v-40e40a51]{margin-bottom:0}.modal__footer button[data-v-40e40a51]:first-of-type{width:180px}.modal__footer button[data-v-40e40a51]:last-of-type{width:110px}.modal__footer button[data-v-40e40a51]:only-child{width:100%}}.popup[data-v-1062ced0]{position:fixed;left:0;top:0;right:0;bottom:0;overflow-y:scroll;background-color:hsla(0,0%,94%,.8);z-index:1320;opacity:1}.popup__window[data-v-1062ced0]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);position:relative;top:100px;width:calc(100% - 60px);margin:0 auto;padding:20px;transform:scale(1);transition:transform .5s ease-in-out}@media(min-width:576px){.popup__window[data-v-1062ced0]{width:400px;padding:50px}}.popup__header[data-v-1062ced0]{font-weight:500;font-size:14px;color:#2b1a0a;text-align:center}.popup__body[data-v-1062ced0]{font-size:14px;margin:20px 0;color:#2b1a0a;text-align:center}.popup__footer[data-v-1062ced0]{display:flex;flex-direction:column;justify-content:space-between}.popup__footer button[data-v-1062ced0]{width:100%;margin-bottom:10px}.popup__footer button[data-v-1062ced0]:last-of-type{margin-bottom:0}@media(min-width:576px){.popup__footer[data-v-1062ced0]{flex-direction:row}.popup__footer button[data-v-1062ced0]{margin-bottom:0}.popup__footer button[data-v-1062ced0]:first-of-type{width:180px}.popup__footer button[data-v-1062ced0]:last-of-type{width:110px}.popup__footer button[data-v-1062ced0]:only-child{width:100%}}.viewer[data-v-c809975a]{position:fixed;left:0;top:0;right:0;bottom:0;background-color:hsla(0,0%,94%,.8);z-index:1320;opacity:1}.viewer__window[data-v-c809975a]{position:relative;top:50px;width:800px;margin:0 auto}.viewer__header[data-v-c809975a]{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #bcbcbc;padding-bottom:20px}.viewer__header-name[data-v-c809975a]{font-weight:500;font-size:14px;color:#2b1a0a}.viewer__header-control[data-v-c809975a]{display:flex}.viewer__header-control button[data-v-c809975a]:last-of-type{margin-left:10px}.viewer__body[data-v-c809975a]{font-size:14px;margin:20px 0;color:#2b1a0a;border:1px solid #bcbcbc;background-color:#f0f0f0;text-align:center;height:calc(100vh - 150px);overflow-y:scroll}.viewer__image[data-v-c809975a]{width:100%;margin-bottom:10px}.viewer__image[data-v-c809975a]:last-of-type{margin-bottom:0}.preloader{position:fixed;left:0;top:0;right:0;bottom:0;background-color:hsla(0,0%,97%,.9);opacity:1;z-index:1350;display:flex;align-items:center;justify-content:center}.preloader_invisible{background-color:#fff;opacity:0;z-index:-1;transition:opacity .2s ease-out,background-color .2s,z-index .2s}.preloader_invisible .popup__image{transform:scale(0)}.preloader__image{display:block;position:relative;height:100px;width:100px;transform:scale(1);transition:transform .5s ease-in-out}.sidebar[data-v-56c01dad]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:8px;margin-right:15px;display:none}@media(min-width:576px){.sidebar[data-v-56c01dad]{display:block}}.sidebar__list[data-v-56c01dad]{display:flex;flex-direction:column}.sidebar__link[data-v-56c01dad]{text-decoration:none;padding:12px;border-bottom:1px solid #d4d4d4;position:relative}.sidebar__link[data-v-56c01dad]:last-of-type{border:0}.sidebar__link_active .sidebar__icon[data-v-56c01dad]{opacity:1}.sidebar__icon[data-v-56c01dad]{width:20px;height:20px;opacity:.3}.sidebar__badge[data-v-56c01dad]{position:absolute;right:0;top:5px;display:flex;align-items:center;justify-content:center;height:17px;min-width:17px;color:#fff;background-color:#93e046;font-size:10px;border-radius:10px;z-index:100}*,:after,:before{box-sizing:border-box}html{font-size:14px;font-family:Avenir;-webkit-text-size-adjust:100%}body,html{height:100%}body{margin:0;padding:10px;min-width:375px;background-color:#f0f0f0;color:#222325}body[data-theme=dark]{background-color:#181818;color:#ebebeb}a,button,input,select,textarea{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.page{display:flex;align-items:flex-start}.container{margin:0 auto;display:flex;flex-wrap:wrap;width:100%;padding:0 20px}.dp__main{position:relative;z-index:1290}.dp__main input{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);height:36px!important;width:100%;padding-left:12px;padding-right:10px;font-family:Avenir;font-size:12px;border:1px solid transparent;color:#222325}.dp__main input:hover{border-color:transparent;cursor:auto}.confirm[data-v-0a01805b]{width:100%;height:100vh;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.confirm__wrapper[data-v-0a01805b]{display:flex;flex-direction:column;align-items:center;width:calc(100% - 60px)}@media(min-width:576px){.confirm__wrapper[data-v-0a01805b]{width:400px}}.confirm__logo[data-v-0a01805b]{width:50px;margin-bottom:24px}@media(min-width:576px){.confirm__logo[data-v-0a01805b]{margin-bottom:44px}}.confirm__title[data-v-0a01805b]{width:100%;margin-bottom:20px;text-transform:uppercase;text-align:center;font-size:24px}.confirm__form[data-v-0a01805b]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;padding:20px}@media(min-width:576px){.confirm__form[data-v-0a01805b]{padding:46px 40px 25px}}.confirm__form-body[data-v-0a01805b]{text-align:center}.confirm__form-footer[data-v-0a01805b]{display:flex;flex-direction:column;margin-top:20px}@media(min-width:576px){.confirm__form-footer[data-v-0a01805b]{flex-direction:row;justify-content:space-between;margin-top:50px}}.confirm__form-footer button[data-v-0a01805b]{width:100%}.extend[data-v-0d55b92f]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-bottom:20px}@media(min-width:768px){.extend[data-v-0d55b92f]{min-height:calc(100vh - 20px)}}.extend__wrapper[data-v-0d55b92f]{display:flex;flex-direction:column;align-items:center;width:100%}@media(min-width:576px){.extend__wrapper[data-v-0d55b92f]{width:400px}}.extend__logo[data-v-0d55b92f]{width:50px;margin-bottom:24px}@media(min-width:576px){.extend__logo[data-v-0d55b92f]{margin-bottom:44px}}.extend__title[data-v-0d55b92f]{width:100%;margin-bottom:20px;text-transform:uppercase;text-align:center;font-size:24px}.extend__form[data-v-0d55b92f]{width:100%;border-radius:6px;background-color:#f0f0f0;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:20px}@media(min-width:576px){.extend__form[data-v-0d55b92f]{padding:46px 40px 25px}}.extend__form-block[data-v-0d55b92f]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px;position:relative}.extend__form-block[data-v-0d55b92f]:last-of-type{margin-bottom:0}.extend__form-subblock[data-v-0d55b92f]{display:flex;align-items:center}.extend__form-title[data-v-0d55b92f]{font-size:9px;margin-bottom:6px;color:#9b9b9b}.extend__form-error[data-v-0d55b92f]{position:absolute;left:0;top:100%;font-size:9px;color:#ff8068}.extend__form-link[data-v-0d55b92f]{font-size:12px;color:#41c6eb}.extend__form-input[data-v-0d55b92f]{height:30px;background:transparent;box-shadow:inset 5px 5px 5px rgba(0,0,0,.106),inset -5px -5px 9px hsla(0,0%,100%,.5);border:0;border-radius:4px;width:100%;font-size:9px;color:#969696;padding-left:13px}.extend__form-footer[data-v-0d55b92f]{display:flex;flex-direction:column;margin-top:20px}.extend__form-footer button[data-v-0d55b92f]{width:100%}.singleinput{height:36px;width:36px;font-family:Avenir;font-size:12px;background:transparent;border:1px solid transparent;border-radius:6px;background-color:#f0f0f0;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);color:#222325;text-align:center;-webkit-text-fill-color:#222325}.singleinput:disabled{border:1px solid #dcdcdc;box-shadow:none;-webkit-text-fill-color:#222325;opacity:1}.singleinput:focus{background-color:#fff}.singleinput::-moz-placeholder{color:#9b9b9b}.singleinput::placeholder{color:#9b9b9b}.singleinput:-webkit-autofill,.singleinput:-webkit-autofill:focus,.singleinput:-webkit-autofill:hover{background-color:#f0f0f0;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922)}.singleinput_valid{border-color:#41c6eb}.singleinput_invalid{border-color:#ff8068}.invite[data-v-e36ba606]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-bottom:20px}@media(min-width:768px){.invite[data-v-e36ba606]{min-height:calc(100vh - 20px)}}.invite__wrapper[data-v-e36ba606]{display:flex;flex-direction:column;align-items:center;width:100%}.invite__logo[data-v-e36ba606]{width:50px;margin-bottom:24px}@media(min-width:576px){.invite__logo[data-v-e36ba606]{margin-bottom:44px}}.invite__title[data-v-e36ba606]{width:100%;margin-bottom:20px;text-transform:uppercase;text-align:center;font-size:24px}.invite__forms[data-v-e36ba606]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;padding:20px}@media(min-width:768px){.invite__forms[data-v-e36ba606]{flex-direction:row;width:720px;padding:46px 40px 25px}}.invite__form[data-v-e36ba606]{width:100%;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:768px){.invite__form[data-v-e36ba606]{width:50%}}.invite__form[data-v-e36ba606]:first-of-type{padding-bottom:20px;border-bottom:1px solid #e1e1e1}@media(min-width:768px){.invite__form[data-v-e36ba606]:first-of-type{padding-right:40px;padding-bottom:0;border-right:1px solid #e1e1e1;border-bottom:0}}.invite__form:first-of-type .invite__form-body[data-v-e36ba606]{display:flex;flex-direction:column;justify-content:center;align-items:center}.invite__form:first-of-type .invite__form-footer[data-v-e36ba606]{justify-content:center}.invite__form[data-v-e36ba606]:last-of-type{padding-top:20px}@media(min-width:768px){.invite__form[data-v-e36ba606]:last-of-type{padding-left:40px;padding-top:0}}.invite__form:last-of-type .invite__form-body[data-v-e36ba606]{display:flex;flex-direction:column;justify-content:center;align-items:center}.invite__form:last-of-type .invite__form-footer[data-v-e36ba606]{justify-content:center}.invite__form-headline[data-v-e36ba606]{font-size:12px;text-align:center;color:#222325;margin-bottom:20px}.invite__form-value[data-v-e36ba606]{font-weight:500}.invite__form-block[data-v-e36ba606]{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px;position:relative}.invite__form-block[data-v-e36ba606]:last-of-type{margin-bottom:0}.invite__form-subblock[data-v-e36ba606]{display:flex;align-items:center}.invite__form-title[data-v-e36ba606]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.invite__form-code[data-v-e36ba606]{display:flex;justify-content:space-between;width:180px}.invite__form-error[data-v-e36ba606]{position:absolute;top:100%;font-size:9px;color:#ff8068}.invite__form-button[data-v-e36ba606]{color:#41c6eb;border:0;background:none;padding:0;cursor:pointer}.invite__form-button[data-v-e36ba606]:hover{text-decoration:underline}.invite__form-button[data-v-e36ba606]:disabled{pointer-events:none}.invite__form-text[data-v-e36ba606]{font-size:12px;text-align:center;color:#222325;margin-bottom:40px}.invite__form-text[data-v-e36ba606]:last-of-type{margin-bottom:0}.invite__form-footer[data-v-e36ba606]{display:flex;justify-content:space-between;margin-top:27px}.invite__form-footer button[data-v-e36ba606]{width:100%}.invite__notice[data-v-e36ba606]{font-size:7px;margin-top:16px}.invite__notice-link[data-v-e36ba606]{color:#41c6eb}.login[data-v-58fd6058]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-bottom:20px}@media(min-width:768px){.login[data-v-58fd6058]{min-height:calc(100vh - 20px)}}.login__wrapper[data-v-58fd6058]{display:flex;flex-direction:column;align-items:center;width:100%}@media(min-width:576px){.login__wrapper[data-v-58fd6058]{width:400px}}.login__logo[data-v-58fd6058]{width:50px;margin-bottom:24px}@media(min-width:576px){.login__logo[data-v-58fd6058]{margin-bottom:44px}}.login__title[data-v-58fd6058]{width:100%;margin-bottom:20px;text-transform:uppercase;text-align:center;font-size:24px}.login__form[data-v-58fd6058]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;padding:20px}@media(min-width:576px){.login__form[data-v-58fd6058]{padding:46px 40px 25px}}.login__form-block[data-v-58fd6058]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px;position:relative}.login__form-block[data-v-58fd6058]:last-of-type{margin-bottom:0}.login__form-subblock[data-v-58fd6058]{display:flex;align-items:center}.login__form-title[data-v-58fd6058]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.login__form-error[data-v-58fd6058]{position:absolute;top:100%;font-size:9px;color:#ff8068}.login__form-link[data-v-58fd6058]{font-size:12px;color:#41c6eb}.login__form-footer[data-v-58fd6058]{display:flex;flex-direction:column;margin-top:20px}@media(min-width:576px){.login__form-footer[data-v-58fd6058]{flex-direction:row;justify-content:space-between}}.login__form-footer button[data-v-58fd6058]{width:100%}.login__form-footer2[data-v-58fd6058]{display:flex;flex-direction:column;margin-top:20px;padding-top:20px;border-top:1px solid #dcdcdc}@media(min-width:576px){.login__form-footer2[data-v-58fd6058]{justify-content:space-between}}.login__form-footer2 button[data-v-58fd6058]{width:100%}.login__form-footer2 button[data-v-58fd6058]:first-of-type{margin-bottom:10px}.login__form-errors[data-v-58fd6058]{margin-top:10px;font-size:12px;color:#ff8068}.login__notice[data-v-58fd6058]{font-size:12px;margin-top:16px;text-align:center}.login__notice-link[data-v-58fd6058]{color:#41c6eb}.nothing[data-v-b1f62a58]{width:100%;margin:0 auto;max-width:1200px}.nothing__headline[data-v-b1f62a58]{font-family:Avenir;font-size:30px;font-weight:400}.notification[data-v-751d8686]{display:flex;justify-content:space-between;width:100%;margin-bottom:10px;padding:20px;border-radius:6px;background-color:#ffcb3b;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922)}.notification_error[data-v-751d8686]{background-color:#ff8068}.notification__title[data-v-751d8686]{font-size:14px;font-weight:700;color:#2b1a0a;text-transform:uppercase;margin-bottom:5px}.notification__text[data-v-751d8686]{font-size:12px;color:#2b1a0a}.notification__strong[data-v-751d8686]{font-weight:700}.notification__control[data-v-751d8686]{display:flex;flex-direction:column;align-items:center;margin-top:10px}@media(min-width:576px){.notification__control[data-v-751d8686]{flex-direction:row}}@media(min-width:768px){.notification__control[data-v-751d8686]{flex-direction:column;width:27%}}@media(min-width:992px){.notification__control[data-v-751d8686]{flex-direction:row;width:auto}}.notification__link[data-v-751d8686]{text-decoration:none;background-color:#222325;font-size:12px;font-weight:500;color:#fff;border-radius:6px;margin-bottom:10px;height:36px;padding:10px 13px;width:100%;text-align:center}@media(min-width:576px){.notification__link[data-v-751d8686]{width:50%;margin-right:10px;margin-bottom:0}}@media(min-width:768px){.notification__link[data-v-751d8686]{width:100%;margin-right:0;margin-bottom:10px}}@media(min-width:992px){.notification__link[data-v-751d8686]{width:auto;margin-right:10px;margin-bottom:0}}.notification__ok[data-v-751d8686]{width:100%;height:36px;background-color:#fff;border-radius:6px;border:0;font-size:12px;color:#e8b423;cursor:pointer}@media(min-width:576px){.notification__ok[data-v-751d8686]{width:50%}}@media(min-width:768px){.notification__ok[data-v-751d8686]{width:100%}}@media(min-width:992px){.notification__ok[data-v-751d8686]{width:36px}}.checkbox{position:relative;display:flex;width:28px;min-width:28px;height:28px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:6px;background-color:#f0f0f0;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922)}.checkbox[data-disabled=true]{border:1px solid #dcdcdc;box-shadow:none;pointer-events:none}.checkbox:hover{border-color:#1aba03}.checkbox__input{position:absolute;width:0;height:0;opacity:0}.checkbox__input:checked~.checkbox__checkmark{display:block}.checkbox__checkmark{position:absolute;left:9.3333333333px;top:4.6666666667px;display:none;width:9.3333333333px;height:14px;border:solid #41c6eb;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.chevron{position:relative;background:none;padding:0;border:0;height:20px;width:20px;cursor:pointer}.chevron[data-orient=down] .chevron__checkmark{border-color:#bcbcbc;border-style:solid;top:2px;transform:rotate(45deg)}.chevron[data-orient=up] .chevron__checkmark{border-color:#222325;border-style:solid;top:8px;transform:rotate(225deg)}.chevron__checkmark{position:absolute;left:4px;width:12px;height:12px;border-width:0 2px 2px 0}.slider[data-v-ea6f0380]{background-color:#fff;border-radius:8px;box-shadow:inset 0 5px 8px #dcdcdc}.slider[data-type=horizontal][data-v-ea6f0380]{display:flex;align-items:center;height:16px;padding:5px 8px}.slider[data-type=vertical][data-v-ea6f0380]{display:inline-block;width:16px;min-height:90px;padding:2px 5px}.slider[data-type=vertical] .slider__range[data-v-ea6f0380]{transform-origin:36px 36px;transform:rotate(-90deg);width:100%}.slider__range[data-v-ea6f0380]{-webkit-appearance:none;min-width:80px;width:100%;height:3px;margin:0;border-radius:1.5px;background-color:#b3b3b3}.slider__range[data-v-ea6f0380]::-webkit-slider-thumb{-webkit-appearance:none;height:30px;width:30px;border:12px solid #fff;border-radius:50%;background:#b3b3b3;cursor:pointer;box-shadow:0 0 1px 0 #555;-webkit-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}@media(min-width:768px){.slider__range[data-v-ea6f0380]::-webkit-slider-thumb{height:25px;width:25px;border:10px solid #fff}}.slider__range[data-v-ea6f0380]::-webkit-slider-thumb:hover{box-shadow:0 0 4px 0 #555}.slider__range[data-v-ea6f0380]::-moz-range-thumb{-webkit-appearance:none;height:30px;width:30px;border:12px solid #fff;border-radius:50%;background:#b3b3b3;cursor:pointer;box-shadow:0 0 1px 0 #555;-moz-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;box-sizing:border-box!important}.slider__range[data-v-ea6f0380]::-moz-range-thumb:hover{box-shadow:0 0 4px 0 #555}.slider__range[data-v-ea6f0380]:-ms-thumb{-webkit-appearance:none;height:30px;width:30px;border:12px solid #fff;border-radius:50%;background:#b3b3b3;cursor:pointer;box-shadow:0 0 1px 0 #555;-ms-transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out}.slider__range[data-v-ea6f0380]:-ms-thumb:hover{box-shadow:0 0 4px 0 #555}.slider__range[data-v-ea6f0380]::-webkit-slider-runnable-track{-webkit-appearance:none;box-shadow:none;border:none;background:transparent}.slider__range[data-v-ea6f0380]::-moz-range-track{-webkit-appearance:none;box-shadow:none;border:none;background:transparent}.slider__range[data-v-ea6f0380]::-ms-track{-webkit-appearance:none;box-shadow:none;border:none;background:transparent}.timepicker{width:100%;position:relative;border:1px solid transparent;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);border-radius:6px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:space-between}.timepicker_valid{border-color:#41c6eb}.timepicker_invalid{border-color:#ff8068}.timepicker[data-paint=blue] .timepicker__field-text{color:#41c6eb;font-weight:500}.timepicker[data-paint=orange] .timepicker__field-text{color:#f5b142;font-weight:500}.timepicker__field{width:100%;cursor:pointer;z-index:1250;font-size:12px;position:relative;display:flex;align-items:center;padding:6px 14px}.timepicker__hour:hover,.timepicker__minute:hover{color:#41c6eb}.timepicker__list{position:absolute;top:23px;left:-1px;margin:0;padding:0 5px 5px;list-style:none;width:calc(100% + 2px);background-color:inherit;z-index:1270;box-shadow:4px 4px 4px #dcdcdc,-4px 4px 4px rgba(247,247,249,.922);border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding-top:10px}.timepicker__list[data-unit=hour] .timepicker__item,.timepicker__list[data-unit=minute] .timepicker__item{justify-content:center}.timepicker__list_invisible{display:none}.timepicker .ps{height:200px;padding:0}.timepicker__item{display:flex;align-items:center;cursor:pointer;border-bottom:1px solid #d8d8d8;padding:8px 5px;font-size:12px;color:inherit;text-transform:uppercase;text-align:center}.timepicker__item:hover{color:#41c6eb}.timepicker__item:first-of-type{border-top:1px solid #d8d8d8}.timepicker__item:last-of-type{border-bottom:0}.timepicker__wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.timepicker__wrapper .timepicker__title{font-weight:500}.zone{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;border:2px solid #f0f0f0;padding:10px;margin-bottom:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.zone:last-of-type{margin-bottom:0}@media(min-width:768px){.zone{width:calc(50% - 10px);margin:5px}}@media(min-width:1300px){.zone{width:calc(33.33333% - 10px)}}@media(min-width:1600px){.zone{width:calc(25% - 10px)}}.zone_current{border:2px solid #41c6eb}.zone__body{position:relative}.zone__motion{position:absolute;right:3px;top:3px;font-size:20px;color:#ff8068}.zone__name{color:#222325;display:flex;justify-content:center;width:80%;margin:0 auto;margin-bottom:5px}.zone__name-input{border:1px solid transparent;border-radius:6px;background:none;font-family:inherit;text-transform:uppercase;font-weight:500;font-size:14px;text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px}.zone__name-input:hover{border:1px solid #dcdcdc}.zone__name-input:focus{border:1px solid #41c6eb}.zone__name-input_valid{border-color:#41c6eb}.zone__name-input_invalid{border-color:#ff8068!important}.zone__prog{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);margin-top:10px}.zone__prog-header{padding:15px;display:flex;justify-content:space-between}.zone__prog-title{text-transform:uppercase;font-weight:500;font-size:12px}.zone__prog-control{display:flex;align-items:center;justify-content:flex-end;margin-left:10px;width:15%}.zone__prog-button{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.zone__prog-button-icon{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.zone__prog-button-icon_rotate{border-color:#222325;top:3px;transform:rotate(225deg)}.zone__prog-body{padding:0 15px 15px}.zone__programs{display:flex;flex-direction:column;align-items:center}.zone__programs-title{margin-bottom:10px}.zone__programs-body,.zone__programs-title{font-size:14px;font-weight:500;text-transform:uppercase}.zone__programs-body{margin-left:5px;display:flex;justify-content:flex-start;align-items:center;min-height:20px}.zone__programs .zone__icon{width:20px;margin:0 5px 0 0}.zone__program{display:flex;align-items:center;margin:0 5px;font-size:14px;text-transform:uppercase}.zone__program:first-of-type{margin-left:0}.zone__program:last-of-type{margin-right:0}.zone__program[data-type=hum] .zone__program-title{color:#41c6eb}.zone__program[data-type=temp] .zone__program-title{color:#ffb946}.zone__program[data-type=carb] .zone__program-title{color:#363636}.zone__regime{width:100%;margin-top:15px}.zone__regime-channels{display:flex;width:100%;border-bottom:1px solid #dcdcdc}.zone__regime-channel{width:33.333333%;background-color:#f0f0f0;padding:5px;display:flex;align-items:center;cursor:pointer}.zone__regime-channel_active{border:1px solid #dcdcdc;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-color:transparent;margin-bottom:-1px}.zone__regime-channel_active .zone__regime-channel-name{margin-bottom:1px}.zone__regime-channel-name{width:100%;text-align:center}.zone__regime-body{padding:10px;border:1px solid #dcdcdc;border-top:0;border-radius:6px;border-top-left-radius:0;border-top-right-radius:0}.zone__regime-headline{font-size:12px;color:#222325;text-transform:uppercase}.zone__regime-activity{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.zone__regime-wrapper{margin-top:12px;display:flex;justify-content:space-between;align-items:flex-start}.zone__regime-schedule{margin-bottom:10px}.zone__regime-periods{margin-top:12px}.zone__regime-period{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.zone__regime-period[data-period=morning] .timepicker{background-color:#8bd341}.zone__regime-period[data-period=day] .timepicker{background-color:#ff6eda}.zone__regime-period[data-period=evening] .timepicker{background-color:#7976ff}.zone__regime-period[data-period=night] .timepicker{background-color:#3a95ff}.zone__regime-period:last-of-type{margin-bottom:0}.zone__regime-title{font-size:12px;font-weight:500;min-width:40px}.zone__regime-holder{display:flex;flex-grow:1;justify-content:flex-end;width:70%}.zone__regime-value{display:flex;justify-content:space-between;margin:0 10px}.zone__regime-value input{padding:5px;height:29px!important;margin-right:10px;text-align:center;flex-grow:1;width:calc(33.3333% - 5px)}.zone__regime-value input:last-of-type{margin-right:0}.zone__regime-range{display:flex}.zone__regime-range .timepicker{color:#fff}.zone__regime-days{display:flex}.zone__regime-day{display:flex;flex-direction:column;margin-right:10px;text-align:center}.zone__regime-day:last-of-type{margin-right:0}.zone__regime-day-name{margin-top:7px;font-size:12px}.zone__regime-icon{width:26px;height:26px;margin-top:2px}.zone__info{display:flex;margin-top:10px}.zone__caption{display:flex;flex-direction:column;justify-content:center;margin-right:15px;color:#363636;font-size:11px;font-weight:500}.zone__caption-line{background:#363636;border:0;width:100%;height:1px;margin:7px 0}.zone__indicator,.zone__indicators{display:flex;flex-grow:1;justify-content:space-between}.zone__indicator{position:relative;flex-direction:column;align-items:center;border-radius:6px;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);color:#fff;padding:5px 10px;width:calc(33.33333% - 10px);min-width:calc(33.33333% - 10px);min-height:75px}.zone__indicator:not(:last-of-type){margin-right:10px}.zone__indicator[data-param=temp]{background-color:#ffb946}.zone__indicator[data-param=hum]{background-color:#41c6eb}.zone__indicator[data-param=carb]{background-color:#363636}.zone__indicator[data-param=carb] .zone__cur,.zone__indicator[data-param=carb] .zone__set{display:flex;align-items:flex-start;flex-direction:column;align-items:center;margin-bottom:0}.zone__indicator[data-param=carb] .zone__cur-unit,.zone__indicator[data-param=carb] .zone__set-unit{font-size:7px;margin-top:-3px}.zone__set{font-size:19px;font-weight:500;margin-top:6px;white-space:nowrap}.zone__set svg{visibility:hidden}.zone__set-dash{font-weight:400}.zone__set-dash:not(:first-of-type){margin-left:3px}.zone__set-dash~.zone__set-unit{visibility:hidden}.zone__cur{display:flex;align-items:center;font-size:19px;font-weight:500;margin-bottom:6px}.zone__cur-wrapper{white-space:nowrap}.zone__cur-value{margin-left:2px}.zone__led{position:absolute;width:5px;height:5px;border-radius:50%;top:5px;right:5px}.zone__led_on{background:linear-gradient(212.01deg,#dfffbe 13.85%,#9eff3d 82.31%)}.zone__led_off{background:linear-gradient(208.61deg,#fc4f4f .59%,#ce0909 92.94%);background:none}.zone__errors{flex-wrap:wrap;margin-top:15px}.zone__error,.zone__errors{display:flex;margin-bottom:10px}.zone__error{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;align-items:center;justify-content:space-between;width:100%}.zone__error:last-of-type{margin-bottom:0}.zone__error-wrapper{display:flex;align-items:center}.zone__error-dot{background-color:#ff5e3f;width:4px;height:4px;display:inline-block;border-radius:50%;margin-right:9px}.zone__error-date{font-size:9px;color:#000}.zone__error-text{font-size:12px;color:#ff5e3f;text-transform:uppercase}.zone__footer{margin-top:10px}.zone__footer,.zone__params{display:flex;flex-direction:column}.zone__param{display:flex;flex-wrap:wrap;margin-bottom:10px;padding:10px;border:2px solid transparent;border-radius:6px}.zone__param[data-param=hum]{border-color:#41c6eb}.zone__param[data-param=hum] .zone__set{color:#41c6eb}.zone__param[data-param=temp]{border-color:#ffb946}.zone__param[data-param=temp] .zone__set{color:#ffb946}.zone__param[data-param=carb]{border-color:#363636}.zone__param[data-param=carb] .zone__set{color:#363636}.zone__wrapper{width:100%;display:flex;align-items:flex-end;margin-bottom:10px}.zone__toggles{display:flex;flex-direction:column}.zone__limits,.zone__toggles .switch:first-of-type{margin-bottom:10px}.zone__limits{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.zone__limits:last-of-type{margin-bottom:0}.zone__limit{width:calc(50% - 5px);margin-top:5px}.zone__tuner{display:flex;flex-grow:1;flex-direction:column;align-items:flex-start;margin-left:10px}.zone__tuner .slider{width:100%;margin:4px 0}.zone__icon{width:28px;margin-left:10px;margin-bottom:-3px}.zone__block{width:100%;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;position:relative;margin-bottom:10px}.zone__block:not(:first-of-type){margin-top:10px}.zone__modules{display:flex;flex-wrap:wrap}.zone__module{width:100%;display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:10px}.zone__module:last-of-type{margin-bottom:0}.zone__title{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.zone__subblock{position:relative}.zone__subblock:first-of-type{width:calc(50% - 5px)}.zone__subblock:last-of-type{width:calc(50% - 51px)}.zone__control{display:flex;flex-direction:column;margin-top:10px}@media(min-width:576px){.zone__control{flex-direction:row;justify-content:space-between}}.zone__control .button{width:100%}.zone__control .button:first-of-type{margin-bottom:10px}@media(min-width:576px){.zone__control .button{width:calc(50% - 5px)}.zone__control .button:first-of-type{margin-bottom:0}}.zone__arrow{display:flex;justify-content:center;margin-top:15px}.objects[data-v-6a2ce130]{position:relative;width:100%}@media(min-width:576px){.objects[data-v-6a2ce130]{width:calc(100% - 75px)}}.objects__content[data-v-6a2ce130]{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;position:relative;padding-bottom:50px}@media(min-width:576px){.objects__content[data-v-6a2ce130]{padding-bottom:100px}}.objects__navbar[data-v-6a2ce130]{width:100%;margin-bottom:20px}.objects__navbar_error[data-v-6a2ce130]{filter:blur(2px);pointer-events:none}.objects__navbar-list[data-v-6a2ce130]{padding:0;margin:0;list-style:none;width:100%;display:flex;flex-wrap:wrap;flex-direction:column}@media(min-width:768px){.objects__navbar-list[data-v-6a2ce130]{flex-direction:row;margin-left:-5px;margin-right:-5px;margin-top:-5px;margin-bottom:-10px;width:calc(100% + 10px)}}.objects__navbar-item[data-v-6a2ce130]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;width:100%;border:2px solid #f0f0f0;padding:10px;margin-bottom:10px;cursor:pointer}.objects__navbar-item[data-v-6a2ce130]:last-of-type{margin-bottom:0}@media(min-width:768px){.objects__navbar-item[data-v-6a2ce130]{width:calc(50% - 10px);margin:5px}.objects__navbar-item[data-v-6a2ce130]:last-of-type{margin-bottom:5px}}@media(min-width:992px){.objects__navbar-item[data-v-6a2ce130]{width:calc(33.33333% - 10px)}}@media(min-width:1300px){.objects__navbar-item[data-v-6a2ce130]{width:calc(25% - 10px)}}.objects__navbar-item_current[data-v-6a2ce130]{border:2px solid #41c6eb}.objects__navbar-item_current .objects__navbar-avatar[data-v-6a2ce130]{background-color:#fff}.objects__navbar-item_current .objects__navbar-name[data-v-6a2ce130]{color:#222325}.objects__navbar-avatar[data-v-6a2ce130]{width:40px;min-width:40px;height:40px;border-radius:2px;background-color:#ddd;display:flex;align-items:center;justify-content:center}.objects__navbar-info[data-v-6a2ce130]{display:flex;flex-direction:column;margin-left:10px;overflow:hidden}.objects__navbar-name[data-v-6a2ce130]{font-weight:500;font-size:14px;color:#222325;text-transform:uppercase}.objects__navbar-feature[data-v-6a2ce130]{margin-top:5px;font-size:10px;color:#9b9b9b;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.objects__zones[data-v-6a2ce130]{width:100%;display:flex;flex-direction:column}.objects__zones_error[data-v-6a2ce130]{filter:blur(2px);pointer-events:none}@media(min-width:768px){.objects__zones[data-v-6a2ce130]{flex-wrap:wrap;flex-direction:row;align-items:flex-start;margin-left:-5px;margin-right:-5px;margin-top:-10px;margin-bottom:20px;width:calc(100% + 10px)}}.objects .about[data-v-6a2ce130]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px;margin-bottom:20px}.objects .about_error[data-v-6a2ce130]{filter:blur(2px);pointer-events:none}.objects .about__header[data-v-6a2ce130]{display:flex;justify-content:space-between;width:100%;padding-bottom:10px;cursor:pointer}.objects .about__wrapper[data-v-6a2ce130]{display:flex;flex-wrap:wrap;justify-content:space-between;width:65%}@media(min-width:1300px){.objects .about__wrapper[data-v-6a2ce130]{flex-wrap:nowrap;justify-content:flex-start;width:auto;flex-direction:row;align-items:center}}.objects .about__name[data-v-6a2ce130]{width:100%;margin-bottom:10px;position:relative}@media(min-width:992px){.objects .about__name[data-v-6a2ce130]{width:200px}}@media(min-width:1300px){.objects .about__name[data-v-6a2ce130]{margin-right:10px;margin-bottom:0}}.objects .about__address[data-v-6a2ce130]{width:100%;margin-bottom:10px;position:relative}@media(min-width:1300px){.objects .about__address[data-v-6a2ce130]{width:310px;margin-bottom:0;margin-right:10px}}.objects .about__service[data-v-6a2ce130]{width:100%;margin-bottom:10px;position:relative}@media(min-width:768px){.objects .about__service[data-v-6a2ce130]{width:calc(50% - 5px)}}@media(min-width:1300px){.objects .about__service[data-v-6a2ce130]{width:210px;margin-bottom:0;margin-right:10px}}.objects .about__mileage[data-v-6a2ce130]{width:100%;margin-bottom:10px;position:relative}@media(min-width:768px){.objects .about__mileage[data-v-6a2ce130]{width:calc(50% - 5px)}}@media(min-width:1300px){.objects .about__mileage[data-v-6a2ce130]{width:210px;margin-bottom:0}}.objects .about__info[data-v-6a2ce130]{display:flex;flex-direction:column;align-items:flex-end}@media(min-width:768px){.objects .about__info[data-v-6a2ce130]{flex-direction:row;align-items:center}}.objects .about__state[data-v-6a2ce130]{font-size:12px;color:#fff;border-radius:10px;margin:5px 0;padding:2px 10px;min-width:92px;text-align:center}.objects .about__state_disabled[data-v-6a2ce130]{background-color:gray}.objects .about__state_enabled[data-v-6a2ce130]{background-color:#3dd371}.objects .about__state_error[data-v-6a2ce130]{background-color:#ff7156}.objects .about__state_active[data-v-6a2ce130]{background-color:#41c6eb}.objects .about__state_inactive[data-v-6a2ce130]{background-color:#ccc}@media(min-width:768px){.objects .about__state[data-v-6a2ce130]{margin:0 10px}}.objects .about__control[data-v-6a2ce130]{display:flex;align-items:center;justify-content:flex-end;margin-top:15px;width:35%;margin-left:10px}@media(min-width:576px){.objects .about__control[data-v-6a2ce130]{width:30%}}.objects .about__button[data-v-6a2ce130]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.objects .about__button-icon[data-v-6a2ce130]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.objects .about__button-icon_rotate[data-v-6a2ce130]{border-color:#222325;top:3px;transform:rotate(225deg)}.objects .about__contract[data-v-6a2ce130]{font-size:12px;font-weight:500;margin:5px 0 11px}.objects .about__params[data-v-6a2ce130]{display:flex;flex-wrap:wrap;padding-bottom:20px}@media(min-width:576px){.objects .about__params[data-v-6a2ce130]{margin-left:-5px;margin-right:-5px}}.objects .about__param[data-v-6a2ce130]{width:100%;margin-bottom:10px}@media(min-width:576px){.objects .about__param[data-v-6a2ce130]{width:calc(50% - 10px);margin:5px}}@media(min-width:992px){.objects .about__param[data-v-6a2ce130]{width:calc(25% - 10px)}}.objects .about__title[data-v-6a2ce130]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.objects .about__error[data-v-6a2ce130]{position:absolute;left:0;top:100%;font-size:9px;color:#ff8068}.objects .about__vacation[data-v-6a2ce130]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;padding:10px 15px;margin-bottom:10px;display:flex;justify-content:space-between}.objects .about__vacation-title[data-v-6a2ce130]{font-size:12px;font-weight:500;text-transform:uppercase}.objects .about__vacation-description[data-v-6a2ce130]{font-size:10px;margin-top:5px}.objects .about__vacation-control[data-v-6a2ce130]{display:flex;align-items:center}.objects .about__features[data-v-6a2ce130]{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;padding:20px 0}.objects .about__feature[data-v-6a2ce130],.objects .about__tabs[data-v-6a2ce130]{display:flex;justify-content:space-between}.objects .about__feature[data-v-6a2ce130]{width:calc(33.33333% - 10px);padding:10px 15px}.objects .about__feature-title[data-v-6a2ce130]{font-size:12px;font-weight:500;text-transform:uppercase}.objects .about__feature-description[data-v-6a2ce130]{font-size:10px;margin-top:5px}.objects .about__feature-control[data-v-6a2ce130]{display:flex;align-items:center}.objects .about__maintenance[data-v-6a2ce130]{padding-top:20px}.objects .about__documents[data-v-6a2ce130]{padding-top:20px;display:flex}.objects .about__documents-column[data-v-6a2ce130]{width:50%}.objects .about__documents-column[data-v-6a2ce130]:first-of-type{padding-right:10px}.objects .about__document[data-v-6a2ce130]{margin-bottom:10px}.objects .about__document-wrapper[data-v-6a2ce130]{display:flex}.objects .about__document input[data-v-6a2ce130]{margin-right:10px}.objects .about__document-control[data-v-6a2ce130]{display:flex}.objects .about__document button[data-v-6a2ce130]:not(:last-of-type){margin-right:10px}.objects .about__footer[data-v-6a2ce130]{display:flex;flex-direction:column;justify-content:flex-end;padding:20px 0 0}.objects .about__footer button[data-v-6a2ce130]{width:100%}.objects .about__footer button[data-v-6a2ce130]:first-of-type{margin-bottom:10px}@media(min-width:576px){.objects .about__footer[data-v-6a2ce130]{flex-direction:row}.objects .about__footer button[data-v-6a2ce130]{width:auto;margin-bottom:0}.objects .about__footer button[data-v-6a2ce130]:first-of-type{margin-right:10px;margin-bottom:0}}.objects .maintenance[data-v-6a2ce130]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:15px;margin-bottom:10px}.objects .maintenance__header[data-v-6a2ce130]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.objects .maintenance__name[data-v-6a2ce130]{font-size:12px;font-weight:500;text-transform:uppercase}.objects .maintenance__description[data-v-6a2ce130]{font-size:10px;margin-top:5px}.objects .maintenance__control[data-v-6a2ce130]{display:flex;align-items:center}.objects .maintenance__button[data-v-6a2ce130]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.objects .maintenance__button-icon[data-v-6a2ce130]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.objects .maintenance__button-icon_rotate[data-v-6a2ce130]{border-color:#222325;top:3px;transform:rotate(225deg)}.objects .maintenance__body[data-v-6a2ce130]{display:none}.objects .maintenance__blocks[data-v-6a2ce130]{display:flex;flex-direction:column;margin-top:20px}@media(min-width:768px){.objects .maintenance__blocks[data-v-6a2ce130]{flex-direction:row;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;padding-left:5px;padding-right:5px}}.objects .maintenance__block[data-v-6a2ce130]{width:100%;margin-bottom:10px}.objects .maintenance__block[data-v-6a2ce130]:last-of-type{margin-bottom:0}@media(min-width:768px){.objects .maintenance__block[data-v-6a2ce130]{width:calc(50% - 10px);margin:5px}}.objects .maintenance__title[data-v-6a2ce130]{font-size:9px;margin-bottom:6px;color:#9b9b9b}.objects .maintenance__wrapper[data-v-6a2ce130]{display:flex;flex-direction:column}@media(min-width:576px){.objects .maintenance__wrapper[data-v-6a2ce130]{flex-direction:row}}.objects .maintenance__wrapper input[data-v-6a2ce130]{margin-bottom:10px}@media(min-width:576px){.objects .maintenance__wrapper input[data-v-6a2ce130]{margin-right:10px;margin-bottom:0}}.objects .shared[data-v-6a2ce130]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;margin-bottom:10px;padding:15px}.objects .shared__header[data-v-6a2ce130]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.objects .shared__name[data-v-6a2ce130]{font-size:12px;font-weight:500;text-transform:uppercase}.objects .shared__description[data-v-6a2ce130]{font-size:10px;margin-top:5px}.objects .shared__control[data-v-6a2ce130]{display:flex;align-items:center}.objects .shared__button[data-v-6a2ce130]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.objects .shared__button-icon[data-v-6a2ce130]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.objects .shared__button-icon_rotate[data-v-6a2ce130]{border-color:#222325;top:3px;transform:rotate(225deg)}.objects .shared__body[data-v-6a2ce130]{display:none}.objects .shared__preview[data-v-6a2ce130]{padding-top:10px;display:flex;flex-wrap:wrap;margin:0 -5px;margin-top:-5px}.objects .shared__add[data-v-6a2ce130]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;display:flex;align-items:center;justify-content:space-between;width:100%;margin:5px}.objects .shared__add-title[data-v-6a2ce130]{font-weight:500;font-size:12px;margin-left:18px;color:#2b1a0a}.objects .shared__user[data-v-6a2ce130]{display:flex;flex-wrap:wrap;justify-content:flex-end;width:100%;margin:5px;margin-bottom:10px}.objects .shared__user .shared__block[data-v-6a2ce130]{width:100%;margin-bottom:10px}@media(min-width:768px){.objects .shared__user[data-v-6a2ce130]{justify-content:flex-start;align-items:flex-end}.objects .shared__user .shared__block[data-v-6a2ce130]{width:calc(33.33333% - 22px);margin-right:10px}.objects .shared__user button[data-v-6a2ce130]{margin-bottom:10px}}@media(min-width:1300px){.objects .shared__user[data-v-6a2ce130]{flex-wrap:nowrap}.objects .shared__user .shared__block[data-v-6a2ce130]{width:calc(25% - 19px);margin-right:10px;margin-bottom:0}.objects .shared__user button[data-v-6a2ce130],.objects .shared__user[data-v-6a2ce130]:last-of-type{margin-bottom:0}}.objects .shared__block[data-v-6a2ce130]{position:relative}.objects .shared__title[data-v-6a2ce130]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.objects .shared__error[data-v-6a2ce130]{position:absolute;left:0;top:100%;font-size:9px;color:#ff8068}.objects .documents[data-v-6a2ce130]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:15px}.objects .documents__header[data-v-6a2ce130]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.objects .documents__name[data-v-6a2ce130]{font-size:12px;font-weight:500;text-transform:uppercase}.objects .documents__description[data-v-6a2ce130]{font-size:10px;margin-top:5px}.objects .documents__control[data-v-6a2ce130]{display:flex;align-items:center}.objects .documents__button[data-v-6a2ce130]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.objects .documents__button-icon[data-v-6a2ce130]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.objects .documents__button-icon_rotate[data-v-6a2ce130]{border-color:#222325;top:3px;transform:rotate(225deg)}.objects .documents__body[data-v-6a2ce130]{display:none}.objects .documents__preview[data-v-6a2ce130]{padding-top:10px;display:flex;flex-wrap:wrap;margin:0 -5px;margin-top:-5px}.objects .documents__document[data-v-6a2ce130]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;display:flex;align-items:center;justify-content:space-between;width:100%;margin:5px}@media(min-width:768px){.objects .documents__document[data-v-6a2ce130]{width:calc(50% - 10px)}}.objects .documents__document-icon[data-v-6a2ce130]{width:46px}.objects .documents__document-wrapper[data-v-6a2ce130]{display:flex;align-items:center}.objects .documents__document-info[data-v-6a2ce130]{display:flex;align-items:center;margin-left:17px}.objects .documents__document-name[data-v-6a2ce130]{font-size:12px;font-weight:500;color:#2b1a0a}.objects .documents__document-size[data-v-6a2ce130]{font-size:10px;color:#2b1a0a;margin-left:20px}.objects .documents__document-control[data-v-6a2ce130]{display:flex}.objects .documents__document-control button[data-v-6a2ce130]{margin-left:10px}.objects .documents__document-link[data-v-6a2ce130]{height:36px;min-width:36px;padding:6px;border-radius:6px;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);border:0;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(hover:hover){.objects .documents__document-link[data-v-6a2ce130]:hover{background-color:#fff}}.objects .documents__document-icon[data-v-6a2ce130]{width:20px;opacity:.5}.objects .documents__title[data-v-6a2ce130]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.objects .documents__wrapper[data-v-6a2ce130]{display:flex;flex-direction:column}@media(min-width:576px){.objects .documents__wrapper[data-v-6a2ce130]{flex-direction:row}}.objects .documents__wrapper input[data-v-6a2ce130]{margin-bottom:10px}@media(min-width:576px){.objects .documents__wrapper input[data-v-6a2ce130]{margin-right:10px;margin-bottom:0}}.profile[data-v-1cfcac4a]{position:relative;width:100%;padding-bottom:20px}.profile__content[data-v-1cfcac4a]{display:flex;flex-wrap:wrap}.profile .about[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px 20px;margin-bottom:20px}.profile .about_error[data-v-1cfcac4a]{filter:blur(2px);pointer-events:none}.profile .about__header[data-v-1cfcac4a]{display:flex;justify-content:space-between;width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile .about__header input[data-v-1cfcac4a]{cursor:pointer}.profile .about__header .about__block[data-v-1cfcac4a]{width:100%}@media(min-width:768px){.profile .about__header .about__block[data-v-1cfcac4a]{width:400px}}.profile .about__main[data-v-1cfcac4a]{display:flex;width:100%}@media(min-width:768px){.profile .about__main .about__block[data-v-1cfcac4a]{width:50%}}.profile .about__avatar[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:60px;min-width:60px;height:60px;margin-right:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}@media(hover:hover){.profile .about__avatar:hover .about__avatar-picture[data-v-1cfcac4a]{opacity:0}.profile .about__avatar:hover .about__avatar-delete[data-v-1cfcac4a]{opacity:1}}.profile .about__avatar-picture[data-v-1cfcac4a]{width:100%;transition:opacity .3s}.profile .about__avatar-delete[data-v-1cfcac4a]{position:absolute;cursor:pointer;background:none;padding:0;border:0;opacity:0;transition:opacity .3s;font-size:18px}.profile .about__avatar-action[data-v-1cfcac4a]{color:#ff8168}.profile .about__file[data-v-1cfcac4a]{display:flex;align-items:center;justify-content:center;height:36px;width:36px;font-size:18px;cursor:pointer;overflow-x:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.profile .about__file-input[data-v-1cfcac4a]{position:absolute;width:0;height:0;opacity:0;overflow:hidden;z-index:-1}.profile .about__file-action[data-v-1cfcac4a]{color:#41c6eb}.profile .about__control[data-v-1cfcac4a]{display:flex;align-items:center;margin-top:15px}.profile .about__button[data-v-1cfcac4a]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.profile .about__button-icon[data-v-1cfcac4a]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.profile .about__button-icon_rotate[data-v-1cfcac4a]{border-color:#222325;top:3px;transform:rotate(225deg)}.profile .about__owner[data-v-1cfcac4a]{display:flex;align-items:flex-end;flex-direction:column;justify-content:space-between;padding-top:10px;padding-bottom:20px;border-bottom:1px solid #e1e1e1}.profile .about__owner .about__block[data-v-1cfcac4a]{width:100%;margin-bottom:10px}@media(min-width:768px){.profile .about__owner[data-v-1cfcac4a]{flex-direction:row}.profile .about__owner .about__block[data-v-1cfcac4a]{width:calc(25% - 19px);margin-bottom:0}.profile .about__owner .about__block[data-v-1cfcac4a]:last-of-type{width:calc(25% + 27px)}}.profile .about__subtitle[data-v-1cfcac4a]{font-size:12px;font-weight:500;color:#222325;margin-bottom:10px}.profile .about__users[data-v-1cfcac4a]{padding:20px 0;border-bottom:1px solid #e1e1e1}.profile .about__user[data-v-1cfcac4a]{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-bottom:10px}.profile .about__user .about__block[data-v-1cfcac4a]{width:100%;margin-bottom:10px}@media(min-width:768px){.profile .about__user[data-v-1cfcac4a]{justify-content:flex-start;align-items:flex-end}.profile .about__user .about__block[data-v-1cfcac4a]{width:calc(33.33333% - 22px);margin-right:10px}.profile .about__user button[data-v-1cfcac4a]{margin-bottom:10px}}@media(min-width:1300px){.profile .about__user[data-v-1cfcac4a]{flex-wrap:nowrap}.profile .about__user .about__block[data-v-1cfcac4a]{width:calc(25% - 19px);margin-right:10px;margin-bottom:0}.profile .about__user button[data-v-1cfcac4a],.profile .about__user[data-v-1cfcac4a]:last-of-type{margin-bottom:0}}.profile .about__contacts[data-v-1cfcac4a]{padding:20px 0;border-bottom:1px solid #e1e1e1}.profile .about__contact[data-v-1cfcac4a]{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-bottom:10px}.profile .about__contact .about__block[data-v-1cfcac4a]{width:100%;margin-bottom:10px}@media(min-width:768px){.profile .about__contact[data-v-1cfcac4a]{justify-content:flex-start;align-items:flex-end}.profile .about__contact .about__block[data-v-1cfcac4a]{width:calc(33.33333% - 22px);margin-right:10px}.profile .about__contact button[data-v-1cfcac4a]{margin-bottom:10px}}@media(min-width:1300px){.profile .about__contact[data-v-1cfcac4a]{flex-wrap:nowrap}.profile .about__contact .about__block[data-v-1cfcac4a]{width:calc(25% - 19px);margin-right:10px;margin-bottom:0}.profile .about__contact button[data-v-1cfcac4a],.profile .about__contact[data-v-1cfcac4a]:last-of-type{margin-bottom:0}}.profile .about__block[data-v-1cfcac4a]{position:relative}.profile .about__title[data-v-1cfcac4a]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.profile .about__error[data-v-1cfcac4a]{position:absolute;left:0;top:100%;font-size:9px;color:#ff8068}.profile .about__action[data-v-1cfcac4a]{width:36px;display:flex}.profile .about__footer[data-v-1cfcac4a]{display:flex;justify-content:flex-end;flex-direction:column;margin-top:20px}.profile .about__footer button[data-v-1cfcac4a]{width:100%;margin-bottom:10px}@media(min-width:576px){.profile .about__footer[data-v-1cfcac4a]{flex-direction:row}.profile .about__footer button[data-v-1cfcac4a]{width:auto;margin-bottom:0}.profile .about__footer button[data-v-1cfcac4a]:first-of-type{margin-right:10px}}.profile .systems[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px 20px;margin-bottom:20px}.profile .systems_error[data-v-1cfcac4a]{filter:blur(2px);pointer-events:none}.profile .systems__header[data-v-1cfcac4a]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.profile .systems__headline[data-v-1cfcac4a]{font-size:12px;font-weight:500;text-transform:uppercase}.profile .systems__badge[data-v-1cfcac4a]{margin-left:5px;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 7px;font-size:10px}.profile .systems__control[data-v-1cfcac4a],.profile .systems__main[data-v-1cfcac4a]{display:flex;align-items:center}.profile .systems__button[data-v-1cfcac4a]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.profile .systems__button-icon[data-v-1cfcac4a]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.profile .systems__button-icon_rotate[data-v-1cfcac4a]{border-color:#222325;top:3px;transform:rotate(225deg)}.profile .systems__list[data-v-1cfcac4a]{padding-top:10px;display:flex;flex-wrap:wrap;margin:-5px}.profile .systems__system[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;display:flex;justify-content:space-between;width:100%;margin:5px;cursor:pointer}@media(min-width:768px){.profile .systems__system[data-v-1cfcac4a]{width:calc(50% - 10px)}}.profile .systems__name[data-v-1cfcac4a]{font-size:12px;font-weight:500}.profile .systems__address[data-v-1cfcac4a]{font-size:10px;margin-top:5px}.profile .systems__wrapper[data-v-1cfcac4a]{display:flex;align-items:center}.profile .systems__state[data-v-1cfcac4a]{font-size:12px;color:#fff;border-radius:10px;margin:5px 0;padding:2px 10px;min-width:92px;text-align:center}.profile .systems__state_disabled[data-v-1cfcac4a]{background-color:gray}.profile .systems__state_enabled[data-v-1cfcac4a]{background-color:#3dd371}.profile .systems__state_error[data-v-1cfcac4a]{background-color:#ff7156}.profile .systems__state_active[data-v-1cfcac4a]{background-color:#41c6eb}.profile .systems__state_inactive[data-v-1cfcac4a]{background-color:#ccc}.profile .pay[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px 20px;margin-bottom:20px}.profile .pay__header[data-v-1cfcac4a]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.profile .pay__headline[data-v-1cfcac4a]{font-size:12px;font-weight:500;color:#222325;text-transform:uppercase}.profile .pay__badge[data-v-1cfcac4a]{margin-left:5px;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 7px;font-size:10px}.profile .pay__control[data-v-1cfcac4a],.profile .pay__main[data-v-1cfcac4a]{display:flex;align-items:center}.profile .pay__button[data-v-1cfcac4a]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.profile .pay__button-icon[data-v-1cfcac4a]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.profile .pay__button-icon_rotate[data-v-1cfcac4a]{border-color:#222325;top:3px;transform:rotate(225deg)}.profile .pay__preview[data-v-1cfcac4a]{padding-top:10px;display:flex;flex-wrap:wrap;margin:0 -5px;margin-top:-5px}.profile .pay__card[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;display:flex;align-items:center;justify-content:space-between;width:100%;margin:5px}@media(min-width:768px){.profile .pay__card[data-v-1cfcac4a]{width:calc(50% - 10px)}}.profile .pay__card-icon[data-v-1cfcac4a]{width:46px}.profile .pay__card-props[data-v-1cfcac4a],.profile .pay__card-wrapper[data-v-1cfcac4a]{display:flex;align-items:center}.profile .pay__card-info[data-v-1cfcac4a]{display:flex;flex-direction:column;align-items:flex-start;margin-left:17px}@media(min-width:992px){.profile .pay__card-info[data-v-1cfcac4a]{flex-direction:row;align-items:center}}.profile .pay__card-number[data-v-1cfcac4a]{font-size:12px;font-weight:500;color:#2b1a0a}.profile .pay__card-holder[data-v-1cfcac4a]{font-size:10px;color:#2b1a0a;text-transform:uppercase}@media(min-width:992px){.profile .pay__card-holder[data-v-1cfcac4a]{margin-left:20px}}.profile .pay__card-expire[data-v-1cfcac4a]{margin-left:20px;font-size:10px;color:#2b1a0a;text-transform:uppercase}.profile .pay__new[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;display:flex;align-items:center;justify-content:space-between;width:100%;margin:5px}@media(min-width:768px){.profile .pay__new[data-v-1cfcac4a]{width:calc(50% - 10px)}}.profile .pay__new-title[data-v-1cfcac4a]{font-weight:500;font-size:12px;margin-left:18px;color:#2b1a0a}.profile .payments[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px 20px;margin-bottom:20px}.profile .payments__header[data-v-1cfcac4a]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.profile .payments__headline[data-v-1cfcac4a]{font-size:12px;font-weight:500;color:#222325;text-transform:uppercase}.profile .payments__badge[data-v-1cfcac4a]{margin-left:5px;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 7px;font-size:10px}.profile .payments__control[data-v-1cfcac4a],.profile .payments__main[data-v-1cfcac4a]{display:flex;align-items:center}.profile .payments__button[data-v-1cfcac4a]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.profile .payments__button-icon[data-v-1cfcac4a]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.profile .payments__button-icon_rotate[data-v-1cfcac4a]{border-color:#222325;top:3px;transform:rotate(225deg)}.profile .payments__preview[data-v-1cfcac4a]{padding-top:10px;display:flex;flex-wrap:wrap}.profile .payments__payment[data-v-1cfcac4a]{display:flex;align-items:flex-end;width:50%}.profile .payments__block[data-v-1cfcac4a]{width:100%;margin-right:10px}.profile .payments__title[data-v-1cfcac4a]{font-size:9px;margin-bottom:6px;color:#9b9b9b}.profile .appearance[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px 20px;margin-bottom:20px}.profile .appearance__header[data-v-1cfcac4a]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.profile .appearance__headline[data-v-1cfcac4a]{font-size:12px;font-weight:500;text-transform:uppercase}.profile .appearance__control[data-v-1cfcac4a],.profile .appearance__main[data-v-1cfcac4a]{display:flex;align-items:center}.profile .appearance__button[data-v-1cfcac4a]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.profile .appearance__button-icon[data-v-1cfcac4a]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.profile .appearance__button-icon_rotate[data-v-1cfcac4a]{border-color:#222325;top:3px;transform:rotate(225deg)}.profile .appearance__blocks[data-v-1cfcac4a]{display:flex;flex-direction:column;padding:20px 0;margin-bottom:20px;border-bottom:1px solid #e1e1e1}@media(min-width:768px){.profile .appearance__blocks[data-v-1cfcac4a]{flex-direction:row}}.profile .appearance__block[data-v-1cfcac4a]{display:flex;align-items:center;margin-bottom:15px}.profile .appearance__block[data-v-1cfcac4a]:last-of-type{margin-bottom:0}@media(min-width:768px){.profile .appearance__block[data-v-1cfcac4a]{margin-right:20px;margin-bottom:0}}.profile .appearance__title[data-v-1cfcac4a]{font-size:13px;font-weight:500;margin-left:10px}.profile .appearance__footer[data-v-1cfcac4a]{display:flex;justify-content:flex-end;flex-direction:column;margin-top:20px}.profile .appearance__footer button[data-v-1cfcac4a]{width:100%;margin-bottom:10px}@media(min-width:576px){.profile .appearance__footer[data-v-1cfcac4a]{flex-direction:row}.profile .appearance__footer button[data-v-1cfcac4a]{width:auto;margin-bottom:0}.profile .appearance__footer button[data-v-1cfcac4a]:first-of-type{margin-right:10px}}.profile .shared[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px 20px;margin-bottom:20px}.profile .shared_error[data-v-1cfcac4a]{filter:blur(2px);pointer-events:none}.profile .shared__header[data-v-1cfcac4a]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.profile .shared__headline[data-v-1cfcac4a]{font-size:12px;font-weight:500;text-transform:uppercase}.profile .shared__badge[data-v-1cfcac4a]{margin-left:5px;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 7px;font-size:10px}.profile .shared__control[data-v-1cfcac4a],.profile .shared__main[data-v-1cfcac4a]{display:flex;align-items:center}.profile .shared__button[data-v-1cfcac4a]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.profile .shared__button-icon[data-v-1cfcac4a]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.profile .shared__button-icon_rotate[data-v-1cfcac4a]{border-color:#222325;top:3px;transform:rotate(225deg)}.profile .shared__add[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:18px;padding:10px}.profile .shared__add-title[data-v-1cfcac4a]{font-size:12px;font-weight:500}.profile .shared__users[data-v-1cfcac4a]{padding:10px 0 0}.profile .shared__user[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;margin-bottom:10px;padding:10px}.profile .shared__user[data-v-1cfcac4a]:last-of-type{margin-bottom:0}.profile .shared__action[data-v-1cfcac4a]{display:flex}.profile .shared__about[data-v-1cfcac4a]{display:flex;flex-wrap:wrap;justify-content:flex-end;width:100%}.profile .shared__about .shared__block[data-v-1cfcac4a]{width:100%;margin-bottom:10px}@media(min-width:768px){.profile .shared__about[data-v-1cfcac4a]{justify-content:flex-start;align-items:flex-end}.profile .shared__about .shared__block[data-v-1cfcac4a]{width:calc(33.33333% - 22px);margin-right:10px}.profile .shared__about button[data-v-1cfcac4a]{margin-bottom:10px}}@media(min-width:1300px){.profile .shared__about[data-v-1cfcac4a]{flex-wrap:nowrap}.profile .shared__about .shared__block[data-v-1cfcac4a]{width:calc(25% - 19px);margin-right:10px;margin-bottom:0}.profile .shared__about button[data-v-1cfcac4a],.profile .shared__about[data-v-1cfcac4a]:last-of-type{margin-bottom:0}}.profile .shared__block[data-v-1cfcac4a]{position:relative}.profile .shared__title[data-v-1cfcac4a]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.profile .shared__error[data-v-1cfcac4a]{position:absolute;left:0;top:100%;font-size:9px;color:#ff8068}.profile .shared__linked[data-v-1cfcac4a]{display:flex;flex-direction:column;margin-top:10px}.profile .shared__subtitle[data-v-1cfcac4a]{font-size:12px;font-weight:500;color:#222325;margin-bottom:5px}.profile .shared__systems[data-v-1cfcac4a]{margin-top:5px;display:flex;flex-wrap:wrap;margin:-5px}.profile .shared__system[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;margin:5px;padding:8px}@media(min-width:768px){.profile .shared__system[data-v-1cfcac4a]{width:calc(50% - 10px)}}.profile .shared__system-header[data-v-1cfcac4a]{display:flex;justify-content:space-between}.profile .shared__system-info[data-v-1cfcac4a]{display:flex;align-items:center;max-width:80%}.profile .shared__system-name[data-v-1cfcac4a]{font-size:12px}.profile .shared__system-wrapper[data-v-1cfcac4a]{display:flex;align-items:center}.profile .shared__system-state[data-v-1cfcac4a]{font-size:12px;color:#fff;border-radius:10px;margin:5px 0;padding:2px 10px;min-width:92px;text-align:center;display:none;margin-right:15px}.profile .shared__system-state_disabled[data-v-1cfcac4a]{background-color:gray}.profile .shared__system-state_enabled[data-v-1cfcac4a]{background-color:#3dd371}.profile .shared__system-state_error[data-v-1cfcac4a]{background-color:#ff7156}.profile .shared__system-state_active[data-v-1cfcac4a]{background-color:#41c6eb}.profile .shared__system-state_inactive[data-v-1cfcac4a]{background-color:#ccc}.profile .shared__footer[data-v-1cfcac4a]{display:flex;justify-content:flex-end;flex-direction:column;margin-top:20px}.profile .shared__footer button[data-v-1cfcac4a]{width:100%;margin-bottom:10px}@media(min-width:576px){.profile .shared__footer[data-v-1cfcac4a]{flex-direction:row}.profile .shared__footer button[data-v-1cfcac4a]{width:auto;margin-bottom:0}.profile .shared__footer button[data-v-1cfcac4a]:first-of-type{margin-right:10px}}.profile .access[data-v-1cfcac4a]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px 20px}.profile .access_error[data-v-1cfcac4a]{filter:blur(2px);pointer-events:none}.profile .access__header[data-v-1cfcac4a]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.profile .access__headline[data-v-1cfcac4a]{font-size:12px;font-weight:500;text-transform:uppercase}.profile .access__badge[data-v-1cfcac4a]{margin-left:5px;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 7px;font-size:10px}.profile .access__control[data-v-1cfcac4a],.profile .access__main[data-v-1cfcac4a]{display:flex;align-items:center}.profile .access__button[data-v-1cfcac4a]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.profile .access__button-icon[data-v-1cfcac4a]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.profile .access__button-icon_rotate[data-v-1cfcac4a]{border-color:#222325;top:3px;transform:rotate(225deg)}.profile .access__blocks[data-v-1cfcac4a]{display:flex;flex-direction:column;padding:10px 0 20px;margin-bottom:20px;border-bottom:1px solid #e1e1e1}@media(min-width:768px){.profile .access__blocks[data-v-1cfcac4a]{flex-direction:row}}.profile .access__block[data-v-1cfcac4a]{width:100%;margin-bottom:10px;position:relative}@media(min-width:768px){.profile .access__block[data-v-1cfcac4a]{width:calc(25% - 8px);margin-right:10px;margin-bottom:0}}.profile .access__title[data-v-1cfcac4a]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.profile .access__error[data-v-1cfcac4a]{position:absolute;left:0;top:100%;font-size:9px;color:#ff8068}.profile .access__footer[data-v-1cfcac4a]{display:flex;justify-content:flex-end;flex-direction:column;margin-top:20px}.profile .access__footer button[data-v-1cfcac4a]{width:100%;margin-bottom:10px}@media(min-width:576px){.profile .access__footer[data-v-1cfcac4a]{flex-direction:row}.profile .access__footer button[data-v-1cfcac4a]{width:auto;margin-bottom:0}.profile .access__footer button[data-v-1cfcac4a]:first-of-type{margin-right:10px}}.recover[data-v-5b031558]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-bottom:20px}@media(min-width:768px){.recover[data-v-5b031558]{min-height:calc(100vh - 20px)}}.recover__wrapper[data-v-5b031558]{display:flex;flex-direction:column;align-items:center;width:100%}@media(min-width:576px){.recover__wrapper[data-v-5b031558]{width:400px}}.recover__logo[data-v-5b031558]{width:50px;margin-bottom:24px}@media(min-width:576px){.recover__logo[data-v-5b031558]{margin-bottom:44px}}.recover__title[data-v-5b031558]{width:100%;margin-bottom:20px;text-transform:uppercase;text-align:center;font-size:24px}.recover__form[data-v-5b031558]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;padding:20px}@media(min-width:576px){.recover__form[data-v-5b031558]{padding:46px 40px 25px}}.recover__form-body[data-v-5b031558]{display:flex;flex-direction:column;align-items:center}.recover__form-text[data-v-5b031558]{font-size:12px;text-align:center;color:#222325;margin-bottom:20px}.recover__form-text[data-v-5b031558]:last-of-type{margin-bottom:0}.recover__form-block[data-v-5b031558]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px;position:relative}.recover__form-block[data-v-5b031558]:last-of-type{margin-bottom:0}.recover__form-title[data-v-5b031558]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.recover__form-error[data-v-5b031558]{position:absolute;top:100%;font-size:9px;color:#ff8068}.recover__form-footer[data-v-5b031558]{display:flex;flex-direction:column;margin-top:20px}@media(min-width:576px){.recover__form-footer[data-v-5b031558]{flex-direction:row;justify-content:space-between}}.recover__form-footer button[data-v-5b031558]{width:100%}.register[data-v-5c981820]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-bottom:20px}@media(min-width:768px){.register[data-v-5c981820]{min-height:calc(100vh - 20px)}}.register__wrapper[data-v-5c981820]{display:flex;flex-direction:column;align-items:center;width:100%}.register__logo[data-v-5c981820]{width:50px;margin-bottom:24px}@media(min-width:576px){.register__logo[data-v-5c981820]{margin-bottom:44px}}.register__title[data-v-5c981820]{width:100%;margin-bottom:20px;text-transform:uppercase;text-align:center;font-size:24px}.register__forms[data-v-5c981820]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;padding:20px}@media(min-width:768px){.register__forms[data-v-5c981820]{flex-direction:row;width:720px;padding:46px 40px 25px}}.register__form[data-v-5c981820]{width:100%;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:768px){.register__form[data-v-5c981820]{width:50%}}.register__form[data-v-5c981820]:first-of-type{padding-bottom:20px;border-bottom:1px solid #e1e1e1}@media(min-width:768px){.register__form[data-v-5c981820]:first-of-type{padding-right:40px;padding-bottom:0;border-right:1px solid #e1e1e1;border-bottom:0}}.register__form[data-v-5c981820]:last-of-type{padding-top:20px}@media(min-width:768px){.register__form[data-v-5c981820]:last-of-type{padding-left:40px;padding-top:0}}.register__form:last-of-type .register__form-body[data-v-5c981820]{display:flex;flex-direction:column;justify-content:center;align-items:center}.register__form:last-of-type .register__form-footer[data-v-5c981820]{justify-content:center}.register__form-block[data-v-5c981820]{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px;position:relative}.register__form-block[data-v-5c981820]:last-of-type{margin-bottom:0}.register__form-subblock[data-v-5c981820]{display:flex;align-items:center}.register__form-title[data-v-5c981820]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.register__form-code[data-v-5c981820]{display:flex;justify-content:space-between;width:180px}.register__form-error[data-v-5c981820]{position:absolute;top:100%;font-size:9px;color:#ff8068}.register__form-button[data-v-5c981820]{font-size:9px;color:#41c6eb;border:0;background:none;padding:0;cursor:pointer}.register__form-button[data-v-5c981820]:hover{text-decoration:underline}.register__form-button[data-v-5c981820]:disabled{pointer-events:none}.register__form-text[data-v-5c981820]{font-size:12px;text-align:center;color:#222325;margin-bottom:40px}.register__form-text[data-v-5c981820]:last-of-type{margin-bottom:-11px}.register__form-footer[data-v-5c981820]{display:flex;justify-content:space-between;margin-top:27px}.register__form-footer button[data-v-5c981820]{width:100%}.register__notice[data-v-5c981820]{font-size:7px;margin-top:16px}.register__notice-link[data-v-5c981820]{color:#41c6eb}.reset[data-v-3fbc1bfc]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-bottom:20px}@media(min-width:768px){.reset[data-v-3fbc1bfc]{min-height:calc(100vh - 20px)}}.reset__wrapper[data-v-3fbc1bfc]{display:flex;flex-direction:column;align-items:center;width:100%}@media(min-width:576px){.reset__wrapper[data-v-3fbc1bfc]{width:400px}}.reset__logo[data-v-3fbc1bfc]{width:50px;margin-bottom:24px}@media(min-width:576px){.reset__logo[data-v-3fbc1bfc]{margin-bottom:44px}}.reset__title[data-v-3fbc1bfc]{width:100%;margin-bottom:20px;text-transform:uppercase;text-align:center;font-size:24px}.reset__form[data-v-3fbc1bfc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;padding:20px}@media(min-width:576px){.reset__form[data-v-3fbc1bfc]{padding:46px 40px 25px}}.reset__form-body[data-v-3fbc1bfc]{display:flex;flex-direction:column;align-items:center}.reset__form-block[data-v-3fbc1bfc]{width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px;position:relative}.reset__form-block[data-v-3fbc1bfc]:last-of-type{margin-bottom:0}.reset__form-title[data-v-3fbc1bfc]{font-size:9px;margin-bottom:6px;color:#9b9b9b}.reset__form-error[data-v-3fbc1bfc]{position:absolute;top:100%;font-size:9px;color:#ff8068}.reset__form-footer[data-v-3fbc1bfc]{display:flex;flex-direction:column;margin-top:20px}@media(min-width:576px){.reset__form-footer[data-v-3fbc1bfc]{flex-direction:row;justify-content:space-between;margin-top:20px}}.reset__form-footer button[data-v-3fbc1bfc]{width:100%}.set[data-v-eca70df8]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-bottom:20px}@media(min-width:768px){.set[data-v-eca70df8]{min-height:calc(100vh - 20px)}}.set__wrapper[data-v-eca70df8]{display:flex;flex-direction:column;align-items:center;width:100%}@media(min-width:576px){.set__wrapper[data-v-eca70df8]{width:400px}}.set__logo[data-v-eca70df8]{width:50px;margin-bottom:24px}@media(min-width:576px){.set__logo[data-v-eca70df8]{margin-bottom:44px}}.set__title[data-v-eca70df8]{width:100%;margin-bottom:20px;text-transform:uppercase;text-align:center;font-size:24px}.set__form[data-v-eca70df8]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;padding:20px}@media(min-width:576px){.set__form[data-v-eca70df8]{padding:46px 40px 25px}}.set__form-body[data-v-eca70df8]{display:flex;flex-direction:column;align-items:center}.set__form-block[data-v-eca70df8]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px;position:relative}.set__form-block[data-v-eca70df8]:last-of-type{margin-bottom:0}.set__form-title[data-v-eca70df8]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.set__form-error[data-v-eca70df8]{position:absolute;top:100%;font-size:9px;color:#ff8068}.set__form-footer[data-v-eca70df8]{display:flex;flex-direction:column;margin-top:20px}@media(min-width:576px){.set__form-footer[data-v-eca70df8]{flex-direction:row;justify-content:space-between}}.set__form-footer button[data-v-eca70df8]{width:100%}.system__info[data-v-99c6c4ce]{display:flex;flex-wrap:wrap}.system__zones[data-v-99c6c4ce]{width:100%;display:flex;flex-direction:column}@media(min-width:768px){.system__zones[data-v-99c6c4ce]{flex-wrap:wrap;flex-direction:row;align-items:flex-start;margin-left:-5px;margin-right:-5px;margin-top:-5px;margin-bottom:20px;width:calc(100% + 10px)}}.system__zones-footer[data-v-99c6c4ce]{width:100%;display:flex;flex-direction:column;margin-top:10px}@media(min-width:576px){.system__zones-footer[data-v-99c6c4ce]{flex-direction:row;justify-content:flex-end}}@media(min-width:768px){.system__zones-footer[data-v-99c6c4ce]{padding:0 5px}}.system__zones-footer button[data-v-99c6c4ce]{width:100%}.system__zones-footer button[data-v-99c6c4ce]:first-of-type{margin-bottom:10px}@media(min-width:576px){.system__zones-footer button[data-v-99c6c4ce]{width:auto}.system__zones-footer button[data-v-99c6c4ce]:first-of-type{margin-bottom:0;margin-right:10px}}.system__entrances[data-v-99c6c4ce]{width:100%;display:flex;flex-direction:column}@media(min-width:768px){.system__entrances[data-v-99c6c4ce]{flex-wrap:wrap;flex-direction:row;align-items:flex-start;margin-left:-5px;margin-right:-5px;margin-top:-5px;margin-bottom:20px;width:calc(100% + 10px)}}.system__entrances-footer[data-v-99c6c4ce]{width:100%;display:flex;flex-direction:column;margin-top:10px}@media(min-width:576px){.system__entrances-footer[data-v-99c6c4ce]{flex-direction:row;justify-content:flex-end}}@media(min-width:768px){.system__entrances-footer[data-v-99c6c4ce]{padding:0 5px}}.system__entrances-footer button[data-v-99c6c4ce]{width:100%}.system__entrances-footer button[data-v-99c6c4ce]:first-of-type{margin-bottom:10px}@media(min-width:576px){.system__entrances-footer button[data-v-99c6c4ce]{width:auto}.system__entrances-footer button[data-v-99c6c4ce]:first-of-type{margin-bottom:0;margin-right:10px}}.system .about[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px;margin-bottom:15px}.system .about__header[data-v-99c6c4ce]{display:flex;justify-content:space-between;width:100%;padding-bottom:10px;cursor:pointer}.system .about__wrapper[data-v-99c6c4ce]{display:flex;flex-wrap:wrap;justify-content:space-between;width:65%}@media(min-width:1300px){.system .about__wrapper[data-v-99c6c4ce]{flex-wrap:nowrap;justify-content:flex-start;width:auto;flex-direction:row;align-items:center}}.system .about__name[data-v-99c6c4ce]{width:100%;margin-bottom:10px;position:relative}@media(min-width:992px){.system .about__name[data-v-99c6c4ce]{width:200px}}@media(min-width:1300px){.system .about__name[data-v-99c6c4ce]{margin-right:10px;margin-bottom:0}}.system .about__address[data-v-99c6c4ce]{width:100%;margin-bottom:10px;position:relative}@media(min-width:1300px){.system .about__address[data-v-99c6c4ce]{width:310px;margin-bottom:0;margin-right:10px}}.system .about__service[data-v-99c6c4ce]{width:100%;margin-bottom:10px;position:relative}@media(min-width:768px){.system .about__service[data-v-99c6c4ce]{width:calc(50% - 5px)}}@media(min-width:1300px){.system .about__service[data-v-99c6c4ce]{width:150px;margin-bottom:0;margin-right:10px}}.system .about__mileage[data-v-99c6c4ce]{width:100%;margin-bottom:10px;position:relative}@media(min-width:768px){.system .about__mileage[data-v-99c6c4ce]{width:calc(50% - 5px)}}@media(min-width:1300px){.system .about__mileage[data-v-99c6c4ce]{width:150px;margin-bottom:0}}.system .about__info[data-v-99c6c4ce]{display:flex;flex-direction:column;align-items:flex-end}@media(min-width:768px){.system .about__info[data-v-99c6c4ce]{flex-direction:row;align-items:center}}.system .about__state[data-v-99c6c4ce]{font-size:12px;color:#fff;border-radius:10px;margin:5px 0;padding:2px 10px;min-width:92px;text-align:center}.system .about__state_disabled[data-v-99c6c4ce]{background-color:gray}.system .about__state_enabled[data-v-99c6c4ce]{background-color:#3dd371}.system .about__state_error[data-v-99c6c4ce]{background-color:#ff7156}.system .about__state_active[data-v-99c6c4ce]{background-color:#41c6eb}.system .about__state_inactive[data-v-99c6c4ce]{background-color:#ccc}@media(min-width:768px){.system .about__state[data-v-99c6c4ce]{margin:0 10px}}.system .about__control[data-v-99c6c4ce]{display:flex;align-items:center;justify-content:flex-end;margin-top:15px;width:35%;margin-left:10px}@media(min-width:576px){.system .about__control[data-v-99c6c4ce]{width:30%}}.system .about__button[data-v-99c6c4ce]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.system .about__button-icon[data-v-99c6c4ce]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.system .about__button-icon_rotate[data-v-99c6c4ce]{border-color:#222325;top:3px;transform:rotate(225deg)}.system .about__connect[data-v-99c6c4ce]{display:inline-block;width:15px;min-width:15px;height:15px;border-radius:50%}.system .about__connect_online[data-v-99c6c4ce]{background-color:#31f015}.system .about__connect_offline[data-v-99c6c4ce]{background-color:#d2151c}.system .about__contract[data-v-99c6c4ce]{font-size:12px;font-weight:500;margin:5px 0 11px}.system .about__params[data-v-99c6c4ce]{display:flex;flex-wrap:wrap;padding-bottom:20px;border-bottom:1px solid #e1e1e1}@media(min-width:576px){.system .about__params[data-v-99c6c4ce]{margin-left:-5px;margin-right:-5px}}.system .about__param[data-v-99c6c4ce]{width:100%;margin-bottom:10px}@media(min-width:576px){.system .about__param[data-v-99c6c4ce]{width:calc(50% - 10px);margin:5px}}@media(min-width:992px){.system .about__param[data-v-99c6c4ce]{width:calc(25% - 10px)}}.system .about__owner[data-v-99c6c4ce]{display:flex;flex-wrap:wrap;justify-content:flex-end;padding:10px 0 20px;border-bottom:1px solid #e1e1e1}@media(min-width:576px){.system .about__owner[data-v-99c6c4ce]{margin-left:-5px;margin-right:-5px;justify-content:flex-start;align-items:flex-end}.system .about__owner .about__block[data-v-99c6c4ce]:nth-last-child(2){margin-bottom:0;margin-right:10px}}@media(min-width:576px)and (min-width:992px){.system .about__owner .about__block[data-v-99c6c4ce]{width:calc(20% - 19px);margin-bottom:0}}.system .about__contacts[data-v-99c6c4ce]{border-bottom:1px solid #e1e1e1;padding:10px 0 20px;margin-bottom:25px}.system .about__contacts-headline[data-v-99c6c4ce]{font-size:12px;font-weight:500}.system .about__contacts-blocks[data-v-99c6c4ce]{display:flex;flex-wrap:wrap}@media(min-width:576px){.system .about__contacts[data-v-99c6c4ce]{margin-left:-5px;margin-right:-5px;align-items:flex-end}}.system .about__block[data-v-99c6c4ce]{position:relative;width:100%;margin-bottom:10px}@media(min-width:576px){.system .about__block[data-v-99c6c4ce]{width:calc(50% - 10px);margin:5px}}@media(min-width:992px){.system .about__block[data-v-99c6c4ce]{width:calc(20% - 10px)}}.system .about__title[data-v-99c6c4ce]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .about__error[data-v-99c6c4ce]{position:absolute;left:0;top:100%;font-size:9px;color:#ff8068}.system .about__features[data-v-99c6c4ce]{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;padding:20px 0}.system .about__feature[data-v-99c6c4ce],.system .about__tabs[data-v-99c6c4ce]{display:flex;justify-content:space-between}.system .about__feature[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:32%;padding:10px 15px}.system .about__feature-title[data-v-99c6c4ce]{font-size:12px;font-weight:500;text-transform:uppercase}.system .about__feature-description[data-v-99c6c4ce]{font-size:10px;margin-top:5px}.system .about__feature-control[data-v-99c6c4ce]{display:flex;align-items:center}.system .about__documents[data-v-99c6c4ce]{padding-top:20px;display:flex}.system .about__documents-column[data-v-99c6c4ce]{width:50%}.system .about__documents-column[data-v-99c6c4ce]:first-of-type{padding-right:10px}.system .about__document[data-v-99c6c4ce]{margin-bottom:10px}.system .about__document-wrapper[data-v-99c6c4ce]{display:flex}.system .about__document input[data-v-99c6c4ce]{margin-right:10px}.system .about__document-control[data-v-99c6c4ce]{display:flex}.system .about__document button[data-v-99c6c4ce]:not(:last-of-type){margin-right:10px}.system .about__action[data-v-99c6c4ce]{width:36px;display:flex}.system .about__comment[data-v-99c6c4ce]{margin:10px 0}.system .about__field[data-v-99c6c4ce]{width:100%;min-width:100%;max-width:100%;height:100px;min-height:100px;padding:10px;padding-left:12px;font-family:Avenir;font-size:12px;border:1px solid transparent;border-radius:6px;background-color:#f0f0f0;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);color:#222325}.system .about__field[data-v-99c6c4ce]::-moz-placeholder{color:#9b9b9b}.system .about__field[data-v-99c6c4ce]::placeholder{color:#9b9b9b}.system .about__field_valid[data-v-99c6c4ce]{border-color:#41c6eb}.system .about__field_invalid[data-v-99c6c4ce]{border-color:#ff8068}.system .about__footer[data-v-99c6c4ce]{display:flex;flex-direction:column;justify-content:flex-end;padding:20px 0 0}.system .about__footer button[data-v-99c6c4ce]{width:100%}.system .about__footer button[data-v-99c6c4ce]:first-of-type{margin-bottom:10px}@media(min-width:576px){.system .about__footer[data-v-99c6c4ce]{flex-direction:row}.system .about__footer button[data-v-99c6c4ce]{width:auto;margin-bottom:0}.system .about__footer button[data-v-99c6c4ce]:first-of-type{margin-right:10px;margin-bottom:0}}.system .scheme[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px 20px;margin-bottom:15px}.system .scheme__header[data-v-99c6c4ce]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.system .scheme__headline[data-v-99c6c4ce]{font-size:12px;font-weight:500;text-transform:uppercase}.system .scheme__badge[data-v-99c6c4ce]{margin-left:5px;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 7px;font-size:10px}.system .scheme__control[data-v-99c6c4ce],.system .scheme__main[data-v-99c6c4ce]{display:flex;align-items:center}.system .scheme__button[data-v-99c6c4ce]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.system .scheme__button-icon[data-v-99c6c4ce]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.system .scheme__button-icon_rotate[data-v-99c6c4ce]{border-color:#222325;top:3px;transform:rotate(225deg)}.system .scheme__blocks[data-v-99c6c4ce]{display:flex;flex-direction:column;padding:10px 0 20px;margin-bottom:20px;border-bottom:1px solid #e1e1e1}@media(min-width:768px){.system .scheme__blocks[data-v-99c6c4ce]{flex-direction:row}}.system .scheme__block[data-v-99c6c4ce]{width:100%;margin-bottom:10px;position:relative}@media(min-width:768px){.system .scheme__block[data-v-99c6c4ce]{width:calc(25% - 8px);margin-right:10px;margin-bottom:0}}.system .scheme__title[data-v-99c6c4ce]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .scheme__error[data-v-99c6c4ce]{position:absolute;left:0;top:100%;font-size:9px;color:#ff8068}.system .scheme__footer[data-v-99c6c4ce]{display:flex;justify-content:flex-end;flex-direction:column;margin-top:20px}.system .scheme__footer button[data-v-99c6c4ce]{width:100%;margin-bottom:10px}@media(min-width:576px){.system .scheme__footer[data-v-99c6c4ce]{flex-direction:row}.system .scheme__footer button[data-v-99c6c4ce]{width:auto;margin-bottom:0}.system .scheme__footer button[data-v-99c6c4ce]:first-of-type{margin-right:10px}}.system .documents[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:15px}.system .documents__header[data-v-99c6c4ce]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.system .documents__name[data-v-99c6c4ce]{font-size:12px;font-weight:500;text-transform:uppercase}.system .documents__description[data-v-99c6c4ce]{font-size:10px;margin-top:5px}.system .documents__control[data-v-99c6c4ce]{display:flex;align-items:center}.system .documents__button[data-v-99c6c4ce]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.system .documents__button-icon[data-v-99c6c4ce]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.system .documents__button-icon_rotate[data-v-99c6c4ce]{border-color:#222325;top:3px;transform:rotate(225deg)}.system .documents__body[data-v-99c6c4ce]{display:none}.system .documents__preview[data-v-99c6c4ce]{padding-top:10px;display:flex;flex-wrap:wrap;margin:0 -5px;margin-top:-5px}.system .documents__new[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;display:flex;align-items:center;justify-content:space-between;width:100%;margin:5px}@media(min-width:768px){.system .documents__new[data-v-99c6c4ce]{width:calc(50% - 10px)}}.system .documents__new-title[data-v-99c6c4ce]{font-weight:500;font-size:12px;margin-left:18px;color:#2b1a0a}.system .documents__document[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;display:flex;align-items:center;justify-content:space-between;width:100%;margin:5px}@media(min-width:768px){.system .documents__document[data-v-99c6c4ce]{width:calc(50% - 10px)}}.system .documents__document-icon[data-v-99c6c4ce]{width:46px}.system .documents__document-wrapper[data-v-99c6c4ce]{display:flex;align-items:center}.system .documents__document-info[data-v-99c6c4ce]{display:flex;align-items:center;margin-left:17px}.system .documents__document-name[data-v-99c6c4ce]{font-size:12px;font-weight:500;color:#2b1a0a}.system .documents__document-size[data-v-99c6c4ce]{font-size:10px;color:#2b1a0a;margin-left:20px}.system .documents__document-control[data-v-99c6c4ce]{display:flex}.system .documents__document-control button[data-v-99c6c4ce]{margin-left:10px}.system .documents__document-link[data-v-99c6c4ce]{height:36px;min-width:36px;padding:6px;border-radius:6px;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);border:0;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(hover:hover){.system .documents__document-link[data-v-99c6c4ce]:hover{background-color:#fff}}.system .documents__document-icon[data-v-99c6c4ce]{width:20px;opacity:.5}.system .documents__blocks[data-v-99c6c4ce]{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-top:20px;padding-left:5px;padding-right:5px}.system .documents__block[data-v-99c6c4ce]{width:calc(50% - 10px);margin:5px}.system .documents__title[data-v-99c6c4ce]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .documents__wrapper[data-v-99c6c4ce]{display:flex}.system .documents__wrapper input[data-v-99c6c4ce]{margin-right:10px}.system .documents__file[data-v-99c6c4ce]{display:flex;align-items:center;justify-content:center;height:36px;min-width:36px;padding:0;border-radius:6px;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);border:0;cursor:pointer;overflow-x:hidden}.system .documents__file-input[data-v-99c6c4ce]{position:absolute;width:0;height:0;opacity:0;overflow:hidden;z-index:-1}.system .documents__file-icon[data-v-99c6c4ce]{width:16px}.system .entrance[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;border:2px solid #f0f0f0;padding:10px;margin-bottom:10px;cursor:pointer}.system .entrance[data-v-99c6c4ce]:last-of-type{margin-bottom:0}@media(min-width:768px){.system .entrance[data-v-99c6c4ce]{width:calc(50% - 10px);margin:5px}}@media(min-width:1300px){.system .entrance[data-v-99c6c4ce]{width:calc(33.33333% - 10px)}}@media(min-width:1600px){.system .entrance[data-v-99c6c4ce]{width:calc(25% - 10px)}}.system .entrance_current[data-v-99c6c4ce]{border:2px solid #41c6eb}.system .entrance__body[data-v-99c6c4ce]{position:relative}.system .entrance__name[data-v-99c6c4ce]{color:#222325;display:flex;justify-content:center;margin-bottom:5px}.system .entrance__name-input[data-v-99c6c4ce]{border:1px solid transparent;border-radius:6px;background:none;font-family:inherit;text-transform:uppercase;font-weight:500;font-size:14px;text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px}.system .entrance__name-input[data-v-99c6c4ce]:hover{border:1px solid #dcdcdc}.system .entrance__name-input[data-v-99c6c4ce]:focus{border:1px solid #41c6eb}.system .entrance__name-input_valid[data-v-99c6c4ce]{border-color:#41c6eb}.system .entrance__name-input_invalid[data-v-99c6c4ce]{border-color:#ff8068!important}.system .entrance__programs[data-v-99c6c4ce]{margin-bottom:12px;display:flex;justify-content:center;align-items:center}.system .entrance__programs-body[data-v-99c6c4ce],.system .entrance__programs-title[data-v-99c6c4ce]{font-size:14px;font-weight:500;text-transform:uppercase}.system .entrance__programs-body[data-v-99c6c4ce]{margin-left:5px;display:flex;justify-content:flex-start;align-items:center;min-height:20px}.system .entrance__programs .zone__icon[data-v-99c6c4ce]{width:20px;margin:0 5px 0 0}.system .entrance__program[data-v-99c6c4ce]{display:flex;align-items:center;margin:0 5px;font-size:14px;text-transform:uppercase}.system .entrance__program[data-v-99c6c4ce]:first-of-type{margin-left:0}.system .entrance__program[data-v-99c6c4ce]:last-of-type{margin-right:0}.system .entrance__program[data-type=hum] .zone__program-title[data-v-99c6c4ce]{color:#41c6eb}.system .entrance__program[data-type=temp] .zone__program-title[data-v-99c6c4ce]{color:#ffb946}.system .entrance__program[data-type=carb] .zone__program-title[data-v-99c6c4ce]{color:#363636}.system .entrance__info[data-v-99c6c4ce]{display:flex;margin-top:15px}.system .entrance__caption[data-v-99c6c4ce]{display:flex;flex-direction:column;justify-content:center;margin-right:15px;color:#363636;font-size:11px;font-weight:500}.system .entrance__caption-line[data-v-99c6c4ce]{background:#363636;border:0;width:100%;height:1px;margin:7px 0}.system .entrance__indicator[data-v-99c6c4ce],.system .entrance__indicators[data-v-99c6c4ce]{display:flex;flex-grow:1;justify-content:space-between}.system .entrance__indicator[data-v-99c6c4ce]{position:relative;flex-direction:column;align-items:center;border-radius:6px;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);color:#fff;padding:5px 10px;width:calc(33.33333% - 10px);min-width:calc(33.33333% - 10px);min-height:75px}.system .entrance__indicator[data-v-99c6c4ce]:not(:last-of-type){margin-right:10px}.system .entrance__indicator[data-param=temp][data-v-99c6c4ce]{background-color:#ffb946}.system .entrance__indicator[data-param=hum][data-v-99c6c4ce]{background-color:#41c6eb}.system .entrance__indicator[data-param=carb][data-v-99c6c4ce]{background-color:#363636}.system .entrance__indicator[data-param=carb] .zone__cur[data-v-99c6c4ce],.system .entrance__indicator[data-param=carb] .zone__set[data-v-99c6c4ce]{display:flex;align-items:flex-start;flex-direction:column;align-items:center;margin-bottom:0}.system .entrance__indicator[data-param=carb] .zone__cur-unit[data-v-99c6c4ce],.system .entrance__indicator[data-param=carb] .zone__set-unit[data-v-99c6c4ce]{font-size:7px;margin-top:-3px}.system .entrance__set[data-v-99c6c4ce]{font-size:19px;font-weight:500;margin-top:6px;white-space:nowrap}.system .entrance__set svg[data-v-99c6c4ce]{visibility:hidden}.system .entrance__set-dash[data-v-99c6c4ce]{font-weight:400}.system .entrance__set-dash[data-v-99c6c4ce]:not(:first-of-type){margin-left:3px}.system .entrance__set-dash~.zone__set-unit[data-v-99c6c4ce]{visibility:hidden}.system .entrance__cur[data-v-99c6c4ce]{display:flex;align-items:center;font-size:19px;font-weight:500;margin-bottom:6px}.system .entrance__cur-wrapper[data-v-99c6c4ce]{white-space:nowrap}.system .entrance__cur-value[data-v-99c6c4ce]{margin-left:2px}.system .entrance__led[data-v-99c6c4ce]{position:absolute;width:5px;height:5px;border-radius:50%;top:5px;right:5px}.system .entrance__led_on[data-v-99c6c4ce]{background:linear-gradient(212.01deg,#dfffbe 13.85%,#9eff3d 82.31%)}.system .entrance__led_off[data-v-99c6c4ce]{background:linear-gradient(208.61deg,#fc4f4f .59%,#ce0909 92.94%);background:none}.system .entrance__errors[data-v-99c6c4ce]{display:flex;flex-wrap:wrap;margin-top:15px;margin-bottom:10px}.system .entrance__error[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;width:100%}.system .entrance__error[data-v-99c6c4ce]:last-of-type{margin-bottom:0}.system .entrance__error-wrapper[data-v-99c6c4ce]{display:flex;align-items:center}.system .entrance__error-dot[data-v-99c6c4ce]{background-color:#ff5e3f;width:4px;height:4px;display:inline-block;border-radius:50%;margin-right:9px}.system .entrance__error-date[data-v-99c6c4ce]{font-size:9px;color:#000}.system .entrance__error-text[data-v-99c6c4ce]{font-size:12px;color:#ff5e3f;text-transform:uppercase}.system .entrance__footer[data-v-99c6c4ce]{display:flex;flex-direction:column;margin-top:10px}.system .entrance__params[data-v-99c6c4ce]{display:flex;flex-direction:column}.system .entrance__param[data-v-99c6c4ce]{display:flex;flex-wrap:wrap;margin-bottom:10px;padding:10px;border:2px solid transparent;border-radius:6px}.system .entrance__param[data-param=hum][data-v-99c6c4ce]{border-color:#41c6eb}.system .entrance__param[data-param=hum] .zone__set[data-v-99c6c4ce]{color:#41c6eb}.system .entrance__param[data-param=temp][data-v-99c6c4ce]{border-color:#ffb946}.system .entrance__param[data-param=temp] .zone__set[data-v-99c6c4ce]{color:#ffb946}.system .entrance__param[data-param=carb][data-v-99c6c4ce]{border-color:#363636}.system .entrance__param[data-param=carb] .zone__set[data-v-99c6c4ce]{color:#363636}.system .entrance__wrapper[data-v-99c6c4ce]{width:100%;display:flex;align-items:flex-end;margin-bottom:10px}.system .entrance__limits[data-v-99c6c4ce]{width:100%;display:flex;justify-content:space-between}.system .entrance__limit[data-v-99c6c4ce]{width:calc(50% - 5px)}.system .entrance__tuner[data-v-99c6c4ce]{display:flex;flex-grow:1;flex-direction:column;align-items:flex-start;margin-left:10px}.system .entrance__tuner .slider[data-v-99c6c4ce]{width:100%;margin:4px 0}.system .entrance__icon[data-v-99c6c4ce]{width:28px;margin-left:10px;margin-bottom:-3px}.system .entrance__modules[data-v-99c6c4ce]{display:flex;flex-wrap:wrap}.system .entrance__module[data-v-99c6c4ce]{width:100%;display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:10px}.system .entrance__module[data-v-99c6c4ce]:last-of-type{margin-bottom:0}.system .entrance__title[data-v-99c6c4ce]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .entrance__subblock[data-v-99c6c4ce]{position:relative}.system .entrance__subblock[data-v-99c6c4ce]:first-of-type{width:calc(50% - 5px)}.system .entrance__subblock[data-v-99c6c4ce]:last-of-type{width:calc(50% - 51px)}.system .entrance__control[data-v-99c6c4ce]{display:flex;flex-direction:column;margin-top:10px}@media(min-width:576px){.system .entrance__control[data-v-99c6c4ce]{flex-direction:row;justify-content:space-between}}.system .entrance__control .button[data-v-99c6c4ce]{width:100%}.system .entrance__control .button[data-v-99c6c4ce]:first-of-type{margin-bottom:10px}@media(min-width:576px){.system .entrance__control .button[data-v-99c6c4ce]{width:calc(50% - 5px)}.system .entrance__control .button[data-v-99c6c4ce]:first-of-type{margin-bottom:0}}.system .entrance__arrow[data-v-99c6c4ce]{display:flex;justify-content:center;margin-top:15px}.system .entrance__blocks[data-v-99c6c4ce]{display:flex;flex-direction:column}.system .entrance__block[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:20px;margin-bottom:10px;flex-direction:column}.system .entrance__block[data-v-99c6c4ce]:last-of-type{margin-bottom:0}.system .entrance__floor[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;margin-bottom:10px}.system .entrance__floor[data-v-99c6c4ce]:last-of-type{margin-bottom:0}.system .entrance .collectors[data-v-99c6c4ce],.system .entrance .controllers[data-v-99c6c4ce],.system .entrance .filtres[data-v-99c6c4ce],.system .entrance .pumps[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:10px;margin-bottom:10px}.system .entrance .collectors__header[data-v-99c6c4ce],.system .entrance .controllers__header[data-v-99c6c4ce],.system .entrance .filtres__header[data-v-99c6c4ce],.system .entrance .pumps__header[data-v-99c6c4ce]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.system .entrance .collectors__title[data-v-99c6c4ce],.system .entrance .controllers__title[data-v-99c6c4ce],.system .entrance .filtres__title[data-v-99c6c4ce],.system .entrance .pumps__title[data-v-99c6c4ce]{font-size:12px;font-weight:500;text-transform:uppercase}.system .entrance .collectors__control[data-v-99c6c4ce],.system .entrance .controllers__control[data-v-99c6c4ce],.system .entrance .filtres__control[data-v-99c6c4ce],.system .entrance .pumps__control[data-v-99c6c4ce]{display:flex;align-items:center}.system .entrance .collectors__button[data-v-99c6c4ce],.system .entrance .controllers__button[data-v-99c6c4ce],.system .entrance .filtres__button[data-v-99c6c4ce],.system .entrance .pumps__button[data-v-99c6c4ce]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.system .entrance .collectors__button-icon[data-v-99c6c4ce],.system .entrance .controllers__button-icon[data-v-99c6c4ce],.system .entrance .filtres__button-icon[data-v-99c6c4ce],.system .entrance .pumps__button-icon[data-v-99c6c4ce]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.system .entrance .collectors__button-icon_rotate[data-v-99c6c4ce],.system .entrance .controllers__button-icon_rotate[data-v-99c6c4ce],.system .entrance .filtres__button-icon_rotate[data-v-99c6c4ce],.system .entrance .pumps__button-icon_rotate[data-v-99c6c4ce]{border-color:#222325;top:3px;transform:rotate(225deg)}.system .entrance .collectors__body[data-v-99c6c4ce],.system .entrance .controllers__body[data-v-99c6c4ce],.system .entrance .filtres__body[data-v-99c6c4ce],.system .entrance .pumps__body[data-v-99c6c4ce]{display:none;padding-top:10px}.system .entrance .collectors__block[data-v-99c6c4ce],.system .entrance .controllers__block[data-v-99c6c4ce],.system .entrance .filtres__block[data-v-99c6c4ce],.system .entrance .pumps__block[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;padding:10px;margin-bottom:10px}.system .entrance .collectors__block[data-v-99c6c4ce]:last-of-type,.system .entrance .controllers__block[data-v-99c6c4ce]:last-of-type,.system .entrance .filtres__block[data-v-99c6c4ce]:last-of-type,.system .entrance .pumps__block[data-v-99c6c4ce]:last-of-type{margin-bottom:0}.system .entrance .collectors__name[data-v-99c6c4ce],.system .entrance .controllers__name[data-v-99c6c4ce],.system .entrance .filtres__name[data-v-99c6c4ce],.system .entrance .pumps__name[data-v-99c6c4ce]{font-weight:500;text-align:center;margin-bottom:10px}.system .entrance .collectors__params[data-v-99c6c4ce],.system .entrance .controllers__params[data-v-99c6c4ce],.system .entrance .filtres__params[data-v-99c6c4ce],.system .entrance .pumps__params[data-v-99c6c4ce]{display:flex;justify-content:space-between}.system .entrance .collectors__param[data-v-99c6c4ce],.system .entrance .controllers__param[data-v-99c6c4ce],.system .entrance .filtres__param[data-v-99c6c4ce],.system .entrance .pumps__param[data-v-99c6c4ce]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .entrance .collectors__subblock[data-v-99c6c4ce],.system .entrance .controllers__subblock[data-v-99c6c4ce],.system .entrance .filtres__subblock[data-v-99c6c4ce],.system .entrance .pumps__subblock[data-v-99c6c4ce]{width:calc(50% - 5px)}.system .entrance .controllers[data-v-99c6c4ce]{margin-bottom:0}.system .entrance .controllers__params[data-v-99c6c4ce]{flex-direction:column}.system .entrance .controllers__floor[data-v-99c6c4ce]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;justify-content:space-between;align-items:center;padding:10px;margin-bottom:10px}.system .entrance .controllers__floor[data-v-99c6c4ce]:last-of-type{margin-bottom:0}.pagination[data-v-35970796]{display:flex;justify-content:flex-end;margin-top:20px}.pagination__button[data-v-35970796]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);position:relative;height:36px;min-width:36px;padding:0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.pagination__button:first-child .pagination__button-icon[data-v-35970796]{transform:rotate(135deg)}.pagination__button:last-child .pagination__button-icon[data-v-35970796]{transform:rotate(-45deg)}.pagination__button:hover .pagination__button-icon[data-v-35970796]{border-color:#bcbcbc}.pagination__button[data-v-35970796]:disabled{cursor:auto;pointer-events:none}.pagination__button:disabled .pagination__button-icon[data-v-35970796]{border-color:#9b9b9b}.pagination__button-icon[data-v-35970796]{width:7px;height:7px;border:solid #000;border-width:0 2px 2px 0}.pagination__pages[data-v-35970796]{margin:0;padding:0 10px;list-style:none;display:flex;align-items:center}.pagination__page[data-v-35970796]{font-size:14px;margin:0 5px;color:#9b9b9b;cursor:pointer}.pagination__page[data-v-35970796]:hover{color:#474747}.pagination__page_current[data-v-35970796]{color:#000}.system__tasks-data[data-v-24031970]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922)}.system__tasks .ps[data-v-24031970]{width:100%;padding:0 10px 10px}.system__tasks-table[data-v-24031970]{width:100%;min-width:1000px;border-collapse:collapse}.system__tasks-thead .system__tasks-wrapper[data-v-24031970]{min-height:36px;border-right:0}.system__tasks-tbody .system__tasks-row[data-v-24031970]:hover{cursor:pointer;outline:2px solid #41c6eb}.system__tasks-row[data-v-24031970]{background-color:#f0f0f0}.system__tasks-td[data-v-24031970],.system__tasks-th[data-v-24031970]{padding:8px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;text-align:left}.system__tasks-td:last-of-type .system__tasks-wrapper[data-v-24031970],.system__tasks-th:last-of-type .system__tasks-wrapper[data-v-24031970]{border-right:0}.system__tasks-th[data-v-24031970]{border:0;padding:10px 5px}.system__tasks-th[data-v-24031970]:first-of-type{padding-left:0}.system__tasks-th[data-v-24031970]:last-of-type{padding-right:0}.system__tasks-td .system__tasks-wrapper[data-v-24031970]{padding-left:19px}.system__tasks-td:first-of-type .system__tasks-wrapper[data-v-24031970]{padding-left:15px}.system__tasks-wrapper[data-v-24031970]{border-right:1px solid #ddd;font-weight:400;font-size:12px;color:#222325;display:flex;align-items:center}.system__tasks-content[data-v-24031970]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:7px 15px;display:flex;align-items:center;justify-content:space-between;height:36px;width:100%;text-align:center}.system__tasks-sort[data-v-24031970]{position:relative;background:none;padding:0;border:0;height:15px;width:11px;cursor:pointer;margin-left:20px}.system__tasks-up[data-v-24031970]{top:0;transform:rotate(45deg)}.system__tasks-down[data-v-24031970],.system__tasks-up[data-v-24031970]{position:absolute;left:0;width:7px;height:7px;border:solid #bcbcbc;border-width:1.5px 0 0 1.5px}.system__tasks-down[data-v-24031970]{bottom:0;transform:rotate(225deg)}.system__children-data[data-v-ab5cb0d6]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922)}.system__children .ps[data-v-ab5cb0d6]{width:100%;padding:0 10px 10px}.system__children-table[data-v-ab5cb0d6]{width:100%;min-width:1100px;border-collapse:collapse}.system__children-thead .system__children-wrapper[data-v-ab5cb0d6]{min-height:36px;border-right:0}@media(min-width:768px){.system__children-tbody .system__children-row[data-v-ab5cb0d6]:hover{cursor:pointer;outline:2px solid #41c6eb}}.system__children-row[data-v-ab5cb0d6]{background-color:#f0f0f0}.system__children-td[data-v-ab5cb0d6],.system__children-th[data-v-ab5cb0d6]{padding:8px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;text-align:left}.system__children-td:last-of-type .system__children-wrapper[data-v-ab5cb0d6],.system__children-th:last-of-type .system__children-wrapper[data-v-ab5cb0d6]{border-right:0}.system__children-th[data-v-ab5cb0d6]{border:0;padding:10px 5px}.system__children-th[data-v-ab5cb0d6]:first-of-type{padding-left:0}.system__children-th[data-v-ab5cb0d6]:last-of-type{padding-right:0}.system__children-th_date[data-v-ab5cb0d6]{width:80px}.system__children-th_type[data-v-ab5cb0d6]{max-width:80px}.system__children-th_name[data-v-ab5cb0d6]{max-width:120px}.system__children-th_address[data-v-ab5cb0d6]{max-width:200px}.system__children-th_contacts[data-v-ab5cb0d6]{width:150px}.system__children-th_state[data-v-ab5cb0d6]{max-width:140px}.system__children-th_action[data-v-ab5cb0d6]{max-width:90px}.system__children-td[data-v-ab5cb0d6]{position:relative}.system__children-td .system__children-wrapper[data-v-ab5cb0d6]{padding-left:19px}.system__children-td:first-of-type .system__children-wrapper[data-v-ab5cb0d6]{padding-left:15px}.system__children-td[data-v-ab5cb0d6]:last-of-type{text-align:center}.system__children-td_name[data-v-ab5cb0d6]{max-width:100px}.system__children-td_name .system__children-wrapper[data-v-ab5cb0d6]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:15px}.system__children-td_address[data-v-ab5cb0d6]{max-width:200px}.system__children-td_address .system__children-wrapper[data-v-ab5cb0d6]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:15px}.system__children-wrapper[data-v-ab5cb0d6]{border-right:1px solid #ddd;font-weight:400;font-size:12px;color:#222325;display:flex;align-items:center}.system__children-content[data-v-ab5cb0d6]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:7px 15px;display:flex;align-items:center;justify-content:space-between;height:36px;width:100%;text-align:center}.system__children-sort[data-v-ab5cb0d6]{position:relative;background:none;padding:0;display:flex;border:0;height:16px;width:17px;cursor:pointer;margin-left:20px}.system__children-up[data-v-ab5cb0d6]{top:2px;transform:rotate(45deg)}.system__children-down[data-v-ab5cb0d6],.system__children-up[data-v-ab5cb0d6]{position:absolute;left:5px;width:7px;height:7px;border:solid #bcbcbc;border-width:1.5px 0 0 1.5px}.system__children-down[data-v-ab5cb0d6]{bottom:1px;transform:rotate(225deg)}.system__children-type[data-v-ab5cb0d6]{background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 10px;font-size:10px}.system__children-type_pro[data-v-ab5cb0d6]{background-color:#ffc96f;color:#222325}.system__children-kind[data-v-ab5cb0d6]{background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 10px;font-size:10px}.system__children-kind_error[data-v-ab5cb0d6]{background-color:#ff7156}.system__children-kind_success[data-v-ab5cb0d6]{background-color:#7ed321}.system__children-state[data-v-ab5cb0d6]{font-size:12px;color:#fff;border-radius:10px;margin:5px 0;padding:2px 10px;min-width:92px;text-align:center;margin:0;font-size:11px;min-width:auto}.system__children-state_disabled[data-v-ab5cb0d6]{background-color:gray}.system__children-state_enabled[data-v-ab5cb0d6]{background-color:#3dd371}.system__children-state_error[data-v-ab5cb0d6]{background-color:#ff7156}.system__children-state_active[data-v-ab5cb0d6]{background-color:#41c6eb}.system__children-state_inactive[data-v-ab5cb0d6]{background-color:#ccc}.system__children-edit[data-v-ab5cb0d6]{font-size:16px;color:#787878;padding:0;margin:0 5px;cursor:pointer;border:0;background:none}@media(min-width:768px){.system__children-edit[data-v-ab5cb0d6]:hover{color:#3c3c3c}}.system__children-delete[data-v-ab5cb0d6]{font-size:16px;color:#ff7156;padding:0;margin:0 5px;cursor:pointer;border:0;background:none}@media(min-width:768px){.system__children-delete[data-v-ab5cb0d6]:hover{color:#fc302e}}.section[data-v-0bdbd9b0]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px 20px}.section__header[data-v-0bdbd9b0]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.section__headline[data-v-0bdbd9b0]{font-size:12px;font-weight:500;text-transform:uppercase}.section__badge[data-v-0bdbd9b0]{margin-left:5px;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 7px;font-size:10px}.section__control[data-v-0bdbd9b0],.section__main[data-v-0bdbd9b0]{display:flex;align-items:center}.section__button[data-v-0bdbd9b0]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.section__button-icon[data-v-0bdbd9b0]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.section__button-icon_rotate[data-v-0bdbd9b0]{border-color:#222325;top:3px;transform:rotate(225deg)}.section__footer[data-v-0bdbd9b0]{display:flex;justify-content:flex-end;flex-direction:column;margin-top:20px}.section__footer button[data-v-0bdbd9b0]{width:100%;margin-bottom:10px}@media(min-width:576px){.section__footer[data-v-0bdbd9b0]{flex-direction:row}.section__footer button[data-v-0bdbd9b0]{width:auto;margin-bottom:0}.section__footer button[data-v-0bdbd9b0]:first-of-type{margin-right:10px}}.system__settings[data-v-67cefefc]{display:flex;flex-wrap:wrap}.system__left[data-v-67cefefc]{width:100%;margin-top:15px}@media(min-width:768px){.system__left[data-v-67cefefc]{width:50%;padding-right:8px}}.system__right[data-v-67cefefc]{width:100%;margin-top:15px}@media(min-width:768px){.system__right[data-v-67cefefc]{width:50%;padding-left:8px}}.system .config[data-v-67cefefc],.system .control[data-v-67cefefc],.system .features[data-v-67cefefc],.system .firmware[data-v-67cefefc],.system .logs[data-v-67cefefc],.system .modes[data-v-67cefefc],.system .records[data-v-67cefefc],.system .state[data-v-67cefefc],.system .vpn[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:20px}.system .config__header[data-v-67cefefc],.system .control__header[data-v-67cefefc],.system .features__header[data-v-67cefefc],.system .firmware__header[data-v-67cefefc],.system .logs__header[data-v-67cefefc],.system .modes__header[data-v-67cefefc],.system .records__header[data-v-67cefefc],.system .state__header[data-v-67cefefc],.system .vpn__header[data-v-67cefefc]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.system .config__wrapper[data-v-67cefefc],.system .control__wrapper[data-v-67cefefc],.system .features__wrapper[data-v-67cefefc],.system .firmware__wrapper[data-v-67cefefc],.system .logs__wrapper[data-v-67cefefc],.system .modes__wrapper[data-v-67cefefc],.system .records__wrapper[data-v-67cefefc],.system .state__wrapper[data-v-67cefefc],.system .vpn__wrapper[data-v-67cefefc]{display:flex;align-items:center;width:100%}.system .config__name[data-v-67cefefc],.system .control__name[data-v-67cefefc],.system .features__name[data-v-67cefefc],.system .firmware__name[data-v-67cefefc],.system .logs__name[data-v-67cefefc],.system .modes__name[data-v-67cefefc],.system .records__name[data-v-67cefefc],.system .state__name[data-v-67cefefc],.system .vpn__name[data-v-67cefefc]{font-size:12px;font-weight:500;color:#222325;text-transform:uppercase}.system .config__notification[data-v-67cefefc],.system .control__notification[data-v-67cefefc],.system .features__notification[data-v-67cefefc],.system .firmware__notification[data-v-67cefefc],.system .logs__notification[data-v-67cefefc],.system .modes__notification[data-v-67cefefc],.system .records__notification[data-v-67cefefc],.system .state__notification[data-v-67cefefc],.system .vpn__notification[data-v-67cefefc]{margin-left:10px;display:flex;align-items:center}.system .config__notification-date[data-v-67cefefc],.system .control__notification-date[data-v-67cefefc],.system .features__notification-date[data-v-67cefefc],.system .firmware__notification-date[data-v-67cefefc],.system .logs__notification-date[data-v-67cefefc],.system .modes__notification-date[data-v-67cefefc],.system .records__notification-date[data-v-67cefefc],.system .state__notification-date[data-v-67cefefc],.system .vpn__notification-date[data-v-67cefefc]{font-size:9px;font-weight:500;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 10px;margin-right:5px}.system .config__notification-text[data-v-67cefefc],.system .control__notification-text[data-v-67cefefc],.system .features__notification-text[data-v-67cefefc],.system .firmware__notification-text[data-v-67cefefc],.system .logs__notification-text[data-v-67cefefc],.system .modes__notification-text[data-v-67cefefc],.system .records__notification-text[data-v-67cefefc],.system .state__notification-text[data-v-67cefefc],.system .vpn__notification-text[data-v-67cefefc]{font-size:10px;color:#41c6eb}.system .config__control[data-v-67cefefc],.system .control__control[data-v-67cefefc],.system .features__control[data-v-67cefefc],.system .firmware__control[data-v-67cefefc],.system .logs__control[data-v-67cefefc],.system .modes__control[data-v-67cefefc],.system .records__control[data-v-67cefefc],.system .state__control[data-v-67cefefc],.system .vpn__control[data-v-67cefefc]{display:flex;align-items:center}.system .config__button[data-v-67cefefc],.system .control__button[data-v-67cefefc],.system .features__button[data-v-67cefefc],.system .firmware__button[data-v-67cefefc],.system .logs__button[data-v-67cefefc],.system .modes__button[data-v-67cefefc],.system .records__button[data-v-67cefefc],.system .state__button[data-v-67cefefc],.system .vpn__button[data-v-67cefefc]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.system .config__button-icon[data-v-67cefefc],.system .control__button-icon[data-v-67cefefc],.system .features__button-icon[data-v-67cefefc],.system .firmware__button-icon[data-v-67cefefc],.system .logs__button-icon[data-v-67cefefc],.system .modes__button-icon[data-v-67cefefc],.system .records__button-icon[data-v-67cefefc],.system .state__button-icon[data-v-67cefefc],.system .vpn__button-icon[data-v-67cefefc]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.system .config__button-icon_rotate[data-v-67cefefc],.system .control__button-icon_rotate[data-v-67cefefc],.system .features__button-icon_rotate[data-v-67cefefc],.system .firmware__button-icon_rotate[data-v-67cefefc],.system .logs__button-icon_rotate[data-v-67cefefc],.system .modes__button-icon_rotate[data-v-67cefefc],.system .records__button-icon_rotate[data-v-67cefefc],.system .state__button-icon_rotate[data-v-67cefefc],.system .vpn__button-icon_rotate[data-v-67cefefc]{border-color:#222325;top:3px;transform:rotate(225deg)}.system .config__footer[data-v-67cefefc],.system .control__footer[data-v-67cefefc],.system .features__footer[data-v-67cefefc],.system .firmware__footer[data-v-67cefefc],.system .logs__footer[data-v-67cefefc],.system .modes__footer[data-v-67cefefc],.system .records__footer[data-v-67cefefc],.system .state__footer[data-v-67cefefc],.system .vpn__footer[data-v-67cefefc]{display:flex;justify-content:flex-end;margin-top:20px}.system .config__footer button[data-v-67cefefc]:first-of-type,.system .control__footer button[data-v-67cefefc]:first-of-type,.system .features__footer button[data-v-67cefefc]:first-of-type,.system .firmware__footer button[data-v-67cefefc]:first-of-type,.system .logs__footer button[data-v-67cefefc]:first-of-type,.system .modes__footer button[data-v-67cefefc]:first-of-type,.system .records__footer button[data-v-67cefefc]:first-of-type,.system .state__footer button[data-v-67cefefc]:first-of-type,.system .vpn__footer button[data-v-67cefefc]:first-of-type{margin-right:10px}.system .config__main[data-v-67cefefc]{display:flex;flex-wrap:wrap;margin-top:15px}@media(min-width:576px){.system .config__main[data-v-67cefefc]{margin-left:-5px;margin-right:-5px;margin-bottom:-5px}}@media(min-width:768px){.system .config__main[data-v-67cefefc]{width:auto;margin-top:-5px;margin-left:-5px;margin-right:-5px}}.system .config__soft[data-v-67cefefc]{width:100%;margin-top:20px}@media(min-width:768px){.system .config__soft[data-v-67cefefc]{width:50%}}@media(min-width:992px){.system .config__soft[data-v-67cefefc]{width:40%}}@media(min-width:1300px){.system .config__soft[data-v-67cefefc]{width:30%}}.system .config__wrapper[data-v-67cefefc]{display:flex;width:65%}@media(min-width:768px){.system .config__wrapper[data-v-67cefefc]{width:auto;flex-direction:row;align-items:center}}.system .config__info[data-v-67cefefc]{display:flex;flex-direction:column;align-items:flex-end}@media(min-width:768px){.system .config__info[data-v-67cefefc]{flex-direction:row;align-items:center}}.system .config__mileage[data-v-67cefefc]{font-size:12px;font-weight:500;white-space:nowrap}.system .config__state[data-v-67cefefc]{font-size:12px;color:#fff;border-radius:10px;margin:5px 0;padding:2px 10px;min-width:92px;text-align:center}.system .config__state_disabled[data-v-67cefefc]{background-color:gray}.system .config__state_enabled[data-v-67cefefc]{background-color:#3dd371}.system .config__state_error[data-v-67cefefc]{background-color:#ff7156}.system .config__state_active[data-v-67cefefc]{background-color:#41c6eb}.system .config__state_inactive[data-v-67cefefc]{background-color:#ccc}@media(min-width:768px){.system .config__state[data-v-67cefefc]{margin:0 10px}}.system .config__control[data-v-67cefefc]{display:flex;align-items:center;justify-content:flex-end;width:35%;margin-left:10px}@media(min-width:576px){.system .config__control[data-v-67cefefc]{width:25%}}.system .config__wrap[data-v-67cefefc]{display:flex;flex-direction:column;align-items:flex-end}@media(min-width:768px){.system .config__wrap[data-v-67cefefc]{flex-direction:row;align-items:center}}.system .config__params[data-v-67cefefc]{display:flex;flex-wrap:wrap}.system .config__password[data-v-67cefefc]{display:flex;flex-wrap:wrap;margin-left:10px}.system .config__param[data-v-67cefefc]{width:49%;margin-bottom:5px;font-size:10px;color:#222325}.system .config__blocks[data-v-67cefefc]{margin-top:20px}.system .config__block[data-v-67cefefc]{width:100%;margin-bottom:10px}.system .config__block[data-v-67cefefc]:last-of-type{margin-bottom:0}@media(min-width:576px){.system .config__block[data-v-67cefefc]{width:calc(50% - 10px);margin:5px}}@media(min-width:992px){.system .config__block[data-v-67cefefc]{width:calc(33.33333% - 10px);margin:5px}}@media(min-width:1300px){.system .config__block[data-v-67cefefc]{width:calc(16.66667% - 10px)}}.system .config__title[data-v-67cefefc]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .config__footer[data-v-67cefefc]{display:flex;flex-direction:column;justify-content:flex-end}.system .config__footer button[data-v-67cefefc]{width:100%}.system .config__footer button[data-v-67cefefc]:first-of-type{margin-bottom:10px}@media(min-width:576px){.system .config__footer[data-v-67cefefc]{flex-direction:row}.system .config__footer button[data-v-67cefefc]{width:auto;margin-bottom:0}.system .config__footer button[data-v-67cefefc]:first-of-type{margin-right:10px;margin-bottom:0}}.system .records[data-v-67cefefc]{margin-top:15px}.system .records__body[data-v-67cefefc]{margin-top:15px;min-height:329px;display:flex;flex-direction:column;justify-content:space-between}.system .records__wrapper[data-v-67cefefc]{display:flex;width:65%}@media(min-width:768px){.system .records__wrapper[data-v-67cefefc]{width:auto;flex-direction:row;align-items:center}}.system .records__control[data-v-67cefefc]{display:flex;align-items:center;justify-content:flex-end;width:35%;margin-left:10px}@media(min-width:576px){.system .records__control[data-v-67cefefc]{width:25%}}.system .records__toolbar[data-v-67cefefc]{display:flex;flex-direction:column}@media(min-width:768px){.system .records__toolbar[data-v-67cefefc]{flex-direction:row;justify-content:space-between}}.system .records__controls[data-v-67cefefc]{display:flex;flex-direction:column;width:100%;margin-bottom:10px}@media(min-width:768px){.system .records__controls[data-v-67cefefc]{width:50%;margin-bottom:0;margin-right:10px}}@media(min-width:992px){.system .records__controls[data-v-67cefefc]{flex-direction:row;width:70%}}.system .records__download[data-v-67cefefc]{display:flex;flex-direction:column;width:100%}@media(min-width:768px){.system .records__download[data-v-67cefefc]{width:50%}}@media(min-width:992px){.system .records__download[data-v-67cefefc]{width:25%}}.system .records__list[data-v-67cefefc]{width:100%;margin-bottom:10px}@media(min-width:992px){.system .records__list[data-v-67cefefc]{width:calc(30% - 10px);margin-right:10px}}.system .records__filter[data-v-67cefefc]{width:100%;margin-bottom:10px}@media(min-width:992px){.system .records__filter[data-v-67cefefc]{width:calc(30% - 10px);margin-right:10px}}.system .records__searchbar[data-v-67cefefc]{width:100%}@media(min-width:992px){.system .records__searchbar[data-v-67cefefc]{width:40%}}.system .records__title[data-v-67cefefc]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .records__search[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;justify-content:space-between;align-items:center;width:100%}.system .records__search-input[data-v-67cefefc]{height:36px;width:100%;padding-left:15px;background:none;border:transparent;font-family:Avenir;font-size:12px}.system .records__search-input[data-v-67cefefc]::-moz-placeholder{color:#9b9b9b}.system .records__search-input[data-v-67cefefc]::placeholder{color:#9b9b9b}.system .records__search-button[data-v-67cefefc]{border:0;height:20px;width:36px;min-width:36px;border-left:1px solid #ddd;cursor:pointer;opacity:1;transition:opacity .3s ease-in}.system .records__search-button[data-v-67cefefc]:disabled{cursor:auto;pointer-events:none;color:#9b9b9b}.system .records__search-clear[data-v-67cefefc]{border:0;color:#000;font-size:16px;margin:0 10px;cursor:pointer}.system .records__document[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:7px;display:flex;align-items:center;justify-content:space-between;width:100%}.system .records__document-icon[data-v-67cefefc]{width:46px}.system .records__document-info[data-v-67cefefc],.system .records__document-wrapper[data-v-67cefefc]{display:flex;align-items:center}.system .records__document-name[data-v-67cefefc]{font-size:12px;font-weight:500;color:#2b1a0a}.system .records__document-size[data-v-67cefefc]{font-size:10px;color:#2b1a0a;margin-left:20px}.system .records__document button[data-v-67cefefc]{height:22px}.system .records__document-icon[data-v-67cefefc]{width:20px;opacity:.5}.system .records__items[data-v-67cefefc]{list-style:none;padding:0}.system .records .ps[data-v-67cefefc]{min-height:200px;max-height:200px}@media(min-width:768px){.system .records .ps[data-v-67cefefc]{padding:0 10px}}.system .records__item[data-v-67cefefc]{padding:5px 0;border-bottom:1px solid #dcdcdc;font-size:12px;font-weight:400;display:flex}@media(min-width:768px){.system .records__item[data-v-67cefefc]{padding:5px}}.system .records__item[data-v-67cefefc]:first-of-type{border-top:1px solid #dcdcdc}.system .records__type[data-v-67cefefc]{display:flex;flex-direction:column;text-transform:uppercase}@media(min-width:768px){.system .records__type[data-v-67cefefc]{display:inline-block;min-width:180px}}.system .records__type_notice[data-v-67cefefc]{color:#3cb371}.system .records__type_crit[data-v-67cefefc],.system .records__type_emerg[data-v-67cefefc],.system .records__type_err[data-v-67cefefc]{color:#ff7156}.system .records__type_alert[data-v-67cefefc],.system .records__type_warn[data-v-67cefefc]{color:#ff8c00}.system .records__type_debug[data-v-67cefefc],.system .records__type_info[data-v-67cefefc]{color:#1e90ff}.system .records__date[data-v-67cefefc]{min-width:130px}@media(min-width:768px){.system .records__date[data-v-67cefefc]{min-width:auto}}.system .records__footer[data-v-67cefefc]{display:flex;justify-content:space-between;align-items:center;margin-top:0!important}@media(min-width:768px){.system .records__footer[data-v-67cefefc]{align-items:flex-end}}.system .records__footer button[data-v-67cefefc]{margin:0!important}.system .records__info[data-v-67cefefc]{text-align:right;font-weight:500;font-size:12px}.system .records__warning[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);margin-top:10px;padding:10px 20px;display:flex;flex-direction:column;width:100%;color:#ff8068}.system .state[data-v-67cefefc]{margin-bottom:15px}.system .state__params[data-v-67cefefc]{display:flex;flex-wrap:wrap;margin-top:15px}@media(min-width:576px){.system .state__params[data-v-67cefefc]{margin-left:-5px;margin-right:-5px;margin-bottom:-5px}}.system .state__block[data-v-67cefefc]{width:100%;margin-bottom:10px}@media(min-width:576px){.system .state__block[data-v-67cefefc]{margin:5px;width:calc(50% - 10px)}}@media(min-width:768px){.system .state__block[data-v-67cefefc]{width:100%}}@media(min-width:992px){.system .state__block[data-v-67cefefc]{margin:5px;width:calc(50% - 10px)}}.system .state__title[data-v-67cefefc]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .state__subtitle[data-v-67cefefc]{font-size:12px;font-weight:500;color:#222325;margin:18px 0 15px}.system .state__zones[data-v-67cefefc]{display:flex;align-items:flex-start;flex-wrap:wrap}@media(min-width:576px){.system .state__zones[data-v-67cefefc]{margin-left:-5px;margin-right:-5px;margin-bottom:0}}@media(min-width:768px){.system .state__zones[data-v-67cefefc]{margin:0}}@media(min-width:992px){.system .state__zones[data-v-67cefefc]{margin-left:-5px;margin-right:-5px}}.system .state__zone[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;margin-bottom:10px;padding:10px;display:flex;flex-wrap:wrap}.system .state__zone[data-v-67cefefc]:last-of-type{margin-bottom:0}@media(min-width:576px){.system .state__zone[data-v-67cefefc]{width:calc(50% - 10px);margin:5px}}@media(min-width:768px){.system .state__zone[data-v-67cefefc]{width:100%;margin:0;margin-bottom:10px}}@media(min-width:992px){.system .state__zone[data-v-67cefefc]{width:calc(50% - 10px);margin:5px}}.system .state__zone-name[data-v-67cefefc]{width:100%;font-size:12px;font-weight:500;color:#2b1a0a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.system .state__zone-status[data-v-67cefefc]{font-size:9px;font-weight:500;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 10px;margin-left:10px;min-width:75px;text-align:center}.system .state__zone-status_error[data-v-67cefefc]{background-color:#ff8068}.system .state__zone-params[data-v-67cefefc]{width:100%;display:flex;flex-direction:column;margin-top:10px}.system .state__zone-param[data-v-67cefefc]{display:flex;justify-content:space-between;margin-bottom:10px}.system .state__zone-param[data-v-67cefefc]:last-of-type{margin-bottom:0}.system .state__zone-modes[data-v-67cefefc]{margin-top:10px;width:100%}.system .state__zone-mode[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:8px}.system .state__zone-mode[data-v-67cefefc]:last-of-type{margin-bottom:0}.system .state__zone-mode input[data-v-67cefefc]{width:75px;height:26px}.system .state__zone-pause[data-v-67cefefc],.system .state__zone-work[data-v-67cefefc]{font-size:9px;font-weight:500;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 10px;margin-right:10px;min-width:50px;text-align:center}.system .state__board[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;min-height:46px;margin-bottom:10px;padding:10px;display:flex;justify-content:space-between;align-items:center}.system .state__board[data-v-67cefefc]:last-of-type{margin-bottom:0}.system .state__board-status[data-v-67cefefc]{font-size:9px;font-weight:500;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 10px;margin-right:10px}.system .state__board input[data-v-67cefefc]{width:75px;height:26px}.system .state__network[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;min-height:46px;margin-bottom:10px;padding:10px;display:flex;justify-content:space-between;align-items:center}.system .state__network[data-v-67cefefc]:last-of-type{margin-bottom:0}.system .state__network-status[data-v-67cefefc]{font-size:9px;font-weight:500;color:#fff;border-radius:10px;padding:3px 10px;margin-right:10px}.system .state__network-status_connecting[data-v-67cefefc]{background-color:#ccc}.system .state__network-status_connected[data-v-67cefefc]{background-color:#41c6eb}.system .state__network-status_disconnected[data-v-67cefefc]{background-color:#ff8068}.system .state__network-indicator[data-v-67cefefc]{width:13px;min-width:13px;height:13px;border-radius:50%}.system .state__network-indicator_default[data-v-67cefefc]{background-color:#26ba11}.system .state__network-indicator_blink[data-v-67cefefc]{background-color:#31f015}.system .state__network-indicator_off[data-v-67cefefc]{background-color:#d2151c}.system .state__errors[data-v-67cefefc]{display:flex;flex-wrap:wrap}.system .state__error[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;width:100%}.system .state__error[data-v-67cefefc]:last-of-type{margin-bottom:0}.system .state__error-wrapper[data-v-67cefefc]{display:flex;align-items:center}.system .state__error-dot[data-v-67cefefc]{background-color:#ff5e3f;width:4px;height:4px;display:inline-block;border-radius:50%;margin-right:9px}.system .state__error-date[data-v-67cefefc]{font-size:9px;color:#000}.system .state__error-text[data-v-67cefefc]{font-size:12px;color:#ff5e3f;text-transform:uppercase}.system .control[data-v-67cefefc]{margin-bottom:15px}.system .control__state[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;min-height:46px;margin-top:18px;padding:15px;display:flex;align-items:center;justify-content:space-between}.system .control__state[data-v-67cefefc]:last-of-type{margin-bottom:0}.system .control__state-status[data-v-67cefefc]{font-size:9px;font-weight:500;background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 10px}.system .control__state-status_error[data-v-67cefefc]{background-color:#ff8068}.system .control__subjects[data-v-67cefefc]{position:relative}.system .control__subjects_inactive .control__screen[data-v-67cefefc]{z-index:100}.system .control__subjects_inactive .control__block[data-v-67cefefc],.system .control__subjects_inactive .control__head[data-v-67cefefc]{opacity:.2}.system .control__screen[data-v-67cefefc]{position:absolute;width:100%;height:100%;z-index:-1}.system .control__zones[data-v-67cefefc]{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:10px;padding-bottom:30px}@media(min-width:576px){.system .control__zones[data-v-67cefefc]{margin-left:-5px;margin-right:-5px}}@media(min-width:768px){.system .control__zones[data-v-67cefefc]{margin:0;margin-top:10px}}@media(min-width:992px){.system .control__zones[data-v-67cefefc]{margin-left:-5px;margin-right:-5px}}@media(min-width:1300px){.system .control__zones .control__block[data-v-67cefefc]{width:calc(50% - 10px)}}.system .control__zones .control__block[data-v-67cefefc]{flex-wrap:wrap}.system .control__zones .control__title[data-v-67cefefc]{width:100%;font-size:12px;font-weight:500;color:#2b1a0a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.system .control__zones .control__params[data-v-67cefefc]{width:100%;display:flex;flex-direction:column;margin-top:10px}.system .control__zones .control__param[data-v-67cefefc]{display:flex;justify-content:space-between;margin-bottom:10px}.system .control__zones .control__param[data-v-67cefefc]:last-of-type{margin-bottom:0}.system .control__main[data-v-67cefefc]{display:flex;align-items:flex-start;flex-wrap:wrap;padding-top:30px;border-top:1px solid #e5e5e5}@media(min-width:576px){.system .control__main[data-v-67cefefc]{margin-left:-5px;margin-right:-5px;justify-content:space-between}}@media(min-width:768px){.system .control__main[data-v-67cefefc]{margin:0}}@media(min-width:992px){.system .control__main[data-v-67cefefc]{margin-left:-5px;margin-right:-5px}}.system .control__block[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;justify-content:space-between;align-items:center;padding:10px 15px;width:100%;margin-bottom:10px}.system .control__block[data-v-67cefefc]:last-of-type{margin-bottom:0}@media(min-width:576px){.system .control__block[data-v-67cefefc]{width:calc(50% - 10px);margin:5px}}@media(min-width:768px){.system .control__block[data-v-67cefefc]{width:100%;margin:0;margin-bottom:10px}}@media(min-width:992px){.system .control__block[data-v-67cefefc]{width:calc(50% - 10px);margin:5px}}.system .control__block .switch[data-v-67cefefc]{margin-left:10px}.system .control__title[data-v-67cefefc]{font-size:12px;color:#2b1a0a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system .control__footer[data-v-67cefefc]{display:flex;flex-direction:column;justify-content:flex-end}.system .control__footer button[data-v-67cefefc]{width:100%}.system .control__footer button[data-v-67cefefc]:first-of-type{margin-bottom:10px}@media(min-width:576px){.system .control__footer[data-v-67cefefc]{flex-direction:row}.system .control__footer button[data-v-67cefefc]{width:auto;margin-bottom:0}.system .control__footer button[data-v-67cefefc]:first-of-type{margin-right:10px;margin-bottom:0}}@media(min-width:768px){.system .control__footer[data-v-67cefefc]{flex-direction:column}.system .control__footer button[data-v-67cefefc]{width:100%}.system .control__footer button[data-v-67cefefc]:first-of-type{margin-bottom:10px}}@media(min-width:992px){.system .control__footer[data-v-67cefefc]{flex-direction:row}.system .control__footer button[data-v-67cefefc]{width:auto;margin-bottom:0}.system .control__footer button[data-v-67cefefc]:first-of-type{margin-right:10px;margin-bottom:0}}.system .control__head[data-v-67cefefc]{display:flex;justify-content:space-between;font-size:12px;color:#2b1a0a;padding:15px;padding-bottom:5px;margin-top:5px;margin-bottom:15px;border-bottom:1px solid #dcdcdc}.system .control__head-wrapper[data-v-67cefefc]{display:flex}.system .control__head-wrapper input[data-v-67cefefc]{width:75px;height:26px}.system .control__head-wrapper input[data-v-67cefefc]:first-of-type{margin-right:10px}.system .control__head-time1[data-v-67cefefc],.system .control__head-time2[data-v-67cefefc]{width:75px}.system .control__head-time1[data-v-67cefefc]{margin-right:10px}.system .modes[data-v-67cefefc]{margin-top:15px}.system .modes__body[data-v-67cefefc]{margin-top:10px}.system .modes__list[data-v-67cefefc]{padding:0;margin:0}.system .modes__footer[data-v-67cefefc]{display:flex;flex-direction:column;justify-content:flex-end}.system .modes__footer button[data-v-67cefefc]{width:100%}.system .modes__footer button[data-v-67cefefc]:first-of-type{margin-bottom:10px}@media(min-width:576px){.system .modes__footer[data-v-67cefefc]{flex-direction:row}.system .modes__footer button[data-v-67cefefc]{width:auto;margin-bottom:0}.system .modes__footer button[data-v-67cefefc]:first-of-type{margin-right:10px;margin-bottom:0}}@media(min-width:768px){.system .modes__footer[data-v-67cefefc]{flex-direction:column}.system .modes__footer button[data-v-67cefefc]{width:100%}.system .modes__footer button[data-v-67cefefc]:first-of-type{margin-bottom:10px}}@media(min-width:992px){.system .modes__footer[data-v-67cefefc]{flex-direction:row}.system .modes__footer button[data-v-67cefefc]{width:auto;margin-bottom:0}.system .modes__footer button[data-v-67cefefc]:first-of-type{margin-right:10px;margin-bottom:0}}.system .mode[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;flex-direction:column;width:100%;padding:10px;margin-bottom:10px}.system .mode[data-v-67cefefc]:last-of-type{margin-bottom:0}.system .mode__header[data-v-67cefefc]{display:flex;justify-content:space-between;width:100%;cursor:pointer}.system .mode__wrapper[data-v-67cefefc]{display:flex;align-items:center;width:100%}.system .mode__name[data-v-67cefefc]{font-size:12px;font-weight:500;color:#222325;text-transform:uppercase}.system .mode__control[data-v-67cefefc]{display:flex;align-items:center}.system .mode__button[data-v-67cefefc]{position:relative;background:none;padding:0;border:0;height:11px;width:11px;cursor:pointer;margin-left:10px}.system .mode__button-icon[data-v-67cefefc]{position:absolute;left:2px;top:0;width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0;transform:rotate(45deg)}.system .mode__button-icon_rotate[data-v-67cefefc]{border-color:#222325;top:3px;transform:rotate(225deg)}.system .mode__subjects[data-v-67cefefc]{position:relative}.system .mode__subjects_inactive .mode__screen[data-v-67cefefc]{z-index:100}.system .mode__subjects_inactive .mode__main[data-v-67cefefc],.system .mode__subjects_inactive .mode__settings[data-v-67cefefc],.system .mode__subjects_inactive .mode__zones[data-v-67cefefc]{opacity:.2}.system .mode__settings[data-v-67cefefc]{display:flex;flex-direction:column;margin-top:10px}.system .mode__commissioning[data-v-67cefefc]{display:flex;flex-direction:column}@media(min-width:576px){.system .mode__commissioning[data-v-67cefefc]{flex-direction:row;justify-content:space-between;align-items:center}}@media(min-width:768px){.system .mode__commissioning[data-v-67cefefc]{flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media(min-width:992px){.system .mode__commissioning[data-v-67cefefc]{flex-direction:row;justify-content:space-between;align-items:center}}.system .mode__commissioning button[data-v-67cefefc]{width:100%;margin-bottom:10px}.system .mode__commissioning button[data-v-67cefefc]:last-of-type{margin-bottom:0}@media(min-width:576px){.system .mode__commissioning button[data-v-67cefefc]{width:calc(50% - 5px);margin-bottom:0}}@media(min-width:768px){.system .mode__commissioning button[data-v-67cefefc]{width:100%;margin-bottom:10px}}@media(min-width:992px){.system .mode__commissioning button[data-v-67cefefc]{width:calc(50% - 5px);margin-bottom:0}}.system .mode__subtitle[data-v-67cefefc]{font-size:12px;font-weight:500;color:#222325;margin:18px 0 15px;text-align:left;width:100%}.system .mode__status[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%;min-height:46px;padding:10px;display:flex;justify-content:space-between;align-items:center;font-size:9px;border-radius:10px}.system .mode__screen[data-v-67cefefc]{position:absolute;width:100%;height:100%;z-index:-1}.system .mode__main[data-v-67cefefc]{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:20px}.system .mode__column[data-v-67cefefc]{display:flex;flex-wrap:wrap;width:100%}.system .mode__column[data-v-67cefefc]:first-of-type{margin-bottom:10px}@media(min-width:1300px){.system .mode__column[data-v-67cefefc]{width:calc(50% - 5px)}.system .mode__column[data-v-67cefefc]:first-of-type{flex-direction:column;margin-bottom:0}}.system .mode__title[data-v-67cefefc]{font-size:12px;text-transform:uppercase;margin-bottom:12px}.system .mode__days[data-v-67cefefc]{display:flex;width:100%}.system .mode__day[data-v-67cefefc]{display:flex;flex-direction:column;margin-right:10px;text-align:center}.system .mode__day[data-v-67cefefc]:last-of-type{margin-right:0}.system .mode__day-name[data-v-67cefefc]{margin-top:7px;font-size:12px}.system .mode__blocks[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);width:100%}.system .mode__block[data-v-67cefefc]{display:flex;justify-content:space-between;align-items:center;padding:10px}.system .mode__block_start[data-v-67cefefc]{padding-top:5px;padding-bottom:5px}.system .mode__block_start[data-v-67cefefc]:first-of-type{padding-top:10px}.system .mode__subwrapper[data-v-67cefefc]{display:flex;align-items:center}.system .mode__subwrapper button[data-v-67cefefc]{height:28px;margin-left:10px}.system .mode__stage[data-v-67cefefc]{font-weight:500;font-size:12px;color:#222325;text-transform:uppercase}.system .mode__input[data-v-67cefefc],.system .mode__picker[data-v-67cefefc]{width:60px}.system .mode__zones[data-v-67cefefc]{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:10px}@media(min-width:576px){.system .mode__zones[data-v-67cefefc]{margin-left:-5px;margin-right:-5px}}@media(min-width:768px){.system .mode__zones[data-v-67cefefc]{margin:0;margin-top:10px}}@media(min-width:992px){.system .mode__zones[data-v-67cefefc]{margin-left:-5px;margin-right:-5px;margin-bottom:-5px}}.system .mode__zone[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;justify-content:space-between;align-items:center;padding:10px 15px;width:100%;margin-bottom:10px}.system .mode__zone[data-v-67cefefc]:last-of-type{margin-bottom:0}@media(min-width:576px){.system .mode__zone[data-v-67cefefc]{width:calc(50% - 10px);margin:5px}}@media(min-width:768px){.system .mode__zone[data-v-67cefefc]{width:100%;margin:0;margin-bottom:10px}}@media(min-width:992px){.system .mode__zone[data-v-67cefefc]{width:calc(50% - 10px);margin:5px}}.system .mode__zone .mode__title[data-v-67cefefc]{font-size:12px;font-weight:500;color:#2b1a0a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0}.system .mode__zone .switch[data-v-67cefefc]{margin-left:10px}.system .mode__set[data-v-67cefefc]{display:flex;align-items:center}.system .mode__set input[data-v-67cefefc]{width:60px}.system .features__blocks[data-v-67cefefc]{display:flex;flex-wrap:wrap;margin-top:15px}@media(min-width:576px){.system .features__blocks[data-v-67cefefc]{margin-left:-5px;margin-right:-5px;margin-bottom:-5px}}.system .features__block[data-v-67cefefc]{width:100%;margin-bottom:10px;position:relative}.system .features__block_invisible[data-v-67cefefc]{display:none}@media(min-width:576px){.system .features__block[data-v-67cefefc]{width:calc(50% - 10px);margin:5px}}@media(min-width:768px){.system .features__block[data-v-67cefefc]{width:100%}}@media(min-width:992px){.system .features__block[data-v-67cefefc]{width:calc(50% - 10px);margin:5px}}.system .features__title[data-v-67cefefc]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .features__error[data-v-67cefefc]{position:absolute;left:0;top:100%;font-size:9px;color:#ff8068}.system .features__footer[data-v-67cefefc]{display:flex;flex-direction:column;justify-content:flex-end}.system .features__footer button[data-v-67cefefc]{width:100%}.system .features__footer button[data-v-67cefefc]:first-of-type{margin-bottom:10px}@media(min-width:576px){.system .features__footer[data-v-67cefefc]{flex-direction:row}.system .features__footer button[data-v-67cefefc]{width:auto;margin-bottom:0}.system .features__footer button[data-v-67cefefc]:first-of-type{margin-right:10px;margin-bottom:0}}@media(min-width:768px){.system .features__footer[data-v-67cefefc]{flex-direction:column}.system .features__footer button[data-v-67cefefc]{width:100%}.system .features__footer button[data-v-67cefefc]:first-of-type{margin-bottom:10px}}@media(min-width:992px){.system .features__footer[data-v-67cefefc]{flex-direction:row}.system .features__footer button[data-v-67cefefc]{width:auto;margin-bottom:0}.system .features__footer button[data-v-67cefefc]:first-of-type{margin-right:10px;margin-bottom:0}}.system .firmware__content[data-v-67cefefc]{position:relative}.system .firmware__content_inactive .firmware__screen[data-v-67cefefc]{z-index:1300}.system .firmware__content_inactive .firmware__preloader[data-v-67cefefc]{display:block}.system .firmware__content_inactive .dropdown[data-v-67cefefc],.system .firmware__content_inactive .firmware__file[data-v-67cefefc],.system .firmware__content_inactive .firmware__title[data-v-67cefefc],.system .firmware__content_inactive .firmware__version[data-v-67cefefc]{opacity:.2}.system .firmware__screen[data-v-67cefefc]{position:absolute;width:100%;height:100%;z-index:-1}.system .firmware__preloader[data-v-67cefefc]{position:absolute;width:80px;height:80px;left:calc(50% - 40px);top:calc(50% - 40px);z-index:1301;display:none}.system .firmware__version[data-v-67cefefc]{font-size:12px;font-weight:500;color:#222325;margin:18px 0 15px}.system .firmware__main[data-v-67cefefc]{display:flex;flex-wrap:wrap;justify-content:space-between}.system .firmware__column[data-v-67cefefc]{display:flex;flex-wrap:wrap;width:100%}.system .firmware__column[data-v-67cefefc]:first-of-type{margin-bottom:10px}@media(min-width:576px){.system .firmware__column[data-v-67cefefc]{width:calc(50% - 5px)}.system .firmware__column[data-v-67cefefc]:first-of-type{margin-bottom:0}}@media(min-width:768px){.system .firmware__column[data-v-67cefefc]{width:100%}.system .firmware__column[data-v-67cefefc]:first-of-type{margin-bottom:10px}}@media(min-width:992px){.system .firmware__column[data-v-67cefefc]{width:calc(50% - 5px)}.system .firmware__column[data-v-67cefefc]:first-of-type{margin-bottom:0}}.system .firmware__title[data-v-67cefefc]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .firmware__upload[data-v-67cefefc]{display:flex;flex-direction:column;width:100%}.system .firmware__file[data-v-67cefefc]{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:18px}.system .firmware__file-text[data-v-67cefefc]{height:36px;line-height:36px;width:calc(100% - 46px);padding-left:12px;padding-right:10px;font-family:Avenir;font-size:12px;border:1px solid transparent;border-radius:6px;background-color:#f0f0f0;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);color:#222325;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system .firmware__file-input[data-v-67cefefc]{position:absolute;width:0;height:0;opacity:0;overflow:hidden;z-index:-1}.system .firmware__file-label[data-v-67cefefc]{margin:0 10px}.system .firmware__file-action[data-v-67cefefc]{align-items:center;justify-content:center;height:36px;width:36px;color:#41c6eb;cursor:pointer}.system .firmware__file-action[data-v-67cefefc],.system .firmware__warning[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex}.system .firmware__warning[data-v-67cefefc]{margin-top:10px;padding:10px 20px;flex-direction:column;width:100%;color:#ff8068}.system .firmware__footer[data-v-67cefefc]{display:flex;flex-direction:column;justify-content:flex-end}.system .firmware__footer button[data-v-67cefefc]{width:100%}.system .firmware__footer button[data-v-67cefefc]:first-of-type{margin-bottom:10px}@media(min-width:576px){.system .firmware__footer[data-v-67cefefc]{flex-direction:row}.system .firmware__footer button[data-v-67cefefc]{width:auto;margin-bottom:0}.system .firmware__footer button[data-v-67cefefc]:first-of-type{margin-right:10px;margin-bottom:0}}@media(min-width:768px){.system .firmware__footer[data-v-67cefefc]{flex-direction:column}.system .firmware__footer button[data-v-67cefefc]{width:100%}.system .firmware__footer button[data-v-67cefefc]:first-of-type{margin-bottom:10px}}@media(min-width:992px){.system .firmware__footer[data-v-67cefefc]{flex-direction:row}.system .firmware__footer button[data-v-67cefefc]{width:auto;margin-bottom:0}.system .firmware__footer button[data-v-67cefefc]:first-of-type{margin-right:10px;margin-bottom:0}}.system .logs[data-v-67cefefc]{margin-top:15px}.system .logs__load[data-v-67cefefc]{width:100%;display:flex;flex-direction:column;margin-top:10px}.system .logs__subhead[data-v-67cefefc]{font-size:12px;font-weight:500;color:#222325;margin:0 0 15px}.system .logs__blocks[data-v-67cefefc]{display:flex;justify-content:space-between}.system .logs__block[data-v-67cefefc]{width:calc(50% - 5px)}.system .logs__title[data-v-67cefefc]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .logs__list[data-v-67cefefc]{list-style:none;padding:0}.system .logs .ps[data-v-67cefefc]{max-height:200px;padding:0 10px}.system .logs__item[data-v-67cefefc]{padding:5px;border-bottom:1px solid #dcdcdc;font-size:12px;font-weight:400}.system .logs__item[data-v-67cefefc]:first-of-type{border-top:1px solid #dcdcdc}.system .logs__type[data-v-67cefefc]{display:inline-block;text-transform:uppercase;min-width:180px}.system .logs__type_notice[data-v-67cefefc]{color:#3cb371}.system .logs__type_crit[data-v-67cefefc],.system .logs__type_emerg[data-v-67cefefc],.system .logs__type_error[data-v-67cefefc]{color:#ff7156}.system .logs__type_alert[data-v-67cefefc],.system .logs__type_warn[data-v-67cefefc]{color:#ff8c00}.system .logs__type_debug[data-v-67cefefc],.system .logs__type_info[data-v-67cefefc]{color:#1e90ff}.system .logs__warning[data-v-67cefefc]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);margin-top:10px;padding:10px 20px;display:flex;flex-direction:column;width:100%;color:#ff8068}.system .logs__empty[data-v-67cefefc]{padding:15px 0 0;text-align:center;font-weight:500;font-size:12px;color:#222325;text-transform:uppercase}.system .logs__loading button[data-v-67cefefc]{margin-top:10px;width:100%}.system .logs__footer[data-v-67cefefc]{display:flex;flex-direction:column;justify-content:flex-end}.system .logs__footer button[data-v-67cefefc]{width:100%}.system .logs__footer button[data-v-67cefefc]:first-of-type{margin-bottom:10px}@media(min-width:576px){.system .logs__footer[data-v-67cefefc]{flex-direction:row}.system .logs__footer button[data-v-67cefefc]{width:auto;margin-bottom:0}.system .logs__footer button[data-v-67cefefc]:first-of-type{margin-right:10px;margin-bottom:0}}@media(min-width:768px){.system .logs__footer[data-v-67cefefc]{flex-direction:column}.system .logs__footer button[data-v-67cefefc]{width:100%}.system .logs__footer button[data-v-67cefefc]:first-of-type{margin-bottom:10px}}@media(min-width:992px){.system .logs__footer[data-v-67cefefc]{flex-direction:row}.system .logs__footer button[data-v-67cefefc]{width:auto;margin-bottom:0}.system .logs__footer button[data-v-67cefefc]:first-of-type{margin-right:10px;margin-bottom:0}}.system .vpn[data-v-67cefefc]{margin-top:15px}.system .vpn__blocks[data-v-67cefefc]{display:flex;flex-wrap:wrap;margin-top:15px}@media(min-width:576px){.system .vpn__blocks[data-v-67cefefc]{margin-left:-5px;margin-right:-5px;margin-bottom:-5px}}.system .vpn__block[data-v-67cefefc]{width:100%;margin-bottom:10px;position:relative}.system .vpn__block_invisible[data-v-67cefefc]{display:none}@media(min-width:576px){.system .vpn__block[data-v-67cefefc]{width:calc(50% - 10px);margin:5px}}@media(min-width:768px){.system .vpn__block[data-v-67cefefc]{width:100%}}@media(min-width:992px){.system .vpn__block[data-v-67cefefc]{width:calc(50% - 10px);margin:5px}}.system .vpn__title[data-v-67cefefc]{font-size:12px;margin-bottom:4px;margin-left:5px;color:inherit}.system .vpn__error[data-v-67cefefc]{position:absolute;left:0;top:100%;font-size:9px;color:#ff8068}.system[data-v-6c75b205]{position:relative;width:100%}@media(min-width:576px){.system[data-v-6c75b205]{width:calc(100% - 75px)}}.system__content[data-v-6c75b205]{display:flex;flex-direction:column;padding-bottom:50px}@media(min-width:576px){.system__content[data-v-6c75b205]{padding-bottom:100px}}.system__navbar[data-v-6c75b205]{width:100%;margin-bottom:20px}.system__navbar-list[data-v-6c75b205]{padding:0;margin:0;list-style:none;width:100%;display:flex;flex-wrap:wrap;flex-direction:column}@media(min-width:768px){.system__navbar-list[data-v-6c75b205]{flex-direction:row;margin-left:-5px;margin-right:-5px;margin-top:-5px;margin-bottom:-10px;width:calc(100% + 10px)}}.system__navbar-back[data-v-6c75b205]{display:flex;width:100%;border-radius:6px;border:2px solid #41c6eb;background-color:#41c6eb;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:10px;cursor:pointer;margin-bottom:10px}@media(min-width:768px){.system__navbar-back[data-v-6c75b205]{width:calc(50% - 10px);margin:5px}}@media(min-width:992px){.system__navbar-back[data-v-6c75b205]{width:calc(33.33333% - 10px)}}@media(min-width:1300px){.system__navbar-back[data-v-6c75b205]{width:calc(25% - 10px)}}.system__navbar-back .system__navbar-arrow[data-v-6c75b205]{color:#41c6eb;background-color:#fff}.system__navbar-back .system__navbar-feature[data-v-6c75b205],.system__navbar-back .system__navbar-name[data-v-6c75b205]{color:#fff}.system__navbar-item[data-v-6c75b205]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;width:100%;border:2px solid #f0f0f0;padding:10px;margin-bottom:10px;cursor:pointer}.system__navbar-item[data-v-6c75b205]:last-of-type{margin-bottom:0}@media(min-width:768px){.system__navbar-item[data-v-6c75b205]{width:calc(50% - 10px);margin:5px}.system__navbar-item[data-v-6c75b205]:last-of-type{margin-bottom:5px}}@media(min-width:992px){.system__navbar-item[data-v-6c75b205]{width:calc(33.33333% - 10px)}}@media(min-width:1300px){.system__navbar-item[data-v-6c75b205]{width:calc(25% - 10px)}}.system__navbar-item_current[data-v-6c75b205]{border:2px solid #41c6eb}.system__navbar-item_current .system__navbar-quantity[data-v-6c75b205]{color:#41c6eb;background-color:#fff}.system__navbar-item_current .system__navbar-name[data-v-6c75b205]{color:#222325}.system__navbar-arrow[data-v-6c75b205],.system__navbar-quantity[data-v-6c75b205]{width:40px;min-width:40px;height:40px;border-radius:2px;background-color:#ddd;display:flex;align-items:center;justify-content:center}.system__navbar-info[data-v-6c75b205]{display:flex;flex-direction:column;margin-left:10px;overflow:hidden}.system__navbar-name[data-v-6c75b205]{font-weight:500;font-size:14px;color:#9b9b9b;text-transform:uppercase}.system__navbar-feature[data-v-6c75b205]{margin-top:5px;font-size:10px;color:#9b9b9b;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system__wrapper[data-v-6c75b205]{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:15px}@media(min-width:576px){.system__wrapper[data-v-6c75b205]{flex-direction:row}}.system__search[data-v-6c75b205]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px}@media(min-width:576px){.system__search[data-v-6c75b205]{margin-bottom:0;width:300px}}@media(min-width:768px){.system__search[data-v-6c75b205]{width:calc(50% - 5px)}}@media(min-width:992px){.system__search[data-v-6c75b205]{width:calc(33.33333% - 7px)}}@media(min-width:1300px){.system__search[data-v-6c75b205]{width:calc(25% - 7px)}}.system__search-input[data-v-6c75b205]{height:36px;width:100%;padding-left:15px;background:none;border:transparent;font-family:Avenir;font-size:12px}.system__search-input[data-v-6c75b205]::-moz-placeholder{color:#9b9b9b}.system__search-input[data-v-6c75b205]::placeholder{color:#9b9b9b}.system__search-button[data-v-6c75b205]{border:0;height:20px;width:36px;min-width:36px;border-left:1px solid #ddd;cursor:pointer;opacity:1;transition:opacity .3s ease-in}.system__search-button[data-v-6c75b205]:disabled{cursor:auto;pointer-events:none;color:#9b9b9b}.system__search-clear[data-v-6c75b205]{color:#000;font-size:16px;margin:0 10px;cursor:pointer}@font-face{font-family:Avenir;font-style:normal;font-weight:400;src:url(/fonts/AvenirNextCyr-Regular.0a6de87e.woff2) format("woff2"),url(/fonts/AvenirNextCyr-Regular.d2b8db96.woff) format("woff"),url(/fonts/AvenirNextCyr-Regular.8e20d367.ttf) format("ttf"),url(/fonts/AvenirNextCyr-Regular.5942d698.eot) format("eot")}@font-face{font-family:Avenir;font-style:normal;font-weight:500;src:url(/fonts/AvenirNextCyr-Demi.fca430a7.woff2) format("woff2"),url(/fonts/AvenirNextCyr-Demi.21fcabf7.woff) format("woff"),url(/fonts/AvenirNextCyr-Demi.23b3f463.ttf) format("ttf"),url(/fonts/AvenirNextCyr-Demi.708fb9ca.eot) format("eot")}@font-face{font-family:Avenir;font-style:normal;font-weight:700;src:url(/fonts/AvenirNextCyr-Bold.81e7cc89.woff2) format("woff2"),url(/fonts/AvenirNextCyr-Bold.05ad1dce.woff) format("woff"),url(/fonts/AvenirNextCyr-Bold.699a2517.ttf) format("ttf"),url(/fonts/AvenirNextCyr-Bold.1a6d2be1.eot) format("eot")}.systems[data-v-4e5d0484]{position:relative;width:100%}@media(min-width:576px){.systems[data-v-4e5d0484]{width:calc(100% - 75px)}}.systems__content[data-v-4e5d0484]{display:flex;flex-direction:column;padding-bottom:50px}@media(min-width:576px){.systems__content[data-v-4e5d0484]{padding-bottom:30px}}.systems__header[data-v-4e5d0484]{width:100%}.systems__navbar[data-v-4e5d0484]{width:100%;margin-bottom:20px}.systems__navbar-list[data-v-4e5d0484]{padding:0;margin:0;list-style:none;width:100%;display:flex;flex-wrap:wrap;flex-direction:column}@media(min-width:768px){.systems__navbar-list[data-v-4e5d0484]{flex-direction:row;margin-left:-5px;margin-right:-5px;margin-top:-5px;margin-bottom:-10px;width:calc(100% + 10px)}}.systems__navbar-item[data-v-4e5d0484]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;width:100%;border:2px solid #f0f0f0;padding:10px;margin-bottom:10px;cursor:pointer}.systems__navbar-item[data-v-4e5d0484]:last-of-type{margin-bottom:0}@media(min-width:768px){.systems__navbar-item[data-v-4e5d0484]{width:calc(50% - 10px);margin:5px}.systems__navbar-item[data-v-4e5d0484]:last-of-type{margin-bottom:5px}}@media(min-width:992px){.systems__navbar-item[data-v-4e5d0484]{width:calc(33.33333% - 10px)}}@media(min-width:1300px){.systems__navbar-item[data-v-4e5d0484]{width:calc(25% - 10px)}}.systems__navbar-item_current[data-v-4e5d0484]{border:2px solid #41c6eb}.systems__navbar-item_current .systems__navbar-quantity[data-v-4e5d0484]{color:#41c6eb;background-color:#fff}.systems__navbar-quantity[data-v-4e5d0484]{width:40px;height:40px;background-color:#ddd;display:flex;align-items:center;justify-content:center;border-radius:2px}.systems__navbar-info[data-v-4e5d0484]{display:flex;flex-direction:column;margin-left:10px}.systems__navbar-name[data-v-4e5d0484]{font-weight:500;font-size:14px;color:#222325;text-transform:uppercase}.systems__navbar-feature[data-v-4e5d0484]{margin-top:5px;font-size:10px;color:#9b9b9b}.systems__control[data-v-4e5d0484]{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:20px}@media(min-width:576px){.systems__control[data-v-4e5d0484]{flex-direction:row}}.systems__wrapper[data-v-4e5d0484]{display:flex;flex-direction:column;margin-bottom:10px}@media(min-width:576px){.systems__wrapper[data-v-4e5d0484]{width:50%;margin-bottom:0}}@media(min-width:768px){.systems__wrapper[data-v-4e5d0484]{flex-direction:row;justify-content:space-between;width:70%}}@media(min-width:992px){.systems__wrapper[data-v-4e5d0484]{flex-direction:row;width:calc(66.66667% - 5px)}}@media(min-width:1300px){.systems__wrapper[data-v-4e5d0484]{flex-direction:row;width:calc(50% - 5px)}}@media(min-width:768px){.systems__wrapper .dropdown[data-v-4e5d0484]{width:calc(50% - 5px)}}.systems__search[data-v-4e5d0484]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px}@media(min-width:768px){.systems__search[data-v-4e5d0484]{width:calc(50% - 5px);margin-bottom:0}}.systems__search-input[data-v-4e5d0484]{height:36px;width:100%;padding-left:15px;background:none;border:transparent;font-family:Avenir;font-size:12px}.systems__search-input[data-v-4e5d0484]::-moz-placeholder{color:#9b9b9b}.systems__search-input[data-v-4e5d0484]::placeholder{color:#9b9b9b}.systems__search-button[data-v-4e5d0484]{border:0;height:20px;width:36px;min-width:36px;border-left:1px solid #ddd;cursor:pointer;opacity:1;transition:opacity .3s ease-in}.systems__search-button[data-v-4e5d0484]:disabled{cursor:auto;pointer-events:none;color:#9b9b9b}.systems__search-clear[data-v-4e5d0484]{color:#000;font-size:16px;margin:0 10px;cursor:pointer}.systems__create[data-v-4e5d0484]{background-color:#41c6eb;color:#fff;padding:10px;border:0;border-radius:10px}.systems__holder[data-v-4e5d0484]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922)}.systems__pagination[data-v-4e5d0484]{display:flex;justify-content:flex-end;margin-top:20px}.systems__pagination-button[data-v-4e5d0484]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);position:relative;height:36px;min-width:36px;padding:0;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.systems__pagination-button:first-child .systems__pagination-icon[data-v-4e5d0484]{transform:rotate(135deg)}.systems__pagination-button:last-child .systems__pagination-icon[data-v-4e5d0484]{transform:rotate(-45deg)}.systems__pagination-button_current .systems__pagination-icon[data-v-4e5d0484]{border-color:#000}.systems__pagination-icon[data-v-4e5d0484]{width:7px;height:7px;border:solid #bcbcbc;border-width:0 2px 2px 0}.systems__pagination-pages[data-v-4e5d0484]{margin:0;padding:0 10px;list-style:none;display:flex;align-items:center}.systems__pagination-page[data-v-4e5d0484]{font-size:14;margin:0 5px;color:#9b9b9b}.systems__pagination-page_current[data-v-4e5d0484]{color:#000}.systems .ps[data-v-4e5d0484]{width:100%;padding:0 10px 10px}.systems__table[data-v-4e5d0484]{width:100%;min-width:1100px;border-collapse:collapse}.systems__table-thead .systems__table-wrapper[data-v-4e5d0484]{min-height:36px;border-right:0}@media(min-width:768px){.systems__table-tbody .systems__table-row[data-v-4e5d0484]:hover{cursor:pointer;outline:2px solid #41c6eb}}.systems__table-row[data-v-4e5d0484]{background-color:#f0f0f0}.systems__table-td[data-v-4e5d0484],.systems__table-th[data-v-4e5d0484]{padding:8px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;text-align:left}.systems__table-td:last-of-type .systems__table-wrapper[data-v-4e5d0484],.systems__table-th:last-of-type .systems__table-wrapper[data-v-4e5d0484]{border-right:0}.systems__table-th[data-v-4e5d0484]{border:0;padding:10px 5px}.systems__table-th[data-v-4e5d0484]:first-of-type{padding-left:0}.systems__table-th[data-v-4e5d0484]:last-of-type{padding-right:0}.systems__table-th_date[data-v-4e5d0484]{width:80px}.systems__table-th_type[data-v-4e5d0484]{max-width:80px}.systems__table-th_name[data-v-4e5d0484]{max-width:120px}.systems__table-th_address[data-v-4e5d0484]{max-width:200px}.systems__table-th_contacts[data-v-4e5d0484]{width:150px}.systems__table-th_state[data-v-4e5d0484]{max-width:140px}.systems__table-th_action[data-v-4e5d0484]{max-width:90px}.systems__table-td[data-v-4e5d0484]{position:relative}.systems__table-td .systems__table-wrapper[data-v-4e5d0484]{padding-left:19px}.systems__table-td:first-of-type .systems__table-wrapper[data-v-4e5d0484]{padding-left:15px}.systems__table-td[data-v-4e5d0484]:last-of-type{text-align:center}.systems__table-td_name[data-v-4e5d0484]{max-width:100px}.systems__table-td_name .systems__table-wrapper[data-v-4e5d0484]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:15px}.systems__table-td_address[data-v-4e5d0484]{max-width:200px}.systems__table-td_address .systems__table-wrapper[data-v-4e5d0484]{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:15px}.systems__table-wrapper[data-v-4e5d0484]{border-right:1px solid #ddd;font-weight:400;font-size:12px;color:#222325;display:flex;align-items:center}.systems__table-content[data-v-4e5d0484]{border-radius:6px;background-color:inherit;box-shadow:4px 4px 4px #dcdcdc,-4px -4px 4px rgba(247,247,249,.922);padding:7px 15px;display:flex;align-items:center;justify-content:space-between;height:36px;width:100%;text-align:center}.systems__table-sort[data-v-4e5d0484]{position:relative;background:none;padding:0;display:flex;border:0;height:16px;width:17px;cursor:pointer;margin-left:20px}.systems__table-up[data-v-4e5d0484]{top:2px;transform:rotate(45deg)}.systems__table-down[data-v-4e5d0484],.systems__table-up[data-v-4e5d0484]{position:absolute;left:5px;width:7px;height:7px;border:solid #bcbcbc;border-width:1.5px 0 0 1.5px}.systems__table-down[data-v-4e5d0484]{bottom:1px;transform:rotate(225deg)}.systems__table-type[data-v-4e5d0484]{background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 10px;font-size:10px}.systems__table-type_pro[data-v-4e5d0484]{background-color:#ffc96f;color:#222325}.systems__table-kind[data-v-4e5d0484]{background-color:#41c6eb;color:#fff;border-radius:10px;padding:3px 10px;font-size:10px}.systems__table-kind_error[data-v-4e5d0484]{background-color:#ff7156}.systems__table-kind_success[data-v-4e5d0484]{background-color:#7ed321}.systems__table-connect[data-v-4e5d0484]{display:inline-block;width:13px;min-width:13px;height:13px;border-radius:50%;margin-right:10px}.systems__table-connect_online[data-v-4e5d0484]{background-color:#31f015}.systems__table-connect_offline[data-v-4e5d0484]{background-color:#d2151c}.systems__table-state[data-v-4e5d0484]{font-size:12px;color:#fff;border-radius:10px;margin:5px 0;padding:2px 10px;min-width:92px;text-align:center;margin:0;font-size:11px;min-width:auto}.systems__table-state_disabled[data-v-4e5d0484]{background-color:gray}.systems__table-state_enabled[data-v-4e5d0484]{background-color:#3dd371}.systems__table-state_error[data-v-4e5d0484]{background-color:#ff7156}.systems__table-state_active[data-v-4e5d0484]{background-color:#41c6eb}.systems__table-state_inactive[data-v-4e5d0484]{background-color:#ccc}.systems__table-edit[data-v-4e5d0484]{font-size:16px;color:#787878;padding:0;margin:0 5px;cursor:pointer;border:0;background:none}@media(min-width:768px){.systems__table-edit[data-v-4e5d0484]:hover{color:#3c3c3c}}.systems__table-delete[data-v-4e5d0484]{font-size:16px;color:#ff7156;padding:0;margin:0 5px;cursor:pointer;border:0;background:none}@media(min-width:768px){.systems__table-delete[data-v-4e5d0484]:hover{color:#fc302e}}