@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-Regular.24785cc.ttf);
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-Thin.9a7aece.ttf);
    font-weight: 100;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-ThinItalic.c9656dd.ttf);
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-ExtraLight.d928d11.ttf);
    font-weight: 200;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-ExtraLightItalic.8df5777.ttf);
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-Light.7179b7d.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-LightItalic.ac3843d.ttf);
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-Medium.b8c6753.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-MediumItalic.67e6dda.ttf);
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-SemiBold.93b37a4.ttf);
    font-weight: 600;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-SemiBoldItalic.60907ef.ttf);
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-Bold.50f0257.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-BoldItalic.a169c71.ttf);
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-ExtraBold.6c8b198.ttf);
    font-weight: 800;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-ExtraBoldItalic.a22f670.ttf);
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-Black.beacc26.ttf);
    font-weight: 800;
}
@font-face {
    font-family: "montserrat";
    src: url(/static/fonts/Montserrat-BlackItalic.9be75be.ttf);
    font-weight: 800;
    font-style: italic;
}
.light-theme{--body-color: #F9F9FB;--light-opacity-color: rgba(112, 127, 147, 0.17);--shadow-color: rgba(19, 23, 30, 0.35);--text-color: #000000;--text-second-color: #707f93;--text-light-color: #fff;--text-dark-color: #000000;--text-reverse-color: #fff;--nav-border-color: rgba(0, 0, 0, 0.2);--footer-text-color: rgba(0, 0, 0, 0.6);--footer-border-color: rgba(0, 0, 0, 0.2);--chat-bg-color: #2A2A2A;--first-color: #0033F5;--hover-color: #052dc4;--hover-opacity-color: rgba(5, 45, 196, 0.3);--loader_bg-color: rgba(255, 255, 255, .35);--block-bg1-color: #EBEDF3;--block-bg2-color: #50515B;--block-bg3-color: #34353D;--input-bg-color: #FFFFFF;--input-border-color: #EFEFEF;--border-color: #EFEFEF;--error-color: #FF0C0C;--success-color: #00D359;--sys-msg-bg: rgba(255, 255, 255, 0.77);--sys-msg-error-bg: #F9F9FB;--sys-msg-error-text: #FF0C0C;--sys-msg-error-left: #FF0C0C;--sys-msg-success-bg: #F9F9FB;--sys-msg-success-text: #00D359;--sys-msg-success-left: #00D359;--sys-msg-warning-bg: #F9F9FB;--sys-msg-warning-text: #ff8c00;--sys-msg-warning-left: #ff8c00;--thumd-color: #d3d4db;--thumd-hover-color: #0033F5;--thumb-track-color: transparent;--box-shadow: 0 1px 3px rgba(49, 61, 98, .21);--btn-box-shadow: 0 8px 24px 0 rgba(0,51,245,0.63922);--hover-box-shadow: 0 1px 3px rgba(0, 0, 0, .21);--border-radius: 16px}.dark-theme{--body-color: #161617;--light-opacity-color: rgba(90, 104, 119, 0.17);--nav-color: #272f3d;--item-block-color: #272f3d;--search-color: #343b48;--shadow-color: rgba(19, 23, 30, 0.35);--text-color: #fff;--text-second-color: #5a6877;--text-light-color: #fff;--text-dark-color: #101828;--text-reverse-color: #13171e;--nav-border-color: rgba(255, 255, 255, 0.2);--footer-text-color: rgba(255, 255, 255, 0.4);--footer-border-color: rgba(255, 255, 255, 0.2);--chat-bg-color: #2A2A2A;--first-color: #0033F5;--hover-color: #052dc4;--hover-opacity-color: rgba(5, 45, 196, 0.3);--loader_bg-color: rgba(29, 37, 51, .35);--block-bg1-color: #23252D;--block-bg2-color: #50515B;--block-bg3-color: #21232B;--input-bg-color: #2E303B;--input-border-color: #2E303B;--border-color: #2E303B;--error-color: #be4044;--success-color: green;--sys-msg-bg: rgba(16, 23, 30, 0.77);--sys-msg-error-bg: #161617;--sys-msg-error-text: #FF4747;--sys-msg-error-left: #FF4747;--sys-msg-success-bg: #161617;--sys-msg-success-text: #26DA72;--sys-msg-success-left: #26DA72;--sys-msg-warning-bg: #161617;--sys-msg-warning-text: #FFCA00;--sys-msg-warning-left: #FFCA00;--thumd-color: #d3d4db;--thumd-hover-color: #fff;--thumb-track-color: #3c4350;--box-shadow: 0 1px 3px rgba(0, 0, 0, .21);--btn-box-shadow: 0 8px 24px 0 rgba(0,51,245,0.63922);--hover-box-shadow: 0 1px 3px rgba(255, 255, 255, .21);--border-radius: 16px}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{overflow:auto !important}html,body{margin:0;padding:0;height:100%}#app{font-family:"montserrat",Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);background-color:var(--body-color);text-align:left;height:100%;-webkit-transition:background-color .3s ease, color .3s ease;transition:background-color .3s ease, color .3s ease}.v-application .v-btn__content{font-family:inherit;text-transform:none;letter-spacing:normal}ul>li{font-family:RTFont,sans-serif}::-webkit-scrollbar{height:7px;width:7px;background-color:#e8e8ea;border-radius:7px}::-webkit-scrollbar-thumb{border-radius:4px;background-color:#b5b7c0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:var(--thumb-track-color)}::-webkit-scrollbar-thumb{border-radius:8px;background-color:var(--thumd-color);cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}::-webkit-scrollbar-thumb:hover{background-color:var(--thumd-hover-color)}.login_form input:-webkit-autofill,.login_form input:-webkit-autofill:hover,.login_form input:-webkit-autofill:focus,.login_form input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--body-color) inset !important;-webkit-text-fill-color:#fff !important}.theme--dark.v-list{background:var(--input-bg-color) !important;color:#fff !important}#app .v-btn:not(.v-btn--outlined):not(.v-btn--icon){color:#fff}.first_color{color:var(--first-color)}.text_color{color:var(--text-color)}.fs10{font-size:10px}.fs12{font-size:12px}.fs14{font-size:14px}.fs16{font-size:16px}.fs18{font-size:18px}
.login_container[data-v-9dba94fc]{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;background-color:#1d1b1f}.login_bg_img[data-v-9dba94fc]{position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;background:no-repeat center;background-size:cover;opacity:1}.login_tab[data-v-9dba94fc]{position:absolute;top:0;bottom:0;right:0;width:100%;background:rgba(0,0,0,0);overflow:hidden;font-size:0;opacity:1;z-index:2}.helper[data-v-9dba94fc]{display:inline-block;vertical-align:middle;font-size:0;padding:0;margin:0;height:100%;width:0}.login_wrap[data-v-9dba94fc]{display:inline-block;position:relative;vertical-align:middle;overflow:hidden;height:300px;width:100%;-webkit-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;background:#fff}.login_wrap .login_logo[data-v-9dba94fc]{position:absolute;z-index:1;top:50px;bottom:50px;width:310px;right:50%;margin-right:-155px;background-size:contain;background-repeat:no-repeat;background-position:50% 50%;opacity:1;-webkit-transition:.5s ease;transition:.5s ease}.login_wrap.active .login_logo[data-v-9dba94fc]{margin-right:25px}.login_content[data-v-9dba94fc]{position:absolute;z-index:1;top:0;bottom:0;width:50%;right:0;padding-left:24px;text-align:left;opacity:1;background:var(--body-color)}.login_form[data-v-9dba94fc]{display:inline-block;min-width:320px;max-width:400px;text-align:center}.login_content h1[data-v-9dba94fc]{display:block;font-size:60px;line-height:60px;padding:0;margin:63px 0 0 0;color:#fff;font-weight:normal;text-align:left}.login_content h2[data-v-9dba94fc]{display:block;font-size:24px;padding:0;margin:21px 0 20px 0;color:#fff;font-weight:normal;text-align:left}.login_content a[data-v-9dba94fc]{font-size:18px;color:var(--first-color) !important}.fadebg-enter-active[data-v-9dba94fc],.fadebg-leave-active[data-v-9dba94fc]{-webkit-transition:opacity 2s;transition:opacity 2s}.fadebg-enter[data-v-9dba94fc],.fadetab-leave-to[data-v-9dba94fc]{opacity:0}.fadelogo-enter-active[data-v-9dba94fc],.fadelogo-leave-active[data-v-9dba94fc]{-webkit-transition:opacity .5s;transition:opacity .5s}.fadelogo-enter[data-v-9dba94fc],.fadelogo-leave-to[data-v-9dba94fc]{opacity:0}.fadetab-enter-active[data-v-9dba94fc],.fadetab-leave-active[data-v-9dba94fc]{-webkit-transition:.5s;transition:.5s}.fadetab-enter[data-v-9dba94fc],.fadetab-leave-to[data-v-9dba94fc]{right:-100px;opacity:0}@media(max-width: 768px){.login_content[data-v-9dba94fc]{width:100%;padding-right:24px;text-align:center}}
.loader_wrap[data-v-7b8643af]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;bottom:0;left:0;right:0;background:var(--loader_bg-color);text-align:center;-webkit-transition:.3s ease;transition:.3s ease;font-size:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:999}.loader_wrap.dark[data-v-7b8643af]{background:#2c3e50}.loader_wrap>i[data-v-7b8643af]{display:inline-block;font-size:20px;color:#8e9aab;line-height:20px !important;vertical-align:middle}.fade-enter-active[data-v-7b8643af],.fade-leave-active[data-v-7b8643af]{-webkit-transition:opacity .3s;transition:opacity .3s}.fade-enter[data-v-7b8643af],.fade-leave-to[data-v-7b8643af]{opacity:0}.loader[data-v-7b8643af]{display:inline-block;vertical-align:middle}.loader[data-v-7b8643af],.loader[data-v-7b8643af]:before,.loader[data-v-7b8643af]:after{border-radius:50%;width:2.5em;height:2.5em;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:load7-7b8643af 1.7s infinite ease-in-out;animation:load7-7b8643af 1.7s infinite ease-in-out}.loader[data-v-7b8643af]{color:var(--first-color);font-size:10px;margin:0;position:relative;top:-25px;text-indent:-9999em;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-0.16s;animation-delay:-0.16s}.loader[data-v-7b8643af]:before,.loader[data-v-7b8643af]:after{content:"";position:absolute;top:0}.loader[data-v-7b8643af]:after{color:var(--second-color)}.loader[data-v-7b8643af]:before{left:-3.5em;-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.loader[data-v-7b8643af]:after{left:3.5em}@-webkit-keyframes load7-7b8643af{0%,80%,100%{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}@keyframes load7-7b8643af{0%,80%,100%{-webkit-box-shadow:0 2.5em 0 -1.3em;box-shadow:0 2.5em 0 -1.3em}40%{-webkit-box-shadow:0 2.5em 0 0;box-shadow:0 2.5em 0 0}}
.tab{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:100%}.tab_wrapper{height:100%}.tab h1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:32px;line-height:40px;font-weight:600;margin:0 0 20px}.tab h1>img{width:40px;margin:0 16px 0 0}.tab h2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:24px;line-height:30px;font-weight:700;margin:0 0 16px}.tab h2>img{height:40px;max-width:40px;margin:0 16px 0 0}.tab h1.center,.tab h2.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tab_content .size_wrapper{max-width:860px}.mobile_view .tab_content .size_wrapper{max-width:none}.tab_content p{font-size:14px;line-height:20px;font-weight:400;color:var(--text-color);margin:0;margin-bottom:20px}.tab_content .buttons_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:24px 0 32px}.tab_content .buttons_container>*{margin:0 8px 8px 0}.tab_content .text_light,.tab_content .text_light p{color:var(--text-light-color)}.blocks_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;margin:0 0 40px}@media(max-width: 768px){.blocks_list.two_cols{display:none !important}}.blocks_list.three_cols>.block{-webkit-box-flex:1;-ms-flex:1 1 calc(33.333% - 10px);flex:1 1 calc(33.333% - 10px);margin:0 10px 10px 0}.blocks_list.two_cols>.block{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 20px);flex:1 1 calc(50% - 20px);margin:0 20px 40px 0}.mobile_view .blocks_list.two_cols>.block,.mobile_view .blocks_list.three_cols>.block{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:none;margin:0 0 20px}
.size_wrapper[data-v-264bc0fc]{max-width:1000px;margin:0 auto;height:100%}.icon_container[data-v-264bc0fc]{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.body_icon[data-v-264bc0fc]{font-size:170px !important;opacity:.14}
.block{padding:28px 20px;border-radius:var(--border-radius)}.block.bg1{background-color:var(--block-bg1-color)}.block.bg2{background-color:var(--block-bg2-color)}.block.bg3{background-color:var(--block-bg3-color)}.block p:last-child{margin:0}
.v-card-title[data-v-3de1d254]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:0}.v-card-text[data-v-3de1d254]{padding-top:0}
.modal-auth-card[data-v-51c433c6]{border-radius:20px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.modal-auth-card.dark[data-v-51c433c6]{background-color:#1e1e1e;color:#fff}.modal-auth-card.light[data-v-51c433c6]{background-color:#fff;color:#222}.modal-cta[data-v-51c433c6]{background:linear-gradient(135deg, #1976d2, #42a5f5);color:#fff;font-weight:600;text-transform:none;border-radius:12px;font-size:16px;-webkit-box-shadow:0 4px 12px rgba(33,150,243,.3);box-shadow:0 4px 12px rgba(33,150,243,.3)}.modal-cta[data-v-51c433c6]:hover{-webkit-box-shadow:0 6px 16px rgba(33,150,243,.4);box-shadow:0 6px 16px rgba(33,150,243,.4)}.modal-close[data-v-51c433c6]{opacity:.7;text-transform:none;font-weight:500;-webkit-text-decoration:underline;text-decoration:underline;-webkit-transition:opacity .2s;transition:opacity .2s}.modal-close[data-v-51c433c6]:hover{opacity:1}.modal-close-icon[data-v-51c433c6]{position:absolute;top:10px;right:10px;z-index:10;color:rgba(255,255,255,.6);-webkit-transition:color .2s ease;transition:color .2s ease}.modal-close-icon[data-v-51c433c6]:hover{color:#fff}.light .modal-close-icon[data-v-51c433c6]{color:rgba(0,0,0,.4)}.light .modal-close-icon[data-v-51c433c6]:hover{color:#000}
.left_column{-webkit-box-flex:0;-ms-flex:0 0 440px;flex:0 0 440px;max-width:440px;margin:0 40px 20px 0}.mobile_view .left_column{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 0 40px;max-width:none}.left_column .lc_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 20px}.left_column .lc_buttons>*{margin:0 12px 0 0}.left_column .lc_block{margin:0 0 20px}.left_column .lc_block h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 20px}.left_column .lc_block h5>b{font-size:20px;line-height:20px;font-weight:600;margin:0 20px 0 0}.left_column .lc_block>.v-input{margin:0 0 20px}.left_column .service_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.left_column .service_list>div{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:10px 3px 20px;font-size:12px;line-height:16px;text-align:center;word-break:break-word;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.left_column .service_list>div.active,.left_column .service_list>div:hover{color:var(--first-color)}.left_column .service_list>div>img{height:28px;width:28px;margin:0 0 10px}.left_column .service_list>div>span{height:28px;width:28px;background:no-repeat center;background-size:contain;margin:0 0 10px;border-radius:50%;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.left_column .service_list>div>span.dark-theme{background-color:#fff}.items_table{width:auto;border:none;border-collapse:collapse;font-size:14px;line-height:16px}.left_column .items_table{width:100%}.items_table th{font-weight:600;fill:var(--text-color);cursor:pointer;-webkit-transition:color .3s ease, fill .3s ease;transition:color .3s ease, fill .3s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.items_table th:hover{color:var(--first-color);fill:var(--first-color)}.items_table th,.items_table td{color:var(--text-color);padding:8px 6px}.items_table th:first-child,.items_table td:first-child{padding:8px 6px 8px 0}.items_table th:last-child,.items_table td:last-child{padding:8px 0 8px 8px}.items_table th.num,.items_table td.num{padding:8px 4px;text-align:right}.items_table td>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.items_table td>div.no_data{display:block}.items_table td.num{opacity:.6}.items_table .v-btn__content{padding:0 0 1px}.items_table td.right{text-align:right}.items_table td img{height:20px;margin:0 6px 0 0;vertical-align:middle}.items_table td img.flag{height:20px;width:20px;border-radius:50%}.buttons_container.modal_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%;padding:40px 20px 20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.left_column .left_col_list_size_wrap{max-height:465px;overflow:auto}.service_list_favorite_wrap{position:absolute;top:0;right:2px;z-index:1}table.items_table.blocks_view{border-collapse:separate}table.items_table.blocks_view th,table.items_table.blocks_view td{padding:20px;border:solid 2px var(--body-color)}table.items_table.blocks_view tr{background:var(--block-bg1-color)}table.items_table.blocks_view td{border-radius:10px}.left_column .service_list>div>span{height:40px;width:40px;background-color:#f4f4f4;background-repeat:no-repeat;background-position:center;background-size:60%;border-radius:12px;margin-bottom:10px;-webkit-box-shadow:inset 0 0 0 1px #e0e0e0;box-shadow:inset 0 0 0 1px #e0e0e0;-webkit-transition:background-color .2s ease, -webkit-box-shadow .2s ease;transition:background-color .2s ease, -webkit-box-shadow .2s ease;transition:box-shadow .2s ease, background-color .2s ease;transition:box-shadow .2s ease, background-color .2s ease, -webkit-box-shadow .2s ease}.left_column .service_list>div:hover>span{-webkit-box-shadow:inset 0 0 0 2px var(--first-color);box-shadow:inset 0 0 0 2px var(--first-color);background-color:#fff}.service_grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:8px;gap:8px}.service_card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 4px;border-radius:8px;background-color:#2c2c2c;-webkit-transition:all .2s ease;transition:all .2s ease;cursor:pointer;min-height:86px;text-align:center;position:relative;border:1px solid rgba(0,0,0,0)}.service_card:hover{background-color:#333}.service_card.active{border:1px solid #1e88e5}.service_card .logo{width:63px;height:63px;background-color:#fff;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:60%;margin-bottom:6px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.05);box-shadow:0 0 0 1px rgba(0,0,0,.05)}.service_card .name{font-size:12px;font-weight:500;color:#e0e0e0;line-height:1.2;max-width:72px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.light-theme .service_card{background-color:#f2f2f2;border:1px solid rgba(0,0,0,0)}.light-theme .service_card.active{border:1px solid #1e88e5}.light-theme .service_card .name{color:#333}.modal-auth-card{border-radius:20px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.modal-auth-card.dark{background-color:#1e1e1e;color:#fff}.modal-auth-card.light{background-color:#fff;color:#222}.modal-auth-card .modal-cta{background:linear-gradient(135deg, #1976d2, #42a5f5);color:#fff;font-weight:600;text-transform:none;border-radius:12px;font-size:16px;-webkit-box-shadow:0 4px 12px rgba(33,150,243,.3);box-shadow:0 4px 12px rgba(33,150,243,.3)}.modal-auth-card .modal-cta:hover{-webkit-box-shadow:0 6px 16px rgba(33,150,243,.4);box-shadow:0 6px 16px rgba(33,150,243,.4)}.modal-auth-card .modal-close{opacity:.7;text-transform:none;font-weight:500;-webkit-text-decoration:underline;text-decoration:underline;-webkit-transition:opacity .2s;transition:opacity .2s}.modal-auth-card .modal-close:hover{opacity:1}

.success_message[data-v-060541fa]{color:var(--success-color);font-size:14px;margin-bottom:16px}
header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:sticky;top:0;padding:20px 28px;background-color:var(--body-color);z-index:9}.mobile_view header{padding:12px 10px}header .header_main{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header_main .logo{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}header .header_main .logo>img{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;height:60px;margin:0 8px 0 0}header .header_main .logo>span{font-size:14px;line-height:18px;font-weight:600}nav{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0}.mobile_view nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:fixed;top:0;bottom:0;left:100%;width:100%;padding:24px;background-color:var(--body-color);z-index:99;-webkit-transition:left .3s ease;transition:left .3s ease}.mobile_view.menu_show nav{left:0}nav .nav_close_btn{position:absolute;top:20px;right:16px;z-index:1}nav .theme_switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 0 48px;cursor:pointer}.mobile_view nav .theme_switch{margin:0 0 48px}nav .theme_switch>div{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;position:relative;height:16px;width:32px;border-radius:16px;margin:0 8px 0 0;background-color:#c3c3c3;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}nav .theme_switch>div:after{content:"";position:absolute;top:1px;right:1px;height:14px;width:14px;border-radius:50%;background-color:#2a2a2a;-webkit-transition:background-color .3s ease, right .3s ease;transition:background-color .3s ease, right .3s ease}nav .theme_switch.dark_theme>div{background-color:#282828}nav .theme_switch.dark_theme>div:after{background-color:#0033f5;right:17px}nav .theme_switch>span{font-size:14px;line-height:14px;font-weight:500}nav .nav_links{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 20px}nav .nav_links>*{margin-right:20px}nav .nav_links>*:last-child{margin-right:0}.mobile_view nav .nav_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 40px}.mobile_view nav .nav_links>*{margin:0 0 20px 0}.mobile_view nav .nav_links>*:last-child{margin-bottom:0}nav a,.link{position:relative;-webkit-text-decoration:none;text-decoration:none;font-size:14px;line-height:16px;color:var(--text-color) !important;font-weight:500;padding:0;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}nav a.colored,.link.colored{color:var(--first-color) !important}nav a:not(:last-child){margin:0 20px 0 0}.mobile_view nav a:not(:last-child){margin:0 0 20px}nav a:before,.link:before{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background:var(--nav-border-color);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}nav a.colored:before,.link.colored:before{background:var(--first-color)}nav a:hover,.link:hover{color:var(--hover-color) !important}nav a:hover:before,.link:hover:before{background-color:var(--hover-color)}nav a.router-link-exact-active,nav a.router-link-active{color:var(--first-color) !important;cursor:default}nav a.router-link-exact-active:before,nav a.router-link-active:before{background-color:rgba(0,0,0,0)}nav .nav_controls{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.mobile_view nav .nav_controls{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}nav .nav_controls a{margin:0}nav .nav_controls .sign_links{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 6px}nav .nav_controls>.v-input{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 6px}nav .account_controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 6px}nav .account_controls>*{margin:0 6px 0 0}.mobile_view nav .account_controls{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 12px}.mobile_view nav .account_controls>*{margin:0 0 12px}.mobile_view nav .nav_controls .sign_links,.mobile_view nav .nav_controls>.v-input{margin:0 0 12px}nav .nav_controls>.v-input:last-child{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0}nav .nav_controls .v-select.v-text-field input{width:0}nav .nav_controls .v-select .v-select__selection{max-width:100%}nav .nav_controls .v-text-field.v-text-field--solo.v-input--dense>.v-input__control{min-height:32px}.lang_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--text-color)}.lang_item>img{height:12px;margin:0 10px 0 0}.auth-link{cursor:pointer;color:var(--first-color);-webkit-text-decoration:underline;text-decoration:underline}
.activation_tab .how_use_block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activation_tab .how_use_block>img{height:40px;margin:0 0 10px}.activation_tab .how_use_block>p>b{display:block;font-size:16px;font-weight:700}.activation_tab .text_light,.activation_tab .text_light p{color:var(--text-light-color)}.feedback_form>.v-input{margin:0 0 12px}.feedback_form>.v-btn{margin:20px 0 0}.country_select_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:16px}.country_select_item>img{height:20px;width:20px;border-radius:50%;margin:0 10px 0 0}.feedback_success{height:236px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.feedback_success>div{height:128px;width:128px;margin:0 0 30px;background:url(/static/img/check_green.5aec462.svg) no-repeat center;background-size:contain}.big-signup-btn{font-size:20px !important;font-family:inherit !important;font-weight:700 !important;padding:22px 42px !important;min-width:180px !important;height:64px !important;letter-spacing:normal !important;line-height:1.2 !important}
.promo-banner[data-v-6a00da4e]{background-color:#f8f9fa;padding:12px 16px;font-size:14px;color:#333}.promo-banner.dark[data-v-6a00da4e]{background-color:#1e1e1e;color:#fff}.promo-content[data-v-6a00da4e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.headline[data-v-6a00da4e]{font-weight:600;font-size:15px;margin-bottom:2px}.subtext[data-v-6a00da4e]{font-size:13px;opacity:.85}.countdown[data-v-6a00da4e]{color:#e53935;font-weight:600;margin-left:4px;-webkit-animation:pulse-6a00da4e 1s infinite;animation:pulse-6a00da4e 1s infinite}@-webkit-keyframes pulse-6a00da4e{0%,100%{opacity:1}50%{opacity:.6}}@keyframes pulse-6a00da4e{0%,100%{opacity:1}50%{opacity:.6}}.promo-btn[data-v-6a00da4e]{font-size:13px;padding:6px 12px;min-width:auto}
.app_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto}main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;padding:20px 28px}.mobile_view main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:20px 10px}.menu_show main{left:357px}footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:20px 28px 40px}.mobile_view footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 10px}footer .footer_company_info{-webkit-box-flex:0;-ms-flex:0 1 440px;flex:0 1 440px;font-size:14px;line-height:14px;color:var(--footer-text-color)}.mobile_view footer .footer_company_info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 0 12px}footer .footer_company_info>b{font-weight:700}footer .footer_links{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile_view footer .footer_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}footer .footer_links a{position:relative;-webkit-text-decoration:none;text-decoration:none;font-size:12px;line-height:16px;color:var(--footer-text-color) !important;font-weight:500;padding:0 0 5px;-webkit-transition:color .3s ease;transition:color .3s ease}.mobile_view footer .footer_links a:not(:last-child){margin:0 0 12px}footer .footer_links a:not(:last-child){margin:0 28px 0 0}footer .footer_links a:before{content:"";position:absolute;bottom:2px;left:0;right:0;height:1px;background:var(--footer-border-color);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}footer .footer_links a:hover{color:var(--hover-color) !important}footer .footer_links a:hover:before{background-color:var(--hover-color)}.fade-enter-active,.fade-leave-active{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.tab-enter-active{opacity:1;-webkit-transition:.5s ease;transition:.5s ease;z-index:5}.tab-leave-active{display:none}.tab-enter,.tab-leave-to{opacity:0;z-index:1}.system_messages_wrap{display:block;position:fixed;top:40px;right:0;width:0;overflow:visible;z-index:999;font-size:20px}.system_messages_wrap>div{position:relative;width:270px;max-height:0;overflow:hidden;right:-10px;font-size:14px;padding:0 10px;margin:0;-webkit-box-shadow:0 2px 7px -1px rgba(29,39,49,.44);box-shadow:0 2px 7px -1px rgba(29,39,49,.44);border-radius:0;-webkit-transition:.3s ease;transition:.3s ease;background-color:rgba(219,231,239,.9);color:#5586b7;opacity:0}.system_messages_wrap>div.show{right:270px;max-height:500px;margin:0 0 10px;padding:8px 10px;opacity:1}.system_messages_wrap>div:after{content:"";position:absolute;top:0;bottom:0;left:0;background:#5586b7;width:2px;opacity:1}.system_messages_wrap>div.msg_error{background:var(--sys-msg-error-bg);color:var(--sys-msg-error-text)}.system_messages_wrap>div.msg_error:after{background:var(--sys-msg-error-left)}.system_messages_wrap>div.msg_success{background:var(--sys-msg-success-bg);color:var(--sys-msg-success-text)}.system_messages_wrap>div.msg_success:after{background:var(--sys-msg-success-left)}.system_messages_wrap>div.msg_warning{background:var(--sys-msg-warning-bg);color:var(--sys-msg-warning-text)}.system_messages_wrap>div.msg_warning:after{background:var(--sys-msg-warning-left)}.dev_mode_info_fake{display:inline-block;position:fixed;top:50%;left:50%;margin:-70px 0 0 -170px;text-transform:uppercase;font-size:70px;font-weight:bold;padding:10px;color:orange;border:solid 7px;z-index:999;-webkit-transform:rotate(-30deg);transform:rotate(-30deg);pointer-events:none}.dev_mode_info_hub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:4px;width:170px;color:#fff;font-size:20px;line-height:32px;font-weight:bold;background:#000}.dev_mode_info_hub>div{display:inline-block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center;color:#000;border-radius:7px;background-color:orange}.dev_mode_info_hub>span{display:inline-block;margin:0 10px 0 7px}.v-textarea{height:auto !important}.v-select__selections{width:calc(100% - 28px)}.dg_add_button_outer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:7px;text-align:center;float:right;right:55px;z-index:40;height:40px;width:40px;line-height:40px !important;font-size:18px;color:#fff;background:#0b5198;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.4);box-shadow:0 2px 5px 0 rgba(0,0,0,.4);opacity:.7;border-radius:50%;cursor:pointer;-webkit-transition:.4s ease;transition:.4s ease}.dg_add_button_outer:hover{opacity:1;-webkit-box-shadow:0 2px 5px 1px rgba(0,0,0,.4);box-shadow:0 2px 5px 1px rgba(0,0,0,.4)}.helper{display:inline-block;width:0;height:100%;padding:0;margin:0;vertical-align:middle}.no_data{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center;font-size:14px;color:var(--text-second-color)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#app .v-input.v-text-field--outlined>.v-input__control>.v-input__slot,#app .v-text-field.v-text-field--outlined>.v-input__control>.v-input__slot,#app .v-select.v-text-field.v-text-field--outlined>.v-input__control>.v-input__slot{background:var(--body-color);border-radius:var(--border-radius);padding:0 14px 0 !important;-webkit-box-shadow:none !important;box-shadow:none !important;border:none}#app .v-input.v-text-field--solo>.v-input__control>.v-input__slot,#app .v-text-field.v-text-field--solo>.v-input__control>.v-input__slot{background:var(--input-bg-color);border:solid 1px var(--input-border-color);border-radius:var(--border-radius);padding:0 14px 0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}#app .v-input.v-input--dense.v-text-field--outlined{font-size:12px}#app .v-text-field--outlined fieldset{border:solid 1px var(--first-color);border-radius:16px}#app .v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,#app .v-text-field--filled.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,#app .v-text-field--filled.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,#app .v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,#app .v-text-field--full-width.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,#app .v-text-field--full-width.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,#app .v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,#app .v-text-field--outlined.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,#app .v-text-field--outlined.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot{min-height:32px}#app button.v-btn.v-btn--outlined.v-btn--text.info--text{border:solid 1px var(--first-color)}#app button.v-btn.v-btn--outlined.v-btn--text.info--text span.v-btn__content{color:var(--text-color)}.v-btn{border-radius:12px}.v-btn.btn_with_icon{text-transform:none;letter-spacing:normal;font-size:12px}.v-btn.btn_with_icon small{margin:0 0 0 7px;font-size:inherit}.v-btn.shadow{-webkit-box-shadow:var(--btn-box-shadow);box-shadow:var(--btn-box-shadow)}.theme--dark.v-card{background-color:var(--body-color)}#app .v-application .primary--text{color:var(--first-color) !important;caret-color:var(--first-color) !important}.hover_cont .hover_btn{visibility:hidden;opacity:0;-webkit-transition:visibility .3s ease, opacity .3s ease;transition:visibility .3s ease, opacity .3s ease}.hover_cont:hover .hover_btn{visibility:visible;opacity:1}.rotate_infinite{-webkit-animation:rotate_infinite 1.4s linear infinite;animation:rotate_infinite 1.4s linear infinite}@-webkit-keyframes rotate_infinite{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate_infinite{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.referral_tab .ref_block{margin:24px 0 40px}.referral_tab .text_light,.referral_tab .text_light p{color:var(--text-light-color)}.referral_tab .text_light p:last-child{margin:0}
.faq_tab .buttons_container .v-btn.v-btn--outlined .v-btn__content{color:var(--text-color)}.faq_tab .faq_block_list .block{padding:16px 20px;margin:0 0 12px}.faq_tab .faq_block h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;line-height:20px;font-weight:700;cursor:pointer}.faq_tab .faq_block p{margin:8px 0 0}.faq_bottom_space{height:80px}

.sign_up_tab.size_wrapper{max-width:620px;margin:40px auto}.sign_up_form>.v-input{margin:0}.sign_up_form>.v-btn{margin:20px 0 0}.sign_up_form .sign_up_checkbox_label{font-size:12px;line-height:16px;font-weight:500}.sign_up_form .sign_up_checkbox_label a{color:var(--first-color)}.sign_up_form .save_error{color:var(--error-color)}
.country_tab .ref_block{margin:24px 0 40px}.country_tab .text_light,.country_tab .text_light p{color:var(--text-light-color)}.country_tab .text_light p:last-child{margin:0}.country_tab .items_table{min-width:400px}
.service_tab .ref_block{margin:24px 0 40px}.service_tab .text_light,.service_tab .text_light p{color:var(--text-light-color)}.service_tab .text_light p:last-child{margin:0}.service_tab .items_table{min-width:400px}
.numbers_list{margin:0 0 12px}.numbers_list>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0 0 16px}.mobile_view .numbers_list>div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.numbers_list>div>.block{margin:0 4px 0 0;-webkit-box-flex:0;-ms-flex:0 1 calc(40% - 4px);flex:0 1 calc(40% - 4px)}.numbers_list>div>.block:last-child{margin:0;-webkit-box-flex:0;-ms-flex:0 1 20%;flex:0 1 20%}.mobile_view .numbers_list>div>.block{margin:0 4px 0 0;-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 4px);flex:1 1 calc(50% - 4px)}.mobile_view .numbers_list>div>.block:first-child{margin:0 0 4px;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.mobile_view .numbers_list>div>.block:last-child{margin:0;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.numbers_list>div>.block p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.numbers_list>div>.block p>img{width:20px;margin:0 6px 0 0}.numbers_list>div>.block p>img.country{width:15px}.numbers_list>div>.block p.copy{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--text-color);cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.numbers_list>div>.block p.copy:hover{color:var(--first-color)}.numbers_list>div>.block p .v-icon{margin:0 0 0 8px;font-size:14px !important}.api_key{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:16px;margin:0 0 24px}.api_key span{margin:0 12px;color:var(--first-color);font-weight:500;cursor:pointer}.api_key .v-icon{font-size:14px}.account_partner_table_tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.numbers_tab .block p:first-child{margin:0 0 20px}.numbers_tab .numbers_list{margin:0 0 24px}.accordion-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;gap:8px;margin-bottom:0}.accordion-icon{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:2rem}.accordion-content{padding-top:4px}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .2s;transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}
.tariffs_tab .tariffs_block_list .block{padding:16px 20px;margin:0 0 12px}.tariffs_tab .tariffs_block h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;line-height:20px;font-weight:700;cursor:pointer}.tariffs_tab .tariffs_block p{margin:8px 0 0}
.history_tab .numbers_list>div>.block.history_block_info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.mobile_view .history_tab .numbers_list>div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.mobile_view .history_tab .numbers_list>div>.block{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.mobile_view .history_tab .numbers_list>div>.block:first-child{margin:0 4px 0 0}.history_tab .numbers_list>div>.block.history_block_info p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.ref_acc_tab .download_link{display:inline-block;font-size:16px;line-height:16px;font-weight:500;color:var(--first-color) !important}.ref_acc_tab .download_link:before{background-color:var(--first-color) !important}.ref_acc_tab .block{margin:0 0 20px}
.topup_tab .block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 20px}.topup_tab .block.flex_col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.topup_tab .tp_icons{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topup_tab .tp_icons>img{margin:0 6px 0 0}.topup_tab .tp_info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 20px}.topup_tab .tp_controls{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topup_tab .hidden_links{display:none}.topup_tab .topup_btns_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0}.topup_tab .topup_btns_row>*{margin:0 10px 10px 0}
#app .action_status{background-color:rgba(0,0,0,0) !important;border-color:rgba(0,0,0,0) !important}.action_status p{font-size:14px;font-weight:400;line-height:20px;text-align:left;margin:0 0 40px}.action_status div{width:100%;height:128px;background:center no-repeat rgba(0,0,0,0);background-size:contain}.action_status.success div{background-image:url(/static/img/check_green.5aec462.svg)}.action_status.error div{background-image:url(/static/img/check_red.30f0e66.svg)}
.sign_up_tab.size_wrapper{max-width:620px;margin:40px auto}.sign_up_form>.v-input{margin:0}.sign_up_form>.v-btn{margin:20px 0 0}.sign_up_form .sign_up_checkbox_label{font-size:12px;line-height:16px;font-weight:500}.sign_up_form .sign_up_checkbox_label a{color:var(--first-color)}.sign_up_form .save_error{color:var(--error-color)}
.account_partner_tab.size_wrapper{max-width:500px;margin:0 auto}.account_partner_tab .hidden_links{display:none}
.favorites_tab .favorite_block_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.favorites_tab .favorites_list>div{margin:0 0 16px}.favorites_tab .favorite_block_info>div{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left;margin:0 10px}.favorites_tab .favorite_block_info>img.flag{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;width:40px;height:40px;margin:0;border-radius:50%}
.dual-list[data-v-74d6a519]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-top:10px}.list-panel[data-v-74d6a519]{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-title[data-v-74d6a519]{font-weight:bold;text-align:center;margin-bottom:8px}.list-box[data-v-74d6a519]{border:1px solid #ccc;max-height:550px;overflow-y:auto;background:#f9f9f9;padding:4px;border-radius:4px}.list-controls[data-v-74d6a519]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;padding:0 10px}
.dual-list[data-v-55b1b18e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-top:10px}.list-panel[data-v-55b1b18e]{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-title[data-v-55b1b18e]{font-weight:bold;text-align:center;margin-bottom:8px}.list-box[data-v-55b1b18e]{border:1px solid #ccc;max-height:550px;overflow-y:auto;background:#f9f9f9;padding:4px;border-radius:4px}.list-controls[data-v-55b1b18e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;padding:0 10px}
.column-item[data-v-32a5916e]{padding:10px;margin-bottom:5px;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:-webkit-grab;cursor:grab;-webkit-transition:background .2s;transition:background .2s}.column-item[data-v-32a5916e]:hover{background:#e0e0e0}
.v-list-item-title[data-v-e71589d8]{font-weight:bold;color:rgba(0,0,0,.87)}.v-list-item-subtitle[data-v-e71589d8]{margin-top:4px}.theme--dark .v-list-item-title[data-v-e71589d8]{color:rgba(255,255,255,.87)}.dual-list[data-v-e71589d8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-top:10px}.list-panel[data-v-e71589d8]{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-title[data-v-e71589d8]{font-weight:bold;text-align:center;margin-bottom:8px}.list-box[data-v-e71589d8]{border:1px solid #ccc;max-height:300px;overflow-y:auto;background:#f9f9f9;padding:4px;border-radius:4px}.list-controls[data-v-e71589d8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;padding:0 10px}
.scrollable-table-container{max-height:calc(100vh - 150px);overflow-y:auto;padding-bottom:16px}
.top-toolbar[data-v-16f46c92]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:12px;gap:12px}.toolbar-icon[data-v-16f46c92]{cursor:pointer;font-size:24px}.machine-tabs[data-v-16f46c92]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.dual-list[data-v-16f46c92]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-top:10px}.list-panel[data-v-16f46c92]{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-title[data-v-16f46c92]{font-weight:bold;text-align:center;margin-bottom:8px}.list-controls v-btn[data-v-16f46c92]{width:130px;font-weight:bold}.dual-list[data-v-16f46c92]{margin-bottom:10px}.v-list-item[data-v-16f46c92]:hover{background-color:#e0f7fa;cursor:pointer}.list-box[data-v-16f46c92]{border:1px solid #ccc;max-height:550px;overflow-y:auto;background:#f9f9f9;padding:4px;border-radius:4px}.list-controls[data-v-16f46c92]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;padding:0 10px}.selected[data-v-16f46c92]{background:var(--hover-color) !important;color:#fff !important}.selected td[data-v-16f46c92]{color:#fff !important}.no-select[data-v-16f46c92]{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.button-panel[data-v-16f46c92]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin-bottom:20px}.spacer[data-v-16f46c92]{height:20px}.full-width-header[data-v-16f46c92]{width:100% !important}.machine-header[data-v-16f46c92]{font-size:18px;font-weight:bold}no_data[data-v-16f46c92]{text-align:center;margin-top:20px;color:#888}.close-button[data-v-16f46c92]{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;color:#000}.close-button[data-v-16f46c92]:hover{color:red}.drag-handle[data-v-16f46c92]{cursor:-webkit-grab;cursor:grab}.items_table[data-v-16f46c92]{table-layout:fixed;width:100%;border-collapse:collapse}.items_table tr[data-v-16f46c92]{cursor:pointer}.items_table th[data-v-16f46c92],.items_table td[data-v-16f46c92]{padding:3px 8px !important;font-size:12px !important;line-height:1.2em !important;white-space:nowrap !important;overflow:hidden;text-overflow:ellipsis;text-align:left}.selection-toolbar[data-v-16f46c92]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:6px 8px !important;font-size:12px !important;line-height:1.2em !important;background-color:var(--light-opacity-color);border:1px solid #ccc;border-radius:6px;margin-bottom:7px;z-index:10;-webkit-transition:all .3s ease;transition:all .3s ease}.selection-toolbar-fixed[data-v-16f46c92]{position:fixed;top:0;left:0;right:0;margin:0;border-radius:0;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);background-color:#e3f2fd;background-color:var(--v-primary-lighten5, #e3f2fd);padding:8px 16px !important}.selection-toolbar-placeholder[data-v-16f46c92]{height:46px;margin-bottom:7px}.theme--dark .selection-toolbar-fixed[data-v-16f46c92]{background-color:#0d47a1;background-color:var(--v-primary-darken4, #0d47a1);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5)}.drag-handle[data-v-16f46c92]{cursor:-webkit-grab;cursor:grab}.important-column[data-v-16f46c92]{background-color:var(--light-opacity-color);font-weight:bold}.v-list-item-title[data-v-16f46c92]{font-weight:bold;color:rgba(0,0,0,.87)}.v-list-item-subtitle[data-v-16f46c92]{margin-top:4px}.theme--dark .v-list-item-title[data-v-16f46c92]{color:rgba(255,255,255,.87)}
p[data-v-9234600e]{text-align:center;font-size:16px;margin-top:20px}
