{"id":872,"date":"2018-07-27T17:11:26","date_gmt":"2018-07-27T17:11:26","guid":{"rendered":"http:\/\/themes.webdevia.com\/customerxp-voip-cloud-services-wordpress-theme\/?page_id=872"},"modified":"2026-04-12T01:53:06","modified_gmt":"2026-04-12T01:53:06","slug":"about-us","status":"publish","type":"page","link":"https:\/\/flyfone.com\/ru\/about-us\/","title":{"rendered":"\u041e \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\"><div class=\"vc_row wpb_row vc_inner 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=Maven+Pro:wght@400;500;600;700;800;900&display=swap');\n\n\/* About Us Page Styles *\/\n* {\n    font-family: 'Maven Pro', sans-serif;\n}\n\n.about-hero {\n    background: linear-gradient(-90deg, #F78F00 0%, #B89600 33%, #769500 66%, #4E7F34 100%);\n    color: #333;\n    padding: 120px 0 0 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.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    padding: 0 40px;\n}\n\n.hero-text {\n    flex: 1;\n    max-width: 600px;\n}\n\n.hero-image {\n    position: relative;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n\n.hero-image img {\n    width: 100%;\n    height: auto;\n    max-width: 600px;\n    animation: float 3s ease-in-out infinite;\n}\n\n.hero-title {\n    font-size: 4.5rem;\n    font-weight: 700;\n    margin-bottom: 30px;\n    color: white;\n    line-height: 1.2;\n    animation: fadeInUp 1s ease-out;\n}\n\n.hero-tagline {\n    color: white;\n    font-weight: 700;\n}\n\n.hero-description {\n    font-size: 1.5rem;\n    margin-bottom: 50px;\n    color: white;\n    line-height: 1.7;\n    animation: fadeInUp 1s ease-out 0.2s both;\n}\n\n.hero-cta {\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.hero-cta:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 15px 40px rgba(76, 175, 80, 0.4);\n    background: #45a049;\n}\n\n\/* Main Sections *\/\n.about-section {\n    padding: 80px 0;\n}\n\n.about-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.section-title {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #2d3748;\n    margin-bottom: 20px;\n    text-align: center;\n}\n\n.section-subtitle {\n    font-size: 1.1rem;\n    color: #4a5568;\n    text-align: center;\n    margin-bottom: 60px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n\/* Company Stats *\/\n.stats-section {\n    background: linear-gradient(135deg, #fef3c7, #fde68a);\n    padding: 60px 0;\n}\n\n.stats-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 40px;\n    text-align: center;\n}\n\n.stat-item {\n    background: white;\n    padding: 40px 20px;\n    border-radius: 20px;\n    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n    border: 1px solid #fde68a;\n    transition: all 0.3s ease;\n}\n\n.stat-item:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(234, 88, 12, 0.1);\n}\n\n.stat-number {\n    font-size: 3rem;\n    font-weight: 800;\n    color: #ea580c;\n    display: block;\n    margin-bottom: 10px;\n}\n\n.stat-label {\n    font-size: 1rem;\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n}\n\n.stat-description {\n    font-size: 0.85rem;\n    color: #4a5568;\n}\n\n\/* Mission & Vision *\/\n.mission-vision {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: start;\n}\n\n.mission-card, .vision-card {\n    background: white;\n    padding: 50px;\n    border-radius: 25px;\n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);\n    border: 1px solid #e2e8f0;\n    position: relative;\n    transition: all 0.3s ease;\n}\n\n.mission-card:hover, .vision-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 25px 50px rgba(234, 88, 12, 0.15);\n}\n\n.mission-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 4px;\n    background: linear-gradient(90deg, #ea580c, #f97316);\n}\n\n.vision-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 4px;\n    background: linear-gradient(90deg, #f97316, #ea580c);\n}\n\n.card-icon {\n    width: 80px;\n    height: 80px;\n    background: linear-gradient(135deg, #ea580c, #f97316);\n    border-radius: 20px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 2.5rem;\n    color: white;\n    margin-bottom: 30px;\n    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.3);\n}\n\n.card-title {\n    font-size: 1.8rem;\n    font-weight: 700;\n    color: #2d3748;\n    margin-bottom: 20px;\n}\n\n.card-description {\n    color: #4a5568;\n    font-size: 1rem;\n    line-height: 1.7;\n}\n\n\/* Why Choose FlyFone *\/\n.why-choose {\n    background: linear-gradient(135deg, #f8fafc, #e2e8f0);\n}\n\n.features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n    gap: 40px;\n}\n\n.feature-card {\n    background: white;\n    padding: 40px;\n    border-radius: 20px;\n    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n    border: 1px solid #e2e8f0;\n    transition: all 0.3s ease;\n}\n\n.feature-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 20px 40px rgba(234, 88, 12, 0.1);\n    border-color: #ea580c;\n}\n\n.feature-icon {\n    width: 70px;\n    height: 70px;\n    background: linear-gradient(135deg, #ea580c, #f97316);\n    border-radius: 18px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 2rem;\n    color: white;\n    margin-bottom: 25px;\n    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.3);\n}\n\n.feature-title {\n    font-size: 1.3rem;\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 15px;\n}\n\n.feature-description {\n    color: #4a5568;\n    line-height: 1.6;\n    font-size: 0.95rem;\n}\n\n\/* Experience Timeline *\/\n.experience-section {\n    background: white;\n}\n\n.timeline {\n    max-width: 800px;\n    margin: 0 auto;\n    position: relative;\n}\n\n.timeline::before {\n    content: '';\n    position: absolute;\n    left: 50%;\n    top: 0;\n    bottom: 0;\n    width: 4px;\n    background: linear-gradient(to bottom, #ea580c, #f97316);\n    transform: translateX(-50%);\n}\n\n.timeline-item {\n    display: flex;\n    align-items: center;\n    margin-bottom: 60px;\n    position: relative;\n}\n\n.timeline-item:nth-child(even) {\n    flex-direction: row-reverse;\n}\n\n.timeline-content {\n    background: white;\n    padding: 30px;\n    border-radius: 20px;\n    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n    border: 1px solid #e2e8f0;\n    width: 45%;\n    position: relative;\n    transition: all 0.3s ease;\n}\n\n.timeline-content:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(234, 88, 12, 0.1);\n    border-color: #ea580c;\n}\n\n.timeline-year {\n    font-size: 1.8rem;\n    font-weight: 800;\n    color: #ea580c;\n    margin-bottom: 10px;\n}\n\n.timeline-title {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 10px;\n}\n\n.timeline-description {\n    color: #4a5568;\n    line-height: 1.6;\n    font-size: 0.9rem;\n}\n\n.timeline-dot {\n    width: 20px;\n    height: 20px;\n    background: #ea580c;\n    border-radius: 50%;\n    position: absolute;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 2;\n    border: 4px solid white;\n    box-shadow: 0 0 0 4px #ea580c;\n}\n\n\/* Team Section *\/\n.team-section {\n    background: linear-gradient(135deg, #fff7ed, #fed7aa);\n}\n\n.team-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 40px;\n}\n\n.team-card {\n    background: white;\n    padding: 40px;\n    border-radius: 20px;\n    text-align: center;\n    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n    border: 1px solid #fed7aa;\n    transition: all 0.3s ease;\n}\n\n.team-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 20px 40px rgba(234, 88, 12, 0.1);\n}\n\n.team-avatar {\n    width: 120px;\n    height: 120px;\n    background: linear-gradient(135deg, #ea580c, #f97316);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 3rem;\n    color: white;\n    margin: 0 auto 25px;\n    box-shadow: 0 10px 25px rgba(234, 88, 12, 0.3);\n}\n\n.team-name {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 10px;\n}\n\n.team-role {\n    color: #ea580c;\n    font-weight: 600;\n    margin-bottom: 15px;\n    font-size: 0.95rem;\n}\n\n.team-description {\n    color: #4a5568;\n    line-height: 1.6;\n    font-size: 0.9rem;\n}\n\n\/* CTA Section *\/\n.about-cta-section {\n    background: linear-gradient(135deg, #F78F00, #B89600, #769500, #4E7F34);\n    color: white;\n    padding: 80px 0;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n}\n\n.about-cta-section::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);\n    animation: pulse-cta 4s ease-in-out infinite;\n}\n\n@keyframes pulse-cta {\n    0%, 100% { transform: scale(1); opacity: 0.3; }\n    50% { transform: scale(1.1); opacity: 0.1; }\n}\n\n.cta-content {\n    position: relative;\n    z-index: 2;\n}\n\n.cta-title {\n    font-size: 2.2rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    color: white;\n}\n\n.cta-description {\n    font-size: 1.1rem;\n    opacity: 0.9;\n    margin-bottom: 40px;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.cta-buttons {\n    display: flex;\n    gap: 25px;\n    justify-content: center;\n    flex-wrap: wrap;\n}\n\n.cta-btn {\n    padding: 18px 35px;\n    border-radius: 15px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    font-size: 1rem;\n    border: none;\n    cursor: pointer;\n}\n\n.cta-btn-primary {\n    background: linear-gradient(135deg, #4E7F34, #769500);\n    color: white;\n    box-shadow: 0 8px 25px rgba(78, 127, 52, 0.4);\n}\n\n.cta-btn-primary:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 15px 35px rgba(78, 127, 52, 0.6);\n}\n\n.cta-btn-secondary {\n    background: transparent;\n    color: white;\n    border: 2px solid white;\n}\n\n.cta-btn-secondary:hover {\n    background: rgba(255, 255, 255, 0.2);\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\/* Mobile Responsive *\/\n@media (max-width: 768px) {\n    .about-hero {\n        min-height: 70vh;\n        padding: 60px 0 40px 0; \/* Gi\u1ea3m padding-bottom *\/\n    }\n    \n    .hero-content {\n        grid-template-columns: 1fr;\n        gap: 30px;\n        text-align: center;\n        padding: 0 20px;\n    }\n    \n    .hero-image {\n        order: 1; \/* \u1ea2nh l\u00ean tr\u00ean *\/\n        margin-bottom: 0;\n        padding-bottom: 0;\n    }\n    \n    .hero-image img {\n        width: 100%;\n        max-width: 400px;\n        height: auto;\n        margin: 0 auto;\n        display: block;\n        animation: none; \/* T\u1eaft float animation *\/\n        transform: none; \/* Reset transform *\/\n    }\n    \n    .hero-text {\n        order: 2; \/* Text xu\u1ed1ng d\u01b0\u1edbi *\/\n    }\n\n    .hero-title {\n        font-size: 3rem;\n        margin-bottom: 20px;\n    }\n\n    .hero-description {\n        font-size: 1.2rem;\n        margin-bottom: 30px;\n    }\n\n    .section-title {\n        font-size: 1.9rem;\n    }\n\n    .mission-vision {\n        grid-template-columns: 1fr;\n        gap: 40px;\n    }\n\n    .mission-card, .vision-card {\n        padding: 30px;\n    }\n\n    .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .timeline::before {\n        left: 30px;\n    }\n\n    .timeline-item {\n        flex-direction: column;\n        align-items: flex-start;\n        padding-left: 80px;\n    }\n\n    .timeline-item:nth-child(even) {\n        flex-direction: column;\n    }\n\n    .timeline-content {\n        width: 100%;\n    }\n\n    .timeline-dot {\n        left: 30px;\n    }\n\n    .team-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .cta-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .cta-btn {\n        width: 100%;\n        max-width: 300px;\n    }\n}\n\n@media (max-width: 480px) {\n    .about-hero {\n        padding: 40px 0 20px 0; \/* Gi\u1ea3m padding nhi\u1ec1u h\u01a1n *\/\n        min-height: 60vh; \/* Gi\u1ea3m height *\/\n    }\n    \n    .hero-content {\n        padding: 0 15px;\n        gap: 20px; \/* Gi\u1ea3m gap *\/\n    }\n    \n    .hero-image img {\n        max-width: 280px; \/* Gi\u1ea3m size \u1ea3nh *\/\n        animation: none; \/* \u0110\u1ea3m b\u1ea3o t\u1eaft animation *\/\n        transform: none;\n    }\n    \n    .hero-title {\n        font-size: 2.2rem;\n        margin-bottom: 15px;\n    }\n    \n    .hero-description {\n        font-size: 1.1rem;\n        margin-bottom: 20px; \/* Gi\u1ea3m margin-bottom *\/\n    }\n    \n    .hero-cta {\n        margin-bottom: 0; \/* Lo\u1ea1i b\u1ecf margin d\u01b0\u1edbi button *\/\n    }\n}\n@media (max-width: 480px) {\n    .hero-content {\n        padding: 40px 0 20px 0; \/* Gi\u1ea3m padding-bottom xu\u1ed1ng 20px *\/\n\n    }\n\n    \n    .about-hero {\n        padding: 60px 0;\n        min-height: 80vh;\n    }\n    \n    .hero-title {\n        font-size: 2.2rem;\n        margin-bottom: 15px; \/* Gi\u1ea3m margin-bottom *\/\n\n    }\n    \n    .hero-description {\n        font-size: 1.1rem;\n    }\n}\n<\/style>\n<section class=\"about-hero\">\n    <div class=\"hero-content\">\n        <div class=\"hero-text\">\n            <h1 class=\"hero-title\">About <span class=\"hero-tagline\">FlyFone<\/span><\/h1>\n            <p class=\"hero-description\">\n                Over 8 years of expertise in global call center communications, \n                trusted by 10,000+ companies worldwide to deliver superior \n                performance and reliability.\n            <\/p>\n            <a href=\"https:\/\/flyfone.com\/ru\/contact-us\/\" class=\"hero-cta\">\u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u0441\u0435\u0433\u043e\u0434\u043d\u044f<\/a>\n        <\/div>\n        <div class=\"hero-image\">\n            <img decoding=\"async\" src=\"https:\/\/flyfone.com\/wp-content\/uploads\/2025\/07\/aboutus-herosection.png\" alt=\"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044c \u043f\u043e \u0440\u0430\u0431\u043e\u0442\u0435 \u0441 \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c\u0438\" style=\"max-width: 100%; height: auto;\">\n        <\/div>\n    <\/div>\n<\/section>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/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\/* MISSION & VISION *\/\n.ffv2-mv{padding:64px 0;background:#fff}\n.ffv2-mv-head{text-align:center;margin-bottom:56px}\n.ffv2-mv-head h2{font-size:36px;font-weight:800;letter-spacing:-.03em;margin-bottom:12px}\n.ffv2-mv-head p{font-size:17px;color:#64748b;max-width:600px;margin:0 auto;line-height:1.65}\n.ffv2-mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}\n.ffv2-mv-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:40px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}\n.ffv2-mv-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#2563eb,#60a5fa)}\n.ffv2-mv-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.08)}\n.ffv2-mv-card .ffv2-ico{margin-bottom:20px}\n.ffv2-mv-card h3{font-size:22px;font-weight:700;margin-bottom:14px;letter-spacing:-.02em}\n.ffv2-mv-card p{font-size:15px;color:#64748b;line-height:1.75}\n\n\/* FEATURES (Bento) *\/\n.ffv2-feat{padding:64px 0;background:#f8fafc}\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.ffv2-bento{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:16px}\n.ffv2-bc{background:#fff;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\/* TIMELINE *\/\n.ffv2-tl{padding:64px 0;background:#fff}\n.ffv2-tl-head{text-align:center;margin-bottom:56px}\n.ffv2-tl-head h2{font-size:36px;font-weight:800;letter-spacing:-.03em;margin-bottom:12px}\n.ffv2-tl-head p{font-size:17px;color:#64748b;max-width:520px;margin:0 auto;line-height:1.65}\n.ffv2-tl-list{max-width:720px;margin:0 auto;position:relative;padding-left:40px}\n.ffv2-tl-list::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:2px;background:#e2e8f0}\n.ffv2-tl-item{position:relative;margin-bottom:40px;padding-left:32px}\n.ffv2-tl-item:last-child{margin-bottom:0}\n.ffv2-tl-dot{position:absolute;left:-33px;top:4px;width:28px;height:28px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 0 0 4px #fff,0 0 0 6px #e2e8f0}\n.ffv2-tl-dot svg{width:14px;height:14px;color:#fff}\n.ffv2-tl-year{display:inline-block;font-size:13px;font-weight:700;color:#2563eb;background:#eff6ff;padding:4px 14px;border-radius:99px;margin-bottom:10px}\n.ffv2-tl-item h3{font-size:18px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}\n.ffv2-tl-item p{font-size:15px;color:#64748b;line-height:1.7}\n\n\/* TEAM (dark section, reuse testi pattern) *\/\n.ffv2-testi{padding:64px 0;background:#0f172a}\n.ffv2-testi-head{text-align:center;margin-bottom:44px}\n.ffv2-testi-head .ey{color:#60a5fa;background:rgba(96,165,250,.12)}\n.ffv2-testi-title{font-size:34px;font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:10px}\n.ffv2-testi-sub{font-size:17px;color:rgba(255,255,255,.5);max-width:520px;margin:0 auto;line-height:1.65}\n.ffv2-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}\n.ffv2-testi-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px;transition:transform .3s ease,box-shadow .3s ease}\n.ffv2-testi-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.2);border-color:rgba(255,255,255,.15)}\n.ffv2-testi-pill{display:inline-block;padding:4px 12px;border-radius:99px;font-size:12px;font-weight:700;margin-bottom:20px}\n.ffv2-testi-pill.green{background:rgba(34,197,94,.15);color:#4ade80}\n.ffv2-testi-pill.blue{background:rgba(96,165,250,.15);color:#60a5fa}\n.ffv2-testi-pill.amber{background:rgba(251,191,36,.15);color:#fbbf24}\n.ffv2-testi-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;flex-shrink:0;margin-bottom:20px}\n.ffv2-testi-name{font-size:18px;font-weight:700;color:#fff;margin-bottom:4px}\n.ffv2-testi-role{font-size:13px;color:rgba(255,255,255,.4);margin-bottom:16px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}\n.ffv2-team-desc{font-size:15px;color:rgba(255,255,255,.65);line-height:1.7}\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,.ffv2-mv-head h2,.ffv2-tl-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-mv-grid{grid-template-columns:1fr}\n  .ffv2-testi-grid{grid-template-columns:1fr;gap:16px}\n  .ffv2-testi-title{font-size:26px}\n  .ffv2-tl-list{padding-left:32px}\n  .ffv2-tl-item{padding-left:24px}\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\">FlyFone By The Numbers<\/span>\n    <h2>Proven Performance at Scale<\/h2>\n    <p>Over 8 years of expertise in global call center communications<\/p>\n  <\/div>\n  <div class=\"ffv2-stats\">\n    <div class=\"ffv2-stat sr\">\n      <div><div class=\"big\">8+<\/div><div class=\"label\">Years Experience<\/div><\/div>\n      <div class=\"desc\">Global call center expertise since 2016<\/div>\n    <\/div>\n    <div class=\"ffv2-stat sr sr-d1\">\n      <div><div class=\"big\">10K+<\/div><div class=\"label\">Companies Served<\/div><\/div>\n      <div class=\"desc\">Across multiple industries worldwide<\/div>\n    <\/div>\n    <div class=\"ffv2-stat sr sr-d2\">\n      <div><div class=\"big\">99%+<\/div><div class=\"label\">ASR Performance<\/div><\/div>\n      <div class=\"desc\">Industry-leading connection rates<\/div>\n    <\/div>\n    <div class=\"ffv2-stat sr sr-d3\">\n      <div><div class=\"big\">24hrs<\/div><div class=\"label\">Rapid Deployment<\/div><\/div>\n      <div class=\"desc\">Launch new markets instantly<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 2. MISSION & VISION -->\n<section class=\"ffv2-mv\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-mv-head sr\">\n    <span class=\"ey\">Who We Are<\/span>\n    <h2>Our Mission & Vision<\/h2>\n    <p>Driving innovation in global communications with cutting-edge technology and unmatched reliability<\/p>\n  <\/div>\n  <div class=\"ffv2-mv-grid\">\n    <div class=\"ffv2-mv-card 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\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><circle cx=\"12\" cy=\"12\" r=\"6\"\/><circle cx=\"12\" cy=\"12\" r=\"2\"\/><\/svg><\/div>\n      <h3>Our Mission<\/h3>\n      <p>To revolutionize global call center communications by providing enterprise-grade, cloud-native solutions that enable businesses to launch and scale their customer service operations with unprecedented speed and reliability.<\/p>\n    <\/div>\n    <div class=\"ffv2-mv-card 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=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg><\/div>\n      <h3>Our Vision<\/h3>\n      <p>To be the world's leading call center platform, empowering businesses of all sizes to deliver exceptional customer experiences through intelligent automation, superior voice quality, and seamless global connectivity.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 3. WHY CHOOSE FLYFONE (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>Why Choose FlyFone?<\/h2>\n    <p>Our comprehensive platform delivers everything you need for superior call center performance<\/p>\n  <\/div>\n  <div class=\"ffv2-bento\">\n    <div class=\"ffv2-bc big sr\">\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=\"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z\"\/><\/svg><\/div>\n      <h3>Global AWS Infrastructure<\/h3>\n      <p>Hosted on Amazon AWS across multiple regions for optimal voice quality and reliability. Enterprise-grade security with global scalability built-in.<\/p>\n      <div class=\"ffv2-tags\">\n        <span class=\"ffv2-tag\">Multi-region<\/span><span class=\"ffv2-tag\">Enterprise security<\/span><span class=\"ffv2-tag\">99.95% SLA<\/span><span class=\"ffv2-tag\">Global CDN<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d1\">\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>Rapid Deployment<\/h3>\n      <p>Launch call campaigns into new markets within 24 hours. No lengthy setup processes, no hardware requirements. Our cloud-native platform gets you operational immediately.<\/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=\"18\" cy=\"18\" r=\"3\"\/><circle cx=\"6\" cy=\"6\" r=\"3\"\/><path d=\"M6 21V9a9 9 0 0 0 9 9\"\/><\/svg><\/div>\n      <h3>Intelligent Route Management<\/h3>\n      <p>Multi-route backup with dynamic rotation and automatic updates maintain high connection rates. Smart CallerID management optimizes answer rates globally.<\/p>\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>Flexible Access Options<\/h3>\n      <p>Choose from web-based dialer, desktop app, or full API\/SIP trunk integration. Seamlessly integrate with your existing systems or operate as standalone solution.<\/p>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d1\">\n      <div class=\"ffv2-ico sk\"><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=\"M18 20V10\"\/><path d=\"M12 20V4\"\/><path d=\"M6 20v-6\"\/><\/svg><\/div>\n      <h3>Advanced Analytics<\/h3>\n      <p>Real-time monitoring of ASR, ALOC, agent productivity with comprehensive analytics suite. Make data-driven decisions with AI-powered insights.<\/p>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d2\">\n      <div class=\"ffv2-ico ro\"><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 \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u044f\u0442\u0438\u044f<\/h3>\n      <p>Bank-level security with built-in compliance tools for HIPAA, PCI DSS, GDPR, and SOX. Protect your business and customer data with the highest security standards.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 4. TIMELINE -->\n<section class=\"ffv2-tl\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-tl-head sr\">\n    <span class=\"ey\">Our Journey<\/span>\n    <h2>Our Journey<\/h2>\n    <p>8+ years of continuous innovation in global call center communications<\/p>\n  <\/div>\n  <div class=\"ffv2-tl-list\">\n    <div class=\"ffv2-tl-item sr\">\n      <div class=\"ffv2-tl-dot\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n      <span class=\"ffv2-tl-year\">2016<\/span>\n      <h3>Company Founded<\/h3>\n      <p>Started with a vision to revolutionize call center communications through cloud-native technology and superior voice quality.<\/p>\n    <\/div>\n    <div class=\"ffv2-tl-item sr sr-d1\">\n      <div class=\"ffv2-tl-dot\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n      <span class=\"ffv2-tl-year\">2018<\/span>\n      <h3>Global Expansion<\/h3>\n      <p>Launched multi-region AWS infrastructure and intelligent route management, enabling businesses to scale globally with unprecedented speed.<\/p>\n    <\/div>\n    <div class=\"ffv2-tl-item sr sr-d2\">\n      <div class=\"ffv2-tl-dot\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n      <span class=\"ffv2-tl-year\">2020<\/span>\n      <h3>Advanced Features Launch<\/h3>\n      <p>Introduced enterprise-grade features including advanced auto-dialer, call broadcasting, and real-time monitoring capabilities.<\/p>\n    <\/div>\n    <div class=\"ffv2-tl-item sr sr-d3\">\n      <div class=\"ffv2-tl-dot\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n      <span class=\"ffv2-tl-year\">2023<\/span>\n      <h3>AI Integration<\/h3>\n      <p>Pioneered AI-powered insights and automation, helping customers achieve 25-40% increase in sales conversions and 30% reduction in operational costs.<\/p>\n    <\/div>\n    <div class=\"ffv2-tl-item sr\">\n      <div class=\"ffv2-tl-dot\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n      <span class=\"ffv2-tl-year\">2024<\/span>\n      <h3>10M+ Minutes Processed Monthly<\/h3>\n      <p>Powers over 10 million minutes of voice traffic every month across the globe, enabling high-performance communications for leading brands in healthcare, financial services, e-commerce, and technology, gaming sectors.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 5. TEAM \/ EXPERTISE (dark section) -->\n<section class=\"ffv2-testi\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-testi-head sr\">\n    <span class=\"ey\">Our Team<\/span>\n    <h2 class=\"ffv2-testi-title\">Our Expertise<\/h2>\n    <p class=\"ffv2-testi-sub\">Dedicated professionals with deep expertise in global communications and enterprise technology<\/p>\n  <\/div>\n  <div class=\"ffv2-testi-grid\">\n    <div class=\"ffv2-testi-card sr\">\n      <div class=\"ffv2-testi-avatar\" style=\"background:linear-gradient(135deg,#2563eb,#60a5fa)\">E<\/div>\n      <div class=\"ffv2-testi-name\">Engineering Team<\/div>\n      <div class=\"ffv2-testi-role\">Technical Excellence<\/div>\n      <p class=\"ffv2-team-desc\">World-class engineers with expertise in cloud infrastructure, voice technology, and enterprise-scale software development.<\/p>\n    <\/div>\n    <div class=\"ffv2-testi-card sr sr-d1\">\n      <div class=\"ffv2-testi-avatar\" style=\"background:linear-gradient(135deg,#059669,#34d399)\">S<\/div>\n      <div class=\"ffv2-testi-name\">Solutions Experts<\/div>\n      <div class=\"ffv2-testi-role\">\u0423\u0441\u043f\u0435\u0445 \u043a\u043b\u0438\u0435\u043d\u0442\u0430<\/div>\n      <p class=\"ffv2-team-desc\">Industry specialists helping businesses optimize their call center operations and achieve measurable ROI within 60-90 days.<\/p>\n    <\/div>\n    <div class=\"ffv2-testi-card sr sr-d2\">\n      <div class=\"ffv2-testi-avatar\" style=\"background:linear-gradient(135deg,#d97706,#fbbf24)\">SC<\/div>\n      <div class=\"ffv2-testi-name\">Security & Compliance<\/div>\n      <div class=\"ffv2-testi-role\">Enterprise Protection<\/div>\n      <p class=\"ffv2-team-desc\">Dedicated security professionals ensuring HIPAA, PCI DSS, GDPR, and SOX compliance with bank-level security standards.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 6. CTA -->\n<section class=\"ffv2-cta\">\n<div class=\"ffv2-wrap\">\n  <h2>Ready to Transform Your Call Center?<\/h2>\n  <p>Join 10,000+ companies who chose FlyFone for superior performance and rapid deployment.<\/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\">Schedule Demo<\/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":"About FlyFone Over 8 years of expertise in global call center communications, trusted by 10,000+ companies worldwide to deliver superior performance and reliability. Get Started Today FlyFone By The Numbers Proven Performance at Scale Over 8 years of expertise in global call center communications 8+Years Experience Global call center expertise since 2016 10K+Companies Served Across [...]","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-872","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/pages\/872","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=872"}],"version-history":[{"count":31,"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/pages\/872\/revisions"}],"predecessor-version":[{"id":12150,"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/pages\/872\/revisions\/12150"}],"wp:attachment":[{"href":"https:\/\/flyfone.com\/ru\/wp-json\/wp\/v2\/media?parent=872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}