.admin-app-header{background:#fff;border-bottom:1px solid #e8ebf0}.admin-app-header__inner{box-sizing:border-box;padding:0 32px;width:100%}.admin-app-header__top{align-items:center;display:flex;min-height:72px}.admin-app-header__bottom{padding:0 0 16px}.admin-app-header__logo{align-items:center;display:flex;flex:none;margin-right:56px}.admin-app-header__nav{align-items:center;display:flex;flex-wrap:nowrap;gap:28px}.admin-app-header__nav a{color:#242429;font-size:16px;line-height:1.4;position:relative;text-decoration:none;white-space:nowrap}.admin-app-header__nav a:after{background:#0c1bb1;border-radius:2px;bottom:-10px;content:"";height:2px;left:0;opacity:0;position:absolute;right:0;transition:opacity .2s ease}.admin-app-header__nav a.active{color:#0c1bb1}.admin-app-header__nav a.active:after{opacity:1}.admin-app-header__search{align-items:center;display:flex;gap:8px;max-width:560px;width:100%}.admin-app-header__search input{border:1px solid rgba(12,27,177,.18);border-radius:10px;color:#000;flex:1;font-size:14px;min-width:0;padding:9px 14px}.admin-app-header__search input::placeholder{color:#757685}.admin-app-header__search input:focus{border-color:#0c1bb1;outline:none}.admin-app-header__search button{background:#0c1bb1;border:1px solid #0c1bb1;border-radius:10px;color:#fff;cursor:pointer;flex:none;font-size:14px;padding:9px 16px}.admin-app-header__search button:hover{opacity:.92}.admin-app-header__user{align-items:center;color:#757685;display:flex;flex:none;font-size:14px;gap:12px;line-height:1.4;margin-left:auto;padding-left:24px}.admin-app-header__logout{background:transparent;border:1px solid #757685;border-radius:6px;color:#757685;cursor:pointer;font-size:13px;padding:4px 12px}.admin-app-header__logout:hover{border-color:#000;color:#000}@media only screen and (max-width:800px){.admin-app-header__inner{padding:0 16px}.admin-app-header__top{align-items:center;min-height:0;padding:16px 0}.admin-app-header__nav,.admin-app-header__top{flex-wrap:wrap;gap:12px 20px}.admin-app-header__nav a:after{bottom:-6px}.admin-app-header__search{max-width:none}.admin-app-header__user{padding-left:0}}.admin-app-body{box-sizing:border-box;min-height:calc(100vh - 144px);padding:48px 32px 64px;width:100%}@media only screen and (max-width:480px){.admin-app-body{padding:32px 16px 48px}}.admin-app-footer{border-top:1px solid #e8ebf0;box-sizing:border-box;color:#757685;font-size:14px;line-height:1.4;padding:24px 32px;width:100%}.vp-icon-loading{animation:spin-laoder 1s linear infinite;background:radial-gradient(farthest-side,#9aa5b7 94%,#0000) top /3.8px 3.8px no-repeat,conic-gradient(#0000 30%,#9aa5b7);border-radius:50%;display:inline-block;height:24px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 3.8px),#000 0);width:24px}@keyframes spin-laoder{to{transform:rotate(1turn)}}.vp-button{box-sizing:border-box;color:#000;cursor:pointer;display:inline-flex;font-family:Montserrat,sans-serif,Arial;font-size:18px;font-style:normal;font-weight:500;line-height:1.555555em;max-width:100%;position:relative}.vp-button .content-holder{align-items:center;display:inline-flex;height:100%;width:100%}.vp-button .content-holder .button-text{flex:1;white-space:nowrap}.vp-button:not(.preset-link),.vp-button:not(.preset-text){-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vp-button .loading-spinner{align-items:center;background:inherit;border-radius:8px;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:5}.vp-button svg{height:24px;width:24px}.vp-button.button-type .loading-spinner svg stop{stop-color:#fff}.vp-button.button-type.preset-primary{background:#0c1bb1;border-radius:8px;color:#fff;font-size:18px;font-weight:600;height:64px;line-height:1.333333}.vp-button.button-type.preset-primary.with-right-icon .content-holder svg:last-child{margin-left:8px}.vp-button.button-type.preset-primary.with-left-icon .content-holder svg:first-child{margin-right:8px}@media (max-width:480px){.vp-button.button-type.preset-primary{font-size:1em}}.vp-button.button-type.preset-primary .content-holder{align-items:center;display:flex;justify-content:center;padding:0 24px}@media (max-width:480px){.vp-button.button-type.preset-primary .content-holder{border-radius:8px}}.vp-button.button-type.preset-primary:not(.size-big){font-size:.888888em;line-height:1.5em}.vp-button.button-type.preset-primary.size-medium{height:56px}.vp-button.button-type.preset-primary.size-small{height:48px}.vp-button.button-type.preset-primary.size-medium .content-holder,.vp-button.button-type.preset-primary.size-small .content-holder{padding:0 20px}.vp-button.button-type.preset-primary svg{fill:#fff}.vp-button.button-type.preset-primary:not(:disabled):not([disabled]):hover{background:#000fa8}.vp-button.button-type.preset-primary:not(:disabled):not([disabled]):active{background:#000fa8;box-shadow:0 0 0 3px #e1e3ff;color:#fff}.vp-button.button-type.preset-primary.disabled,.vp-button.button-type.preset-primary[disabled]{background:#f5f5fa;color:#b3bac7}.vp-button.button-type.preset-accent{background:#ff6800;border-radius:8px;color:#fff;font-size:18px;font-weight:600;height:64px;line-height:1.333333}.vp-button.button-type.preset-accent.with-right-icon .content-holder svg:last-child{margin-left:8px}.vp-button.button-type.preset-accent.with-left-icon .content-holder svg:first-child{margin-right:8px}@media (max-width:480px){.vp-button.button-type.preset-accent{font-size:1em}}.vp-button.button-type.preset-accent .content-holder{align-items:center;display:flex;justify-content:center;padding:0 24px}@media (max-width:480px){.vp-button.button-type.preset-accent .content-holder{border-radius:8px}}.vp-button.button-type.preset-accent:not(.size-big){font-size:.888888em;line-height:1.5em}.vp-button.button-type.preset-accent.size-medium{height:56px}.vp-button.button-type.preset-accent.size-small{height:48px}.vp-button.button-type.preset-accent.size-medium .content-holder,.vp-button.button-type.preset-accent.size-small .content-holder{padding:0 20px}.vp-button.button-type.preset-accent svg{fill:#fff}.vp-button.button-type.preset-accent:not(:disabled):not([disabled]):hover{background:#ff5e00}.vp-button.button-type.preset-accent:not(:disabled):not([disabled]):active{background:#ff5e00;box-shadow:0 0 0 3px #ffece0;color:#fff}.vp-button.button-type.preset-accent.disabled,.vp-button.button-type.preset-accent[disabled]{background:#f5f5fa;color:#b3bac7}.vp-button.button-type.preset-secondary{background:#f5f5fa;border-radius:8px;color:#242429;font-size:18px;font-weight:600;font-weight:500;height:64px;line-height:1.333333}.vp-button.button-type.preset-secondary.with-right-icon .content-holder svg:last-child{margin-left:8px}.vp-button.button-type.preset-secondary.with-left-icon .content-holder svg:first-child{margin-right:8px}.vp-button.button-type.preset-secondary svg{fill:#fff}@media (max-width:480px){.vp-button.button-type.preset-secondary{font-size:1em}}.vp-button.button-type.preset-secondary .content-holder{align-items:center;display:flex;justify-content:center;padding:0 24px}@media (max-width:480px){.vp-button.button-type.preset-secondary .content-holder{border-radius:8px}}.vp-button.button-type.preset-secondary:not(.size-big){font-size:.888888em;line-height:1.5em}.vp-button.button-type.preset-secondary.size-medium{height:56px}.vp-button.button-type.preset-secondary.size-small{height:48px}.vp-button.button-type.preset-secondary.size-medium .content-holder,.vp-button.button-type.preset-secondary.size-small .content-holder{padding:0 20px}.vp-button.button-type.preset-secondary svg{fill:#242429}.vp-button.button-type.preset-secondary:not(:disabled):not([disabled]):hover{background:#ebecf5}.vp-button.button-type.preset-secondary:not(:disabled):not([disabled]):active{background:#ebecf5;box-shadow:0 0 0 3px #fafafc;color:#242429}.vp-button.button-type.preset-secondary.disabled,.vp-button.button-type.preset-secondary[disabled]{background:#fafafc;color:#b3bac7}.vp-button.button-type.preset-secondary .loading-spinner svg stop{stop-color:#ebecf5}.vp-button.icon-type{align-items:center;background:#f5f5fa;border-radius:8px;height:48px;justify-content:center;width:48px}.vp-button.icon-type:hover{background:#ebecf5}.vp-button.icon-type:active{background:#ebecf5;box-shadow:0 0 0 3px #fafafc}.vp-button.icon-type.preset-no-background{background:transparent}.vp-button.icon-type.preset-no-background:hover{background:#f5f5fa}.vp-button.icon-type.size-small{height:32px;width:32px}.vp-button.preset-link,.vp-button.preset-text{color:#757685;font-size:16px;font-weight:500;line-height:1.5em}.vp-button.preset-link:hover{color:#000fa8}.vp-button.preset-text:hover{color:#000}.vp-button.disabled,.vp-button[disabled]{cursor:default}.vp-button.disabled svg,.vp-button[disabled] svg{opacity:.4}.admin-not-authorized-page{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:680px;min-height:calc(100vh - 216px);padding:48px 24px 72px;text-align:center;width:100%}.admin-not-authorized-page__image{height:130px;margin-bottom:20px;width:150px}.admin-not-authorized-page h1{color:#0c1bb1;font-size:30px;font-weight:700;line-height:1.2;margin:0 0 12px;max-width:560px}.admin-not-authorized-page p{color:#5e5f6b;font-size:16px;line-height:1.45;margin:0;max-width:560px}.admin-not-authorized-page__form{display:flex;flex-direction:column;gap:16px;margin-top:28px;max-width:360px;text-align:left;width:100%}.admin-not-authorized-page__field{display:flex;flex-direction:column;gap:8px}.admin-not-authorized-page__field span{color:#5e5f6b;font-size:14px;line-height:1.35}.admin-not-authorized-page__field input{background:#f5f5fa;border:1px solid #e8ebf0;border-radius:8px;box-sizing:border-box;color:#242429;font-family:Montserrat,sans-serif,Arial;font-size:16px;line-height:1.45;outline:none;padding:12px 14px;transition:border-color .2s ease,background-color .2s ease;width:100%}.admin-not-authorized-page__field input:focus{background:#fff;border-color:#0c1bb1}.admin-not-authorized-page__error{color:#e12c2c;font-size:14px;line-height:1.35;margin:0}.admin-not-authorized-page__actions{display:flex;gap:12px;justify-content:center;margin-top:12px}.admin-not-authorized-page__actions .vp-button{height:48px;width:100%}.admin-not-authorized-page__actions .vp-button .content-holder{padding:0 22px}@media only screen and (max-width:480px){.admin-not-authorized-page{min-height:calc(100vh - 128px);padding:24px 0 48px}.admin-not-authorized-page h1{font-size:26px}.admin-not-authorized-page p{font-size:16px}.admin-not-authorized-page__actions{flex-direction:column;width:100%}}.lazy-fallback{align-items:center;display:flex;justify-content:center;min-height:200px;padding:24px}.lazy-fallback_compact{min-height:80px;padding:16px}.lazy-fallback__loader{flex-shrink:0}.resetBorderBox{border:none;padding:0}.textMain{color:#000;font-family:Montserrat,sans-serif,Arial;font-size:18px;font-style:normal;font-weight:500;line-height:1.555555em}.textEllipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.textSemiBold{font-weight:600}.textParagraph-2{color:#242429}.textCaption-1,.textCaption-1-black{font-size:.888888em;line-height:1.5em}.textCaption-1{color:#757685}.textCaption-1-colorText2{color:#242429;font-size:.888888em;line-height:1.5em}.textCaption-1-colorText3{color:#5e5f6b;font-size:.888888em;line-height:1.5em}.textCaption-1-colorText5{color:#9697a3;font-size:.888888em;line-height:1.5em}.textCaption-2,.textCaption-2-white{color:#757685;font-size:.777777em;line-height:1.428571em}.textCaption-2-white{color:#fff}.textCaption-2-brandBlue{color:#757685;color:#01a1f3;font-size:.777777em;line-height:1.428571em}.textCaption-2-black{color:#757685;color:#000;font-size:.777777em;line-height:1.428571em}.textSubtitle-1{font-size:1.111111em;font-weight:600;line-height:1.2em}.textSubtitle-2,.textSubtitle-2-regular{font-weight:600;line-height:1.333333em}.textSubtitle-2-regular{font-weight:500}.textHeadline-1{font-size:2.666666em;font-weight:600;line-height:1.166666em}.textHeadline-2{font-size:2.222222em;font-weight:600;line-height:1.2em}.textHeadline-3,.textHeadline-3-black{font-size:1.555555em;font-weight:600;line-height:1.285714em}.textHeadline-3-black{color:#000}.textHeadline-3-white{color:#fff}.textHeadline-3-brandDeepBlue,.textHeadline-3-white{font-size:1.555555em;font-weight:600;line-height:1.285714em}.textHeadline-3-brandDeepBlue{color:#0c1bb1}.preventSelect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.allowSelect{-webkit-touch-callout:default;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.textRegular-black40{color:#999}.textRegular-13,.textRegular-13-black30{font-size:.866666em;line-height:1.538461em}.textRegular-13-black30{color:#b3b3b3}.textRegular-13-black60{color:#666;font-size:.866666em;line-height:1.538461em}.textSemiBold-13-black80{color:#666;font-weight:600}.textSemiBold-13-green100{color:#79b821;font-weight:600}.textSemiBold-16,.textSemiBold-16-brand100{font-size:1.066666em;font-weight:600;line-height:1.25em}.textSemiBold-16-brand100{color:#324ab2}.textSemiBold-17{font-size:1.133333em;font-weight:600;line-height:1.411764em}.textHeading-H1{font-size:1.6em;font-weight:600;line-height:1.333333em}.textHeading-H2{font-size:1.3333333em;font-weight:600;line-height:1.25em}.textHeading-H3{font-size:1.133333em;font-weight:600;line-height:1.411764em}.textHeading-H4{font-weight:600}.whitePage{background:#fff;padding:24px}.popoverShadow{box-shadow:0 23px 80px rgba(0,0,0,.03),0 8.39538px 29.2013px rgba(0,0,0,.021),0 4.0758px 14.1767px rgba(0,0,0,.017),0 1.99803px 6.94968px rgba(0,0,0,.013),0 .790025px 2.74791px rgba(0,0,0,.009)}.blockShadow{box-shadow:0 12px 24px rgba(0,0,0,.04)}.blockShadow-2{box-shadow:0 25px 50px rgba(0,0,0,.04)}.thinScrollBar::-webkit-scrollbar{width:4px}.thinScrollBar::-webkit-scrollbar-thumb{background:#e8ebf0}.popoverZIndex{z-index:10}.stickyElementZIndex{z-index:20}.fullscreenPopupZIndex{z-index:30}.admin-app{min-height:100vh;width:100%}