{"id":7725,"date":"2026-03-03T20:45:28","date_gmt":"2026-03-03T15:45:28","guid":{"rendered":"https:\/\/hive.courses\/?page_id=7725"},"modified":"2026-03-03T23:17:42","modified_gmt":"2026-03-03T18:17:42","slug":"webinar-landing","status":"publish","type":"page","link":"https:\/\/hive.courses\/uz\/webinar-landing\/","title":{"rendered":"Webinar-landing"},"content":{"rendered":"\n<style>\n        *, *::before, *::after {\n            margin: 0; padding: 0; box-sizing: border-box;\n        }\n        :root {\n            --g-dark:  #063d00;\n            --g-mid:   #0a6b00;\n            --g-light: #12a300;\n            --g-pale:  #e8fce8;\n            --gold:    #f5c518;\n            --red:     #e83535;\n        }\n        html { scroll-behavior: smooth; }\n        body {\n            font-family: 'Inter', sans-serif;\n            background: #f0faf0;\n            color: #0d1a0d;\n            overflow-x: hidden;\n        }\n\n        \/* TOP BAR *\/\n        .top-bar {\n            position: sticky; top: 0; z-index: 100;\n            display: flex; align-items: center; justify-content: space-between; gap: 8px;\n            padding: 10px 18px;\n            background: var(--g-dark);\n        }\n        .top-bar .label {\n            display: flex; align-items: center; gap: 6px;\n            background: var(--red); color: #fff;\n            font-size: 11px; font-weight: 700; letter-spacing: 1.2px;\n            text-transform: uppercase; padding: 4px 10px; border-radius: 20px;\n        }\n        .top-bar .label::before {\n            content: ''; width: 7px; height: 7px;\n            background: #fff; border-radius: 50%;\n            animation: blink 1.4s ease-in-out infinite;\n        }\n        .top-bar .date { color: #c8f7c8; font-size: 13px; font-weight: 600; }\n        @keyframes blink {\n            0%,100% { opacity:1; transform:scale(1); }\n            50%      { opacity:.4; transform:scale(.7); }\n        }\n\n        \/* TICKER *\/\n        .ticker-wrap { overflow: hidden; background: var(--gold); padding: 8px 0; }\n        .ticker-track {\n            display: flex; width: max-content;\n            animation: scroll-ticker 22s linear infinite;\n        }\n        .ticker-track span {\n            white-space: nowrap; font-size: 13px; font-weight: 700;\n            color: #1a0d00; padding: 0 36px;\n        }\n        @keyframes scroll-ticker {\n            0%   { transform: translateX(0); }\n            100% { transform: translateX(-50%); }\n        }\n\n        \/* HERO *\/\n        .hero {\n            background: linear-gradient(160deg, #063d00 0%, #0a6b00 55%, #12a300 100%);\n            padding: 36px 20px 0; text-align: center; position: relative; overflow: hidden;\n        }\n        .hero::before {\n            content: ''; position: absolute; inset: 0;\n            background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.09) 0%, transparent 70%);\n            pointer-events: none;\n        }\n        .hero-eyebrow {\n            display: inline-flex; align-items: center; gap: 6px;\n            background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.25);\n            color: #b6ffb6; font-size: 11px; font-weight: 700;\n            letter-spacing: 1px; text-transform: uppercase;\n            padding: 5px 14px; border-radius: 30px; margin-bottom: 18px;\n        }\n        .hero h1 {\n            font-size: clamp(20px, 5.5vw, 34px); font-weight: 900;\n            color: #fff; line-height: 1.35; letter-spacing: -.3px;\n            max-width: 640px; margin: 0 auto;\n        }\n        .hero h1 em { font-style: normal; color: var(--gold); }\n        .hero .sub {\n            margin-top: 16px; font-size: 15px; font-weight: 600; color: #b6ffb6;\n            max-width: 480px; margin-left: auto; margin-right: auto;\n        }\n\n        \/* SPEAKER *\/\n        .speaker-wrap {\n            position: relative; margin-top: 28px; display: inline-block;\n        }\n        .speaker-wrap img {\n            display: block; width: 100%; max-width: 320px;\n            border-radius: 20px 20px 0 0; object-fit: cover;\n        }\n        .speaker-badge {\n            position: absolute; bottom: 12px; right: -6px;\n            background: rgba(6,61,0,.93); backdrop-filter: blur(10px);\n            border: 1px solid rgba(255,255,255,.18); color: #fff;\n            padding: 12px 14px; border-radius: 16px; font-size: 11.5px;\n            line-height: 1.5; width: 168px;\n            box-shadow: 0 8px 24px rgba(0,0,0,.35);\n        }\n        .speaker-badge strong {\n            display: block; font-size: 13px; font-weight: 800;\n            color: var(--gold); margin-bottom: 4px;\n        }\n\n        \/* PRICE BOX *\/\n        .price-box {\n            background: #fff;\n            text-align: center;\n            box-shadow: 0 12px 40px rgba(10,107,0,.15);\n        }\n.price-box iframe{\nheight: 400px!important;\n\n}\n        .price-label {\n            display: inline-flex; align-items: center; gap: 8px;\n            background: linear-gradient(135deg, #0a6b00, #12a300);\n            color: #fff; font-size: 20px; font-weight: 900; letter-spacing: .5px;\n            padding: 10px 28px; border-radius: 50px; margin-bottom: 20px;\n            box-shadow: 0 4px 20px rgba(18,163,0,.4);\n        }\n\n       \n        \/* FEATURES *\/\n        .features-section { padding: 40px 20px 48px; background: #fff; }\n        .section-title {\n            text-align: center; font-size: clamp(18px, 5vw, 26px); font-weight: 900;\n            color: var(--g-dark); margin-bottom: 28px; line-height: 1.3;\n        }\n        .features-list {\n            display: flex; flex-direction: column; gap: 14px;\n            max-width: 600px; margin: 0 auto;\n        }\n        .feature-card {\n            display: flex; align-items: flex-start; gap: 14px;\n            background: var(--g-pale); border: 1.5px solid #c5f0c5;\n            padding: 16px 18px; border-radius: 16px;\n            font-size: 16px; font-weight: 500; color: #0d1a0d;\n            transition: transform .2s, box-shadow .2s;\n        }\n        .feature-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(10,107,0,.12); }\n        .feature-icon {\n            flex-shrink: 0; width: 20px; height: 20px;\n            background: linear-gradient(135deg, #0a6b00, #12a300);\n            border-radius: 10px; display: flex; align-items: center;\n            justify-content: center; font-size: 16px;\n        }\n\n        \/* BOTTOM CTA *\/\n        .cta-section {\n            padding: 36px 20px 48px;\n            background: linear-gradient(160deg, #063d00 0%, #0a6b00 100%);\n            text-align: center;\n        }\n        .cta-title { font-size: clamp(17px,5vw,24px); font-weight: 800; color: #fff; margin-bottom: 8px; }\n        .cta-sub   { font-size: 14px; color: #b6ffb6; }\n\n        \/* DESKTOP *\/\n        @media (min-width: 600px) {\n            .speaker-badge { right: 12px; width: 185px; }\n        }\n        @media (min-width: 768px) {\n            .hero { padding: 52px 32px 0; }\n            .price-box { margin: 0 auto; max-width: 560px; margin-top: -1px; }\n            .features-section { padding: 52px 32px 64px; }\n        }\n    <\/style>\n\n<!-- TOP BAR -->\n<div class=\"top-bar\">\n    <div class=\"label\">Onlayn Vebinar<\/div>\n    <div class=\"date\"> 7mart 2026 &nbsp;|&nbsp; 21:00<\/div>\n<\/div>\n\n<!-- TICKER 1 -->\n<div class=\"ticker-wrap\">\n    <div class=\"ticker-track\">\n        <span> Shoshiling! Joylar soni oz qoldi<\/span>\n        <span> Shoshiling! Joylar soni oz qoldi<\/span>\n        <span> Shoshiling! Joylar soni oz qoldi<\/span>\n        <span> Shoshiling! Joylar soni oz qoldi<\/span>\n        <span> Shoshiling! Joylar soni oz qoldi<\/span>\n        <span> Shoshiling! Joylar soni oz qoldi<\/span>\n        <span> Shoshiling! Joylar soni oz qoldi<\/span>\n        <span> Shoshiling! Joylar soni oz qoldi<\/span>\n    <\/div>\n<\/div>\n\n<!-- HERO -->\n<section class=\"hero\">\n    <div class=\"hero-eyebrow\">Bepul Vebinar<\/div>\n    <h1>\n        Jurnal tomonidan ilmiy maqolangiz <em>rad etilmasligi<\/em> uchun\n        bilishingiz shart bo&#8217;lgan talablar!\n    <\/h1>\n    <p class=\"sub\">Qatnashing va siz ham faqat nufuzli jurnallarda nashr qiling! <\/p>\n\n    <div class=\"speaker-wrap\">\n        <img decoding=\"async\" src=\"https:\/\/hive.courses\/wp-content\/uploads\/2026\/03\/rasm-2.webp\" alt=\"Zulfiya Kannazarova\">\n        <div class=\"speaker-badge\">\n            <strong>Zulfiya Kannazarova (PhD)<\/strong>\n            H-indeksi 6 ga teng bo&#8217;lgan va xalqaro Q1 jurnallarida nashr qilingan ko&#8217;plab ilmiy maqolalar muallifi.\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- PRICE + FORM -->\n<div class=\"price-box\">\n    <div class=\"price-label\"> MUTLAQO BEPUL<\/div>\n    <script>!function (a, m, o, c, r, m) { a[o + c] = a[o + c] || { setMeta: function (p) { this.params = (this.params || []).concat([p]) } }, a[o + r] = a[o + r] || function (f) { a[o + r].f = (a[o + r].f || []).concat([f]) }, a[o + r]({ id: \"1675022\", hash: \"4b8a06e4d13807b38255b7ee9a052c7b\", locale: \"ru\" }), a[o + m] = a[o + m] || function (f, k) { a[o + m].f = (a[o + m].f || []).concat([[f, k]]) } }(window, 0, \"amo_forms_\", \"params\", \"load\", \"loaded\");<\/script>\n    <script id=\"amoforms_script_1675022\" async=\"async\" charset=\"utf-8\"\n        src=\"https:\/\/forms.amocrm.ru\/forms\/assets\/js\/amoforms.js?1772009778\"><\/script>\n<\/div>\n\n<!-- FEATURES -->\n<section class=\"features-section\">\n    <h2 class=\"section-title\"> Webinarda nimalarni o&#8217;rganasiz?<\/h2>\n    <div class=\"features-list\">\n        <div class=\"feature-card\">\n            <div class=\"feature-icon\"><\/div>\n            <span>Jurnalga dolzarb mavzu tanlash<\/span>\n        <\/div>\n        <div class=\"feature-card\">\n            <div class=\"feature-icon\"><\/div>\n            <span>To&#8217;g&#8217;ri jurnal tanlash algoritmi<\/span>\n        <\/div>\n        <div class=\"feature-card\">\n            <div class=\"feature-icon\"><\/div>\n            <span>&#171;\u0425\u0438\u0449\u043d\u0438\u043a&#187; jurnallardan saqlanish<\/span>\n        <\/div>\n        <div class=\"feature-card\">\n            <div class=\"feature-icon\"><\/div>\n            <span>Maqola rad etilish sabablari va ularni oldini olish<\/span>\n        <\/div>\n        <div class=\"feature-card\">\n            <div class=\"feature-icon\"><\/div>\n            <span>Yangi talablarga asosan maqola strukturasi<\/span>\n        <\/div>\n        <div class=\"feature-card\">\n            <div class=\"feature-icon\"><\/div>\n            <span>Scopus &amp; WoS talablari asosida maqola tayyorlash<\/span>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- TICKER 2 -->\n<div class=\"ticker-wrap\">\n    <div class=\"ticker-track\">\n        <span> 7-mart 2026 yil soat 21:00  shoshiling!<\/span>\n        <span> 7-mart 2026 yil soat 21:00  shoshiling!<\/span>\n        <span> 7-mart 2026 yil soat 21:00  shoshiling!<\/span>\n        <span> 7-mart 2026 yil soat 21:00  shoshiling!<\/span>\n        <span> 7-mart 2026 yil soat 21:00  shoshiling!<\/span>\n        <span> 7-mart 2026 yil soat 21:00  shoshiling!<\/span>\n        <span> 7-mart 2026 yil soat 21:00  shoshiling!<\/span>\n        <span> 7-mart 2026 yil soat 21:00  shoshiling!<\/span>\n    <\/div>\n<\/div>\n\n<!-- BOTTOM CTA -->\n<div class=\"cta-section\">\n    <div class=\"cta-title\">Ro&#8217;yxatdan o&#8217;ting  bu bepul! <\/div>\n    <div class=\"cta-sub\">Joylar cheklangan. Hoziroq qatnashing!<\/div>\n<\/div>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Onlayn Vebinar 7mart 2026 &nbsp;|&nbsp; 21:00 Shoshiling! Joylar soni oz qoldi Shoshiling! Joylar soni oz qoldi Shoshiling! Joylar soni oz qoldi Shoshiling! Joylar soni oz qoldi Shoshiling! Joylar soni oz qoldi Shoshiling! Joylar soni oz qoldi Shoshiling! Joylar soni oz qoldi Shoshiling! Joylar soni oz qoldi Bepul Vebinar Jurnal tomonidan ilmiy maqolangiz rad etilmasligi uchun [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"qubely_full_width","meta":{"qubely_global_settings":"","qubely_interactions":"","slim_seo":{"title":"Webinar-landing - HIVECOURSES","description":"Onlayn Vebinar 7mart 2026 &nbsp;|&nbsp; 21:00 Shoshiling! Joylar soni oz qoldi Shoshiling! Joylar soni oz qoldi Shoshiling! Joylar soni oz qoldi Shoshiling! Joy"},"footnotes":""},"class_list":["post-7725","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","styles_descriptor":{"styles":{"desktop":"[data-prefix=\"single_page\"] [class*=\"ct-container\"] > article[class*=\"post\"] {--has-boxed:var(--false);--has-wide:var(--true);}","tablet":"","mobile":""},"google_fonts":[],"version":6},"vertical_spacing_source":"custom","content_style_source":"custom","content_style":"wide","disable_featured_image":"yes","disable_share_box":"yes","disable_header":"yes","disable_footer":"yes","content_area_spacing":"none","page_structure_type":"type-4"},"_links":{"self":[{"href":"https:\/\/hive.courses\/uz\/wp-json\/wp\/v2\/pages\/7725","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hive.courses\/uz\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hive.courses\/uz\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hive.courses\/uz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hive.courses\/uz\/wp-json\/wp\/v2\/comments?post=7725"}],"version-history":[{"count":13,"href":"https:\/\/hive.courses\/uz\/wp-json\/wp\/v2\/pages\/7725\/revisions"}],"predecessor-version":[{"id":8119,"href":"https:\/\/hive.courses\/uz\/wp-json\/wp\/v2\/pages\/7725\/revisions\/8119"}],"wp:attachment":[{"href":"https:\/\/hive.courses\/uz\/wp-json\/wp\/v2\/media?parent=7725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}