@font-face{font-family:VK_Sans;src:url(/vkesim/assets/ttf/VK%20Sans%20Display%20Regular-BSMTowA_.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:VK_Sans;src:url(/vkesim/assets/ttf/VK%20Sans%20Display%20Medium-CLRrUVzx.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:VK_Sans;src:url(/vkesim/assets/ttf/VK%20Sans%20Display%20Bold-9s7eADMV.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html{scroll-behavior:smooth}:root{line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--card-bg: #f8f8f9}a{font-weight:500;text-decoration:inherit}body.dark a{color:#fff}body.light a{color:#121228}.dark{--primary-color: var(--primary-color);--text-color: white;--bg-color: #090917;--bg-second-color: #272735;--inverted-text-color: #121228;--card-bg: #272735}.light{--primary-color: var(--primary-color);--text-color: #121228;--bg-color: #ffffff;--bg-second-color: #f8f8f9;--inverted-text-color: #fff;--card-bg: #f8f8f9}:global(.ant-input),:global(.ant-modal){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;outline:none}button:focus,button:active{outline:none;box-shadow:none}*{margin:0;padding:0;box-sizing:border-box}body.light{background-color:#fff;color:#121228}body.dark{background-color:#090917;color:#fff}body{transition:background-color .3s ease,color .3s ease}.ant-card:not(.ant-card-bordered){box-shadow:none!important}.ant-modal .ant-modal-content{box-shadow:none!important;height:100%}._loaderContainer_oi9jf_1{display:flex;justify-content:center;align-items:center;height:100dvh}._whiteSpinner_oi9jf_15{border:2px solid #fff;border-top-color:transparent}._loaderInner_oi9jf_20{width:24px;height:24px;border:2px solid var(--primary-color);border-top-color:transparent;border-radius:50%;animation:_spin_oi9jf_1 1s linear infinite}._loadingInnerByFScreen_oi9jf_29{width:32px;height:32px;border:2px solid var(--primary-color);border-top-color:transparent;border-radius:50%;animation:_spin_oi9jf_1 1s linear infinite}@keyframes _spin_oi9jf_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._headerWrapper_11c5q_1{position:relative;z-index:1000;background:#fff;transition:all .3s ease}._headerWrapper_11c5q_1._dark_11c5q_8{background:#0b0b0b;color:#fff}._top_11c5q_13{display:flex;justify-content:space-between;align-items:center;padding:16px}._logoWrapper_11c5q_20{display:flex;align-items:center;gap:8px}._iconButton_11c5q_26{background:none;border:none;color:inherit;cursor:pointer}._dropdown_11c5q_33{position:absolute;top:100%;left:0;right:0;z-index:1000;padding:24px 16px 32px;display:flex;flex-direction:column;gap:24px;background:inherit;animation:_slideDown_11c5q_1 .3s ease-out}._nav_11c5q_46{display:flex;flex-direction:column;gap:18px;font-size:16px}._nav_11c5q_46 a{text-decoration:none;color:inherit}._theme_11c5q_58{display:flex;align-items:center;gap:12px;font-size:15px}._btnContainer_11c5q_65{display:flex;align-items:flex-start;gap:16px}._btnContainer_11c5q_65>*{min-width:0}._esimBalanceCta_11c5q_77,._cta_11c5q_78{display:flex;box-sizing:border-box;min-height:32px!important;padding:15px 33.75px!important;justify-content:center!important;align-items:center!important;gap:2px;color:#121228!important;text-align:center;font-family:VK_Sans!important;font-size:16px!important;font-style:normal!important;font-weight:500!important;line-height:20px}._esimBalanceCta_11c5q_77{background:#efefef!important}._esimBalanceCta_11c5q_77._dark_11c5q_8{background:#2e2e3a!important;color:#fff!important}._backdrop_11c5q_105{position:fixed;inset:0;background-color:#0006;z-index:900}._backdropHidden_11c5q_115{pointer-events:none;height:0;background:transparent}@keyframes _slideDown_11c5q_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._toggle_eme8e_1{width:56px;height:32px;border-radius:999px;background-color:#e0e0e0;position:relative;cursor:pointer;transition:background-color .3s ease}._toggle_eme8e_1._dark_eme8e_11{background-color:#2e2e38}._thumb_eme8e_15{width:32px;height:32px;background-color:transparent;border-radius:50%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;transition:left .3s ease}._toggle_eme8e_1._dark_eme8e_11 ._thumb_eme8e_15{left:24px}._button_1j1t5_1{border:none;cursor:pointer;font-weight:600;font-size:14px;border-radius:8px;padding:8px 16px;transition:background-color .3s ease;background-color:var(--primary-color);color:#fff}._button_1j1t5_1:hover{background-color:var(--primary-color)}._footer_container_1vk72_1{width:100%;margin-bottom:48px;display:flex;flex-direction:column;align-items:center;gap:24px}._footer_title_1vk72_10{padding:8px;font-size:28px;font-style:normal;font-weight:500;line-height:32px;text-align:center}._footer_title_1vk72_10._dark_1vk72_19{color:#fff}._footer_title_1vk72_10._light_1vk72_23{color:#121228}._footer_wrapper_1vk72_27{display:flex;width:100%;flex-direction:column;align-items:center;gap:16px;border-radius:16px}._support_wrapper_1vk72_36{display:flex;justify-content:center;align-items:center;gap:24px;text-align:center}._support_links_1vk72_45{flex:1 0 0;color:#121228;font-size:14px;font-style:normal;font-weight:600;line-height:150%;padding:2px;width:max-content}._support_links_1vk72_45._dark_1vk72_19{color:#fff}._link_title_1vk72_60{padding:2px}._link_title_1vk72_60._dark_1vk72_19{color:#ceced1}._link_title_1vk72_60._light_1vk72_23{color:#888894}._link_text_1vk72_72{line-height:17px;font-size:14px;font-style:normal;font-weight:400}._link_text_1vk72_72._light_1vk72_23{color:#888894}._link_text_1vk72_72._dark_1vk72_19{color:#ceced1}@media (max-width: 768px){._footer_container_1vk72_1{padding:0 16px;width:100%;gap:16px}._support_wrapper_1vk72_36{flex-direction:column;gap:16px}._support_wrapper_1vk72_36 a{width:100%}._footer_title_1vk72_10{font-size:20px;font-style:normal;font-weight:500;line-height:26px}._link_title_1vk72_60{font-size:14px}._support_links_1vk72_45{font-size:14px;width:100%}._link_text_1vk72_72{line-height:21px}}._content_container_cjk0d_1{max-width:1184px;width:100%;margin:0 auto}._wrapper_1la0e_1{display:flex;box-sizing:border-box}._container_11wsr_1{position:fixed;bottom:24px;right:24px;z-index:9999}body.drawer-open ._container_11wsr_1{z-index:1000}._button_11wsr_13{width:56px;height:56px;border-radius:50%;background-color:var(--primary-color);color:#fff;border:none;box-shadow:0 4px 24px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center}._panel_11wsr_27{position:absolute;right:0;width:250px;padding:16px;border-radius:16px;background:var(--bg-color);box-shadow:0 4px 24px #0003;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 20.3px #00000014}._panel_11wsr_27._dark_11wsr_42{border:1px solid var(--Colors-Neutral-1, #272735);box-shadow:0 4px 15px 2px #22222e66}._link_11wsr_47{display:flex;align-items:center;gap:12px;font-weight:500;color:var(--text-color);text-decoration:none}@media (max-width: 768px){._container_11wsr_1{right:16px}}._no-scroll-modal_knsn2_1 ._ant-modal-body_knsn2_1{padding:0!important;max-height:none}._fixedHeightModal_knsn2_6 ._ant-modal-content_knsn2_6{display:flex;flex-direction:column;height:100%}._fixedHeightModal_knsn2_6 .ant-modal-title{color:var(--text-color)!important}._fixedHeightModal_knsn2_6 ._ant-modal-body_knsn2_1{flex-grow:1}._fixedHeightModal_knsn2_6>div:first-child{height:100%}._modal_17peu_1{padding:0}._link_consent_17peu_120{color:#121228;font-size:12px;font-weight:400;line-height:150%;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._consent_error_17peu_133{color:#d32f2f;font-size:12px;text-align:left;margin-top:16px}._modal_17peu_1 .ant-modal-content{border-radius:16px;padding:16px}._modal_17peu_1 .ant-modal-title{font-weight:500;font-size:22px;color:var(--text-color);padding:8px;display:flex;align-items:center}._modal_17peu_1 .ant-modal-close{color:var(--text-color);width:24px;height:24px;top:28px;padding:5px 12px;margin-right:6px}._label_17peu_163{color:#121228;font-size:12px;font-style:normal;font-weight:400;cursor:pointer;line-height:150%}._header_17peu_177{display:flex;align-items:center;gap:24px;margin-bottom:8px;padding:0 8px}._flag_17peu_185{width:40px;height:40px;border-radius:4px}._country_17peu_191{font-weight:500;font-size:18px;color:var(--text-color)}._meta_17peu_197{font-size:16px;color:var(--text-color)}._inputWrapper_17peu_206{display:flex;flex-direction:column;gap:8px;padding:8px;position:relative;width:100%}._meta_17peu_197._dark_17peu_38{color:#ceced1}._input_17peu_206{height:52px;width:100%;border-radius:8px;padding:8px 16px;background-color:#f8f8f9;outline:none;border:none;font-size:16px}._input_17peu_206._dark_17peu_38{background-color:#272735}._input_17peu_206._dark_17peu_38:hover{background-color:#272735;cursor:pointer}._input_17peu_206._dark_17peu_38:focus{background-color:#272735}._input_17peu_206._dark_17peu_38:active{background-color:#272735}._input_17peu_206::placeholder{color:#888894!important;font-size:18px!important;font-weight:500!important}._input_17peu_206._dark_17peu_38::placeholder{color:#ceced1}._input_17peu_206:hover{background-color:#f8f8f9;outline:none;border:none;box-shadow:none;cursor:pointer}._input_17peu_206:active{background-color:#f8f8f9;outline:none;border:none;box-shadow:none}._input_17peu_206:focus{background-color:#f8f8f9;outline:none;border:none;box-shadow:none}._input_17peu_206:focus-visible{background-color:#f8f8f9;outline:none;border:none;box-shadow:none}._description_17peu_288{font-size:14px;color:#888894}._promoToggle_17peu_297{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500;color:var(--text-color);cursor:pointer;background:none;padding:8px;border:none}._promoToggle_17peu_297._dark_17peu_38 svg{fill:#fff;stroke:#fff;color:#fff}._promoIcon_17peu_316{width:16px;height:16px;transition:transform .2s ease}._promoIcon_17peu_316._expanded_17peu_322{transform:rotate(180deg)}._promoInputContainer_17peu_326{display:flex;align-items:center;gap:8px;width:100%}._promoInput_17peu_326{width:100%;padding:12px 40px 12px 12px;border-radius:12px;background-color:#f8f8f9;border:none;outline:none;font-size:14px}._promoInput_17peu_326._dark_17peu_38{background-color:#272735;color:#ceced1}._promoInput_17peu_326::placeholder{color:#888894}._promoInput_17peu_326._dark_17peu_38::placeholder{color:#ceced1}._promoApplyButton_17peu_359{display:flex;width:52px;height:52px;padding:14px 24px;justify-content:center;align-items:center;border-radius:12px;background:var(--primary-color);border:none;cursor:pointer;transition:background-color .2s ease}._promoApplyButton_17peu_359 svg{width:24px;height:24px;flex-shrink:0}._promoApplyButtonSuccess_17peu_379{background:#21b169}._promoApplyButton_17peu_359:hover{background:var(--primary-color)}._promoError_17peu_387{color:#ff4d4f;font-size:12px;margin-top:16px}._promoToast_17peu_393{position:fixed;bottom:32px;right:32px;display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;background:#fff;color:#1f1f22;box-shadow:0 18px 40px -12px #1e1e3c40;z-index:1050}._promoToast_17peu_393._dark_17peu_38{background:#2b2b34;color:#ceced1}._promoToastIcon_17peu_413{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#21b169;color:#fff}._promoToastMessage_17peu_424{font-size:14px;font-weight:600}._priceBreakdown_17peu_429{display:flex;flex-direction:column;gap:8px;margin:8px 0;border-radius:12px;padding:0 8px}._priceBreakdown_17peu_429._dark_17peu_38{background-color:inherit}._priceRow_17peu_442{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:500}._promoPrice_17peu_450._dark_17peu_38{color:#afafff}._promoPrice_17peu_450{color:var(--primary-color)}._priceRow_17peu_442._total_17peu_457._dark_17peu_38{border-top-color:#404040}._originalPrice_17peu_461{text-decoration:line-through;color:#888894;font-size:12px}._description_17peu_288._dark_17peu_38{color:#ceced1}._payButton_17peu_471{display:flex;justify-content:center;width:100%;height:48px;font-size:18px!important;font-weight:700;background:#2d2dff;color:#fff;border:none;border-radius:12px!important;font-weight:600}._spinIcon_17peu_485{animation:_spin_17peu_485 1s linear infinite;width:32px;height:32px}._tariffInfo_17peu_491{font-size:16px;font-weight:700;padding:8px 0!important;margin:8px 0!important}@keyframes _spin_17peu_485{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorMessage_17peu_507{position:absolute;color:#c23a32;font-size:12px;text-align:left;top:15px;left:24px}._errorPromo_17peu_516.ant-input-affix-wrapper>input.ant-input{padding:18px 0 5px}._error_17peu_507{outline:1px solid #c23a32;padding:18px 0 5px 16px}._errorPromo_17peu_516{outline:1px solid #c23a32}._loader_17peu_528{width:16px!important;height:16px!important}._paymentActions_17peu_533{display:flex;flex-direction:column;gap:8px;padding:0 8px}._paymentError_17peu_540{color:#ff4d4f;font-size:12px;text-align:center}._consent_wrapper_17peu_6{margin-top:8px;padding:0 8px}._consent_container_17peu_12 .ant-checkbox-wrapper{align-items:flex-start;display:flex;gap:8px}._consent_container_17peu_12 .ant-checkbox+span{padding-inline-start:0!important;padding-inline-end:0!important}._consent_container_17peu_12 .ant-checkbox{top:2px;align-self:flex-start}._consent_container_17peu_12 .ant-checkbox-inner{width:24px;height:24px;border-radius:6px;border:1px solid #dedede;background:#dedede;transition:all .15s ease}._consent_container_17peu_12._dark_17peu_38 .ant-checkbox-inner{background:#2e2e3a;border:1px solid #2e2e3a}._consent_container_17peu_12 .ant-checkbox-checked .ant-checkbox-inner{background:var(--primary-color);border-color:var(--primary-color)}._consent_container_17peu_12 .ant-checkbox-inner:after{left:9px;top:5px;width:7px;height:12px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg)}._consent_container_17peu_12 .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff}._consent_container_17peu_12 .ant-checkbox:hover .ant-checkbox-inner{border-color:#dedede!important;background:#dedede!important}._consent_container_17peu_12 .ant-checkbox-checked:hover .ant-checkbox-inner{border-color:var(--primary-color)!important;background:var(--primary-color)!important}._consent_container_17peu_12 .ant-checkbox-input:focus+.ant-checkbox-inner{border-color:#dedede!important;background:#dedede!important;box-shadow:none!important}._consent_container_17peu_12 .ant-checkbox-checked .ant-checkbox-input:focus+.ant-checkbox-inner{border-color:var(--primary-color)!important;background:var(--primary-color)!important;box-shadow:none!important}._consent_container_17peu_12 .ant-checkbox-wrapper:hover .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:#dedede!important;background:#dedede!important}._consent_container_17peu_12._dark_17peu_38 .ant-checkbox-wrapper:hover .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:#2e2e3a!important;background:#2e2e3a!important}._consent_container_17peu_12._dark_17peu_38 .ant-checkbox-wrapper .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:#2e2e3a!important;background:#2e2e3a!important}._consent_container_17peu_12 .ant-checkbox-wrapper:hover .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,._consent_container_17peu_12._dark_17peu_38 .ant-checkbox-wrapper:hover .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{border-color:var(--primary-color)!important;background:var(--primary-color)!important}._consent_description_17peu_660{color:#888894;font-size:12px;font-style:normal;font-weight:400;line-height:150%;margin-top:16px}._consent_description_17peu_660._dark_17peu_38{color:#ceced1}._label_17peu_163{color:#121228;font-size:14px;font-style:normal;font-weight:400;cursor:pointer;line-height:150%}._label_17peu_163._dark_17peu_38{color:#fff}._consent_error_17peu_133{color:#d32f2f;font-size:14px;text-align:left;margin-top:16px}._link_consent_17peu_120{color:#121228;font-weight:400;line-height:150%;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._scroll_container_17peu_706{display:flex;flex-direction:column;height:100%;overflow-y:scroll;gap:8px;margin-right:-12px;padding-right:14px}._scroll_container_17peu_706::-webkit-scrollbar{width:4px}._scroll_container_17peu_706::-webkit-scrollbar-track{background-color:#f8f8f9}._scroll_container_17peu_706::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px;height:89px}._scroll_container_17peu_706._dark_17peu_38::-webkit-scrollbar-track{background-color:#272735}._scroll_container_17peu_706._dark_17peu_38::-webkit-scrollbar-thumb{background-color:#474751}@media (max-width: 768px){._country_17peu_191{font-size:14px;font-style:normal;font-weight:700;line-height:120%}._header_inner_17peu_746{display:flex;flex-direction:column;gap:8px}._promoToggle_17peu_297{font-weight:400}._flag_17peu_185{width:32px;height:32px}}._toastContent_k77ox_1{display:flex;align-items:center;gap:16px;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:150%;border-radius:8px;background:#fff;width:fit-content}._toastContent_k77ox_1._dark_k77ox_15{color:#fff;background:#090917}._toastContent_k77ox_1._light_k77ox_20{color:#15171a}._toastContent_k77ox_1._success_k77ox_24 ._icon_k77ox_24{color:#3b7cff}._toastContent_k77ox_1._error_k77ox_28 ._icon_k77ox_24{color:#ff4d4f}._icon_k77ox_24{width:24px;height:24px}._loaderContainer_1fvsc_1{display:flex;justify-content:center;align-items:center;height:100vh}._loaderInner_1fvsc_8{width:24px;height:24px;border:2px solid rgba(0,0,242,1);border-top-color:transparent;border-radius:50%;animation:_spin_1fvsc_1 1s linear infinite;margin:0 auto}._whiteSpinner_1fvsc_18{border:2px solid #fff;border-top-color:transparent}@keyframes _spin_1fvsc_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingInnerByFScreen_1fvsc_32{width:32px;height:32px;border:2px solid rgba(0,0,242,1);border-top-color:transparent;border-radius:50%;animation:_spin_1fvsc_1 1s linear infinite}._wrapper_1d9z7_1{display:flex;flex-direction:column;margin-bottom:8px;gap:16px;padding:8px}._skeleton_1d9z7_9{display:flex;align-self:stretch;margin-bottom:8px;box-sizing:border-box;gap:16px;min-height:58px;height:100%;width:100%;border-radius:8px;background:linear-gradient(90deg,#f0f0f0,#e2e2e2 10%,#f8f8f9);background-size:200% 100%;animation:_pulse_1d9z7_1 2s ease-in-out infinite}@keyframes _pulse_1d9z7_1{0%{background-position:200% 0}to{background-position:-200% 0}}._itemWrapper_1d9z7_33{display:flex;flex-direction:column;padding:8px;width:100%}._item_1d9z7_33{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px;gap:16px;border-radius:8px;background:var(--bg-color);color:var(--text-color);cursor:pointer;box-shadow:0 0 0 2px #efefef}._item_1d9z7_33._dark_1d9z7_54{box-shadow:0 0 0 2px #2e2e3a}._active_1d9z7_59,._active_1d9z7_59._dark_1d9z7_54{box-shadow:0 0 0 2px var(--primary-color)!important}._leftPart_1d9z7_67{display:flex;align-items:center;gap:12px}._icon_1d9z7_73{width:24px;height:24px}._icon_1d9z7_73._dark_1d9z7_54{color:#fff}._green_1d9z7_82{color:#10c44d}._label_1d9z7_86{font-size:14px;font-weight:400}._right_1d9z7_91{font-size:14px;font-weight:600;white-space:nowrap}@media (max-width: 768px){._wrapper_1d9z7_1,._skeleton_1d9z7_9{gap:16px}._label_1d9z7_86{width:100%}._item_1d9z7_33._dark_1d9z7_54{box-shadow:none}._leftPart_1d9z7_67{gap:8px}._itemWrapper_1d9z7_33{padding:0;height:100%;width:100%}._icon_1d9z7_73{width:16px;height:16px}._active_1d9z7_59{box-shadow:0 0 0 2px var(--primary-color)}}._root_18mvw_1{min-height:100vh;display:flex;flex-direction:column}._main_18mvw_7{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}._toast_18mvw_14{display:flex;padding:16px;align-items:flex-start;gap:16px;border-radius:var(--Radius-M, 8px);background:var(--Colors-System-BG, #fff);color:var(--Colors-System-FG, #15171a);box-shadow:0 8px 32px #0000001f;margin:0;width:fit-content;text-align:center;min-height:56px!important}._toast_18mvw_14._dark_18mvw_29{background:#090917;color:#f4f4f9}._toast_18mvw_14._light_18mvw_34{background:#fff;color:#15171a}._toastContainer_18mvw_39{right:112px!important;bottom:24px!important}._container_k0hzr_1{position:fixed;bottom:100px;right:24px;z-index:9999}._button_k0hzr_8{width:56px;height:56px;border-radius:50%;background-color:var(--bg-color);color:#fff;border:none;box-shadow:0 4px 24px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center}._button_k0hzr_8._dark_k0hzr_22{background-color:#090917;border:1px solid #272735;box-shadow:0 4px 15px 2px #22222e66}@media (max-width: 768px){._container_k0hzr_1{right:16px}}._tabs_1frh2_1{display:flex;justify-content:center;align-items:center;gap:16px;position:relative;width:100%;font-size:14px;font-weight:600;padding:8px}._tab_1frh2_1{width:100%;height:100%;display:flex;justify-content:center;align-items:center;gap:8px;background:none;border:none;padding:8px 0;cursor:pointer;color:#090917;border-radius:100px;background-color:#f8f8f9;font-weight:600}._tab_1frh2_1._dark_1frh2_30{background-color:#272735;color:#fff}._active_1frh2_35{background-color:#090917;color:#fff}._active_1frh2_35._dark_1frh2_30{color:#090917;background-color:#fff}._search_country_container_33m72_1{min-width:304px;position:relative}._box_shadow_33m72_6:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,#ffffffd0,#fff0);pointer-events:none}._search_country_container_33m72_1._dark_33m72_17:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,#090917,#fff0);pointer-events:none}.ant-input{color:var(--text-color)!important}.ant-input-outlined:focus,.ant-input-outlined:focus-visible,.ant-input-outlined:focus-within{box-shadow:none!important;outline-color:none!important;outline-width:0!important;border:none!important}.ant-input::placeholder{color:#888894;font-size:14px;font-weight:400}.ant-input-affix-wrapper-focused .ant-input{color:var(--text-color)!important;caret-color:var(--primary-color)!important}._countries_wrapper_33m72_54{display:flex;flex-direction:column;overflow-y:scroll;gap:8px}._countries_wrapper_33m72_54::-webkit-scrollbar{width:4px}._countries_wrapper_33m72_54::-webkit-scrollbar-track{background-color:#f8f8f9}._countries_wrapper_33m72_54::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px;height:89px}._countries_wrapper_33m72_54._dark_33m72_17::-webkit-scrollbar-track{background-color:#272735}._countries_wrapper_33m72_54._dark_33m72_17::-webkit-scrollbar-thumb{background-color:#474751}._skeleton_card_33m72_85{display:flex;align-items:center;background:#f8f8fa;border-radius:16px;padding:12px 16px;gap:12px;min-height:72px;box-sizing:border-box;animation:_pulse_33m72_1 1.2s ease-in-out infinite;margin-right:8px}._skeleton_card_33m72_85._dark_33m72_17{background:#272735}._skeleton_flag_33m72_102{width:40px;height:40px;background-color:#e5e5e5;border-radius:8px;flex-shrink:0}._skeleton_lines_33m72_110{display:flex;flex-direction:column;justify-content:center;gap:6px;flex:1}._skeleton_line_title_33m72_118{width:100px;height:16px;background-color:#dedede;border-radius:4px}._skeleton_line_text_33m72_125{width:140px;height:12px;background-color:#ececec;border-radius:4px}._not_found_title_33m72_132{text-align:center;font-size:14px;font-weight:400;color:var(--text-color);min-height:-webkit-fill-available;margin:auto}._not_found_title_33m72_132._dark_33m72_17{color:var(--inverted-text-color)}@media (max-width: 768px){._search_country_container_33m72_1{min-height:100%;height:100%}._countries_wrapper_33m72_54{max-height:none;margin-top:8px}}@keyframes _pulse_33m72_1{0%{opacity:1}50%{opacity:.6}to{opacity:1}}._box_21539_1{display:flex;box-sizing:border-box}._country_card_xs_wrapper_cdxy2_1{padding:8px;display:flex;align-items:center;cursor:pointer;transition:box-shadow .2s;border-radius:16px;margin-right:8px;max-height:58px}._country_card_xs_wrapper_cdxy2_1._dark_cdxy2_12:hover{background:#272735}._country_card_xs_wrapper_cdxy2_1._light_cdxy2_16:hover{background:#f8f8f9}._selected_cdxy2_20{margin-right:8px;border-radius:16px}._selected_cdxy2_20._light_cdxy2_16{background:#f8f8f9}._selected_cdxy2_20._dark_cdxy2_12{background:#272735;border-radius:8px}._flag_cdxy2_34{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}._content_cdxy2_42{margin-left:12px;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;line-height:150%}._title_cdxy2_52{font-size:14px;font-weight:700;word-break:break-all;color:var(--text-color)}._title_cdxy2_52._dark_cdxy2_12{color:#fff}._info_cdxy2_63{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:400;color:var(--text-color)}._oldPrice_cdxy2_72{color:var(--text-color);text-decoration:line-through;font-size:14px;font-weight:400}._newPrice_cdxy2_79{font-weight:600;color:#07f}._newPrice_cdxy2_79._dark_cdxy2_12{color:#07f}._dot_cdxy2_88{font-size:25px;color:var(--text-color);margin:0 2px}._country_card_xs_wrapper_1njdx_1{padding:8px;display:flex;align-items:center;cursor:pointer;transition:box-shadow .2s;border-radius:8px;margin-right:8px}._country_card_xs_wrapper_1njdx_1._dark_1njdx_11:hover{background:#272735}._country_card_xs_wrapper_1njdx_1._light_1njdx_15:hover{background:#f8f8f9}._flag_1njdx_20{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}._content_1njdx_28{margin-left:12px;display:flex;flex-direction:column;justify-content:center}._title_1njdx_35{font-size:16px;font-weight:600;line-height:120%;margin-bottom:4px;word-break:break-all;color:var(--text-color)}._title_1njdx_35._dark_1njdx_11{color:#fff}._country_card_xs_wrapper_1pbye_1{padding:8px;display:flex;align-items:center;cursor:pointer;transition:box-shadow .2s;border-radius:16px;margin-right:8px;max-height:58px}._country_card_xs_wrapper_1pbye_1._dark_1pbye_12:hover{background:#272735}._country_card_xs_wrapper_1pbye_1._light_1pbye_16:hover{background:#f8f8f9}._selected_1pbye_20{margin-right:8px;border-radius:16px}._selected_1pbye_20._light_1pbye_16{background:#f8f8f9}._selected_1pbye_20._dark_1pbye_12{background:#272735;border-radius:8px}._flag_1pbye_34{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}._content_1pbye_42{margin-left:12px;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;line-height:150%}._title_1pbye_52{max-width:280px;font-size:14px;font-weight:700;word-break:break-all;color:var(--text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._title_1pbye_52._dark_1pbye_12{color:#fff}._info_1pbye_67{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:400;color:var(--text-color)}._oldPrice_1pbye_76{color:var(--text-color);text-decoration:line-through;font-size:14px;font-weight:400}._newPrice_1pbye_83{font-weight:600;color:#07f}._newPrice_1pbye_83._dark_1pbye_12{color:#07f}._dot_1pbye_92{font-size:25px;color:var(--text-color);margin:0 2px}._custom_modal_wrapper_2t2xn_1{display:flex;flex-direction:column;align-items:flex-start;border-radius:16px}._custom_modal_wrapper_2t2xn_1._dark_2t2xn_8 ._ant-modal-title_2t2xn_8{color:#fff!important}._input_2t2xn_12{border:none;border-radius:var(--Radius-M, 8px);background:var(--Neutral-Highlight-1, #f8f8f9);height:52px;padding:16px var(--Spacing-S, 16px);align-items:center;gap:10px}._input_2t2xn_12:hover{background:var(--Neutral-Highlight-1, #f8f8f9)}._input_2t2xn_12.ant-input-outlined:focus-within{background:var(--Neutral-Highlight-1, #f8f8f9)}._custom_modal_wrapper_2t2xn_1 .ant-modal-close svg{fill:var(--text-color)}._custom_modal_wrapper_2t2xn_1 .ant-modal-close{width:24px;height:24px;top:22px;right:19px}._custom_modal_wrapper_2t2xn_1 .ant-modal-content{padding:16px;display:flex;flex-direction:column;gap:8px;border-radius:16px}._custom_modal_wrapper_2t2xn_1 .ant-modal-title{flex:1 0 0;color:var(--text-color);font-size:18px;font-style:normal;font-weight:700;line-height:120%}._custom_modal_wrapper_2t2xn_1 .ant-modal-header{margin-bottom:0;padding:9px 8px}._custom_modal_wrapper_2t2xn_1 .ant-modal-body{display:flex;flex-direction:column;gap:8px}._country_list_2t2xn_74{max-width:384px;width:100%;max-height:500px;overflow-y:auto;display:flex;flex-direction:column;gap:24px;scrollbar-width:none;overscroll-behavior:contain}._country_list_2t2xn_74::-webkit-scrollbar{display:none}._close_icon_2t2xn_90{color:var(--text-color)}._searchInput_2t2xn_94{border-radius:8px;height:52px;border:none!important;background-color:#f8f8f9;margin:8px;width:-webkit-fill-available}._searchInput_2t2xn_94:hover{background-color:#f8f8f9}._searchInput_2t2xn_94._dark_2t2xn_8{background-color:#272735}@media (max-width: 768px){._mobile_drawer_2t2xn_113 .ant-drawer-header{display:flex;padding:8px 16px 8px 40px;align-items:center;align-self:stretch}._mobile_drawer_2t2xn_113 .ant-drawer-header-title{flex-direction:row-reverse}._mobile_drawer_2t2xn_113 .anticon-close svg{width:24px;height:24px;color:#121228}._mobile_drawer_2t2xn_113 .ant-drawer-body{padding:0 16px}._mobile_drawer_2t2xn_113.ant-drawer-content{gap:8px}._mobile_drawer_2t2xn_113 .ant-drawer-title{text-align:center;flex:1 0 0;font-size:18px;font-style:normal;font-weight:700;line-height:150%}._mobile_drawer_2t2xn_113._dark_2t2xn_8 .ant-modal-title{color:#fff!important}._input_2t2xn_12{margin-bottom:16px;border:none}}._custom_modal_wrapper_svx8i_1{display:flex;flex-direction:column;align-items:flex-start;gap:24px;border-radius:16px}._tabs_svx8i_9{padding:0 8px}custom_modal_wrapper._dark_svx8i_13 ._ant-modal-title_svx8i_13{color:#fff!important}._input_svx8i_17{border:none;border-radius:var(--Radius-M, 8px);background:var(--Neutral-Highlight-1, #f8f8f9);height:52px;padding:16px var(--Spacing-S, 16px);align-items:center;gap:10px}._input_svx8i_17:hover{background:var(--Neutral-Highlight-1, #f8f8f9)}._input_svx8i_17.ant-input-outlined:focus-within{background:var(--Neutral-Highlight-1, #f8f8f9)}._custom_modal_wrapper_svx8i_1 .ant-modal-close svg{fill:var(--text-color)}._custom_modal_wrapper_svx8i_1 .ant-modal-close{width:24px;height:24px;top:22px;right:19px}.ant-modal-mask{background-color:#ff00004d}._custom_modal_wrapper_svx8i_1 .ant-modal-content{padding:16px;display:flex;flex-direction:column;gap:8px;border-radius:16px;height:100%}._custom_modal_wrapper_svx8i_1 .ant-modal-title{flex:1 0 0;color:var(--text-color);font-size:18px;font-style:normal;font-weight:700;line-height:120%}._custom_modal_wrapper_svx8i_1 .ant-modal-header{margin-bottom:0;padding:9px 8px}._custom_modal_wrapper_svx8i_1 .ant-modal-body{display:flex;flex-direction:column;gap:16px}._country_list_svx8i_80{max-width:384px;width:100%;max-height:500px;overflow-y:auto;display:flex;flex-direction:column;gap:24px;scrollbar-width:none;overscroll-behavior:contain}._country_list_svx8i_80::-webkit-scrollbar{display:none}._close_icon_svx8i_96{color:var(--text-color)}._searchInput_svx8i_100{border-radius:8px;height:52px;border:none!important;background-color:#f8f8f9;margin:8px;width:-webkit-fill-available}._searchInput_svx8i_100:hover{background-color:#f8f8f9}._searchInput_svx8i_100._dark_svx8i_13{background-color:#272735}@media (max-width: 768px){._mobile_drawer_svx8i_119 .ant-drawer-header{display:flex;padding:8px 16px 8px 40px;align-items:center;align-self:stretch}._mobile_drawer_svx8i_119 .ant-drawer-header-title{flex-direction:row-reverse}._mobile_drawer_svx8i_119 .anticon-close svg{width:24px;height:24px;color:#121228}._mobile_drawer_svx8i_119 .ant-drawer-body{padding:0 16px}._mobile_drawer_svx8i_119.ant-drawer-content{gap:8px}._mobile_drawer_svx8i_119 .ant-drawer-title{text-align:center;flex:1 0 0;font-size:18px;font-style:normal;font-weight:700;line-height:150%}._mobile_drawer_svx8i_119._dark_svx8i_13 .ant-modal-title{color:#fff!important}._input_svx8i_17{margin-bottom:16px;border:none}}._bodyHidden_5ad2i_1{overflow:hidden}._mobile_drawer_5ad2i_5{padding:0;z-index:10001}._mobile_drawer_5ad2i_5 .ant-drawer-body>div:nth-of-type(2){display:flex;flex-direction:column;gap:8px}._mobile_drawer_5ad2i_5 .ant-drawer-title{margin-right:-24px;text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:120%;color:var(--text-color)}._mobile_drawer_5ad2i_5 .ant-drawer-header-title{border-bottom:none;flex-direction:row-reverse}._mobile_drawer_5ad2i_5.ant-drawer-content{border-radius:16px 16px 0 0;z-index:10001}._mobile_drawer_5ad2i_5 .ant-drawer-close{margin-inline-end:0;padding:8px 0 8px 8px;color:var(--text-color);z-index:100;position:relative}._mobile_drawer_5ad2i_5 .ant-input-affix-wrapper{margin:0}._tabs_5ad2i_48{padding:8px;margin-top:8px;margin-bottom:8px}._modal_ml8h4_1{padding:0}._modal_ml8h4_1 .ant-modal-content{border-radius:16px;padding:16px}._modal_ml8h4_1 .ant-modal-title{font-weight:700;font-size:18px;color:var(--text-color);margin-bottom:8px;padding:0 8px}._modal_ml8h4_1 .ant-modal-close{color:var(--text-color);width:24px;height:24px;top:20px;padding:5px 12px;margin-right:6px}._listWrapper_ml8h4_27{display:flex;flex-direction:column;gap:8px;max-height:410px;min-height:410px;overflow-y:scroll;height:100%}._notFound_ml8h4_38{width:100%;min-height:inherit;display:flex;justify-content:center;align-items:center}._mobile_drawer_ml8h4_46 .ant-drawer-header{display:flex;padding:8px 16px 8px 24px!important;align-items:center;justify-content:left;align-self:stretch;border-bottom:none!important;margin-top:8px}._mobile_drawer_ml8h4_46 .ant-drawer-header-title{display:flex;flex-direction:row-reverse;justify-content:space-between}._mobile_drawer_ml8h4_46 .ant-drawer-close{margin-inline-end:0;padding:0}._mobile_drawer_ml8h4_46 .anticon-close svg{width:16px;height:16px;color:#121228}._mobile_drawer_ml8h4_46 .ant-drawer-body{padding:24px 16px;overflow:hidden}._mobile_drawer_ml8h4_46 .ant-drawer-title{text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:150%}._mobile_drawer_ml8h4_46._dark_ml8h4_86 .ant-drawer-title{color:#fff!important}._mobile_drawer_ml8h4_46._dark_ml8h4_86 .ant-drawer-content{overflow:none}._mobile_drawer_ml8h4_46._dark_ml8h4_86 .anticon-close svg{color:#fff}@media (max-width: 768px){._listWrapper_ml8h4_27{max-height:100%;padding:8px}}._wrapper_1hqm5_1{width:100%;display:flex;justify-content:center;position:sticky;top:0;z-index:10;background-color:var(--bg-color)}._content_1hqm5_11{max-width:1200px;width:100%;height:72px;padding:0 8px;display:flex;align-items:center;justify-content:space-between;transition:border-bottom .2s ease;gap:32px}._logo_1hqm5_23{display:flex;align-items:center;gap:8px}body._dark_1hqm5_29 a{color:#fff;background-color:red}._actions_1hqm5_34{display:flex;align-items:center;gap:16px;padding-bottom:4px}._toggle_1hqm5_41{width:32px;height:20px;background-color:#f0f0f0;border-radius:9999px;position:relative}._eSimButton_1hqm5_49{width:124px;height:36px;display:flex;align-items:center;padding:0;justify-content:center;font-weight:400}._esimBalanceBtn_1hqm5_60{display:flex;height:36px;padding:8px 16px;justify-content:center;align-items:center;border-radius:var(--Radius-M, 8px);background:var(--Colors-Neutral-2, #EFEFEF);color:var(--Colors-System-Text, #121228);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:VK_Sans;font-size:14px;font-style:normal;font-weight:400;line-height:17px}._esimBalanceBtn_1hqm5_60:hover{background:#efefef}._esimBalanceBtn_1hqm5_60._dark_1hqm5_29{background:#2e2e3a;color:#fff}._esimBalanceBtn_1hqm5_60._dark_1hqm5_29:hover{background:#2e2e3a}._rightBlock_1hqm5_91{display:flex;justify-content:space-between;gap:32px;margin-left:auto}._nav_2xc39_2 ul{display:flex;gap:24px;list-style:none;padding:0}._nav_2xc39_2 div{padding:8px;letter-spacing:.05px}._nav_2xc39_2 a{text-decoration:none;font-weight:400;font-size:14px;line-height:199%}._root_1h5dv_1{min-height:100vh;display:flex;flex-direction:column}._main_1h5dv_7{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}
