.CheckoutErr-module__urQlnG__checkoutError{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;padding:60px 16px 80px;display:flex}.CheckoutErr-module__urQlnG__illustration{object-fit:contain;width:136px;height:136px;margin-bottom:20px}.CheckoutErr-module__urQlnG__illustrationDark{display:none}html.dark .CheckoutErr-module__urQlnG__illustrationLight{display:none}html.dark .CheckoutErr-module__urQlnG__illustrationDark{display:block}.CheckoutErr-module__urQlnG__title{color:var(--main-text-color);margin:0;font-size:22px;font-weight:600;line-height:38px}.CheckoutErr-module__urQlnG__description{color:var(--sec-text-color);max-width:420px;margin:0;font-size:16px;font-weight:500;line-height:27px}.CheckoutErr-module__urQlnG__actions{flex-direction:column;align-items:center;gap:12px;margin-top:24px;display:flex}.CheckoutErr-module__urQlnG__supportButton{background-color:var(--main-color);color:#fff;min-width:223px;height:56px;transition:var(--trans);cursor:pointer;border:none;border-radius:32px;outline:none;justify-content:center;align-items:center;padding:6px 24px;font-size:18px;font-weight:600;text-decoration:none;display:inline-flex}.CheckoutErr-module__urQlnG__supportButton:hover{opacity:.92;color:#fff;transform:translateY(-1px)}.CheckoutErr-module__urQlnG__homeLink{color:#707070;transition:var(--trans);justify-content:center;align-items:center;margin-top:24px;font-size:16px;font-weight:500;text-decoration:none;display:inline-flex}.CheckoutErr-module__urQlnG__homeLink:hover{color:var(--main-color)}@media (max-width:992px){.CheckoutErr-module__urQlnG__checkoutError{gap:18px;min-height:55vh;padding:48px 16px 64px}.CheckoutErr-module__urQlnG__title{font-size:24px;line-height:32px}}@media (max-width:767px){.CheckoutErr-module__urQlnG__checkoutError{gap:16px;min-height:auto;padding:32px 16px 48px}.CheckoutErr-module__urQlnG__illustration{width:112px;height:112px}.CheckoutErr-module__urQlnG__title{font-size:22px;line-height:30px}.CheckoutErr-module__urQlnG__description{font-size:14px;line-height:22px}.CheckoutErr-module__urQlnG__supportButton{width:100%;min-width:0;max-width:320px;height:52px;font-size:16px}}@media (max-width:380px){.CheckoutErr-module__urQlnG__illustration{width:96px;height:96px}.CheckoutErr-module__urQlnG__title{font-size:20px;line-height:28px}}
.Checkout-module__kM6JNG__checkoutPage{min-height:calc(100vh - 400px)}.Checkout-module__kM6JNG__backLink{color:var(--main-text-color);cursor:pointer;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.Checkout-module__kM6JNG__backLink:hover{color:#0d8dce}.Checkout-module__kM6JNG__backLink:hover svg path{fill:#0d8dce}.Checkout-module__kM6JNG__backArrow{transition:all .3s}.Checkout-module__kM6JNG__back{margin-inline-start:10px;font-size:18px;font-weight:700}.Checkout-module__kM6JNG__paymentSection{padding-right:30px}@media (max-width:768px){.Checkout-module__kM6JNG__paymentSection{padding-right:0}}.Checkout-module__kM6JNG__emailSection{background-color:var(--color-f8);border-radius:12px;margin-bottom:24px;padding:30px}.Checkout-module__kM6JNG__emailSection label{color:var(--main-text-color);margin-bottom:10px;font-size:14px;font-weight:600;display:block}.Checkout-module__kM6JNG__emailSection .form-control{color:#707070;border:none;border-radius:32px;width:100%;height:50px;padding:12px 16px;font-size:14px;background-color:#fff!important}html.dark .Checkout-module__kM6JNG__emailSection .form-control{color:var(--main-text-color);background-color:#121212!important}.Checkout-module__kM6JNG__paymentMethodSection{background-color:var(--color-f8);border-radius:12px;margin-bottom:24px;padding:30px}.Checkout-module__kM6JNG__paymentFieldsContainer{background:#fff;border:1px solid #d4d4d4;border-radius:10px;margin-bottom:20px;padding:30px}.Checkout-module__kM6JNG__paymentFieldGroup{margin-bottom:20px}.Checkout-module__kM6JNG__paymentFieldGroup:last-child{margin-bottom:0}.Checkout-module__kM6JNG__paymentFieldGroup label{color:#30313d;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.Checkout-module__kM6JNG__paymentInput,.Checkout-module__kM6JNG__paymentSelect{color:#30313d;background-color:#fff;border:1px solid #d4d4d4;border-radius:6px;width:100%;height:44px;padding:10px 12px;font-size:14px;line-height:1.5;transition:all .2s}.Checkout-module__kM6JNG__paymentInput:focus,.Checkout-module__kM6JNG__paymentSelect:focus{border-color:#0d8dce;outline:none;box-shadow:0 0 0 3px #0d8dce14}.Checkout-module__kM6JNG__paymentInput.Checkout-module__kM6JNG__error,.Checkout-module__kM6JNG__paymentSelect.Checkout-module__kM6JNG__error{border-color:#dc3545}.Checkout-module__kM6JNG__paymentInputWrapper{position:relative}.Checkout-module__kM6JNG__paymentInputWrapper .Checkout-module__kM6JNG__paymentInput{padding-right:80px}.Checkout-module__kM6JNG__paymentInputWrapper .Checkout-module__kM6JNG__cardIcons{position:absolute;top:50%;right:12px;transform:translateY(-50%)}.Checkout-module__kM6JNG__paymentFieldRow{gap:16px;margin-bottom:20px;display:flex}.Checkout-module__kM6JNG__paymentFieldRow .Checkout-module__kM6JNG__flex1{flex:1}.Checkout-module__kM6JNG__paymentFieldRow .Checkout-module__kM6JNG__paymentFieldGroup{margin-bottom:0}.Checkout-module__kM6JNG__paymentSelectWrapper{position:relative}.Checkout-module__kM6JNG__paymentSelect{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:40px}.Checkout-module__kM6JNG__paymentSelectWrapper .Checkout-module__kM6JNG__selectArrow{pointer-events:none;color:#6b7c93;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.Checkout-module__kM6JNG__paymentSelectWrapper .Checkout-module__kM6JNG__selectArrow svg{width:.8em;height:.8em}.Checkout-module__kM6JNG__fieldError{color:#dc3545;margin-top:6px;margin-bottom:0;font-size:13px}.Checkout-module__kM6JNG__btnNumero{border-radius:20px;height:50px;margin-top:20px;font-size:16px;font-weight:600;transition:all .3s}.Checkout-module__kM6JNG__btnNumero:disabled{opacity:.6;cursor:not-allowed}.Checkout-module__kM6JNG__footer{color:var(--main-text-color);align-items:flex-start;gap:0;margin-top:10px;font-size:14px;display:flex}.Checkout-module__kM6JNG__footer a{color:var(--main-text-color);font-weight:600}.Checkout-module__kM6JNG__orderSummary{background-color:var(--color-f8);border:none;border-radius:12px;padding:15px}@media (max-width:768px){.Checkout-module__kM6JNG__orderSummary{margin-bottom:30px;position:relative;top:0}}.Checkout-module__kM6JNG__orderCheckoutEsim{color:var(--main-text-color);flex-direction:column;display:flex}.Checkout-module__kM6JNG__h1{color:var(--main-text-color);margin-top:10px;font-size:20px;font-weight:700}.Checkout-module__kM6JNG__orderCheckoutEsim div:first-child{color:var(--main-text-color);font-size:18px;font-weight:600}.Checkout-module__kM6JNG__orderCheckoutEsim div:last-child{color:#707070;font-size:14px;font-weight:500}html.dark .Checkout-module__kM6JNG__orderCheckoutEsim div:last-child{color:#e0e0e0}.Checkout-module__kM6JNG__productSummary{border-bottom:1px solid #e0e0e0;margin-bottom:20px;padding-bottom:20px}html.dark .Checkout-module__kM6JNG__productSummary{border-bottom:1px solid #292929}.Checkout-module__kM6JNG__summryHeader{border-bottom:1px solid #e6e6e6;align-items:center;gap:12px;padding-bottom:15px;display:flex}html.dark .Checkout-module__kM6JNG__summryHeader{border-bottom:1px solid #292929}.Checkout-module__kM6JNG__productSummary img{object-fit:contain;border-radius:50%}.Checkout-module__kM6JNG__productSummary p{color:var(--main-text-color);margin:0;font-size:14px;font-weight:500}.Checkout-module__kM6JNG__productSummary .Checkout-module__kM6JNG__paymentCheckoutEsim{color:var(--main-text-color);font-weight:500}.Checkout-module__kM6JNG__totalSummary{justify-content:space-between;align-items:center;display:flex}.Checkout-module__kM6JNG__paymentCheckoutLoading{color:var(--main-text-color);margin:0;font-size:16px;font-weight:500}.Checkout-module__kM6JNG__totalSummary .Checkout-module__kM6JNG__paymentCheckoutEsim{color:#0d8dce;margin:0;font-size:24px;font-weight:700}.Checkout-module__kM6JNG__paymentCheckoutEsim{color:#2c2c2c;font-weight:600}.Checkout-module__kM6JNG__errorState{justify-content:center;align-items:center;min-height:360px;padding:24px 0;display:flex}.Checkout-module__kM6JNG__errorCard{text-align:center;flex-direction:column;align-items:center;gap:22px;width:100%;max-width:460px;padding:44px 32px;display:flex}.Checkout-module__kM6JNG__errorIconWrap{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:104px;height:104px;display:flex;box-shadow:0 8px 24px #0000000f}html.dark .Checkout-module__kM6JNG__errorIconWrap{background-color:#232323;box-shadow:0 8px 24px #00000059}.Checkout-module__kM6JNG__errorMessage{max-width:360px;color:var(--main-text-color);margin:0;font-size:16px;font-weight:600;line-height:1.6}.Checkout-module__kM6JNG__errorButton{color:#fff;background-color:var(--main-color);border:none;border-radius:20px;justify-content:center;align-items:center;min-width:200px;height:50px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Checkout-module__kM6JNG__errorButton:hover{color:#fff;background-color:#0a7ab8;box-shadow:0 4px 12px #0d8dce4d}@media (max-width:768px){.Checkout-module__kM6JNG__errorState{min-height:300px}.Checkout-module__kM6JNG__errorCard{gap:18px;padding:32px 20px}.Checkout-module__kM6JNG__errorIconWrap{width:88px;height:88px}.Checkout-module__kM6JNG__errorButton{width:100%}.Checkout-module__kM6JNG__checkoutPage{padding-top:20px}.Checkout-module__kM6JNG__emailSection,.Checkout-module__kM6JNG__paymentMethodSection,.Checkout-module__kM6JNG__paymentFieldsContainer,.Checkout-module__kM6JNG__orderSummary{padding:20px}.Checkout-module__kM6JNG__orderCheckoutEsim{font-size:18px}.Checkout-module__kM6JNG__totalSummary .Checkout-module__kM6JNG__paymentCheckoutEsim{font-size:20px}}
.CheckoutLoader-module__ZSklEW__loaderRoot{animation:.35s ease-out both CheckoutLoader-module__ZSklEW__checkoutLoaderFadeIn}.CheckoutLoader-module__ZSklEW__pulse{animation:1.8s ease-in-out infinite CheckoutLoader-module__ZSklEW__checkoutLoaderPulse}@keyframes CheckoutLoader-module__ZSklEW__checkoutLoaderFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes CheckoutLoader-module__ZSklEW__checkoutLoaderPulse{0%,to{opacity:1}50%{opacity:.85}}@media (prefers-reduced-motion:reduce){.CheckoutLoader-module__ZSklEW__loaderRoot,.CheckoutLoader-module__ZSklEW__pulse{animation:none}}
.PlanHeaderSearch-module__kbKNya__wrap{align-items:center;display:flex;position:relative}.PlanHeaderSearch-module__kbKNya__iconBtn{cursor:pointer;color:var(--main-color);transition:var(--trans);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex}.PlanHeaderSearch-module__kbKNya__iconBtn:hover{opacity:.8}.PlanHeaderSearch-module__kbKNya__iconBtn:focus-visible{outline:2px solid var(--main-color);outline-offset:2px}.PlanHeaderSearch-module__kbKNya__mobile .PlanHeaderSearch-module__kbKNya__iconBtn{color:#fff}.PlanHeaderSearch-module__kbKNya__mobile .PlanHeaderSearch-module__kbKNya__iconBtn:focus-visible{outline-color:#fff}.PlanHeaderSearch-module__kbKNya__searchPanel{background-color:var(--bg-color);border:1px solid var(--main-color);z-index:1050;border-radius:12px;width:min(320px,100vw - 50px);margin-bottom:10px;box-shadow:0 2px 8px #0e8acc1a}.PlanHeaderSearch-module__kbKNya__searchPanel>div{width:100%;max-width:none}@media (max-width:767px){.PlanHeaderSearch-module__kbKNya__searchPanel{width:min(230px,100vw - 50px)}}
.NumbersCheckout-module__Zm0V1W__productHeader{border-bottom:2px solid #e6e6e6;align-items:center;gap:14px;margin-bottom:4px;padding-bottom:16px;display:flex}html.dark .NumbersCheckout-module__Zm0V1W__productHeader{border-bottom-color:#2a2a2a}.NumbersCheckout-module__Zm0V1W__flagRound{object-fit:cover;border-radius:50%;flex-shrink:0;width:34px;height:34px}html.dark .NumbersCheckout-module__Zm0V1W__flagRound{border-color:#2a2a2a}.NumbersCheckout-module__Zm0V1W__numberInfo{flex:1;min-width:0}.NumbersCheckout-module__Zm0V1W__numberText{color:var(--main-text-color);letter-spacing:.3px;font-size:18px;font-weight:600;line-height:1.2}.NumbersCheckout-module__Zm0V1W__numberType{color:#707070;margin-top:3px;font-size:14px;font-weight:500}html.dark .NumbersCheckout-module__Zm0V1W__numberType{color:#888}.NumbersCheckout-module__Zm0V1W__summaryRow{justify-content:space-between;align-items:center;gap:12px;padding:11px 0;display:flex}html.dark .NumbersCheckout-module__Zm0V1W__summaryRow{border-bottom-color:#222}.NumbersCheckout-module__Zm0V1W__summaryRowLast{border-bottom:none!important}.NumbersCheckout-module__Zm0V1W__rowLabel{color:var(--main-text-color);flex-shrink:0;font-size:15px;font-weight:500}.NumbersCheckout-module__Zm0V1W__rowValue{color:#555;text-align:end;font-size:15px;font-weight:500}html.dark .NumbersCheckout-module__Zm0V1W__rowValue{color:#aaa}.NumbersCheckout-module__Zm0V1W__rowValueIncluded{color:#555;text-align:end;font-size:15px;font-weight:500}html.dark .NumbersCheckout-module__Zm0V1W__rowValueIncluded{color:#aaa}.NumbersCheckout-module__Zm0V1W__minutesRow{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.NumbersCheckout-module__Zm0V1W__minutesBadge{color:var(--main-text-color);white-space:nowrap;align-items:center;gap:4px;font-size:14px;font-weight:500;display:inline-flex}html.dark .NumbersCheckout-module__Zm0V1W__minutesBadge{color:#ddd}.NumbersCheckout-module__Zm0V1W__minutesDivider{color:#c9c9c9;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:400}html.dark .NumbersCheckout-module__Zm0V1W__minutesDivider{color:#555}.NumbersCheckout-module__Zm0V1W__featurePill{background:#fff;border-radius:16px;align-items:center;gap:6px;padding:5px 10px;display:inline-flex}html.dark .NumbersCheckout-module__Zm0V1W__featurePill{background:#1e1e1e}.NumbersCheckout-module__Zm0V1W__featureIcon{color:#555;flex-shrink:0;justify-content:center;align-items:center}html.dark .NumbersCheckout-module__Zm0V1W__featureIcon{color:#aaa}.NumbersCheckout-module__Zm0V1W__promoCard{background:var(--color-f8,#f9f9f9);border-radius:12px;padding:16px 0}html.dark .NumbersCheckout-module__Zm0V1W__promoCard{background:#1a1a1a}.NumbersCheckout-module__Zm0V1W__promoWrapper{background:#fff;border-radius:32px;align-items:center;gap:10px;height:50px;padding:14px 16px;display:flex}html.dark .NumbersCheckout-module__Zm0V1W__promoWrapper{background:#252525}.NumbersCheckout-module__Zm0V1W__promoIcon{color:#f97316;flex-shrink:0;align-items:center;display:flex}html.dark .NumbersCheckout-module__Zm0V1W__promoIcon{color:#f97316}.NumbersCheckout-module__Zm0V1W__promoInput{color:var(--main-text-color);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:14px}.NumbersCheckout-module__Zm0V1W__promoInput::placeholder{color:#bbb}html.dark .NumbersCheckout-module__Zm0V1W__promoInput::placeholder{color:#555}.NumbersCheckout-module__Zm0V1W__divider{border:none;border-top:1px solid #e6e6e6;margin:14px 0}html.dark .NumbersCheckout-module__Zm0V1W__divider{border-top-color:#2a2a2a}.NumbersCheckout-module__Zm0V1W__totalRow{justify-content:space-between;align-items:center;display:flex}.NumbersCheckout-module__Zm0V1W__totalLabel{color:var(--main-text-color);margin:0;font-size:16px;font-weight:500}.NumbersCheckout-module__Zm0V1W__totalAmount{color:var(--main-color);margin:0;font-size:18px;font-weight:700}.NumbersCheckout-module__Zm0V1W__checkoutBtn{background:var(--main-color);color:#fff;cursor:pointer;text-align:center;letter-spacing:.2px;border:none;border-radius:50px;width:100%;margin-top:16px;padding:15px 24px;font-size:16px;font-weight:700;transition:opacity .2s,transform .15s,box-shadow .2s;display:block}.NumbersCheckout-module__Zm0V1W__checkoutBtn:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 6px 20px #0d8dce40}.NumbersCheckout-module__Zm0V1W__checkoutBtn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}
.RegionalRegionPlans-module__5TaDiq__activePlansContainer{margin-top:40px}.RegionalRegionPlans-module__5TaDiq__countryHeader{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}@media (max-width:992px){.RegionalRegionPlans-module__5TaDiq__countryHeader{flex-flow:wrap;place-content:center space-between;align-items:center;margin-bottom:30px;display:flex}}.RegionalRegionPlans-module__5TaDiq__countryHeader a.RegionalRegionPlans-module__5TaDiq__cursorP{color:#4d4d4d;cursor:pointer;align-items:center;gap:8px;font-weight:600;text-decoration:none;display:flex}.RegionalRegionPlans-module__5TaDiq__countryHeader a.RegionalRegionPlans-module__5TaDiq__cursorP:hover{color:var(--main-color)}.RegionalRegionPlans-module__5TaDiq__countryHeader a.RegionalRegionPlans-module__5TaDiq__cursorP svg{transition:transform .3s}.RegionalRegionPlans-module__5TaDiq__countryHeader a.RegionalRegionPlans-module__5TaDiq__cursorP:hover svg path{fill:var(--main-color)}.RegionalRegionPlans-module__5TaDiq__countryElement{justify-content:center;align-items:center;display:flex}.RegionalRegionPlans-module__5TaDiq__countryElement>div{align-items:center;gap:10px;display:flex}.RegionalRegionPlans-module__5TaDiq__countryElement span{color:var(--main-text-color);font-size:18px}.RegionalRegionPlans-module__5TaDiq__justMargin{width:50px}.RegionalRegionPlans-module__5TaDiq__regionalPlanCard{background-color:#fff;border:1px solid #f5f5f5;border-radius:15px 15px 84px;flex-direction:column;height:100%;padding:25px;transition:all .3s;display:flex;box-shadow:0 2px 12px #00000014}[dir=rtl] .RegionalRegionPlans-module__5TaDiq__regionalPlanCard{border-radius:15px 15px 15px 84px}.RegionalRegionPlans-module__5TaDiq__regionalPlanCard:hover{border-color:#e0e0e0;transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}.RegionalRegionPlans-module__5TaDiq__regionalPlanCard .RegionalRegionPlans-module__5TaDiq__header{border-bottom:none;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:0;display:flex}.RegionalRegionPlans-module__5TaDiq__regionalPlanCard .RegionalRegionPlans-module__5TaDiq__header span{color:#4d4d4d;letter-spacing:-.2px;font-size:20px;font-weight:700}.RegionalRegionPlans-module__5TaDiq__regionalPlanCard .RegionalRegionPlans-module__5TaDiq__header .RegionalRegionPlans-module__5TaDiq__btn{color:#707070;white-space:nowrap;background:0 0;border:1px solid #707070;border-radius:50px;padding:8px 18px;font-size:14px;font-weight:700;transition:all .2s}.RegionalRegionPlans-module__5TaDiq__regionalPlanCard .RegionalRegionPlans-module__5TaDiq__header .RegionalRegionPlans-module__5TaDiq__btn:hover{color:#fff;background:#0d8dce;border-color:#0d8dce;transform:translateY(-1px);box-shadow:0 2px 8px #0d8dce33}.RegionalRegionPlans-module__5TaDiq__regoinalTable{border-collapse:separate;border-spacing:0;width:100%;margin-bottom:12px}.RegionalRegionPlans-module__5TaDiq__regoinalTable thead tr.RegionalRegionPlans-module__5TaDiq__head th{color:#6e6e6e;border:none;padding:10px;font-size:12px;font-weight:700}.RegionalRegionPlans-module__5TaDiq__head{border-bottom:1px solid #f5f5f5}.RegionalRegionPlans-module__5TaDiq__regoinalTable thead tr.RegionalRegionPlans-module__5TaDiq__head th:first-child{text-align:left}[dir=rtl] .RegionalRegionPlans-module__5TaDiq__regoinalTable thead tr.RegionalRegionPlans-module__5TaDiq__head th:first-child{text-align:right}.RegionalRegionPlans-module__5TaDiq__tbodyBorderTop14{border-top:8px solid #0000}.RegionalRegionPlans-module__5TaDiq__regoinalTable tbody tr td{color:#1a1a1a;border:none;padding:12px 10px;font-size:17px;font-weight:600}.RegionalRegionPlans-module__5TaDiq__regoinalTable tbody tr td:first-child{text-align:left}[dir=rtl] .RegionalRegionPlans-module__5TaDiq__regoinalTable tbody tr td:first-child{text-align:right}.RegionalRegionPlans-module__5TaDiq__buyData{color:#858585!important;font-size:18px!important;font-weight:700!important}.RegionalRegionPlans-module__5TaDiq__buyDataValue{color:var(--main-color)!important;font-size:17px!important;font-weight:700!important}.RegionalRegionPlans-module__5TaDiq__discountArea{align-items:center;min-height:0;margin-bottom:8px;display:flex}.RegionalRegionPlans-module__5TaDiq__discountArea.RegionalRegionPlans-module__5TaDiq__invisiblePlaceholder{display:none}.RegionalRegionPlans-module__5TaDiq__discountPercentage{color:#f57c00;letter-spacing:.3px;background:#fff8e1;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:700}.RegionalRegionPlans-module__5TaDiq__discountPrice{color:#9e9e9e;font-size:14px;font-weight:500;text-decoration:line-through}.RegionalRegionPlans-module__5TaDiq__buy{color:#fff;text-align:center;letter-spacing:-.2px;background:#5cb45b;border:none;border-radius:50px;width:90%;margin-top:auto;padding:16px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:block;box-shadow:0 4px 12px #28a74533}.RegionalRegionPlans-module__5TaDiq__buy:hover{color:#fff;background:#218838;transform:translateY(-3px);box-shadow:0 6px 20px #28a74559}@media (max-width:768px){.RegionalRegionPlans-module__5TaDiq__countryHeader{gap:15px}.RegionalRegionPlans-module__5TaDiq__justMargin{display:none}.RegionalRegionPlans-module__5TaDiq__regionalPlanCard{padding:20px}.RegionalRegionPlans-module__5TaDiq__regionalPlanCard .RegionalRegionPlans-module__5TaDiq__header{align-items:flex-start;gap:12px}.RegionalRegionPlans-module__5TaDiq__regionalPlanCard .RegionalRegionPlans-module__5TaDiq__header .RegionalRegionPlans-module__5TaDiq__btn{text-align:center}.RegionalRegionPlans-module__5TaDiq__regoinalTable thead tr.RegionalRegionPlans-module__5TaDiq__head th{padding:8px 4px;font-size:13px}.RegionalRegionPlans-module__5TaDiq__regoinalTable tbody tr td{padding:12px 4px;font-size:15px}.RegionalRegionPlans-module__5TaDiq__buy{width:100%!important}}.RegionalRegionPlans-module__5TaDiq__supportedCountriesModal .modal-dialog{max-width:500px}.RegionalRegionPlans-module__5TaDiq__supportedCountriesModal .modal-content{border:none;box-shadow:0 8px 32px #00000026;border-radius:30px!important}.RegionalRegionPlans-module__5TaDiq__supportedCountriesModal .modal-header{border-bottom:none;padding:24px 24px 10px;position:relative}.RegionalRegionPlans-module__5TaDiq__supportedCountriesModal .modal-header .RegionalRegionPlans-module__5TaDiq__modalTitle{font-size:18px;font-weight:700;color:#0d8dce!important}.RegionalRegionPlans-module__5TaDiq__supportedCountriesModal .modal-body{max-height:500px;padding:0 24px 24px;overflow-y:auto}.RegionalRegionPlans-module__5TaDiq__searchFixed{z-index:10;background:#fff;padding-top:10px;padding-bottom:20px;position:sticky;top:0}.RegionalRegionPlans-module__5TaDiq__moduleSearch{width:100%}.RegionalRegionPlans-module__5TaDiq__moduleSearch .RegionalRegionPlans-module__5TaDiq__inputContainer{background-color:#f8f8f8;border:1px solid #e3e3e3;border-radius:47px;align-items:center;gap:12px;width:100%;height:54px;padding:0 20px;display:flex}.RegionalRegionPlans-module__5TaDiq__moduleSearch .RegionalRegionPlans-module__5TaDiq__inputContainer svg{flex-shrink:0;width:20px;height:20px}.RegionalRegionPlans-module__5TaDiq__moduleSearch .RegionalRegionPlans-module__5TaDiq__inputField{color:#4d4d4d;background-color:#0000;width:100%;padding:0;font-size:16px;border:none!important;outline:none!important}.RegionalRegionPlans-module__5TaDiq__moduleSearch .RegionalRegionPlans-module__5TaDiq__inputField::placeholder{color:#a0a0a0}.RegionalRegionPlans-module__5TaDiq__textNoResult{color:#6e6e6e;font-size:16px;font-weight:500}.RegionalRegionPlans-module__5TaDiq__countryItem{border-bottom:1px solid #ededed;padding:15px 0}.RegionalRegionPlans-module__5TaDiq__countryItem:last-child{border-bottom:none}.RegionalRegionPlans-module__5TaDiq__countryItem>div{align-items:center;gap:15px;display:flex}.RegionalRegionPlans-module__5TaDiq__countryItem img{object-fit:contain;border-radius:6px;box-shadow:0 2px 4px #0000000d}.RegionalRegionPlans-module__5TaDiq__countryItem span{color:#4d4d4d;font-size:18px;font-weight:500}@media (max-width:768px){.RegionalRegionPlans-module__5TaDiq__supportedCountriesModal .modal-dialog{max-width:calc(100% - 20px);height:auto;max-height:90vh;margin:10px}}.RegionalRegionPlans-module__5TaDiq__back{margin-inline-start:10px;font-size:18px;font-weight:700}
.PhoneNumbersCheckoutSkeleton-module__ah15BG__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.PhoneNumbersCheckoutSkeleton-module__ah15BG__productHeader{border-bottom:1px solid #e6e6e6;align-items:center;gap:12px;margin-bottom:4px;padding-bottom:14px;display:flex}html.dark .PhoneNumbersCheckoutSkeleton-module__ah15BG__productHeader{border-bottom-color:#2a2a2a}.PhoneNumbersCheckoutSkeleton-module__ah15BG__numberInfo{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.PhoneNumbersCheckoutSkeleton-module__ah15BG__summaryRow{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;padding:11px 0;display:flex}html.dark .PhoneNumbersCheckoutSkeleton-module__ah15BG__summaryRow{border-bottom-color:#222}.PhoneNumbersCheckoutSkeleton-module__ah15BG__promoCard{background:var(--color-f8,#f9f9f9);border-radius:12px;margin-top:14px;padding:16px 12px}html.dark .PhoneNumbersCheckoutSkeleton-module__ah15BG__promoCard{background:#1a1a1a}.PhoneNumbersCheckoutSkeleton-module__ah15BG__divider{border:none;border-top:1px solid #e8e8e8;margin:14px 0}html.dark .PhoneNumbersCheckoutSkeleton-module__ah15BG__divider{border-top-color:#2a2a2a}.PhoneNumbersCheckoutSkeleton-module__ah15BG__totalRow{justify-content:space-between;align-items:center;display:flex}.PhoneNumbersCheckoutSkeleton-module__ah15BG__paymentCard{background:var(--color-f8,#f8f8f8);border-radius:12px;margin-top:0;padding:24px}html.dark .PhoneNumbersCheckoutSkeleton-module__ah15BG__paymentCard{background:#1a1a1a}.PhoneNumbersCheckoutSkeleton-module__ah15BG__paymentRow{gap:12px;margin-top:12px;display:flex}.PhoneNumbersCheckoutSkeleton-module__ah15BG__paymentRow>*{flex:1}@media (prefers-reduced-motion:reduce){.skeleton:after{animation:none!important}}
