.icon__logo{display:flex}button{background:#f0f0f0;border-radius:7px;font-size:16px;font-weight:400;outline:none;padding:10px 15px;transition:.2s}button:disabled{cursor:not-allowed}button:disabled.button_blue{background:#0584fe;filter:opacity(.5)}button:hover{filter:brightness(.95)}button.button_blue{background:#0584fe;color:#fff}button.button_blue.button_loading:after{content:""!important}button.button_orange{background:#fd8301;color:#fff}button.button_orange.button_loading:after{border:4px solid #fff;border-top-color:#fd8301}button.button_white{background:#fff;border:1px solid #eeeff1;box-shadow:0 5px 20px #eeeff1}button.button_white:hover{box-shadow:none}button.button_non-background{background:none;color:#8f8f8f}button.button_add{align-items:center;display:flex;gap:7px;height:100%;justify-content:auto;padding:9px 14px}button.button_add:before{content:url(../../images/icons/plus.svg)}button.button_delete{color:#ad0b0a}button.button_delete svg path{fill:#ad0b0a}button.button_loading{cursor:not-allowed;position:relative}button.button_loading:hover{opacity:.9}button.button_loading span{visibility:hidden}button.button_loading:after{animation:button-loading-spinner 1s ease infinite;border:4px solid #2f8cff;border-radius:50%;border-top-color:#fff;bottom:0;content:"";height:16px;left:0;margin:auto;position:absolute;right:0;top:0;width:16px}button.button_loading:before{content:none}button.button_loading.button_blue:after{border:4px solid #fff;border-top-color:transparent}@media (max-width:700px){section button.button_mobile{display:grid;font-size:0;height:35px;justify-self:end;min-width:31px;padding:0;place-items:center;width:31px}section button.button_mobile span{display:none}}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.tabs{align-items:center;display:flex;gap:30px;justify-content:space-between}.tabs__list{flex-wrap:wrap;gap:5px 25px}.tabs__actions,.tabs__list{align-items:center;display:flex;justify-content:flex-start}.tabs__actions{gap:10px}.tabs__actions .icon__save{align-items:center;display:flex;gap:0;justify-content:flex-start}.tabs__actions .popup.popup_up .popup__content{bottom:20px}.tabs__item{align-items:center;color:#1253a2;display:flex;font-weight:600;gap:5px;justify-content:flex-start}.tabs__item,.tabs__item-text{cursor:pointer}.tabs__item.tabs__item_disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.tabs__item.tabs__item_active{color:#000;cursor:text;opacity:1;pointer-events:auto}.tabs__item:hover .popup__actions{opacity:1}.tabs__item .popup__actions{color:#000;font-weight:400;opacity:0}.tabs__item .popup__actions[open]{opacity:1}.tabs__item .popup__actions .icon__settings svg{height:13px;width:13px}.popup__tabs{margin-right:20px}.popup__tabs[open] .icon__triangle{transform:rotate(180deg)}.popup__tabs.tabs__item_active summary .tabs__item{color:#000}.popup__tabs.tabs__item_active summary .tabs__item .icon__triangle svg *{fill:#000}.popup__tabs.tabs__item_disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.popup__tabs .popup__option_active{align-items:center;display:flex;gap:5px;justify-content:space-between}.popup__tabs .popup__arrow{height:11.8px;width:7.8px}.popup__tabs .popup__arrow svg{height:11.8px;transform:rotate(0);width:7.8px}.popup__tabs .popup__arrow svg *{fill:#0584fe!important}.popup__tabs .popup__option{gap:7px;line-height:1}.popup__tabs .popup__option_open{font-weight:700;justify-content:start}.popup__tabs .popup__option_open .popup__arrow{order:-1}.popup__tabs .popup__option_open .popup__arrow svg{transform:rotate(-180deg)}.icon__arrow{display:flex}.icon__triangle{align-items:center;display:flex}.popup{position:relative}.popup[open] .icon__settings{opacity:1}.popup[open] svg *{fill:#1253a2}.popup.popup_readonly .popup__summary{cursor:default}.popup.popup_up .popup__content{bottom:calc(var(--popupHeight) + 10px);top:auto}.popup.popup_right .popup__content{left:auto;right:0}.popup.popup_visible .popup__content{opacity:1;pointer-events:all}.popup *{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.popup__summary{display:block;width:-moz-max-content;width:max-content}.popup__summary:hover{cursor:pointer}.popup__summary:hover svg *{fill:#1253a2}.popup__content{background:#fff;border-radius:5px;box-shadow:0 0 3px #000,inset 0 1px 2px #ffffff80;left:0;max-height:300px;min-width:200px;opacity:1;overflow-y:auto;position:absolute;top:20px;z-index:999}.popup__content::-webkit-scrollbar{border-radius:5px;height:4px;width:4px;z-index:100}.popup__content::-webkit-scrollbar-track{background:transparent;z-index:100}.popup__content::-webkit-scrollbar-thumb{background-color:#e6e6e6;border:2px solid #e6e6e6;border-radius:5px;-webkit-transition:all .3s;transition:all .3s;z-index:100}.popup__content::-webkit-scrollbar-thumb:hover{background-color:#7d7d7d;border:2px solid #7d7d7d;border-radius:5px}.popup__option{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.popup__option:hover{background:#eef3f8}.popup__option.popup__option_red{color:#ad0b0a}.popup__option.popup__option_active:after{content:url(../../images/icons/success.svg)}.popup__option.popup__option_active .popup-option__text{filter:opacity(.5)}.popup__option.popup__option_disabled{cursor:default;filter:opacity(.8)}.popup__option.popup__option_disabled .popup-option__text{filter:opacity(.5)}.popup__option.popup-option__sublink{align-items:center;display:flex;gap:5px;justify-content:space-between}.popup__option.popup-option__sublink.popup-option__sublink_back{flex-direction:row-reverse;font-weight:600;justify-content:flex-end}.popup__option.popup-option__sublink.popup-option__sublink_back .icon__arrow{transform:rotate(180deg)}.popup__option.popup__option_unhover:hover{background:inherit}.popup__option.popup__option_create{color:#a6b7d4}.popup__option.popup__option_create:hover{color:#1253a2}.popup__option.popup-option__root{align-items:center;display:flex;gap:10px;justify-content:space-between}.popup__option.popup-option__root .popup-option__substring{color:#bcbcbc;white-space:nowrap}.popup__option.popup-option__root .popup-option__text{overflow:hidden;white-space:nowrap;width:100%}.popup__option.sortable-ghost{font-size:0}.popup__option.sortable-ghost *{opacity:0}.popup__option.popup__option_checkbox{padding:0}.popup__option.popup__option_checkbox .form-item__checkbox{padding:10px;width:100%}.popup__option.popup__option_empty{color:#a6b7d4}.popup-option__draggable.popup-option__draggable_dragging .popup-option:hover,.popup__option.popup__option_empty:hover{background:transparent}.popup-option__draggable.popup-option__draggable_dragging .popup-option:hover .icon__draggable svg *{fill:#a6b7d4}.popup-option__draggable .popup__option{padding:10px}.popup-option__draggable .popup__option .icon__draggable{position:relative}.popup-option__draggable .popup__option .icon__draggable svg *{fill:#a6b7d4}.popup-option__draggable .popup__option .icon__draggable:hover svg *{fill:#1253a2}.popup-option__draggable .popup__option.popup-option__sublink{justify-content:flex-start}.popup-option__draggable .popup__option.sortable-ghost{font-size:0}.popup-option__draggable .popup__option.sortable-ghost.sortable-ghost{background:#fbfcfd;border:2px dashed #a6b7d4;border-radius:5px;position:relative;z-index:2000}.popup-option__draggable .popup__option.sortable-ghost.sortable-ghost>*{visibility:hidden}.popup-option__draggable .popup__option.sortable-ghost *{opacity:0}.popup-option__draggable.clone-elem{background:#fff}.menu__list .popup__content{bottom:-25px;color:#161616;font-size:14px;font-weight:400;max-height:unset;top:unset;transform:translateY(100%)}.menu__list .popup__option{font-size:16px;padding:10px}.menu__list .popup__option_active:after{display:none}.menu__list .tabs__item svg *{fill:#fd8301!important}.menu__list .tabs__item{color:#dedede!important;font-weight:300}.menu__list .tabs__item-text{position:relative}.menu__list .tabs__item-text:hover:after{background:#fd8301;bottom:-3px;content:"";height:1px;left:0;position:absolute;width:100%}.menu__list .tabs__item_active .tabs__item-text{color:#fd8301}.menu__list .tabs__item-text{will-change:color}.menu__list .popup__tabs{margin-right:0}.menu__triangle-wrapper{display:flex;gap:5px}.menu.menu_mobile{display:none;z-index:10000}.menu.menu_mobile .menu__line{background-color:#2c3d51;border-radius:5px;height:1px;margin-bottom:10px;margin-top:5px}.menu.menu_mobile .menu__content{background:#fff;height:100vh;left:0;overflow:auto;padding:15px 10px;position:fixed;top:0;width:100%;z-index:10000}.menu.menu_mobile .icon__arrow{align-items:center;display:flex;gap:0;justify-content:auto;transform:rotate(180deg)}.menu.menu_mobile .icon__arrow svg{height:21px;width:10px}.menu.menu_mobile .icon__arrow svg *{fill:#a6b7d4}.menu.menu_mobile .menu_other{align-items:auto;display:flex;gap:0;justify-content:space-between}.menu.menu_mobile .menu_other .icon__arrow{transform:rotate(0)}.menu.menu_mobile .menu_other .icon__arrow svg{height:10px;width:6px}.menu.menu_mobile .menu_other .icon__arrow svg *{fill:#000}.menu.menu_mobile .menu__gamburger{display:flex}.menu.menu_mobile .menu__gamburger svg{height:15px;width:15px}.menu.menu_mobile .menu__nav-back{align-items:center;cursor:pointer;display:flex;gap:15px;justify-content:auto;margin-bottom:25px}.menu.menu_mobile .menu__list{display:flex;flex-direction:column}.menu.menu_mobile .menu__item{align-items:center;background-color:#fbfcfd;border:1px solid #eeeff1;border-radius:5px;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:space-between;margin-bottom:5px;padding:15px;will-change:border}.menu.menu_mobile .menu__item .icon__arrow{transform:rotate(0)}.menu.menu_mobile .menu__item.menu__item_active,.menu.menu_mobile .menu__item:active{border:1px solid #fd8301!important;cursor:pointer;filter:none}.menu.menu_mobile .menu__item.menu__item_red{color:#ad0b0a}.menu.menu_mobile .menu__item.menu__item_btn-logout{font-family:Verdana,sans-serif;text-align:left}.menu.menu_mobile .menu-user{align-items:center;display:flex;gap:15px;justify-content:auto}.menu.menu_mobile .menu-user__icon{border-radius:50%;height:30px;overflow:hidden;width:30px}@media (max-width:700px){.menu.menu_mobile{display:block!important}}.icon__gamburger{cursor:pointer;width:-moz-max-content;width:max-content}h2{font-size:34px}.menu.menu_desktop{background:radial-gradient(circle at 30% 23%,#000,#1c2734 73%);max-height:61px;min-height:61px;width:100%}.menu.menu_desktop .icon__gamburger path{fill:#fff}.menu.menu_desktop .menu__links{align-items:center;display:flex;gap:30px}@media (max-width:700px){.menu.menu_desktop .menu__links{gap:15px}.menu.menu_desktop .menu__content_desktop{display:none}}.menu.menu_desktop .menu__list_desktop{align-items:center;display:flex;gap:30px}@media (max-width:700px){.menu.menu_desktop .menu__list_desktop{display:none}}.menu.menu_desktop .menu__list_desktop .menu__item{color:#dedede;font-size:16px;font-weight:300;overflow:visible;position:relative}.menu.menu_desktop .menu__list_desktop .menu__item_children:after{display:none}.menu.menu_desktop .menu__list_desktop .menu__item.router-link-active{color:#fd8301}.menu.menu_desktop .menu__list_desktop .menu__item:hover:after{background:#fd8301;bottom:-3px;content:"";height:1px;left:0;position:absolute;width:100%}@media (max-width:700px){.menu.menu_desktop .menu__registration{display:none}}.menu.menu_desktop .menu__logo{margin:0 auto}.menu.menu_desktop .container{flex-wrap:wrap;justify-content:space-between;padding:12px 20px}.menu.menu_desktop .container,.menu.menu_desktop .menu__actions{align-items:center;display:flex;gap:30px;height:100%}.menu.menu_desktop .menu__link{color:#fff;font-weight:600;position:relative}.menu.menu_desktop .menu__buttons{align-items:center;display:flex;gap:30px}.menu.menu_desktop .menu__buttons *{font-size:15px}.menu.menu_desktop .menu__buttons .button-text{color:#dedede;font-weight:300;overflow:visible;position:relative}.menu.menu_desktop .menu__buttons .button-text:hover:after{background:#fd8301;bottom:-3px;content:"";height:1px;left:0;position:absolute;width:100%}@media (max-width:960px){.menu.menu_desktop .menu__link{display:none}}.footer{background:radial-gradient(circle at 30% 23%,#000,#1c2734 73%)}.footer .container{display:flex;gap:130px;justify-content:space-between;padding-bottom:55px}.footer__column{display:flex;flex-direction:column;gap:15px;margin-top:10px}@media (max-width:1000px){.footer__column_possibilities{display:none}}.footer__logo{display:block}.footer__desc{color:#dedede}.footer-link__href{color:#dedede;font-size:16px}.footer-link__href_bold{font-weight:600}.footer-link__title{color:#8f8f8f;font-size:12px;max-width:330px}.footer__title{color:#dedede;font-size:16px;font-weight:600}.footer__list{display:flex;flex-direction:column;gap:5px}.footer__list .footer-link__href{text-decoration:underline}.footer__list .footer-link__href.router-link-active{color:#fd8301;text-decoration:none}.footer__list .footer-link__href:hover{text-decoration:none}.footer__icons{align-items:center;display:flex;gap:10px}.footer__icons .footer__icon{height:40px;width:40px}@media (max-width:1000px){.footer .container{display:flex;flex-direction:column;gap:50px}.footer .footer__column{align-items:center;text-align:center;width:100%}.footer .footer__column:last-child{display:none}}.mobile__download[data-v-3887ab6d]{display:flex;flex-wrap:wrap;gap:25px}.mobile{background-color:#f7f8fa}.mobile__wrapper{align-items:center;display:flex;gap:60px}@media (max-width:900px){.mobile__wrapper{flex-direction:column;gap:25px}}.mobile__left{display:flex;flex-basis:100%;flex-direction:column;flex-grow:1;gap:25px;padding-bottom:35px;width:100%}@media (max-width:900px){.mobile__left{padding-bottom:0}}.mobile__img{align-self:flex-end;display:block;max-width:47%}@media (max-width:900px){.mobile__img{align-self:center;max-height:200px;max-width:100%}}.mobile__title{color:#383838;line-height:1}.mobile__text_gray{color:#8f8f8f}.container_mobile{padding-bottom:0!important;padding-top:35px!important}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}*,:after,b:before{border:0;box-sizing:border-box;font-family:MyriadPro;margin:0;padding:0}a{color:#000;text-decoration:none}img{vertical-align:top}button{cursor:pointer;font-weight:400}body,html{color:#000;font-family:MyriadPro;font-size:16px;line-height:normal;line-height:1.2;overflow-x:clip}body.body_uncscroll,html.body_uncscroll{max-height:100vh;overflow:hidden}body.body__unselected *,html.body__unselected *{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}body .fancybox__backdrop,html .fancybox__backdrop{background:rgba(0,0,0,.8)}body *,html *{-webkit-tap-highlight-color:transparent!important}html{background-color:#fbfcfd;overflow:auto;overscroll-behavior:auto}html #__nuxt,html body{background:#fbfcfd!important}body.body__cursor-style *,body.body__cursor-style button,body.body__cursor-style div,body.body__cursor-style input,body.body__cursor-style select,body.body__cursor-style span,body.body__cursor-style tbody,body.body__cursor-style td,body.body__cursor-style th,body.body__cursor-style thead,body.body__cursor-style tr{cursor:var(--cursorStyle)!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}body.body__cursor-style :hover,body.body__cursor-style button:hover,body.body__cursor-style div:hover,body.body__cursor-style input:hover,body.body__cursor-style select:hover,body.body__cursor-style span:hover,body.body__cursor-style tbody:hover,body.body__cursor-style td:hover,body.body__cursor-style th:hover,body.body__cursor-style thead:hover,body.body__cursor-style tr:hover{cursor:var(--cursorStyle)!important}#__nuxt{background:radial-gradient(circle at 30% 23%,#000,#1c2734 73%)!important;min-height:100vh;min-width:100vw}.grabbing *{cursor:grabbing!important}.wrapper{height:100%;min-height:100%}.v-binder-follower-container .v-binder-follower-content{min-width:200px!important}.v-binder-follower-container .v-binder-follower-content.v-binder-follower-content_up{bottom:40px}.v-binder-follower-container .v-binder-follower-content *{transition:none}.content_draggable *{background:transparent!important}.item_required .table__item-content .form-item__title,.item_required .table__item-content_title{position:relative}.item_required .table__item-content .form-item__title:after,.item_required .table__item-content_title:after{bottom:5px;color:#ad0b0a;content:url(../../images/icons/new/require.svg);position:absolute}.clone-elem{left:-10000px!important;position:absolute!important;top:-10000px!important}.clone-elem.table{background:#fff}.clone-elem .icon__draggable{display:block!important}.container{margin:0 auto;max-width:1280px;min-width:320px;padding:20px}.error main .container{padding-bottom:100px!important;padding-top:100px!important}.main{min-width:320px;overflow:clip}.ibg,.main{position:relative}.ibg img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.svg__matrix{display:none}.page,main{height:100%}.page{background-color:#fbfcfd;display:grid;grid-template-rows:auto 1fr auto;min-height:100vh}.stickyBlock{position:relative;z-index:1000}input,textarea{background-color:#fff;border:1px solid #bcbcbc;border-radius:5px;box-shadow:none!important;caret-color:#000!important;font-family:inherit;font-size:16px;height:40px;min-height:40px;outline:none;padding:10px 15px;resize:none;width:100%}input:focus,textarea:focus{border:1px solid #0584fe}input::-webkit-credentials-destruction-view-button,textarea::-webkit-credentials-destruction-view-button{display:none!important}input[disabled],textarea[disabled]{opacity:.6}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button,textarea::-webkit-inner-spin-button,textarea::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}details summary{align-items:center;display:flex;gap:0;justify-content:space-between;list-style:none;outline:none}details summary::-webkit-details-marker{display:none}details summary:after,details[open] summary:after{content:none}.page__header{align-items:center;display:flex;gap:25px;justify-content:auto;margin-bottom:25px}.page__content{display:grid}.form__item_select-details{-webkit-user-select:none;-moz-user-select:none;user-select:none}.form__item_select-details[open] summary{border-color:#0584fe}.form__item_select-details[open] summary svg{transform:rotate(180deg)}.form__item_select-details[open] summary svg path{stroke:#1253a2}.form__item_select-details summary{align-items:auto;background-color:#fff;border:1px solid #bcbcbc;border-radius:5px;cursor:pointer;display:flex;font-size:16px;gap:5px;height:39px;justify-content:space-between;min-height:40px;outline:none;overflow:hidden;padding:10px;resize:none;transition:all .2s;width:100%}.form__item_select-details summary .select__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form__item_select-details summary svg{min-height:8px;min-width:14px}.form__item_select-details .select__options{background-color:#fff;border-radius:5px;max-height:590px;min-width:200px;overflow-x:hidden;overflow-y:auto;position:absolute;top:67px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:calc(100% - 30px);z-index:2;-webkit-tap-highlight-color:transparent;box-shadow:0 0 3px #000,inset 0 1px 2px #ffffff80}.form__item_select-details .select__option{align-items:auto;cursor:pointer;display:flex;gap:5px;justify-content:auto;padding:8px 20px 8px 10px}.form__item_select-details .select__option:hover{background:#eef3f8}.table-mobile__section .form__item_select-details{position:relative}.table-mobile__section .form__item_select-details .select__options{top:45px;width:100%}.table-mobile__section .table__item_details{position:relative}.table-mobile__section .table__item_details .select__options{top:35px;width:100%}.sortable-drag,.sortable-ghost{cursor:grabbing!important}.fancybox__footer{z-index:1000}.fancybox__footer .f-thumbs__track{gap:10px;margin:0 auto;transform:none!important}.fancybox__footer .f-thumbs.is-horizontal .f-thumbs__slide{clip-path:none;height:48px;min-width:48px;transform:none;width:48px}.fancybox__footer .is-modern .f-thumbs__slide>*{clip-path:none}.fancybox__footer .is-modern .f-thumbs__slide .f-thumbs__slide__button{background:#fff;border:1px solid #bcbcbc;border-radius:5px;width:100%}.fancybox__footer .is-modern .f-thumbs__slide .f-thumbs__slide__button img{-o-object-fit:cover;object-fit:cover}.v-binder-follower-content{border-radius:5px}.v-vl-items{padding:0!important}.table__item-img{background:var(--table__item-rect);border-radius:5px;height:25px;min-width:25px;width:25px}.table__item-img img{border-radius:5px;-o-object-fit:contain;object-fit:contain}summary .table__item-img{border-radius:5px 0 0 5px}summary .table__item-img figcaption{background:#fff;border:1px solid #bcbcbc;border-radius:0 5px 5px 0;display:grid;height:100%;place-items:center;position:absolute;right:-16px;width:16px}.field_error .form__item input{border:1px solid #d11e1e}.Toastify .Toastify__toast-container{max-width:290px;padding:0}.Toastify .Toastify__toast-container.Toastify__toast-container--top-right{right:25px;top:25px}.Toastify .Toastify__toast-container .Toastify__toast{background-color:#1b2734bf;border-radius:5px;color:#fff;margin-bottom:5px;min-height:65px;padding:10px 15px 15px;transition:.2s ease}.Toastify .Toastify__toast-container .Toastify__toast:hover{background-color:#1b2734bf!important}.Toastify .Toastify__toast-container .Toastify__toast .Toastify__toast-body{align-items:flex-start;font-family:MyriadPro,sans-serif;font-size:14px;margin:0;padding:0;white-space:unset}.Toastify .Toastify__toast-container .Toastify__toast .Toastify__toast-body .Toastify__toast-title{font-weight:600;margin-bottom:10px}.Toastify .Toastify__toast-container .Toastify__toast .Toastify__toast-body .Toastify__toast-description{max-width:241px;overflow-wrap:break-word;word-break:break-word}.Toastify .Toastify__toast-container .Toastify__toast .Toastify__close-button{color:#fff;opacity:1}.Toastify .Toastify__toast-container .Toastify__toast .Toastify__toast-icon{display:none}.Toastify .Toastify__toast-container .Toastify__toast:first-child{background-color:#1b2734bf}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(2){background-color:#1b2734b3}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(3){background-color:#1b2734a6}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(4){background-color:#1b273499}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(5){background-color:#1b27348c}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(6){background-color:#1b273480}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(7){background-color:#1b273473}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(8){background-color:#1b273466}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(9){background-color:#1b273459}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(10){background-color:#1b27344d}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(11){background-color:#1b273440}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(12){background-color:#1b273433}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(13){background-color:#1b273426}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(14){background-color:#1b27341a}.Toastify .Toastify__toast-container .Toastify__toast:nth-child(15){background-color:#1b27340d}.h-editable *{font-family:PT Sans}.h-editable .textarea .textarea__mirror,.h-editable .textarea textarea{border:none;min-height:auto;padding:0}.h-editable .textarea textarea{background:transparent;color:#000;line-height:normal}.h-editable .textarea .textarea__mirror{line-height:normal;opacity:0;top:0}.h-editable .icon__edit{cursor:pointer;display:inline}.h-editable .icon__edit svg{height:16px;width:16px}.h-editable .icon__edit svg *{fill:#bcbcbc}@font-face{font-display:swap;font-family:MyriadPro;font-style:normal;font-weight:300;src:url(./MyriadPro-Light.a943847a.ttf) format("truetype")}@font-face{font-display:swap;font-family:MyriadPro;font-style:normal;font-weight:400;src:url(./MyriadPro-Regular.513772a8.ttf) format("truetype")}@font-face{font-display:swap;font-family:MyriadPro;font-style:normal;font-weight:500;src:url(./MyriadPro-Cond.4bb253aa.ttf) format("truetype")}@font-face{font-display:swap;font-family:MyriadPro;font-style:italic;font-weight:500;src:url(./MyriadPro-CondIt.2e36036f.ttf) format("truetype")}@font-face{font-display:swap;font-family:MyriadPro;font-style:normal;font-weight:600;src:url(./MyriadPro-Semibold.438c2ffc.ttf) format("truetype")}@font-face{font-display:swap;font-family:MyriadPro;font-style:italic;font-weight:600;src:url(./MyriadPro-SemiboldIt.1ae6f27b.ttf) format("truetype")}@font-face{font-display:swap;font-family:MyriadPro;font-style:normal;font-weight:700;src:url(./MyriadPro-Bold.9e39026f.ttf) format("truetype")}@font-face{font-display:swap;font-family:MyriadPro;font-style:italic;font-weight:700;src:url(./MyriadPro-BoldCond.dff9dc73.ttf) format("truetype")}@font-face{font-display:swap;font-family:MyriadPro;font-style:italic;font-weight:700;src:url(./MyriadPro-BoldCondIt.3a59e496.ttf) format("truetype")}@font-face{font-display:swap;font-family:Verdana;font-style:normal;font-weight:400;src:url(./Verdana.50d20e04.ttf) format("truetype")}@font-face{font-display:swap;font-family:Verdana;font-style:italic;font-weight:400;src:url(./Verdana-Italic.6bf24b49.ttf) format("truetype")}@font-face{font-display:swap;font-family:Verdana;font-style:normal;font-weight:600;src:url(./Verdana-Bold.4b0e2242.ttf) format("truetype")}@font-face{font-display:swap;font-family:Verdana;font-style:italic;font-weight:600;src:url(./Verdana-BoldItalic.f8446437.ttf) format("truetype")}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:400;src:url(./PT_Sans-Web-Regular.9cc83149.ttf) format("truetype")}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:400;src:url(./PT_Sans-Web-Italic.5a90fe2d.ttf) format("truetype")}@font-face{font-display:swap;font-family:PT Sans;font-style:normal;font-weight:700;src:url(./PT_Sans-Web-Bold.3128bd5e.ttf) format("truetype")}@font-face{font-display:swap;font-family:PT Sans;font-style:italic;font-weight:700;src:url(./PT_Sans-Web-BoldItalic.81ac221c.ttf) format("truetype")}@font-face{font-display:swap;font-family:VAG;font-style:normal;font-weight:600;src:url(./VAG_Rounded_TL.1064281c.ttf) format("truetype")}.views{align-items:center;color:#8f8f8f;display:flex;font-size:14px;gap:5px;line-height:1;white-space:nowrap}.views .header__views-eye{cursor:default;height:11px}.views .header__views-eye circle,.views .header__views-eye path{stroke:#8f8f8f}.link{color:#1253a2;text-decoration:underline}.link:hover{text-decoration:none}.play-video{align-items:center;background:#00a1e7;border-radius:8px;display:flex;height:48px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:48px}.play-video img{height:24px!important;width:24px!important}.fancybox__content#video,.fancybox__content:has(#video){height:40vw;max-width:71vw!important;width:90%!important}.fancybox__content#video iframe,.fancybox__content:has(#video) iframe{height:100%!important;width:100%!important}.fancybox__content#video #video,.fancybox__content:has(#video) #video{height:100%;width:100%}.fines-video__cover{bottom:0;cursor:pointer;left:0;position:absolute;top:0}.fines-video__cover,.fines-video__cover img{height:100%;width:100%}.fines__button #video{display:none}.active-bg{background-color:#fffbe2!important}.date,.duration{color:#8f8f8f;font-size:14px;line-height:1;white-space:nowrap}.duration_black{color:#000}h1{font-size:41px;text-align:left}.error main{display:grid;height:100%;place-items:center}.error main .container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:100px;padding-top:100px;width:100%}.error .error__title{font-family:PT Sans;font-size:30px;font-weight:600;margin-bottom:10px;text-align:center}.error .error__link{color:#1253a2;font-family:PT Sans;font-size:16px;text-decoration:underline}.error .error__link:hover{text-decoration:none}.error .gamburger{left:10px;position:absolute}.error .error__img{height:50vh;margin-bottom:25px;width:85%}.error .error__img img{-o-object-fit:contain;object-fit:contain}@media (max-width:648px){.error .error__img{height:33vh;margin-bottom:0;margin-top:-24px}}
