html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;box-sizing:border-box;scroll-behavior:smooth;min-height:100vh;font-size:16px;line-height:24px}html body{overflow:visible}@media screen and (width<=719px){html body{max-width:100vw}}@font-face{font-family:Onest;font-display:swap;src:local(Onest),url(../fonts/Onest/Onest-Variable.woff2)format("woff2"),url(../fonts/Onest/Onest-Variable.woff)format("woff");font-weight:100 900;font-style:normal}body{margin:0;padding:0;font-family:Onest,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*,:after,:before{box-sizing:border-box}ol,ul{padding:0}body,h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0}body{scroll-behavior:smooth;min-height:100vh;font-size:16px;line-height:24px;overflow-y:scroll}ul{list-style:none}ol{list-style-type:decimal}img{max-width:100%;display:block}button,input,select,textarea{color:inherit;background-color:#0000;border-style:none}button{border:0}.list-item{transition:all 1s}.list-enter,.list-leave-to{opacity:0;transform:translateY(50px)}.fade-enter-active,.fade-leave-active{opacity:1;transition:opacity .5s}.fade-enter-active:not(.active),.fade-leave-active:not(.active){position:absolute!important}.fade-enter,.fade-leave-to{opacity:0}.fade-down-enter-active,.fade-down-leave-active{transition:opacity .1s,transform .25s}.fade-down-enter,.fade-down-leave-to{opacity:0;transform:translateY(-50px)}.slide-left-enter-active,.slide-left-leave-active{opacity:1;transition:opacity .25s,transform .5s}.slide-left-enter,.slide-left-leave-to{opacity:0;transform:translate(-75px)}.slide-right-enter-active,.slide-right-leave-active{opacity:1;transition:opacity .25s,transform .5s}.slide-right-enter,.slide-right-leave-to{opacity:0;transform:translate(75px)}.skeleton{background-color:#ebeced;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.skeleton:after{content:"";background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:2s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.animate-like{animation:.5s like-bounce}@keyframes like-bounce{0%{transform:scale(1)}30%{transform:scale(1.3)}50%{transform:scale(.9)}70%{transform:scale(1.1)}to{transform:scale(1)}}.animate-dislike{animation:.5s dislike-bounce}@keyframes dislike-bounce{0%{transform:scale(1)}30%{transform:scale(.7)}50%{transform:scale(1.1)}70%{transform:scale(.9)}to{transform:scale(1)}}.calc-page{display:grid}.calc-page>.breadcrumbs{margin-bottom:16px;padding:0 16px}@media (width<=1439px){.calc-page>.breadcrumbs{padding:0 32px}}.calc-page>.page-container{background:#fff;border-radius:32px;padding:48px 80px}@media (width<=1279px){.calc-page>.page-container{margin-bottom:20px;padding:24px 40px}}@media (width<=719px){.calc-page>.page-container{border-radius:32px;padding:24px 16px}}.calc-page>.page-container>.content-block{grid-gap:20px;grid-template-columns:1fr;max-width:696px;margin:0 auto;display:grid}.calc-page>.page-container>.content-block>.title{margin-bottom:20px;font-size:32px;font-weight:500;line-height:40px}@media (width<=1919px){.calc-page>.page-container>.content-block>.title{font-size:32px;line-height:40px}}@media (width<=1279px){.calc-page>.page-container>.content-block>.title{font-size:32px;line-height:40px}}@media (width<=719px){.calc-page>.page-container>.content-block>.title{margin-bottom:0;font-size:24px;line-height:30px}}.calc-page>.page-container>.content-block>.form-field{grid-gap:8px;display:grid}.calc-page>.page-container>.content-block>.form-field>label{color:#1f1f1f;font-size:16px;font-weight:600;line-height:24px}.calc-page>.page-container>.content-block>.form-field .label{font-weight:400}.calc-page>.page-container>.content-block>.form-field.last{margin-bottom:20px}@media (width<=1279px){.calc-page>.page-container>.content-block>.form-field.last{margin-bottom:0}}.calc-page>.page-container>.content-block .results{grid-gap:16px;background:#f6f7f8;border-radius:16px;padding:16px;display:grid;position:relative}.calc-page>.page-container>.content-block .results>span{color:#171a248a;font-size:14px;font-weight:600}.calc-page>.page-container>.content-block .results>.result-list{grid-gap:14px;grid-template-columns:1fr;display:grid}.calc-page>.page-container>.content-block .results>.result-list>.result-item{grid-gap:20px;grid-template-columns:1fr auto;justify-content:space-between;display:grid}.calc-page>.page-container>.content-block .results>.result-list>.result-item>div{font-size:14px;line-height:1.2}.calc-page>.page-container>.content-block .results>.result-list>.result-item>div>small{color:#171a248a;font-size:12px;display:block}.calc-page>.page-container>.content-block .results>.result-list>.result-item>.amount{text-align:right}.calc-page>.page-container>.content-block>.form-survey-section{border-radius:16px;gap:18px;width:100%;padding:16px}@media (width<=719px){.calc-page>.page-container>.content-block>.form-survey-section{background:#f6f7f8;border-radius:16px}}.calc-page>.page-container>.content-block>.form-survey-section>.question{max-width:max-content;font-size:20px;line-height:30px}.calc-page>.page-container>.content-block>.form-survey-section>.stars .star{width:22px;height:22px}.calc-page>.page-container>.content-block>.hint{grid-gap:8px;background:#eef2fa;border-radius:16px;grid-template-columns:50px 1fr;align-items:center;gap:8px;padding:16px;font-size:14px;line-height:20px;display:grid}:root{--desktop-container-width:1440px}.container{max-width:1440px;margin:0 auto;position:relative}@media (width<=1919px){.container{max-width:1280px}}@media (width<=1439px){.container{max-width:1280px;padding:0 80px}}@media (width<=1279px){.container{max-width:100%;padding:0 16px}}@media (width<=719px){.container{max-width:100%}}.link,a{color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:none}.link.highlighted:hover,.link:active,.link:hover,a.highlighted:hover,a:active,a:hover{color:#00a600}button{cursor:pointer;-webkit-tap-highlight-color:transparent;font-family:Onest,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.highlighted{color:#1ccb01}.page-container{padding-top:52px}@media (width<=719px){.page-container{padding-top:32px}}.page-container.flat-top{padding-top:0}.page-container.v3-bridge{padding:0 16px!important}@media (width<=719px){iframe{max-width:100%}}.section.grid-5{grid-gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:326px;display:grid}@media (width<=1919px){.section.grid-5{grid-auto-rows:278px}}@media (width<=1279px){.section.grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=719px){.section.grid-5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1920px){.section>.grid-item.xl-span-2{grid-column:span 2}.section>.grid-item.xl-span-3{grid-column:span 3}.section>.grid-item.xl-span-4{grid-column:span 4}.section>.grid-item.xl-span-5{grid-column:span 5}}@media (width<=1919px){.section>.grid-item.md-span-2{grid-column:span 2}.section>.grid-item.md-span-3{grid-column:span 3}.section>.grid-item.md-span-4{grid-column:span 4}.section>.grid-item.md-span-5{grid-column:span 5}.section>.grid-item.desktop-xl{display:none}}@media (width<=1439px){.section>.grid-item.sm-span-2{grid-column:span 2}.section>.grid-item.sm-span-3{grid-column:span 3}.section>.grid-item.sm-span-4{grid-column:span 4}.section>.grid-item.sm-span-5{grid-column:span 5}}@media (width<=1279px){.section>.grid-item.tablet-span-1{grid-column:span 1}.section>.grid-item.tablet-span-2{grid-column:span 2}.section>.grid-item.tablet-span-3{grid-column:span 3}.section>.grid-item.desktop-sm{display:none}}@media (width<=719px){.section>.grid-item.mobile-span-2{grid-column:span 2}.section>.grid-item.mobile-span-3{grid-column:span 3}.section>.grid-item.mobile-span-4{grid-column:span 4}.section>.grid-item.mobile-only{display:unset!important}}.section>.grid-hover{transition:transform .25s,background-position .25s,border-color .25s}@media (hover:hover){.section>.grid-hover:hover{transform:translateY(-6px);box-shadow:0 2px 12px #0000000a}}.section>.title{margin-bottom:24px;font-size:36px;font-weight:500;line-height:48px}@media (width<=1919px){.section>.title{margin-bottom:8px;font-size:28px;line-height:36px}}@media (width<=1279px){.section>.title{font-size:24px;line-height:32px}}@media (width<=719px){.section>.title{font-size:20px;line-height:28px}}.section>.anchor{position:absolute;top:-92px}.nowrap{white-space:nowrap}.sticky-offset{margin-top:-92px!important;padding-top:92px!important}@media (width<=719px){.sticky-offset{margin-top:-140px!important;padding-top:140px!important}}.no-js{display:none!important}@media (scripting:none){.no-js{display:block!important}}label.input_v3{flex-direction:column!important;display:flex!important}.swiper{width:100%;height:100%;display:grid}@media (width<=1279px){::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#e2e4e5;border-radius:14px}::-webkit-scrollbar-thumb:hover{background:#009200}}.banners-grid>.banners-grid__slider-two,.banners-grid>[style*="grid-area: slider-1"],.banners-grid>[style*=grid-area\:slider-1]{display:none!important}@media (width>=720px){.banners-grid>.banners-grid__slider-two,.banners-grid>[style*="grid-area: slider-1"],.banners-grid>[style*=grid-area\:slider-1]{display:initial!important}}.effects-canvas{z-index:1000000;width:100vw;height:100vh;display:none;position:fixed;top:0;bottom:0;right:0}.notification[data-v-544220ad]{opacity:0;grid-gap:12px;background:#1f1f1f;border-radius:16px;grid-template-columns:auto 32px;width:424px;max-width:424px;padding:12px 16px;transition:all .15s;display:grid;transform:translateY(-12px);box-shadow:0 8px 32px #0000001a}.notification[data-v-544220ad]:has(.icon-theme){grid-template-columns:24px auto 32px}.notification.show[data-v-544220ad]{opacity:1;transform:translateY(0)}.notification[data-v-544220ad]>*{flex-direction:column;justify-content:center;display:flex}@media (width<=719px){.notification[data-v-544220ad]{width:auto;max-width:none}}.notification.theme-success>.icon-theme[data-v-544220ad]{color:#1ccb01}.notification.theme-error>.icon-theme[data-v-544220ad]{color:#cc174b}.notification.theme-warning>.icon-theme[data-v-544220ad]{color:#e6b400}.notification.theme-info>.icon-theme[data-v-544220ad]{color:#3e69b7}.notification>.close[data-v-544220ad]{cursor:pointer;color:#fff}@media (hover:hover){.notification>.close[data-v-544220ad]:hover{color:#1ccb01}}.notification>.content[data-v-544220ad]{gap:2px}.notification>.content>.name[data-v-544220ad]{color:#fff;font-size:16px;font-weight:400;line-height:130%}.notification>.content>.name>.copy-text[data-v-544220ad]{cursor:pointer;text-underline-offset:3px;overflow-wrap:anywhere;text-decoration:underline}.notification>.content>.name>.copy-text[data-v-544220ad]:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid}.notification>.content>.text[data-v-544220ad]{color:#a5a5a5;font-size:16px;line-height:130%}.notification-provider[data-v-cadb8e04]{pointer-events:none;position:relative}.notification-stack[data-v-cadb8e04]{pointer-events:none;gap:12px;display:flex;position:fixed}.notification-stack[data-v-cadb8e04]>*{pointer-events:auto}.notification-stack.position-top-right[data-v-cadb8e04]{flex-direction:column;align-items:flex-end;top:16px;right:16px}.notification-stack.position-top-left[data-v-cadb8e04]{flex-direction:column;align-items:flex-start;top:16px;left:16px}.notification-stack.position-bottom-right[data-v-cadb8e04]{flex-direction:column-reverse;align-items:flex-end;bottom:24px;right:16px}.notification-stack.position-bottom-left[data-v-cadb8e04]{flex-direction:column-reverse;align-items:flex-start;bottom:24px;left:16px}.notification-list-enter-active[data-v-cadb8e04],.notification-list-leave-active[data-v-cadb8e04]{transition:all .15s}.notification-list-enter-from[data-v-cadb8e04],.notification-list-leave-to[data-v-cadb8e04]{opacity:0;transform:translateY(-12px)}.notification-list-move[data-v-cadb8e04]{transition:transform .15s}@media (width<=719px){.notification-stack[data-v-cadb8e04]{align-items:stretch;left:16px;right:16px}.notification-stack.position-top-left[data-v-cadb8e04],.notification-stack.position-top-right[data-v-cadb8e04]{top:16px}.notification-stack.position-bottom-left[data-v-cadb8e04],.notification-stack.position-bottom-right[data-v-cadb8e04]{bottom:16px}}.loader[data-v-ce5ced31]{z-index:99;background:#ffffffa6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.loader.fixed[data-v-ce5ced31]{position:fixed}.loader>.spinner[data-v-ce5ced31]{animation:1.4s linear infinite rotator-ce5ced31}@keyframes rotator-ce5ced31{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.loader>.spinner>.path[data-v-ce5ced31]{stroke-dasharray:187;stroke-dashoffset:0;transform-origin:50%;stroke:#1ccb01;animation:1.4s ease-in-out infinite dash-ce5ced31}@keyframes dash-ce5ced31{0%{stroke-dashoffset:187px}50%{stroke-dashoffset:46.75px;transform:rotate(135deg)}to{stroke-dashoffset:187px;transform:rotate(450deg)}}.navigation-loader[data-v-c3673718]{z-index:10000}.button[data-v-9750fb42]{box-sizing:border-box;white-space:nowrap;caret-color:#0000;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:32px;align-items:center;width:fit-content;height:fit-content;transition:all .25s;display:flex;position:relative}.button.multi-rows[data-v-9750fb42]{white-space:unset;text-align:left}.button.wide[data-v-9750fb42]{justify-content:center;width:100%;display:flex}.button.shadow[data-v-9750fb42]{box-shadow:0 2px 12px #0000000a}.button.size-xs[data-v-9750fb42]{height:28px;padding:10px 14px;font-size:11px;font-weight:500;line-height:16px}.button.size-xs.cornered[data-v-9750fb42]{border-radius:8px}.button.size-xs.round[data-v-9750fb42]{text-align:center;border-radius:32px;justify-content:center;align-items:center;width:28px;padding:10px 0}.button.size-xs.multi-rows[data-v-9750fb42]{height:unset;min-height:28px}.button.size-xs:not(.round)>.icon.left[data-v-9750fb42]{margin-right:6px}.button.size-xs:not(.round)>.icon.right[data-v-9750fb42]{margin-left:6px}.button.size-s[data-v-9750fb42]{height:32px;padding:8px 12px;font-size:12px;font-weight:500;line-height:16px}.button.size-s.cornered[data-v-9750fb42]{border-radius:8px}.button.size-s.narrow[data-v-9750fb42]{padding:8px 12px}.button.size-s.round[data-v-9750fb42]{text-align:center;border-radius:32px;justify-content:center;align-items:center;width:32px;padding:14px 0}.button.size-s.multi-rows[data-v-9750fb42]{height:unset;min-height:32px}.button.size-m[data-v-9750fb42]{height:40px;padding:13px 20px;font-size:14px;font-weight:500;line-height:16px}.button.size-m.cornered[data-v-9750fb42]{border-radius:12px}.button.size-m.narrow[data-v-9750fb42]{padding:14px 15px}.button.size-m.round[data-v-9750fb42]{text-align:center;border-radius:32px;justify-content:center;align-items:center;width:40px;padding:13px}.button.size-m.multi-rows[data-v-9750fb42]{height:unset;min-height:42px}.button.size-l[data-v-9750fb42]{height:48px;padding:14px 36px;font-size:16px;font-weight:500;line-height:22px}.button.size-l.cornered[data-v-9750fb42]{border-radius:12px}.button.size-l.narrow[data-v-9750fb42]{padding:14px 20px}.button.size-l.round[data-v-9750fb42]{text-align:center;border-radius:32px;justify-content:center;align-items:center;width:48px;padding:14px}.button.size-l.multi-rows[data-v-9750fb42]{height:unset;min-height:48px}.button.size-xl[data-v-9750fb42]{border-radius:50px;height:56px;padding:16px 36px;font-size:18px;font-weight:400;line-height:24px}.button.size-xl.cornered[data-v-9750fb42]{border-radius:16px}.button.size-xl.round[data-v-9750fb42]{text-align:center;border-radius:32px;justify-content:center;align-items:center;width:56px;padding:14px}.button.size-xl.multi-rows[data-v-9750fb42]{height:unset;min-height:56px}.button.theme-primary[data-v-9750fb42]{color:#fff;background:#1ccb01}@media (hover:hover){.button.theme-primary[data-v-9750fb42]:hover{background:#00a600}}.button.theme-primary[data-v-9750fb42]:active{background:#009200}.button.theme-primary.disabled[data-v-9750fb42]{color:#75757575;background:#dedfdf}.button.theme-black-v3[data-v-9750fb42]{color:#fff;background:#1f1f1f}@media (hover:hover){.button.theme-black-v3[data-v-9750fb42]:hover{background:#2d2d2d}}.button.theme-black-v3[data-v-9750fb42]:active,.button.theme-black-v3[data-v-9750fb42]:focus{background:#2d2d2d}.button.theme-black-v3.disabled[data-v-9750fb42]{color:#75757575;background:#f3f3f4}.button.theme-white-v3[data-v-9750fb42]{color:#000;background:#fff}@media (hover:hover){.button.theme-white-v3[data-v-9750fb42]:hover{color:#fff;background:#1ccb01}}.button.theme-white-v3[data-v-9750fb42]:active,.button.theme-white-v3[data-v-9750fb42]:focus{color:#fff;background:#1ccb01}.button.theme-secondary[data-v-9750fb42]{color:#00a600;background:#eafae5}@media (hover:hover){.button.theme-secondary[data-v-9750fb42]:hover{color:#009200;background:#bbc8b7}}.button.theme-secondary[data-v-9750fb42]:active{color:#009200;background:#c7d5c3}.button.theme-secondary.disabled[data-v-9750fb42]{color:#fff;background:#edf8ed}.button.theme-transparent[data-v-9750fb42]{background:unset;color:#1f1f1f}.button.theme-transparent.disabled[data-v-9750fb42]{color:#75757575}@media (hover:hover){.button.theme-transparent[data-v-9750fb42]:hover{color:#1ccb01}}.button.theme-transparent-dark[data-v-9750fb42]{color:#fff;background:#0202021a}@media (hover:hover){.button.theme-transparent-dark[data-v-9750fb42]:hover{color:#1ccb01;background:#fff}}.button.theme-transparent-dark[data-v-9750fb42]:active{background:#1ccb01}.button.theme-transparent-dark.disabled[data-v-9750fb42]{color:#75757575;background:#dedfdf}.button.theme-transparent-light[data-v-9750fb42]{color:#fff;background:#ffffff1f}@media (hover:hover){.button.theme-transparent-light[data-v-9750fb42]:hover{color:#1ccb01;background:#fff}}.button.theme-transparent-light[data-v-9750fb42]:active{background:#1ccb01}.button.theme-transparent-light.disabled[data-v-9750fb42]{color:#75757575;background:#dedfdf}.button.theme-transparent-primary[data-v-9750fb42]{color:#fff;background:#1ccb0199}@media (hover:hover){.button.theme-transparent-primary[data-v-9750fb42]:hover{color:#fff;background:#1ccb01}}.button.theme-transparent-primary[data-v-9750fb42]:active{background:#1ccb01}.button.theme-transparent-primary.disabled[data-v-9750fb42]{color:#75757575;background:#dedfdf}.button.theme-transparent-primary-light[data-v-9750fb42]{color:#1ccb01;background:#1ccb011a}@media (hover:hover){.button.theme-transparent-primary-light[data-v-9750fb42]:hover{color:#fff;background:#1ccb01}}.button.theme-transparent-primary-light[data-v-9750fb42]:active{background:#1ccb01}.button.theme-transparent-primary-light.disabled[data-v-9750fb42]{color:#75757575;background:#dedfdf}.button.theme-transparent-secondary[data-v-9750fb42]{color:#1ccb01;background:#b3bcc633}@media (hover:hover){.button.theme-transparent-secondary[data-v-9750fb42]:hover{color:#fff;background:#1ccb01}}.button.theme-transparent-secondary[data-v-9750fb42]:active{background:#1ccb01}.button.theme-transparent-secondary.disabled[data-v-9750fb42]{color:#75757575;background:#dedfdf}.button.theme-transparent-grey[data-v-9750fb42]{color:#7d7e7f}@media (hover:hover){.button.theme-transparent-grey[data-v-9750fb42]:hover{color:#1ccb01}}.button.theme-transparent-grey[data-v-9750fb42]:active{color:#1ccb01}.button.theme-transparent-grey.disabled[data-v-9750fb42]{color:#75757575}.button.theme-transparent-danger[data-v-9750fb42]{color:#fa1255}@media (hover:hover){.button.theme-transparent-danger[data-v-9750fb42]:hover{color:#e60546}}.button.theme-transparent-danger[data-v-9750fb42]:active{color:#e60546}.button.theme-transparent-danger.disabled[data-v-9750fb42]{color:#75757575}.button.theme-white[data-v-9750fb42]{color:#1ccb01;background:#fff}@media (hover:hover){.button.theme-white[data-v-9750fb42]:hover{color:#fff;background:#1ccb01}}.button.theme-white[data-v-9750fb42]:active{background:#023e02}.button.theme-white.disabled[data-v-9750fb42]{color:#75757575;background:#edf8ed}.button.theme-white-black[data-v-9750fb42]{color:#1f1f1f;background:#fff}@media (hover:hover){.button.theme-white-black[data-v-9750fb42]:hover{color:#fff;background:#1ccb01}}.button.theme-white-black[data-v-9750fb42]:active{background:#edf8ed}.button.theme-white-black.disabled[data-v-9750fb42]{color:#75757575;background:#edf8ed}.button.theme-white-light[data-v-9750fb42]{color:#1ccb01;background:#fff}@media (hover:hover){.button.theme-white-light[data-v-9750fb42]:hover{color:#fff;background:#7fea6e}}.button.theme-white-light[data-v-9750fb42]:active{background:#023e02}.button.theme-white-light.disabled[data-v-9750fb42]{color:#75757575;background:#edf8ed}.button.theme-grey[data-v-9750fb42]{color:#1f1f1f;background:#f5f7f9}@media (hover:hover){.button.theme-grey[data-v-9750fb42]:hover{color:#fff;background:#1ccb01}}.button.theme-grey[data-v-9750fb42]:active{background:#edf8ed}.button.theme-grey.disabled[data-v-9750fb42]{color:#fff;background:#dedfdf}.button.theme-link[data-v-9750fb42]{background:unset;color:#00a600}.button.theme-link-grey[data-v-9750fb42]{color:#828389}.button.theme-link-white[data-v-9750fb42]{color:#fff}@media (hover:hover){.button.theme-link[data-v-9750fb42]:hover{color:#00a600}}.button.theme-link.disabled[data-v-9750fb42]{color:#75757575}.button.theme-link-grey[data-v-9750fb42]{background:unset;color:#9d9e9f}@media (hover:hover){.button.theme-link-grey[data-v-9750fb42]:hover{color:#00a600}}.button.theme-link-grey.disabled[data-v-9750fb42]{color:#75757575}.button.theme-danger[data-v-9750fb42]{color:#fff;background:#fa1255}@media (hover:hover){.button.theme-danger[data-v-9750fb42]:hover{background:#e60546}}.button.theme-danger[data-v-9750fb42]:active{background:#e60546}.button.theme-danger.disabled[data-v-9750fb42]{background:#75757575}.button.theme-inactive[data-v-9750fb42]{color:#1f1f1f;background:#dedfdf}.button.theme-outline[data-v-9750fb42]{color:#1f1f1f;background:0 0;border:1px solid #ebf1fa}@media (hover:hover){.button.theme-outline[data-v-9750fb42]:hover{border-color:#1ccb01}}.button.theme-outline[data-v-9750fb42]:active{border-color:#1ccb01}.button.theme-outline.disabled[data-v-9750fb42]{border-color:#dedfdf}.button.theme-outline-primary[data-v-9750fb42]{color:#1ccb01;background:#fff;border:1px solid #1ccb01}@media (hover:hover){.button.theme-outline-primary[data-v-9750fb42]:hover{color:#fff;background:#1ccb01}}.button.theme-outline-primary[data-v-9750fb42]:active{background:#1ccb01}.button.theme-outline-primary.disabled[data-v-9750fb42]{color:#dedfdf;border-color:#dedfdf}.button.disabled[data-v-9750fb42]{pointer-events:none}.button.collapsed[data-v-9750fb42]{padding:0}.button:not(.round)>.icon.left[data-v-9750fb42]{margin-right:8px}.button:not(.round)>.icon.right[data-v-9750fb42]{margin-left:8px}.button>.count[data-v-9750fb42]{color:#1f1f1f;background:#ffcb05;border:2px solid #1ccb01;border-radius:16px;padding:2px 5px;font-size:8px;font-weight:500;line-height:10px;position:absolute;top:6px;right:10px}.button>.icon.loading[data-v-9750fb42]{animation:2s linear infinite rotation-9750fb42;margin-right:0!important}@keyframes rotation-9750fb42{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.error-page[data-v-91e5b120]{grid-gap:32px;grid-template-columns:413px 1fr;max-width:1064px;margin:50px auto;display:grid}@media (width<=1279px){.error-page[data-v-91e5b120]{grid-gap:40px;grid-template-columns:1fr;max-width:440px;margin:40px auto}}@media (width<=719px){.error-page[data-v-91e5b120]{margin:20px auto}}.error-page>.error[data-v-91e5b120]{grid-gap:20px;grid-template-columns:1fr;display:grid}@media (width<=1279px){.error-page>.error[data-v-91e5b120]{text-align:center}}@media (width<=719px){.error-page>.error[data-v-91e5b120]{padding:0 20px}}.error-page>.error>h1[data-v-91e5b120]{font-size:40px;font-weight:500;line-height:48px}@media (width<=1279px){.error-page>.error>h1[data-v-91e5b120]{text-align:center;font-size:24px;line-height:32px}}@media (width<=719px){.error-page>.error>h1[data-v-91e5b120]{font-size:24px;line-height:32px}}.error-page>.error>.text[data-v-91e5b120]{font-size:16px;line-height:24px}@media (width<=719px){.error-page>.error>.text[data-v-91e5b120]{font-size:14px;line-height:22px}}.error-page>.error>.categories[data-v-91e5b120]{flex-direction:column;display:flex}.error-page>.error>.categories>a[data-v-91e5b120]{color:#1ccb01;margin:2px 0;padding:2px 0;font-size:16px;font-weight:400;line-height:24px;text-decoration:none}.error-page>.error>.categories>a[data-v-91e5b120]:before{content:"—";color:#000;padding-right:5px}@media (width<=1279px){.error-page>.error>.categories>a[data-v-91e5b120]{color:#000;background-color:#fff;border-radius:8px;padding:10px;display:block}.error-page>.error>.categories>a[data-v-91e5b120]:before{content:none;padding-right:0}.error-page>.error>.button[data-v-91e5b120]{margin:0 auto}}.error-page>.image[data-v-91e5b120]{justify-content:center;align-items:center;display:grid}@media (width<=1279px){.error-page>.image[data-v-91e5b120]{order:-1}}.error-page>.image>img[data-v-91e5b120]{max-width:500px}@media (width<=1279px){.error-page>.image>img[data-v-91e5b120]{max-width:350px}}@media (width<=719px){.error-page>.image>img[data-v-91e5b120]{max-width:300px}}
