{"id":11426,"date":"2025-07-07T11:36:42","date_gmt":"2025-07-07T11:36:42","guid":{"rendered":"https:\/\/flyfone.com\/?page_id=11426"},"modified":"2026-04-12T01:53:06","modified_gmt":"2026-04-12T01:53:06","slug":"why-choose-us","status":"publish","type":"page","link":"https:\/\/flyfone.com\/ru\/why-choose-us\/","title":{"rendered":"\u041f\u043e\u0447\u0435\u043c\u0443 \u0432\u044b\u0431\u0438\u0440\u0430\u044e\u0442 \u043d\u0430\u0441"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\" ><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<style>\n        .flyfone-why-us * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .flyfone-why-us {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #ffffff;\n        }\n\n        .flyfone-container {\n            max-width: 100%;\n            margin: 0 auto;\n            padding: 0 40px;\n        }\n\n        .flyfone-container-wide {\n            width: 100%;\n            margin: 0;\n            padding: 0 60px;\n        }\n\n        \/* Hero Section *\/\n        .flyfone-hero {\n            background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);\n            color: #333;\n            padding: 120px 0;\n            text-align: left;\n            position: relative;\n            overflow: hidden;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n        }\n\n        .flyfone-hero-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        .flyfone-hero-text h1 {\n            font-size: 4.5rem;\n            font-weight: 700;\n            margin-bottom: 30px;\n            color: #2c3e50;\n            line-height: 1.2;\n            animation: fadeInUp 1s ease-out;\n        }\n\n        .flyfone-hero-text h1 .highlight1 {\n            color: #4CAF50;\n        }\n\n        .flyfone-hero-text p {\n            font-size: 1.5rem;\n            margin-bottom: 50px;\n            color: #546e7a;\n            line-height: 1.7;\n            animation: fadeInUp 1s ease-out 0.2s both;\n        }\n\n        .flyfone-cta-btn {\n            display: inline-block;\n            background: #4CAF50;\n            color: white;\n            padding: 18px 45px;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);\n            animation: fadeInUp 1s ease-out 0.4s both;\n        }\n\n        .flyfone-cta-btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 15px 40px rgba(76, 175, 80, 0.4);\n            background: #45a049;\n        }\n\n        .flyfone-hero-visual {\n            position: relative;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n\n        .flyfone-video-container {\n            position: relative;\n            width: 100%;\n            max-width: 600px;\n            padding-bottom: 56.25%;\n            height: 0;\n            overflow: hidden;\n            border-radius: 20px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);\n            animation: float 3s ease-in-out infinite;\n        }\n\n        .flyfone-video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border: none;\n            border-radius: 20px;\n        }\n\n        \/* Features Section *\/\n        .flyfone-features {\n            padding: 120px 0;\n            background: #f8f9fa;\n        }\n\n        .flyfone-features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            grid-template-rows: repeat(2, 1fr);\n            gap: 50px;\n            margin-bottom: 100px;\n            max-width: 1200px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .flyfone-feature-card {\n            background: white;\n            padding: 50px;\n            border-radius: 20px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n            position: relative;\n            overflow: hidden;\n            height: 100%;\n        }\n\n        .flyfone-feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #ff6b35, #ff8f65);\n        }\n\n        .flyfone-feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 50px rgba(255, 107, 53, 0.15);\n            border-color: #ff6b35;\n        }\n\n        .flyfone-feature-icon {\n            width: 70px;\n            height: 70px;\n            background: linear-gradient(135deg, #ff6b35, #ff8f65);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 25px;\n            font-size: 28px;\n            color: white;\n            box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);\n        }\n\n        .flyfone-feature-card h3 {\n            color: #ff6b35;\n            font-size: 1.6rem;\n            margin-bottom: 20px;\n            font-weight: 600;\n        }\n\n        .flyfone-feature-card p {\n            color: #666;\n            line-height: 1.7;\n            font-size: 1.05rem;\n        }\n\n        \/* Quality Section *\/\n        .flyfone-quality {\n            background: white;\n            padding: 120px 0;\n        }\n\n        .flyfone-quality-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 100px;\n            align-items: center;\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        .flyfone-quality-text h2 {\n            color: #ff6b35;\n            font-size: 2.5rem;\n            margin-bottom: 25px;\n            font-weight: 600;\n        }\n\n        .flyfone-quality-text p {\n            color: #666;\n            font-size: 1.1rem;\n            line-height: 1.7;\n            margin-bottom: 20px;\n        }\n\n        .flyfone-quality-visual {\n            text-align: center;\n        }\n\n        .flyfone-quality-icon {\n            width: 200px;\n            height: 200px;\n            background: linear-gradient(135deg, #ff6b35, #ff8f65);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 80px;\n            color: white;\n            margin: 0 auto;\n            box-shadow: 0 20px 60px rgba(255, 107, 53, 0.3);\n            animation: float 3s ease-in-out infinite;\n        }\n\n        \/* Support Features Grid *\/\n        .flyfone-support {\n            background: #f8f9fa;\n            padding: 120px 0;\n        }\n\n        .flyfone-section-title {\n            text-align: center;\n            font-size: 3rem;\n            color: #ff6b35;\n            margin-bottom: 25px;\n            font-weight: 600;\n        }\n\n        .flyfone-section-subtitle {\n            text-align: center;\n            font-size: 1.3rem;\n            color: #666;\n            margin-bottom: 80px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .flyfone-support-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 40px;\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        .flyfone-support-card {\n            background: white;\n            padding: 45px;\n            border-radius: 16px;\n            text-align: center;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n            height: 100%;\n        }\n\n        .flyfone-support-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(255, 107, 53, 0.15);\n            border-color: #ff6b35;\n        }\n\n        .flyfone-support-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #ff6b35, #ff8f65);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-size: 24px;\n            color: white;\n        }\n\n        .flyfone-support-card h4 {\n            color: #ff6b35;\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .flyfone-support-card p {\n            color: #666;\n            line-height: 1.6;\n            font-size: 0.95rem;\n        }\n\n        \/* Stats Section *\/\n        .flyfone-stats {\n            background: linear-gradient(135deg, #ff6b35, #ff8f65);\n            color: white;\n            padding: 100px 0;\n            text-align: center;\n        }\n\n        .flyfone-stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 60px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .flyfone-stat-item {\n            padding: 20px;\n        }\n\n        .flyfone-stat-number {\n            font-size: 3rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .flyfone-stat-label {\n            font-size: 1.1rem;\n            opacity: 0.9;\n        }\n\n        \/* Final CTA *\/\n        .flyfone-final-cta {\n            background: linear-gradient(135deg, #F78F00 0%, #B89600 35%, #769500 70%, #4E7F34 100%);\n            color: white;\n            padding: 120px 0;\n            text-align: center;\n        }\n\n        .flyfone-final-cta h2 {\n            font-size: 3rem;\n            color: white;\n            margin-bottom: 25px;\n            font-weight: 600;\n        }\n\n        .flyfone-final-cta p {\n            font-size: 1.3rem;\n            color: rgba(255, 255, 255, 0.9);\n            margin-bottom: 50px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .flyfone-cta-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .flyfone-cta-secondary {\n            background: transparent;\n            color: white;\n            border: 2px solid white;\n            padding: 15px 40px;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n\n        .flyfone-cta-secondary:hover {\n            background: white;\n            color: #F78F00;\n            transform: translateY(-3px);\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes float {\n            0%, 100% {\n                transform: translateY(0px);\n            }\n            50% {\n                transform: translateY(-10px);\n            }\n        }\n\n        .flyfone-animate-scroll {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.6s ease;\n        }\n\n        .flyfone-animate-scroll.flyfone-animated {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .flyfone-features-grid {\n                grid-template-columns: 1fr;\n                grid-template-rows: auto;\n                max-width: 600px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .flyfone-container {\n                padding: 0 20px;\n            }\n            \n            .flyfone-container-wide {\n                padding: 0 30px;\n            }\n            \n            .flyfone-hero {\n                min-height: 90vh;\n                padding: 80px 0;\n            }\n            \n            .flyfone-hero-content {\n                grid-template-columns: 1fr;\n                gap: 50px;\n                text-align: center;\n            }\n            \n            .flyfone-hero-text h1 {\n                font-size: 3rem;\n            }\n            \n            .flyfone-hero-text p {\n                font-size: 1.2rem;\n            }\n\n            .flyfone-video-container {\n                max-width: 100%;\n            }\n            \n            .flyfone-quality-content {\n                grid-template-columns: 1fr;\n                gap: 60px;\n            }\n            \n            .flyfone-quality-visual {\n                order: -1;\n            }\n            \n            .flyfone-quality-icon {\n                width: 150px;\n                height: 150px;\n                font-size: 60px;\n            }\n            \n            .flyfone-features {\n                padding: 80px 0;\n            }\n            \n            .flyfone-features-grid {\n                grid-template-columns: 1fr;\n                grid-template-rows: auto;\n                gap: 40px;\n            }\n            \n            .flyfone-support {\n                padding: 80px 0;\n            }\n            \n            .flyfone-support-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .flyfone-section-title {\n                font-size: 2.2rem;\n            }\n            \n            .flyfone-cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .flyfone-container {\n                padding: 0 15px;\n            }\n            \n            .flyfone-container-wide {\n                padding: 0 20px;\n            }\n            \n            .flyfone-hero {\n                padding: 60px 0;\n                min-height: 80vh;\n            }\n            \n            .flyfone-hero-text h1 {\n                font-size: 2.2rem;\n            }\n            \n            .flyfone-hero-text p {\n                font-size: 1.1rem;\n            }\n            \n            .flyfone-features {\n                padding: 60px 0;\n            }\n            \n            .flyfone-support {\n                padding: 60px 0;\n            }\n            \n            .flyfone-quality {\n                padding: 60px 0;\n            }\n            \n            .flyfone-final-cta {\n                padding: 80px 0;\n            }\n            \n            .flyfone-final-cta h2 {\n                font-size: 2.2rem;\n            }\n        }\n    <\/style><section class=\"flyfone-hero\">\n            <div class=\"flyfone-container-wide\">\n                <div class=\"flyfone-hero-content\">\n                    <div class=\"flyfone-hero-text\">\n                        <h1>\u041c\u044b \u0434\u0435\u043b\u0430\u0435\u043c \u0441\u043b\u043e\u0436\u043d\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 <span class=\"highlight1\">\u0427\u0443\u0432\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0441\u0435\u0431\u044f \u043f\u0440\u043e\u0441\u0442\u043e<\/span><\/h1>\n                        <p>\u0412\u0441\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 Call Center, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u0430\u043c \u043d\u0443\u0436\u043d\u044b, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432 \u0432\u0438\u0434\u0435 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u043e\u0439, \u043d\u0430\u0434\u0435\u0436\u043d\u043e\u0439 \u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433\u043e\u0432\u043e\u0439 \u0441\u043b\u0443\u0436\u0431\u044b.<\/p>\n                        <a href=\"https:\/\/flyfone.com\/ru\/contact-us\/\" class=\"flyfone-cta-btn\">\u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u0441\u0435\u0433\u043e\u0434\u043d\u044f<\/a>\n                    <\/div>\n                    <div class=\"flyfone-hero-visual\">\n                        <div class=\"flyfone-video-container\">\n                            <iframe src=\"https:\/\/www.youtube.com\/embed\/czXx29IfCm8?si=z2j-NNQOaQmo5ULb\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen>\n                            <\/iframe>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\" ><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&display=swap');\n\n.ffv2 *{box-sizing:border-box;margin:0;padding:0}\n.ffv2{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#1e293b;-webkit-font-smoothing:antialiased}\n.ffv2 a{text-decoration:none;color:inherit}\n.ffv2 ul{list-style:none}\n.ffv2-wrap{max-width:1140px;margin:0 auto;padding:0 24px}\n\n.ffv2 .ey{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#2563eb;background:#eff6ff;padding:6px 16px;border-radius:99px;margin-bottom:16px}\n\n.ffv2 .sr{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}\n.ffv2 .sr.vis{opacity:1;transform:none}\n.ffv2 .sr-d1{transition-delay:.12s}\n.ffv2 .sr-d2{transition-delay:.24s}\n.ffv2 .sr-d3{transition-delay:.36s}\n\n\/* PAIN POINTS (Stats) *\/\n.ffv2-pain{padding:32px 0 48px;background:#f8fafc;margin-top:0 !important}\n.ffv2-pain-head{text-align:center;margin-bottom:56px}\n.ffv2-pain-head h2{font-size:36px;font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:12px}\n.ffv2-pain-head p{font-size:17px;color:#64748b;max-width:520px;margin:0 auto;line-height:1.65}\n\n.ffv2-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}\n.ffv2-stat{border-radius:20px;padding:40px 32px;position:relative;overflow:hidden;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;background:#fff;color:#1e293b;border:1px solid #e2e8f0}\n.ffv2-stat:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.08);border-color:#2563eb}\n.ffv2-stat .big{font-size:48px;font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:6px;color:#2563eb}\n.ffv2-stat .label{font-size:14px;color:#64748b;line-height:1.5;font-weight:500}\n.ffv2-stat .desc{font-size:14px;color:#64748b;line-height:1.6;margin-top:12px}\n.ffv2-stat::after{content:'';position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(37,99,235,.04);top:-30px;right:-30px}\n\n\/* FEATURES (Bento) *\/\n.ffv2-feat{padding:64px 0;background:#fff}\n.ffv2-feat-head{text-align:center;margin-bottom:56px}\n.ffv2-feat-head h2{font-size:36px;font-weight:800;letter-spacing:-.03em;margin-bottom:12px}\n.ffv2-feat-head p{font-size:17px;color:#64748b;max-width:520px;margin:0 auto;line-height:1.65}\n\n.ffv2-bento{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:16px}\n.ffv2-bc{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:26px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;min-height:200px}\n.ffv2-bc:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(0,0,0,.08);border-color:#2563eb}\n.ffv2-bc.big{grid-column:1\/3;grid-row:1\/3;padding:40px;background:linear-gradient(160deg,#eff6ff 0%,#f0fdf4 100%);display:flex;flex-direction:column;justify-content:center}\n.ffv2-ico{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0}\n.ffv2-ico svg{width:20px !important;height:20px !important}\n.ffv2-ico.bl{background:#dbeafe;color:#2563eb}\n.ffv2-ico.gr{background:#dcfce7;color:#16a34a}\n.ffv2-ico.pu{background:#ede9fe;color:#7c3aed}\n.ffv2-ico.am{background:#fef3c7;color:#d97706}\n.ffv2-ico.sk{background:#e0f2fe;color:#0284c7}\n.ffv2-ico.ro{background:#ffe4e6;color:#e11d48}\n.ffv2-ico.tl{background:#ccfbf1;color:#0d9488}\n.ffv2-bc h3{font-size:17px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}\n.ffv2-bc.big h3{font-size:24px;letter-spacing:-.02em}\n.ffv2-bc p{font-size:14px;color:#64748b;line-height:1.7}\n.ffv2-bc.big p{font-size:16px}\n.ffv2-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}\n.ffv2-tag{font-size:11px;font-weight:600;padding:4px 10px;border-radius:99px;background:rgba(37,99,235,.08);color:#2563eb}\n\n\/* QUALITY (2-col) *\/\n.ffv2-quality{padding:64px 0;background:#f8fafc}\n.ffv2-quality-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:48px}\n.ffv2-quality-title{font-size:32px;font-weight:800;letter-spacing:-.03em;margin-bottom:16px;color:#1e293b}\n.ffv2-quality-desc{font-size:16px;color:#64748b;line-height:1.7;margin-bottom:16px}\n.ffv2-checks{display:flex;flex-direction:column;gap:14px}\n.ffv2-chk{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#334155;line-height:1.5}\n.ffv2-chk-d{width:20px;height:20px;min-width:20px;border-radius:50%;background:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;margin-top:2px}\n.ffv2-chk-d svg{width:12px !important;height:12px !important}\n\n\/* CTA *\/\n.ffv2-cta{padding:72px 0;margin-bottom:0 !important;background:linear-gradient(145deg,#0f172a 0%,#1e3a5f 50%,#0c4a6e 100%);text-align:center;position:relative;overflow:hidden}\n.ffv2-cta::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.12),transparent 70%);top:-200px;left:50%;transform:translateX(-50%);pointer-events:none}\n.ffv2-cta::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.08),transparent 70%);bottom:-150px;right:-100px;pointer-events:none}\n.ffv2-cta h2{font-size:40px;font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:16px;position:relative}\n.ffv2-cta>div>p{font-size:17px;color:rgba(255,255,255,.55);max-width:460px;margin:0 auto 40px;line-height:1.65;position:relative}\n.ffv2-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:40px;position:relative}\n.ffv2-bw{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;font-size:16px;font-weight:700;color:#0f172a;background:#fff;border-radius:10px;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.12);font-family:inherit;border:none;cursor:pointer;text-decoration:none}\n.ffv2-bw:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.18)}\n.ffv2-bg{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:700;color:#0f172a;background:#fff;border:1.5px solid #fff;border-radius:10px;transition:all .3s ease;font-family:inherit;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.1);text-decoration:none}\n.ffv2-bg:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.16)}\n.ffv2-proof{display:flex;align-items:center;justify-content:center;gap:14px;position:relative}\n.ffv2-avatars{display:flex}\n.ffv2-av{width:34px;height:34px;border-radius:50%;border:2.5px solid rgba(255,255,255,.15);margin-left:-10px}\n.ffv2-av:first-child{margin-left:0}\n.ffv2-av:nth-child(1){background:linear-gradient(135deg,#60a5fa,#2563eb)}\n.ffv2-av:nth-child(2){background:linear-gradient(135deg,#a78bfa,#7c3aed)}\n.ffv2-av:nth-child(3){background:linear-gradient(135deg,#fbbf24,#f97316)}\n.ffv2-av:nth-child(4){background:linear-gradient(135deg,#34d399,#059669)}\n.ffv2-proof span{font-size:14px;color:rgba(255,255,255,.45);font-weight:500}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .ffv2-pain-head h2,.ffv2-feat-head h2{font-size:28px}\n  .ffv2-cta h2{font-size:30px}\n  .ffv2-stats{grid-template-columns:1fr}\n  .ffv2-bento{grid-template-columns:1fr}\n  .ffv2-bc.big{grid-column:auto;grid-row:auto}\n  .ffv2-cta-btns{flex-direction:column;align-items:center}\n  .ffv2-stat .big{font-size:42px}\n  .ffv2-stat{padding:32px 24px;min-height:160px}\n  .ffv2-quality-inner{grid-template-columns:1fr;gap:32px;padding:32px 24px}\n  .ffv2-quality-title{font-size:26px}\n}\n<\/style>\n\n<noscript><style>.ffv2 .sr{opacity:1!important;transform:none!important}<\/style><\/noscript>\n<div class=\"ffv2\">\n\n<!-- 1. STATS -->\n<section class=\"ffv2-pain\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-pain-head sr\">\n    <span class=\"ey\">By The Numbers<\/span>\n    <h2>Enterprise-Grade Infrastructure You Can Trust<\/h2>\n    <p>\u0421\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u043c\u0438\u0440\u043e\u0432\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0441\u0430, \u0441 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u0432\u0430\u0448\u0438\u043c \u0431\u0438\u0437\u043d\u0435\u0441\u043e\u043c.<\/p>\n  <\/div>\n  <div class=\"ffv2-stats\">\n    <div class=\"ffv2-stat sr\">\n      <div><div class=\"big\">99.95%<\/div><div class=\"label\">\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u044c AWS SLA<\/div><\/div>\n      <div class=\"desc\">Hosted on Amazon's proven network infrastructure with industry-leading uptime guarantee.<\/div>\n    <\/div>\n    <div class=\"ffv2-stat sr sr-d1\">\n      <div><div class=\"big\">24\/7<\/div><div class=\"label\">\u041f\u0440\u0435\u043c\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430<\/div><\/div>\n      <div class=\"desc\">Live expert support available around the clock for businesses of any size.<\/div>\n    <\/div>\n    <div class=\"ffv2-stat sr sr-d2\">\n      <div><div class=\"big\">0<\/div><div class=\"label\">\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0435 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435<\/div><\/div>\n      <div class=\"desc\">No hardware expense, no software licensing fees, and no maintenance team needed.<\/div>\n    <\/div>\n    <div class=\"ffv2-stat sr sr-d3\">\n      <div><div class=\"big\">\u221e<\/div><div class=\"label\">\u0413\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u0430\u044f \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u043e\u0441\u0442\u044c<\/div><\/div>\n      <div class=\"desc\">Scale agents, hotlines, and SMS to any country with a few clicks.<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 2. FEATURES (Bento) -->\n<section class=\"ffv2-feat\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-feat-head sr\">\n    <span class=\"ey\">Why FlyFone<\/span>\n    <h2>Everything You Need To Launch & Scale<\/h2>\n    <p>Launch your AI-powered call center almost immediately with all advantages of the cloud.<\/p>\n  <\/div>\n  <div class=\"ffv2-bento\">\n    <div class=\"ffv2-bc big sr\">\n      <div class=\"ffv2-ico bl\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg><\/div>\n      <h3>\u041d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u0443\u0441\u043a. \u041f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0441\u0447\u0435\u0442\u0430 \u043c\u0433\u043d\u043e\u0432\u0435\u043d\u043d\u043e. \u041d\u0443\u043b\u0435\u0432\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043f\u0440\u043e\u0441\u0442\u043e\u044f<\/h3>\n      <p>Launch your AI-powered call center almost immediately and enjoy all advantages of a cloud computing environment. No hardware expense, no software licensing fees, and no implementation or maintenance team to hire.<\/p>\n      <p style=\"margin-top:12px\">Real-time balance top-up via Card, PayPal, and Crypto. No waiting, no disruption to call operation.<\/p>\n      <div class=\"ffv2-tags\">\n        <span class=\"ffv2-tag\">Cloud-native<\/span><span class=\"ffv2-tag\">Zero downtime<\/span><span class=\"ffv2-tag\">Instant top-up<\/span><span class=\"ffv2-tag\">No hardware<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d1\">\n      <div class=\"ffv2-ico gr\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/><\/svg><\/div>\n      <h3>\u041c\u043d\u043e\u0433\u043e\u044f\u0437\u044b\u0447\u043d\u0430\u044f \u043f\u0440\u0438\u0431\u043e\u0440\u043d\u0430\u044f \u043f\u0430\u043d\u0435\u043b\u044c \u0434\u043b\u044f \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0445 \u043a\u043e\u043c\u0430\u043d\u0434<\/h3>\n      <p>Dashboard supports 8 local languages, allowing agents to work comfortably in their native language without extra training or complexity.<\/p>\n      <div class=\"ffv2-tags\">\n        <span class=\"ffv2-tag\">8 languages<\/span><span class=\"ffv2-tag\">Global teams<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d2\">\n      <div class=\"ffv2-ico pu\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"23 4 23 10 17 10\"\/><polyline points=\"1 20 1 14 7 14\"\/><path d=\"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15\"\/><\/svg><\/div>\n      <h3>\u0412\u0441\u0435\u0433\u0434\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u043e<\/h3>\n      <p>A <a href=\"\/ru\/cloud-call-center\/\" style=\"color:#2563eb;text-decoration:underline\">Cloud call center<\/a> solution means we monitor 24\/7 for you. We provide creative and practical solutions as your needs evolve.<\/p>\n      <div class=\"ffv2-tags\">\n        <span class=\"ffv2-tag\">24\/7 monitoring<\/span><span class=\"ffv2-tag\">Auto-updates<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"ffv2-bc sr\">\n      <div class=\"ffv2-ico am\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"\/><polyline points=\"2 17 12 22 22 17\"\/><polyline points=\"2 12 12 17 22 12\"\/><\/svg><\/div>\n      <h3>\u0413\u0438\u0431\u043a\u0430\u044f, \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u0430\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430<\/h3>\n      <p>Launch from your browser with WebCall and Desktop App. Or connect our API \/ SDK \/ SIP Trunking to embed call functionality into your existing systems.<\/p>\n      <div class=\"ffv2-tags\">\n        <span class=\"ffv2-tag\">WebCall<\/span><span class=\"ffv2-tag\">Desktop App<\/span><span class=\"ffv2-tag\">API \/ SDK<\/span><span class=\"ffv2-tag\">SIP Trunk<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 3. QUALITY SECTION -->\n<section class=\"ffv2-quality\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-quality-inner sr\">\n    <div>\n      <span class=\"ey\">Our Promise<\/span>\n      <h2 class=\"ffv2-quality-title\">\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e - \u043e\u0434\u043d\u0430 \u0438\u0437 \u043d\u0430\u0448\u0438\u0445 \u0441\u0442\u0440\u0430\u0441\u0442\u0435\u0439<\/h2>\n      <p class=\"ffv2-quality-desc\">\u0412\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0441\u043e\u0441\u0440\u0435\u0434\u043e\u0442\u043e\u0447\u0438\u0442\u044c\u0441\u044f \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u0442\u043b\u0438\u0447\u0430\u044e\u0442 \u0432\u0430\u0448 \u0431\u0438\u0437\u043d\u0435\u0441, \u0430 \u043d\u0435 \u043d\u0430 \u0418\u0422-\u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435. \u041d\u0430\u0448 \u043f\u043e\u043b\u043d\u043e\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0439 \u0446\u0435\u043d\u0442\u0440 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0432\u044b\u0437\u043e\u0432\u043e\u0432 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442 \u0432\u0430\u043c \u043e\u0441\u0432\u043e\u0431\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u043e\u0442 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439 \u0442\u0440\u0430\u0434\u0438\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0438\u0438 \u0438 \u0441\u0442\u0430\u0442\u044c \u0431\u0435\u0441\u043f\u0435\u0440\u0435\u0431\u043e\u0439\u043d\u044b\u043c \u0438 \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u043c.<\/p>\n      <p class=\"ffv2-quality-desc\">\u041d\u0430\u0448\u0438 \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u044b\u0435 \u0443\u0441\u043b\u0443\u0433\u0438 \u043f\u0440\u0438\u0437\u0432\u0430\u043d\u044b \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043d\u0435\u0434\u0440\u0438\u0442\u044c \u0438 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u0446\u0435\u043d\u0442\u0440 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0432\u044b\u0437\u043e\u0432\u043e\u0432 - \u043e\u0441\u0442\u0430\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0432\u044f\u0437\u0438, \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0438 \u0431\u044b\u0442\u044c \u0432\u043f\u0435\u0440\u0435\u0434\u0438.<\/p>\n    <\/div>\n    <div>\n      <div class=\"ffv2-checks\">\n        <div class=\"ffv2-chk\"><span class=\"ffv2-chk-d\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span>Focus on your business, not IT infrastructure<\/div>\n        <div class=\"ffv2-chk\"><span class=\"ffv2-chk-d\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span>Free from limitations of traditional telephony<\/div>\n        <div class=\"ffv2-chk\"><span class=\"ffv2-chk-d\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span>Seamless global connectivity<\/div>\n        <div class=\"ffv2-chk\"><span class=\"ffv2-chk-d\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span>Full implementation & operation support<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 4. SUPPORT FEATURES (Bento 2x2) -->\n<section class=\"ffv2-feat\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-feat-head sr\">\n    <span class=\"ey\">\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430<\/span>\n    <h2>\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0438 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f<\/h2>\n    <p>\u0421\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u043c\u0438\u0440\u043e\u0432\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0441\u0430, \u0441 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u0432\u0430\u0448\u0438\u043c \u0431\u0438\u0437\u043d\u0435\u0441\u043e\u043c.<\/p>\n  <\/div>\n  <div class=\"ffv2-bento\" style=\"grid-template-columns:repeat(2,1fr)\">\n    <div class=\"ffv2-bc sr\">\n      <div class=\"ffv2-ico bl\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 18v-6a9 9 0 0 1 18 0v6\"\/><path d=\"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z\"\/><\/svg><\/div>\n      <h3>\u041f\u0440\u0435\u043c\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430<\/h3>\n      <p>\u041c\u044b \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c \u043a\u0440\u0443\u0433\u043b\u043e\u0441\u0443\u0442\u043e\u0447\u043d\u0443\u044e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432. \u041d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u0442\u043e\u0433\u043e, \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043b\u0438 \u0443 \u0432\u0430\u0441 1 \u0438\u043b\u0438 100 \u0430\u0433\u0435\u043d\u0442\u043e\u0432 \u043a\u043e\u043b\u043b-\u0446\u0435\u043d\u0442\u0440\u0430, \u043d\u0430\u0448\u0430 \u044d\u043a\u0441\u043f\u0435\u0440\u0442\u043d\u0430\u044f \u043c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430 \u0442\u0435\u043c, \u0447\u0442\u043e \u0431\u044b\u0441\u0442\u0440\u043e \u0440\u0435\u0448\u0430\u0435\u0442 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b. \u041c\u044b \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u043c\u0433\u043d\u043e\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0447\u0430\u0442\u0430 \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u044f\u0442\u0438\u0439 \u043b\u044e\u0431\u043e\u0433\u043e \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430.<\/p>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d1\">\n      <div class=\"ffv2-ico gr\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg><\/div>\n      <h3>\u0411\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c \u0432\u044b\u0441\u0448\u0435\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f<\/h3>\n      <p>FlyfoneTalk \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 Amazon Web Services (AWS) \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430 \u043e\u0431\u043b\u0430\u0447\u043d\u043e\u0439 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b. \u0426\u0435\u043d\u0442\u0440\u044b \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0434\u0430\u043d\u043d\u044b\u0445 AWS \u043c\u0438\u0440\u043e\u0432\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0441\u0430 \u043e\u0442\u043b\u0438\u0447\u0430\u044e\u0442\u0441\u044f \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0441\u0442\u0435\u043f\u0435\u043d\u044c\u044e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438, \u043d\u0435\u0437\u0430\u043c\u0435\u0442\u043d\u043e\u0441\u0442\u044c\u044e \u0438 \u043c\u043d\u043e\u0433\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043c\u0438 \u0437\u0430\u0449\u0438\u0442\u044b \u043e\u0442 \u043f\u0440\u043e\u043d\u0438\u043a\u043d\u043e\u0432\u0435\u043d\u0438\u044f \u043f\u043e \u043f\u0435\u0440\u0438\u043c\u0435\u0442\u0440\u0443. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0431\u044b\u0442\u044c \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0441 \u043d\u0430\u043c\u0438 \u0432\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435 \u0432 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438.<\/p>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d2\">\n      <div class=\"ffv2-ico pu\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/><\/svg><\/div>\n      <h3>\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u044c \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u043c\u0438\u0440\u0443<\/h3>\n      <p>\u041f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u0438 \u0438 \u0441\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0441\u0442\u043e\u0435\u0432 \u0438 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439 - \u043e\u0434\u043d\u043e \u0438\u0437 \u0433\u043b\u0430\u0432\u043d\u044b\u0445 \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432 \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0430 \u0441\u043b\u0443\u0436\u0431\u044b Call-\u0446\u0435\u043d\u0442\u0440\u0430 \u0432 \u043e\u0431\u043b\u0430\u0447\u043d\u0443\u044e \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0438 \u0434\u0430\u0442\u0430-\u0446\u0435\u043d\u0442\u0440\u044b Amazon, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u0441\u043e\u0433\u043b\u0430\u0441\u043d\u043e SLA \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u044c \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 99,95%.<\/p>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d3\">\n      <div class=\"ffv2-ico am\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/><\/svg><\/div>\n      <h3>\u041c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u0443\u0435\u043c\u043e\u0441\u0442\u044c \u0437\u0430 \u0441\u0447\u0438\u0442\u0430\u043d\u043d\u044b\u0435 \u043c\u0438\u043d\u0443\u0442\u044b<\/h3>\n      <p>\u0420\u0435\u0433\u0443\u043b\u0438\u0440\u0443\u0439\u0442\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0430\u0433\u0435\u043d\u0442\u043e\u0432, \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0430\u0439\u0442\u0435 \u0431\u043e\u043b\u044c\u0448\u0435 \u0433\u043e\u0440\u044f\u0447\u0438\u0445 \u043b\u0438\u043d\u0438\u0439 \u043f\u043e \u0432\u0441\u0435\u043c\u0443 \u043c\u0438\u0440\u0443, \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0439\u0442\u0435 SMS \u0432 \u0431\u043e\u043b\u044c\u0448\u0435\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0442\u0440\u0430\u043d - \u0438 \u0432\u0441\u0435 \u044d\u0442\u043e \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0449\u0435\u043b\u0447\u043a\u043e\u0432 \u043c\u044b\u0448\u0438. \u041d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043d\u0438\u043a\u0430\u043a\u043e\u0433\u043e \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f \u0438\u043b\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f - \u044d\u0442\u043e \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0432\u0430\u0448\u0435\u043c\u0443 \u0431\u0438\u0437\u043d\u0435\u0441\u0443 \u0431\u044b\u0441\u0442\u0440\u043e \u0438 \u0443\u0434\u043e\u0431\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0435 \u0433\u043e\u043b\u043e\u0441\u043e\u0432\u043e\u0435 \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 5. CTA -->\n<section class=\"ffv2-cta\">\n<div class=\"ffv2-wrap\">\n  <h2>\u0413\u043e\u0442\u043e\u0432\u044b \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u0440\u0430\u0431\u043e\u0442\u0435<\/h2>\n  <p>\u0412\u0441\u0435, \u0447\u0442\u043e \u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 Call-\u0446\u0435\u043d\u0442\u0440\u0430 \u0434\u043b\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432, \u0442\u0435\u043b\u0435\u043f\u0440\u043e\u0434\u0430\u0436, \u0442\u0435\u043b\u0435\u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433\u0430 \u0438\u043b\u0438 \u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u044b\u0445 \u0441\u043b\u0443\u0436\u0431<\/p>\n  <div class=\"ffv2-cta-btns\">\n    <a href=\"\/ru\/request-free-trial\/\" class=\"ffv2-bw\">\u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u0443\u044e \u043f\u0440\u043e\u0431\u043d\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e<\/a>\n    <a href=\"\/ru\/contact-us\/\" class=\"ffv2-bg\">\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u044b\u0435 \u043f\u0440\u043e\u0434\u0430\u0436\u0438<\/a>\n  <\/div>\n  <div class=\"ffv2-proof\">\n    <div class=\"ffv2-avatars\"><div class=\"ffv2-av\"><\/div><div class=\"ffv2-av\"><\/div><div class=\"ffv2-av\"><\/div><div class=\"ffv2-av\"><\/div><\/div>\n    <span>Trusted by 10,000+ companies<\/span>\n  <\/div>\n<\/div>\n<\/section>\n\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded',function(){\n  const o=new IntersectionObserver(function(e){e.forEach(function(i){if(i.isIntersecting){i.target.classList.add('vis');o.unobserve(i.target)}})},{threshold:.15,rootMargin:'0px 0px -40px 0px'});\n  document.querySelectorAll('.ffv2 .sr').forEach(function(el){o.observe(el)});\n});\n<\/script>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"We Make Complex Tasks Feel Simple All Call Center features you want, delivered in a scalable, reliable, and globally available hosted service Get Started Today By The Numbers Enterprise-Grade Infrastructure You Can Trust Built on world-class technology with support that scales with your business 99.95%AWS SLA Availability Hosted on Amazon's proven network infrastructure with industry-leading [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-11426","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/pages\/11426","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/comments?post=11426"}],"version-history":[{"count":18,"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/pages\/11426\/revisions"}],"predecessor-version":[{"id":13948,"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/pages\/11426\/revisions\/13948"}],"wp:attachment":[{"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/media?parent=11426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}