{"id":2405,"date":"2025-08-06T03:05:35","date_gmt":"2025-08-06T03:05:35","guid":{"rendered":"https:\/\/ocr365.com\/?page_id=2405"},"modified":"2025-08-06T03:15:20","modified_gmt":"2025-08-06T03:15:20","slug":"%d8%a7%d9%82%d8%aa%d8%b5%d8%a7%d8%b5-%d8%a7%d9%84%d8%b5%d9%88%d8%b1%d8%a9-jpg","status":"publish","type":"page","link":"https:\/\/ocr365.com\/ar\/crop-jpg\/","title":{"rendered":"\u0627\u0644\u0645\u062d\u0635\u0648\u0644 JPG"},"content":{"rendered":"<style>\n    .crop-image-upload-placeholder {\n        width: 100%;\n        max-width: 1000px;\n        margin: 0 auto 20px;\n        position: relative;\n    }\n    \n    .crop-image-upload-container {\n        background-color: #1fa4fc;\n        background-image: none; \n        border-radius: 12px;\n        height: 300px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n        outline: 1px dashed #ffffffd9;\n        outline-offset: -14px;\n    }\n    \n    \/* Disable all hover effects in the upload area *\/\n    .crop-image-upload-container:hover {\n        background-color:rgb(8, 138, 225) !important;\n        background-image: none !important;\n        outline: 1px dashed #ffffffd9 !important;\n        outline-offset: -14px !important;\n    }\n    \n    .crop-image-file-icon-group {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        transform: scale(1);\n        margin-bottom: 20px;\n    }\n    \n    .crop-image-choose-btn-wrapper {\n        margin-bottom: 18px;\n    }\n    \n    .crop-image-upload-btn {\n        background-color: #ffffff;\n        color: #000000;\n        border: none;\n        padding: 12px 24px;\n        border-radius: 4px;\n        font-size: 15px;\n        font-weight: 700;\n        cursor: pointer;\n        display: inline-flex;\n        align-items: center;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n    }\n    \n    .crop-image-upload-btn svg {\n        margin-right: 10px;\n        width: 14px !important;\n        height: 14px !important;\n        max-width: 14px !important;\n        max-height: 14px !important;\n        flex-shrink: 0;\n    }\n    \n    .crop-image-drop-text {\n        color: white;\n        font-size: 15px;\n        opacity: 0.95;\n    }\n    \n    \/* Add media queries to accommodate tablet and mobile devices *\/\n    @media (max-width: 768px) {\n        .crop-image-upload-container {\n            height: 250px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 14px 24px;\n            font-size: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .crop-image-upload-container {\n            height: 220px;\n            outline-offset: -10px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 12px 20px;\n            font-size: 14px;\n        }\n        \n        .crop-image-drop-text {\n            font-size: 14px;\n        }\n        \n        .crop-image-file-icon-group {\n            margin-bottom: 15px;\n        }\n        \n        .crop-image-benefit-text {\n            font-size: 15px;\n        }\n        \n        .crop-image-benefits-section {\n            gap: 25px;\n            padding: 0 10px;\n        }\n        \n        .crop-image-benefits-left p {\n            margin-bottom: 5px;\n        }\n    }\n    \n    \/* Extra small devices *\/\n    @media (max-width: 360px) {\n        .crop-image-upload-container {\n            height: 200px;\n        }\n        \n        .crop-image-file-icon svg {\n            width: 45px;\n            height: 45px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 10px 16px;\n            font-size: 13px;\n        }\n        \n        .crop-image-benefits-section {\n            gap: 20px;\n        }\n        \n        .crop-image-benefits-left {\n            font-size: 15px;\n        }\n        \n        .crop-image-benefit-text {\n            font-size: 14px;\n        }\n    }\n    \n    \/* Hide original file input but keep it functional *\/\n    .crop-image-file-input {\n        width: 0.1px;\n        height: 0.1px;\n        opacity: 0;\n        overflow: hidden;\n        position: absolute;\n        z-index: -1;\n    }\n    \n    \/* Advertisement Container Styles *\/\n    .crop-image-ad-container {\n        width: 100%;\n        margin: 0 auto 20px;\n        text-align: center;\n        overflow: hidden;\n        display: flex;\n        justify-content: center;\n    }\n    \n    .crop-image-ad-container ins {\n        display: block;\n        margin: 0 auto;\n        background-color: transparent;\n    }\n    \n    \/* Responsive styles for advertisements *\/\n    @media (max-width: 768px) {\n        .crop-image-ad-container {\n            margin-bottom: 15px;\n        }\n    }\n    \n    \/* Benefits Section Styles *\/\n    .crop-image-benefits-section {\n        max-width: 1000px;\n        margin: 0 auto;\n        display: flex;\n        gap: 50px;\n    }\n    \n    .crop-image-benefits-left {\n        flex: 1;\n        font-size: 16px;\n        line-height: 1.6;\n    }\n    \n    .crop-image-benefits-right {\n        flex: 1;\n    }\n    \n    .crop-image-benefit-item {\n        display: flex;\n        align-items: center;\n        gap: 14px;\n        margin-bottom: 16px;\n    }\n    \n    .crop-image-benefit-icon {\n        width: 20px;\n        height: 20px;\n        border-radius: 50%;\n        background-color: #0dbb30;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n    \n    .crop-image-benefit-text {\n        font-size: 16px;\n    }\n    \n    \/* Responsive styles for benefits section *\/\n    @media (max-width: 768px) {\n        .crop-image-benefits-section {\n            flex-direction: column;\n            gap: 10px;\n            padding: 0 15px;\n        }\n        \n        .crop-image-upload-container {\n            height: 250px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 14px 24px;\n            font-size: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .crop-image-benefit-text {\n            font-size: 15px;\n        }\n    }\n    \n    \/* Custom Header Styles - For upload page only *\/\n    .crop-image-page-header {\n        max-width: 1000px;\n        margin: 0 auto 30px;\n        text-align: center;\n        padding: 0 20px;\n        display: none; \/* Changed back to 'none' to hide by default *\/\n    }\n    \n    \/* Only show in upload page *\/\n    .crop-image-upload-page .crop-image-page-header {\n        display: block;\n    }\n    \n    .crop-image-headline {\n        font-size: 42px;\n        font-weight: 700;\n        color: #333;\n        margin-top: 30px;\n        margin-bottom: 15px;\n        line-height: 1.2;\n    }\n    \n    .crop-image-description {\n        font-size: 18px;\n        color: #666;\n        line-height: 1.6;\n        max-width: 800px;\n        margin: 0 auto;\n    }\n    \n    \/* Responsive styles for header *\/\n    @media (max-width: 768px) {\n        .crop-image-headline {\n            font-size: 30px;\n            margin-bottom: 12px;\n        }\n        \n        .crop-image-description {\n            font-size: 16px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .crop-image-page-header {\n            margin-bottom: 20px;\n        }\n        \n        .crop-image-headline {\n            font-size: 24px;\n            margin-bottom: 10px;\n        }\n        \n        .crop-image-description {\n            font-size: 15px;\n            line-height: 1.5;\n        }\n    }\n    \n    \/* Hide the main cropper header initially to prevent flicker *\/\n    .crop-image-header {\n        display: none;\n    }\n    \n    \/* Only show the header in cropper and result pages *\/\n    .crop-image-cropper-page .crop-image-header,\n    .crop-image-result-page .crop-image-header {\n        display: block;\n    }\n<\/style>\n\n<div class=\"crop-image-container crop-image-upload-page\" data-ratio=\"free\" data-circle=\"false\">\n    <div class=\"crop-image-wrapper\">\n        <div class=\"crop-image-header\">\n            <h3>\u0642\u0627\u0637\u0639 \u0627\u0644\u0635\u0648\u0631<\/h3>\n        <\/div>\n        \n        <div class=\"crop-image-body\">\n            <!-- Custom Page Header - Only visible on upload page -->\n            <div class=\"crop-image-page-header\">\n                                    <h1 class=\"crop-image-headline\">JPG \u0623\u062f\u0627\u0629 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u0635 JPG<\/h1>\n                                \n                                    <div class=\"crop-image-description\">\u062f\u0627\u0626\u0631\u0629 \u0627\u0644\u0645\u062d\u0627\u0635\u064a\u0644 - \u0627\u0644\u0645\u062d\u0627\u0635\u064a\u0644 <a href='\/ar\/%d8%a7%d9%82%d8%aa%d8%b5%d8%a7%d8%b5-%d8%a7%d9%84%d8%b5%d9%88%d8%b1%d8%a9-jpg\/' style='color:#0073e6;font-weight:bold'>JPG<\/a>, <a href='\/ar\/%d9%85%d8%ad%d8%b5%d9%88%d9%84-png\/' style='color:#28a745;font-weight:bold'>PNG<\/a>, <a href='\/ar\/%d8%b5%d9%88%d8%b1%d8%a9-%d9%85%d8%aa%d8%ad%d8%b1%d9%83%d8%a9-%d8%a7%d9%84%d9%85%d8%ad%d8%a7%d8%b5%d9%8a%d9%84\/' style='color:#ff5722;font-weight:bold'>GIF<\/a>\u060c \u0623\u0648 <a href='#' style='color:#9c27b0;font-weight:bold'>\u0648\u064a\u0628\u0628<\/a> \u0627\u0644\u0635\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a.<\/div>\n                            <\/div>\n            \n            <!-- Upload Section -->\n            <div class=\"crop-image-upload-section\">\n                <div class=\"crop-image-upload-placeholder crop-image-upload-container\" id=\"drop-area\">\n                    <div class=\"crop-image-file-icon-group\">\n                        <div class=\"crop-image-file-icon\">\n                            <svg width=\"50\" height=\"50\" viewbox=\"0 0 70 70\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" data-no-translation=\"\">\n                                <rect x=\"5\" y=\"5\" width=\"60\" height=\"60\" rx=\"8\" fill=\"#F5F9FF\" stroke=\"#E6E6E6\" stroke-width=\"1\"\/>\n                                <rect x=\"10\" y=\"10\" width=\"50\" height=\"40\" rx=\"6\" fill=\"#FFFFFF\" stroke=\"#4285F4\" stroke-width=\"1.5\"\/>\n                                <circle cx=\"22\" cy=\"22\" r=\"5\" fill=\"#4285F4\"\/>\n                                <path d=\"M10 42L25 30L40 42L60 28\" stroke=\"#4285F4\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n                                <path d=\"M35 50H55\" stroke=\"#4285F4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n                                <path d=\"M40 55H50\" stroke=\"#4285F4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"crop-image-choose-btn-wrapper\">\n                        <button type=\"button\" class=\"crop-image-upload-btn\" style=\"background-color: #ffffff !important; color: #000000 !important; padding: 12px 24px !important; font-size: 15px !important;\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 18px !important; height: 18px !important; margin-right: 10px !important; margin-bottom: 0 !important; margin-top: 0 !important; vertical-align: middle !important;\" data-no-translation=\"\">\n                                <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect>\n                                <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"><\/circle>\n                                <polyline points=\"21 15 16 10 5 21\"><\/polyline>\n                            <\/svg>\n                            \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0635\u0648\u0631                        <\/button>\n                    <\/div>\n                    \n                    <p class=\"crop-image-drop-text\">\u0623\u0648 \u0625\u0633\u0642\u0627\u0637 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0647\u0646\u0627<\/p>\n                <\/div>\n                <input type=\"file\" class=\"crop-image-file-input\" accept=\".png,.jpg,.jpeg,.gif,.webp,image\/png,image\/jpeg,image\/gif,image\/webp\">\n            <\/div><!-- End of crop-image-upload-section -->\n            \n            <!-- Ad Container for Upload Page -->\n            <div class=\"crop-image-ad-container crop-image-ad-upload\">\n                            <\/div>\n            \n            <!-- Custom content container - only shown on upload page -->\n            <div class=\"crop-image-custom-content-container\"><link rel=\"stylesheet\" href=\"\/wp-content\/plugins\/crop-image\/custom-templates\/crop-jpg.css\">\r\n    <svg style=\"position: absolute; width: 0; height: 0;\" width=\"0\" height=\"0\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" data-no-translation=\"\">\r\n        <defs>\r\n            <!-- Gradient definitions -->\r\n            <lineargradient id=\"icon-gradient\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"100%\">\r\n                <stop offset=\"0%\" stop-color=\"#2575fc\" \/>\r\n                <stop offset=\"100%\" stop-color=\"#6a11cb\" \/>\r\n            <\/lineargradient>\r\n            \r\n            <!-- Icon definitions -->\r\n            <symbol id=\"icon-crop\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M7,17V1H5V5H1V7H5V17A2,2 0 0,0 7,19H17V23H19V19H23V17M17,15H19V7C19,5.89 18.1,5 17,5H9V7H17V15Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-expand\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-compress\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M19.5,3.09L15,7.59V4H13V11H20V9H16.41L20.91,4.5L19.5,3.09M4,13V15H7.59L3.09,19.5L4.5,20.91L9,16.41V20H11V13H4Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-shield\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M12,5A3,3 0 0,1 15,8A3,3 0 0,1 12,11A3,3 0 0,1 9,8A3,3 0 0,1 12,5Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-bolt\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M11,15H6L13,1V9H18L11,23V15Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-globe\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2M12,4C14.42,4 16.6,5.08 18.09,6.81L15.16,9.75L12.75,7.34L10.53,9.56L12.28,11.31L10.53,13.06L8.25,10.78L5.91,13.12C4.72,11.73 4,9.93 4,8C4,5.79 5.79,4 8,4H12M8,17.5C5.79,17.5 4,15.71 4,13.5C4,12.28 4.5,11.17 5.29,10.38L6.69,11.78L8.97,14.06L11.78,11.25L12.69,10.34L15.91,7.12C16.32,7.61 16.66,8.17 16.91,8.78L13.5,12.19L16.64,15.33L13.95,15.5L11.78,13.34L9.56,15.56L8,17.5Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-check-circle\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4M11,16.5L6.5,12L7.91,10.59L11,13.67L16.59,8.09L18,9.5L11,16.5Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-magic\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M7,8A3,3 0 0,0 4,11A3,3 0 0,0 7,14A3,3 0 0,0 10,11A3,3 0 0,0 7,8M7,10A1,1 0 0,1 8,11A1,1 0 0,1 7,12A1,1 0 0,1 6,11A1,1 0 0,1 7,10M16.6,13C16,12.5 16,11.5 16.6,11L17.5,10L16.6,9C16,8.5 16,7.5 16.6,7L17.5,6L16.6,5C16,4.5 16,3.5 16.6,3L17.5,2L12,3.2V10.8L17.5,12L16.6,13M10.8,4.8L7.5,6.2V4.6L9.6,3H10.8V4.8M7.5,8V9.3L10.8,7.9V6.6L7.5,8M10.8,12.2V10.9L7.5,9.6V10.9L10.8,12.2M18,15V18.8L13,16.4L18,13.9V15Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-eye\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-ruler\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M3,5V21H9V19.5H7V18H9V16.5H5V15H9V13.5H7V12H9V10.5H5V9H9V7.5H7V6H9V4.5H5V3H19V7H21V3A2,2 0 0,0 19,1H5A2,2 0 0,0 3,3V5M11,6V21H13V6H11M15,15V21H17V15H15Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-file-image\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M6,20H15L18,20V12L14,16L12,14L6,20M8,9A2,2 0 0,0 6,11A2,2 0 0,0 8,13A2,2 0 0,0 10,11A2,2 0 0,0 8,9Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-arrows-alt\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M13,11H18L16.5,9.5L17.92,8.08L21.84,12L17.92,15.92L16.5,14.5L18,13H13V18L14.5,16.5L15.92,17.92L12,21.84L8.08,17.92L9.5,16.5L11,18V13H6L7.5,14.5L6.08,15.92L2.16,12L6.08,8.08L7.5,9.5L6,11H11V6L9.5,7.5L8.08,6.08L12,2.16L15.92,6.08L14.5,7.5L13,6V11Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-chevron-down\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z\"><\/path>\r\n            <\/symbol>\r\n        <\/defs>\r\n    <\/svg>\r\n    <div class=\"imgcrop-container\">\r\n        <section class=\"imgcrop-features\">\r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-crop\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">\u0627\u0642\u062a\u0635\u0627\u0635 \u062f\u0642\u064a\u0642 JPG<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">\u0642\u0645 \u0628\u0642\u0635 \u0635\u0648\u0631\u0643 JPG \u0628\u062f\u0642\u0629 \u0628\u0643\u0633\u0644 \u0645\u062b\u0627\u0644\u064a\u0629. \u062a\u062d\u0627\u0641\u0638 \u0623\u062f\u0627\u062a\u0646\u0627 \u0639\u0644\u0649 \u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0643\u0627\u0645\u0644\u0629 \u0644\u0635\u0648\u0631\u0643 \u0627\u0644\u0623\u0635\u0644\u064a\u0629 JPG \u0645\u0639 \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0643 \u0628\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u063a\u064a\u0631 \u0627\u0644\u0645\u0631\u063a\u0648\u0628 \u0641\u064a\u0647\u0627.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-expand\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">\u0636\u063a\u0637 \u0630\u0643\u064a JPG JPG<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">\u0642\u0645 \u0628\u062a\u062d\u0633\u064a\u0646 \u062d\u062c\u0645 \u0645\u0644\u0641 JPG \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u062f\u0648\u0646 \u0627\u0644\u062a\u0642\u0644\u064a\u0644 \u0645\u0646 \u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0645\u0631\u0626\u064a\u0629. \u062a\u0639\u0645\u0644 \u062e\u0648\u0627\u0631\u0632\u0645\u064a\u0629 \u0627\u0644\u0636\u063a\u0637 \u0627\u0644\u0630\u0643\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0646\u0627 \u0639\u0644\u0649 \u062a\u0642\u0644\u064a\u0644 \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0645\u0639 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0635\u0648\u0631\u0629.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-compress\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">JPG \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062d\u062c\u0645<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">\u0642\u0645 \u0628\u062a\u063a\u064a\u064a\u0631 \u062d\u062c\u0645 \u0635\u0648\u0631\u0643 JPG \u0625\u0644\u0649 \u0627\u0644\u0623\u0628\u0639\u0627\u062f \u0627\u0644\u062f\u0642\u064a\u0642\u0629 \u0645\u0639 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062c\u0648\u062f\u0629. \u0623\u0646\u0634\u0626 \u0635\u0648\u0631 JPG \u0645\u062b\u0627\u0644\u064a\u0629 \u0644\u0645\u0644\u0641\u0627\u062a \u062a\u0639\u0631\u064a\u0641 \u0648\u0633\u0627\u0626\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a \u0623\u0648 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0623\u0648 \u0644\u0627\u0641\u062a\u0627\u062a \u0627\u0644\u0648\u064a\u0628.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-shield\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">\u062e\u0627\u0635 \u0648\u0622\u0645\u0646<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">\u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u0629 \u0635\u0648\u0631\u0643 JPG \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0641\u064a \u0645\u062a\u0635\u0641\u062d\u0643. \u0644\u0627 \u062a\u0635\u0644 \u0623\u0628\u062f\u0627\u064b \u0625\u0644\u0649 \u062e\u0648\u0627\u062f\u0645\u0646\u0627\u060c \u0645\u0645\u0627 \u064a\u0636\u0645\u0646 \u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629 \u0627\u0644\u062a\u0627\u0645\u0629 \u0644\u0635\u0648\u0631\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0623\u0648 \u0627\u0644\u062d\u0633\u0627\u0633\u0629.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-bolt\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">\u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0641\u0648\u0631\u064a\u0629 JPG<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u0646\u062a\u0627\u0626\u062c \u0641\u064a \u062b\u0648\u0627\u0646\u064d \u0645\u0639 \u0645\u0639\u0627\u0644\u062c\u0629 JPG \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u0623\u062f\u0627\u0621. \u0642\u0635 \u0635\u0648\u0631 \u0645\u062a\u0639\u062f\u062f\u0629 \u0628\u0633\u0631\u0639\u0629 \u062f\u0648\u0646 \u0627\u0646\u062a\u0638\u0627\u0631 \u062a\u062d\u0645\u064a\u0644 \u0623\u0648 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u062e\u0627\u062f\u0645.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-globe\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">JPG \u0645\u0631\u0627\u0642\u0628\u0629 \u0627\u0644\u062c\u0648\u062f\u0629<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">\u0642\u0645 \u0628\u0636\u0628\u0637 \u062c\u0648\u062f\u0629 \u0635\u0627\u062f\u0631\u0627\u062a JPG \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0644\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u062a\u0648\u0627\u0632\u0646 \u0628\u064a\u0646 \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0648\u0627\u0644\u0648\u0636\u0648\u062d \u0627\u0644\u0628\u0635\u0631\u064a. \u0627\u062e\u062a\u0631 \u062c\u0648\u062f\u0629 \u0623\u0639\u0644\u0649 \u0644\u0644\u0637\u0628\u0627\u0639\u0629 \u0623\u0648 \u0623\u0642\u0644 \u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0648\u064a\u0628 \u0644\u062a\u062d\u0633\u064a\u0646 \u0623\u0648\u0642\u0627\u062a \u0627\u0644\u062a\u062d\u0645\u064a\u0644.<\/p>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-why-us\">\r\n            <h2 class=\"imgcrop-section-title\">\u0644\u0645\u0627\u0630\u0627 \u062a\u062e\u062a\u0627\u0631 \u0642\u0637\u0627\u0639\u0629 JPG \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0646\u0627 JPG\u061f<\/h2>\r\n            <div class=\"imgcrop-why-us-grid\">\r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>JPG \u062e\u0628\u0631\u0629 \u062a\u0646\u0633\u064a\u0642 JPG<\/h3>\r\n                        <p>\u062a\u0645 \u062a\u062d\u0633\u064a\u0646 \u0623\u062f\u0627\u062a\u0646\u0627 \u062e\u0635\u064a\u0635\u064b\u0627 \u0644\u0635\u0648\u0631 JPG\/JPEG\u060c \u0645\u0645\u0627 \u064a\u0636\u0645\u0646 \u0636\u063a\u0637\u064b\u0627 \u0645\u062b\u0627\u0644\u064a\u064b\u0627 \u0648\u062a\u0648\u0627\u0632\u0646\u064b\u0627 \u0645\u062b\u0627\u0644\u064a\u064b\u0627 \u0641\u064a \u062c\u0648\u062f\u0629 \u0627\u0644\u0635\u0648\u0631. \u0646\u062d\u0646 \u0646\u0641\u0647\u0645 \u0627\u0644\u0641\u0631\u0648\u0642 \u0627\u0644\u062f\u0642\u064a\u0642\u0629 \u0641\u064a \u062e\u0648\u0627\u0631\u0632\u0645\u064a\u0627\u062a \u0636\u063a\u0637 JPG.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>\u0639\u062f\u0645 \u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u062c\u0648\u062f\u0629<\/h3>\r\n                        <p>\u0639\u0644\u0649 \u0639\u0643\u0633 \u0627\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0645\u062d\u0631\u0631\u0627\u062a JPG \u0627\u0644\u062a\u064a \u062a\u0642\u0644\u0644 \u0645\u0646 \u062c\u0648\u062f\u0629 \u0635\u0648\u0631\u062a\u0643 \u0645\u0639 \u0643\u0644 \u062a\u0639\u062f\u064a\u0644\u060c \u062a\u062d\u0627\u0641\u0638 \u0623\u062f\u0627\u0629 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u0635 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0646\u0627 \u0639\u0644\u0649 \u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0623\u0635\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u062d\u062f\u062f\u0629\u060c \u0645\u0645\u0627 \u064a\u0645\u0646\u0639 \u0645\u0634\u0627\u0643\u0644 \u0627\u0644\u0636\u063a\u0637 \u0627\u0644\u0645\u0641\u0642\u0648\u062f\u0629.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>\u062d\u0641\u0638 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u0635\u0641\u064a\u0629<\/h3>\r\n                        <p>\u0646\u062d\u0646 \u0646\u062d\u062a\u0641\u0638 \u0628\u0628\u064a\u0627\u0646\u0627\u062a EXIF \u0627\u0644\u0648\u0635\u0641\u064a\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 \u0641\u064a \u0645\u0644\u0641\u0627\u062a JPG \u0639\u0646\u062f\u0645\u0627 \u064a\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u0645\u0643\u0646\u0627\u064b\u060c \u0645\u0639 \u0627\u0644\u0627\u062d\u062a\u0641\u0627\u0638 \u0628\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0642\u064a\u0645\u0629 \u0645\u062b\u0644 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0648\u062a\u0641\u0627\u0635\u064a\u0644 \u062d\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 \u0633\u0644\u064a\u0645\u0629 \u0628\u0639\u062f \u0627\u0644\u062a\u062d\u0631\u064a\u0631.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>\u0625\u0639\u062f\u0627\u062f\u0627\u062a JPG \u0627\u0644\u0645\u0633\u0628\u0642\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629<\/h3>\r\n                        <p>\u0627\u062d\u0641\u0638 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u0635 \u0627\u0644\u0645\u0641\u0636\u0644\u0629 \u0644\u062f\u064a\u0643 \u0628\u0633\u0647\u0648\u0644\u0629 \u0643\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u0633\u0628\u0642\u0629 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u062a\u0627\u0626\u062c \u0645\u062a\u0633\u0642\u0629. \u0645\u062b\u0627\u0644\u064a\u0629 \u0644\u0644\u0645\u0635\u0648\u0631\u064a\u0646 \u0627\u0644\u0641\u0648\u062a\u0648\u063a\u0631\u0627\u0641\u064a\u064a\u0646 \u0627\u0644\u0630\u064a\u0646 \u064a\u062d\u062a\u0627\u062c\u0648\u0646 \u0625\u0644\u0649 \u0623\u0628\u0639\u0627\u062f \u0645\u062d\u062f\u062f\u0629 \u0644\u0645\u0644\u0641\u0627\u062a\u0647\u0645 \u0623\u0648 \u0645\u062f\u064a\u0631\u064a \u0627\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0627\u0644\u0630\u064a\u0646 \u064a\u062d\u062a\u0627\u062c\u0648\u0646 \u0625\u0644\u0649 \u0635\u0648\u0631 \u0645\u0648\u062d\u062f\u0629 \u0644\u0644\u0645\u0646\u062a\u062c\u0627\u062a.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>\u0648\u0627\u062c\u0647\u0629 \u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u062f\u064a\u0647\u064a\u0629<\/h3>\r\n                        <p>\u062a\u062a\u0645\u064a\u0632 \u0623\u062f\u0627\u062a\u0646\u0627 \u0628\u0648\u0627\u062c\u0647\u0629 \u0628\u0633\u064a\u0637\u0629 \u0648\u0628\u062f\u064a\u0647\u064a\u0629 \u062a\u062c\u0639\u0644 \u0627\u0642\u062a\u0635\u0627\u0635 JPG \u0641\u064a \u0645\u062a\u0646\u0627\u0648\u0644 \u0627\u0644\u062c\u0645\u064a\u0639. \u0644\u0627 \u062d\u0627\u062c\u0629 \u0625\u0644\u0649 \u0645\u0647\u0627\u0631\u0627\u062a \u062a\u0642\u0646\u064a\u0629 - \u0645\u0627 \u0639\u0644\u064a\u0643 \u0633\u0648\u0649 \u0627\u0644\u062a\u062d\u0645\u064a\u0644 \u0648\u0627\u0644\u0642\u0635 \u0648\u0627\u0644\u062a\u0646\u0632\u064a\u0644 \u0628\u0628\u0636\u0639 \u0646\u0642\u0631\u0627\u062a.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>\u0644\u0627 \u062a\u0648\u062c\u062f \u0639\u0644\u0627\u0645\u0627\u062a \u0645\u0627\u0626\u064a\u0629 \u0623\u0648 \u0631\u0633\u0648\u0645 \u062e\u0641\u064a\u0629<\/h3>\r\n                        <p>\u0639\u0644\u0649 \u0639\u0643\u0633 \u0627\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0628\u0631\u0627\u0645\u062c \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0635\u0648\u0631 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a\u060c \u0646\u062d\u0646 \u0644\u0627 \u0646\u0636\u064a\u0641 \u0623\u0628\u062f\u064b\u0627 \u0639\u0644\u0627\u0645\u0627\u062a \u0645\u0627\u0626\u064a\u0629 \u0625\u0644\u0649 \u0635\u0648\u0631\u0643 \u0627\u0644\u062a\u064a \u062a\u0645 \u0627\u0642\u062a\u0635\u0627\u0635\u0647\u0627 JPG \u0648\u0644\u0627 \u0646\u062e\u0641\u064a \u0627\u0644\u0645\u064a\u0632\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u062e\u0644\u0641 \u062c\u062f\u0631\u0627\u0646 \u0627\u0644\u062d\u0645\u0627\u064a\u0629. \u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0646\u062a\u0627\u0626\u062c \u0628\u062c\u0648\u062f\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0645\u062c\u0627\u0646\u0627\u064b \u062a\u0645\u0627\u0645\u0627\u064b.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section id=\"how-it-works\" class=\"imgcrop-how-it-works\">\r\n            <h2 class=\"imgcrop-section-title\">\u0643\u064a\u0641\u064a\u0629 \u0627\u0642\u062a\u0635\u0627\u0635 \u0635\u0648\u0631\u0643 JPG<\/h2>\r\n            <div class=\"imgcrop-steps\">\r\n                <div class=\"imgcrop-step\">\r\n                    <div class=\"imgcrop-step-number\">1<\/div>\r\n                    <h3 class=\"imgcrop-step-title\">\u062a\u062d\u0645\u064a\u0644 JPG<\/h3>\r\n                    <p class=\"imgcrop-step-desc\">\u0642\u0645 \u0628\u0633\u062d\u0628 \u0645\u0644\u0641 JPG \u0648\u0625\u0641\u0644\u0627\u062a\u0647 \u0641\u064a \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062a\u062d\u0645\u064a\u0644 \u0623\u0648 \u0627\u0646\u0642\u0631 \u0644\u062a\u0635\u0641\u062d \u0645\u0644\u0641\u0627\u062a\u0643. \u0646\u062d\u0646 \u0646\u062f\u0639\u0645 \u062c\u0645\u064a\u0639 \u0645\u062a\u063a\u064a\u0631\u0627\u062a JPG\/JPEG.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-step\">\r\n                    <div class=\"imgcrop-step-number\">2<\/div>\r\n                    <h3 class=\"imgcrop-step-title\">\u0645\u0633\u0627\u062d\u0629 \u0627\u0644\u0645\u062d\u0627\u0635\u064a\u0644<\/h3>\r\n                    <p class=\"imgcrop-step-desc\">\u0627\u0636\u0628\u0637 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062a\u062d\u062f\u064a\u062f \u0644\u0627\u0642\u062a\u0635\u0627\u0635 \u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u0630\u064a \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u062d\u062a\u0641\u0627\u0638 \u0628\u0647 \u0628\u0627\u0644\u0636\u0628\u0637 \u0645\u0646 JPG. \u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0646\u0633\u0628 \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0645\u0633\u0628\u0642\u064b\u0627 \u0623\u0648 \u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0623\u0628\u0639\u0627\u062f \u0645\u062e\u0635\u0635\u0629.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-step\">\r\n                    <div class=\"imgcrop-step-number\">3<\/div>\r\n                    <h3 class=\"imgcrop-step-title\">\u0645\u062c\u0645\u0648\u0639\u0629 JPG \u0627\u0644\u062c\u0648\u062f\u0629 JPG<\/h3>\r\n                    <p class=\"imgcrop-step-desc\">\u0627\u062e\u062a\u0631 \u0645\u0633\u062a\u0648\u0649 \u062c\u0648\u062f\u0629 JPG \u0627\u0644\u0645\u0641\u0636\u0644 \u0644\u062f\u064a\u0643 \u0644\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u062a\u0648\u0627\u0632\u0646 \u0628\u064a\u0646 \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0648\u0648\u0636\u0648\u062d \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a\u0643 \u0627\u0644\u062e\u0627\u0635\u0629.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-step\">\r\n                    <div class=\"imgcrop-step-number\">4<\/div>\r\n                    <h3 class=\"imgcrop-step-title\">\u062a\u0646\u0632\u064a\u0644 JPG<\/h3>\r\n                    <p class=\"imgcrop-step-desc\">\u0627\u062d\u0641\u0638 \u0635\u0648\u0631\u0629 JPG \u0627\u0644\u062a\u064a \u062a\u0645 \u0627\u0642\u062a\u0635\u0627\u0635\u0647\u0627 \u0639\u0644\u0649 \u062c\u0647\u0627\u0632\u0643 \u0628\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u062d\u0633\u0651\u0646\u0629 \u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0648\u064a\u0628 \u0623\u0648 \u0627\u0644\u0637\u0628\u0627\u0639\u0629.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-tips\">\r\n            <h2 class=\"imgcrop-section-title\">\u0646\u0635\u0627\u0626\u062d \u0627\u0642\u062a\u0635\u0627\u0635 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 JPG \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 JPG<\/h2>\r\n            <div class=\"imgcrop-tips-container\">\r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-magic\"><\/use><\/svg> JPG \u0645\u064a\u0632\u0627\u0646 \u0627\u0644\u062c\u0648\u062f\u0629 JPG<\/h3>\r\n                    <p>\u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0635\u0648\u0631 \u0627\u0644\u0648\u064a\u0628\u060c \u063a\u0627\u0644\u0628\u064b\u0627 \u0645\u0627 \u064a\u0648\u0641\u0631 \u0625\u0639\u062f\u0627\u062f \u062c\u0648\u062f\u0629 JPG \u0645\u0646 75-85% \u0623\u0641\u0636\u0644 \u062a\u0648\u0627\u0632\u0646 \u0628\u064a\u0646 \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0648\u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0645\u0631\u0626\u064a\u0629. \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0624\u062f\u064a \u0630\u0644\u0643 \u0625\u0644\u0649 \u062a\u0642\u0644\u064a\u0644 \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0628\u0645\u0642\u062f\u0627\u0631 50-70% \u0645\u0639 \u0623\u0642\u0644 \u0641\u0631\u0642 \u0645\u0631\u0626\u064a.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-crop\"><\/use><\/svg> \u0648\u0633\u0627\u0626\u0637 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a JPG \u0627\u0644\u0623\u062d\u062c\u0627\u0645<\/h3>\r\n                    <p>\u0627\u0633\u062a\u062e\u062f\u0645 \u0647\u0630\u0647 \u0627\u0644\u0623\u0628\u0639\u0627\u062f JPG \u0627\u0644\u0645\u062b\u0627\u0644\u064a\u0629 \u0644\u0645\u0646\u0635\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a: \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a \u0639\u0644\u0649 \u0625\u0646\u0633\u062a\u063a\u0631\u0627\u0645 (320\u00d7320 \u0628\u0643\u0633\u0644)\u060c \u0648\u063a\u0644\u0627\u0641 \u0641\u064a\u0633\u0628\u0648\u0643 (851\u00d7315 \u0628\u0643\u0633\u0644)\u060c \u0648\u062a\u0631\u0648\u064a\u0633\u0629 \u062a\u0648\u064a\u062a\u0631 (1500\u00d7500 \u0628\u0643\u0633\u0644)\u060c \u0648\u0634\u0639\u0627\u0631 LinkedIn (1584\u00d7396 \u0628\u0643\u0633\u0644).<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-eye\"><\/use><\/svg> \u0627\u0633\u062a\u062e\u062f\u0627\u0645 JPG \u0645\u0642\u0627\u0628\u0644 PNG<\/h3>\r\n                    <p>\u0627\u062e\u062a\u0631 JPG \u0644\u0644\u0635\u0648\u0631 \u0627\u0644\u0641\u0648\u062a\u0648\u063a\u0631\u0627\u0641\u064a\u0629 \u0648\u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u0639\u0642\u062f\u0629 \u0630\u0627\u062a \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0627\u0644\u0645\u062a\u0639\u062f\u062f\u0629. \u0623\u0645\u0627 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0644\u0631\u0633\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0646\u0635\u0648\u0635 \u0623\u0648 \u0634\u0639\u0627\u0631\u0627\u062a \u0623\u0648 \u0635\u0648\u0631 \u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0634\u0641\u0627\u0641\u064a\u0629\u060c \u0641\u0636\u0639 \u0641\u064a \u0627\u0639\u062a\u0628\u0627\u0631\u0643 \u062a\u0646\u0633\u064a\u0642 PNG \u0628\u062f\u0644\u0627\u064b \u0645\u0646 \u0630\u0644\u0643 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u062c\u0648\u062f\u0629 \u0623\u0641\u0636\u0644.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-ruler\"><\/use><\/svg> \u0627\u0644\u062a\u0642\u0644\u064a\u0644 \u0645\u0646 \u0625\u0639\u0627\u062f\u0629 \u062a\u0648\u0641\u064a\u0631 JPG<\/h3>\r\n                    <p>\u0641\u064a \u0643\u0644 \u0645\u0631\u0629 \u062a\u0642\u0648\u0645 \u0641\u064a\u0647\u0627 \u0628\u062d\u0641\u0638 JPG\u060c \u062a\u062e\u0636\u0639 \u0644\u0636\u063a\u0637 \u064a\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u062c\u0648\u062f\u0629 \u0642\u0644\u064a\u0644\u0627\u064b. \u0642\u0645 \u0628\u0642\u0635 \u0648\u0625\u062c\u0631\u0627\u0621 \u062c\u0645\u064a\u0639 \u0627\u0644\u062a\u0639\u062f\u064a\u0644\u0627\u062a \u0641\u064a \u062c\u0644\u0633\u0629 \u0648\u0627\u062d\u062f\u0629 \u0644\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0623\u0639\u0644\u0649 \u062c\u0648\u062f\u0629 \u0645\u0645\u0643\u0646\u0629.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-file-image\"><\/use><\/svg> \u062a\u0642\u0644\u064a\u0644 \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 JPG<\/h3>\r\n                    <p>\u0644\u0627 \u064a\u0624\u062f\u064a \u0627\u0642\u062a\u0635\u0627\u0635 \u0627\u0644\u0623\u062c\u0632\u0627\u0621 \u063a\u064a\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064a\u0629 \u0645\u0646 \u0635\u0648\u0631\u0643 JPG \u0625\u0644\u0649 \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u062a\u0631\u0643\u064a\u0628 \u0641\u062d\u0633\u0628\u060c \u0628\u0644 \u064a\u0642\u0644\u0644 \u0645\u0646 \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0628\u0634\u0643\u0644 \u0643\u0628\u064a\u0631\u060c \u0645\u0645\u0627 \u064a\u062c\u0639\u0644 \u062a\u062d\u0645\u064a\u0644 \u0645\u0648\u0642\u0639\u0643 \u0639\u0644\u0649 \u0627\u0644\u0648\u064a\u0628 \u0623\u0633\u0631\u0639 \u0648\u064a\u0648\u0641\u0631 \u0645\u0633\u0627\u062d\u0629 \u062a\u062e\u0632\u064a\u0646.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-arrows-alt\"><\/use><\/svg> JPG \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062e\u0644\u0641\u064a\u0629<\/h3>\r\n                    <p>\u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u0646\u062a\u062c\u060c \u0642\u0645 \u0628\u0642\u0635 \u0627\u0644\u0635\u0648\u0631 \u0628\u0625\u062d\u0643\u0627\u0645 \u062d\u0648\u0644 \u0627\u0644\u0647\u062f\u0641 \u0644\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062e\u0644\u0641\u064a\u0627\u062a \u0627\u0644\u0645\u0634\u062a\u062a\u0629 \u0644\u0644\u0627\u0646\u062a\u0628\u0627\u0647. \u064a\u0624\u062f\u064a \u0630\u0644\u0643 \u0625\u0644\u0649 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0638\u0647\u0631 \u0623\u0646\u0638\u0641 \u0648\u064a\u0633\u0645\u062d \u0644\u0635\u0648\u0631 JPG \u0628\u0627\u0644\u0627\u0646\u062f\u0645\u0627\u062c \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644 \u0645\u0639 \u062a\u0635\u0645\u064a\u0645\u0627\u062a \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-faq\">\r\n            <h2 class=\"imgcrop-section-title\">JPG \u0627\u0642\u062a\u0635\u0627\u0635 JPG: \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0645\u062a\u062f\u0627\u0648\u0644\u0629<\/h2>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \u0647\u0644 \u064a\u0624\u062b\u0631 \u0627\u0642\u062a\u0635\u0627\u0635 JPG \u0639\u0644\u0649 \u062c\u0648\u062f\u0629 \u0627\u0644\u0635\u0648\u0631\u0629\u061f\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\u0639\u0646\u062f \u0627\u0642\u062a\u0635\u0627\u0635 \u0635\u0648\u0631\u0629 JPG \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0623\u062f\u0627\u062a\u0646\u0627\u060c \u064a\u062a\u0645 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u062c\u0648\u062f\u0629 \u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u0645\u062a\u0628\u0642\u064a. \u0648\u0645\u0639 \u0630\u0644\u0643\u060c \u0633\u062a\u0643\u0648\u0646 \u0627\u0644\u062f\u0642\u0629 (\u0625\u062c\u0645\u0627\u0644\u064a \u0639\u062f\u062f \u0648\u062d\u062f\u0627\u062a \u0627\u0644\u0628\u0643\u0633\u0644) \u0623\u0642\u0644 \u0628\u0637\u0628\u064a\u0639\u0629 \u0627\u0644\u062d\u0627\u0644 \u0644\u0623\u0646\u0643 \u062a\u0642\u0648\u0645 \u0628\u0625\u0632\u0627\u0644\u0629 \u0623\u062c\u0632\u0627\u0621 \u0645\u0646 \u0627\u0644\u0635\u0648\u0631\u0629. \u062a\u062d\u0627\u0641\u0638 \u0623\u062f\u0627\u062a\u0646\u0627 \u0639\u0644\u0649 \u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0643\u0627\u0645\u0644\u0629 \u0644\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u062f\u0648\u0646 \u0625\u0636\u0627\u0641\u0629 \u062a\u0623\u062b\u064a\u0631\u0627\u062a \u0636\u063a\u0637 \u0625\u0636\u0627\u0641\u064a\u0629\u060c \u0648\u0647\u0648 \u0645\u0627 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u062d\u062f\u062b \u0645\u0639 \u0623\u062f\u0648\u0627\u062a \u0627\u0642\u062a\u0635\u0627\u0635 JPG \u0630\u0627\u062a \u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0645\u0646\u062e\u0641\u0636\u0629.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \u0644\u0645\u0627\u0630\u0627 JPG \u0623\u0641\u0636\u0644 \u0645\u0646 \u0627\u0644\u062a\u0646\u0633\u064a\u0642\u0627\u062a \u0627\u0644\u0623\u062e\u0631\u0649 \u0644\u0644\u0635\u0648\u0631\u061f\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\u064a\u0639\u062f \u062a\u0646\u0633\u064a\u0642 JPG (\u0623\u0648 JPEG) \u0645\u062b\u0627\u0644\u064a\u064b\u0627 \u0644\u0644\u0635\u0648\u0631 \u0627\u0644\u0641\u0648\u062a\u0648\u063a\u0631\u0627\u0641\u064a\u0629 \u0648\u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u0639\u0642\u062f\u0629 \u0630\u0627\u062a \u0627\u0644\u062a\u062f\u0631\u062c\u0627\u062a \u0627\u0644\u0644\u0648\u0646\u064a\u0629 \u0644\u0623\u0646\u0647 \u064a\u0633\u062a\u062e\u062f\u0645 \u0636\u063a\u0637\u064b\u0627 \u062e\u0641\u064a\u0641\u064b\u0627 \u064a\u0639\u0645\u0644 \u0628\u0634\u0643\u0644 \u062c\u064a\u062f \u0645\u0639 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u0629. \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0645\u062b\u0644 \u0627\u0644\u062a\u0646\u0633\u064a\u0642 \u0645\u0644\u0627\u064a\u064a\u0646 \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0645\u0639 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0623\u062d\u062c\u0627\u0645 \u0645\u0644\u0641\u0627\u062a \u0635\u063a\u064a\u0631\u0629 \u0646\u0633\u0628\u064a\u0627\u064b. \u0639\u0644\u0649 \u0639\u0643\u0633 PNG \u0623\u0648 GIF\u060c \u064a\u0645\u0643\u0646 \u0644\u0640 JPG \u0636\u063a\u0637 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0641\u0648\u062a\u0648\u063a\u0631\u0627\u0641\u064a\u0629 \u0625\u0644\u0649 \u062c\u0632\u0621 \u0635\u063a\u064a\u0631 \u0645\u0646 \u062d\u062c\u0645\u0647\u0627 \u0627\u0644\u0623\u0635\u0644\u064a \u0645\u0639 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0645\u0638\u0647\u0631\u0647\u0627 \u0627\u0644\u062c\u064a\u062f \u0644\u0644\u0639\u064a\u0646 \u0627\u0644\u0628\u0634\u0631\u064a\u0629. \u0648\u0647\u0630\u0627 \u064a\u062c\u0639\u0644 JPG \u0645\u062b\u0627\u0644\u064a\u064b\u0627 \u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0648\u064a\u0628 \u0648\u0648\u0633\u0627\u0626\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a \u0648\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u062d\u064a\u062b \u064a\u0643\u0648\u0646 \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0645\u0647\u0645\u064b\u0627.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \u0643\u064a\u0641 \u064a\u0645\u0643\u0646\u0646\u064a \u0627\u0642\u062a\u0635\u0627\u0635 JPG \u0628\u0623\u0628\u0639\u0627\u062f \u0645\u062d\u062f\u062f\u0629\u061f\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\u062a\u0633\u0647\u0651\u0644 \u0623\u062f\u0627\u0629 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u0635 JPG \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0646\u0627 \u0627\u0642\u062a\u0635\u0627\u0635 \u0627\u0644\u0635\u0648\u0631 \u0628\u0623\u0628\u0639\u0627\u062f \u062f\u0642\u064a\u0642\u0629. \u0623\u0648\u0644\u0627\u064b\u060c \u062d\u062f\u062f \u062e\u064a\u0627\u0631 \"\u062d\u062c\u0645 \u0645\u062e\u0635\u0635\" \u0645\u0646 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0646\u0633\u062f\u0644\u0629 \u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0639\u0631\u0636 \u0625\u0644\u0649 \u0627\u0644\u0627\u0631\u062a\u0641\u0627\u0639. \u062b\u0645 \u0623\u062f\u062e\u0644 \u0627\u0644\u0639\u0631\u0636 \u0648\u0627\u0644\u0627\u0631\u062a\u0641\u0627\u0639 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u064a\u0646 \u0628\u0627\u0644\u0628\u0643\u0633\u0644 (\u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644\u060c 1200 \u00d7 628 \u0644\u0635\u0648\u0631\u0629 \u0631\u0627\u0628\u0637 \u0645\u0634\u062a\u0631\u0643 \u0639\u0644\u0649 \u0641\u064a\u0633\u0628\u0648\u0643). \u0633\u064a\u062a\u0645 \u0636\u0628\u0637 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u0635 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0644\u062a\u062a\u0646\u0627\u0633\u0628 \u0645\u0639 \u0647\u0630\u0647 \u0627\u0644\u0646\u0633\u0628. \u064a\u0645\u0643\u0646\u0643 \u0628\u0639\u062f \u0630\u0644\u0643 \u0648\u0636\u0639 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u0635 \u0647\u0630\u0647 \u0641\u0648\u0642 \u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u0630\u064a \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u062d\u062a\u0641\u0627\u0638 \u0628\u0647 \u0645\u0646 \u0635\u0648\u0631\u062a\u0643\u060c \u0648\u0633\u062a\u0642\u0648\u0645 \u0623\u062f\u0627\u062a\u0646\u0627 \u0628\u0625\u0646\u0634\u0627\u0621 JPG \u0628\u062a\u0644\u0643 \u0627\u0644\u0623\u0628\u0639\u0627\u062f \u0628\u0627\u0644\u0636\u0628\u0637.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \u0645\u0627 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062c\u0648\u062f\u0629 JPG \u0627\u0644\u0630\u064a \u064a\u062c\u0628 \u0623\u0646 \u0623\u0633\u062a\u062e\u062f\u0645\u0647\u061f\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\u064a\u0639\u062a\u0645\u062f \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0645\u062b\u0627\u0644\u064a JPG \u0639\u0644\u0649 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a\u0643. \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0625\u0644\u0649 \u0635\u0648\u0631 \u0627\u0644\u0648\u064a\u0628 \u0648\u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629\u060c \u064a\u0648\u0641\u0631 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062c\u0648\u062f\u0629 75-85% \u0639\u0627\u062f\u0629\u064b \u0623\u0641\u0636\u0644 \u062a\u0648\u0627\u0632\u0646 \u0628\u064a\u0646 \u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0648\u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0645\u0631\u0626\u064a\u0629. \u0644\u0644\u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629\u060c \u0627\u0633\u062a\u062e\u062f\u0645 \u0625\u0639\u062f\u0627\u062f 90-100%. \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0625\u0644\u0649 \u0645\u0631\u0641\u0642\u0627\u062a \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0623\u0648 \u0639\u0646\u062f\u0645\u0627 \u062a\u0643\u0648\u0646 \u0645\u0633\u0627\u062d\u0629 \u0627\u0644\u062a\u062e\u0632\u064a\u0646 \u0645\u062d\u062f\u0648\u062f\u0629\u060c \u0642\u062f \u062a\u0643\u0648\u0646 60-70% \u0643\u0627\u0641\u064a\u0629. \u062a\u0633\u0645\u062d \u0644\u0643 \u0623\u062f\u0627\u062a\u0646\u0627 \u0628\u0645\u0639\u0627\u064a\u0646\u0629 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629 \u062d\u062a\u0649 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0631\u0624\u064a\u0629 \u0627\u0644\u062a\u0623\u062b\u064a\u0631 \u0642\u0628\u0644 \u062a\u0646\u0632\u064a\u0644 JPG \u0627\u0644\u0630\u064a \u062a\u0645 \u0627\u0642\u062a\u0635\u0627\u0635\u0647.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \u0647\u0644 \u064a\u0645\u0643\u0646\u0646\u064a \u0627\u0642\u062a\u0635\u0627\u0635 \u0639\u062f\u0629 \u0645\u0644\u0641\u0627\u062a JPG \u062f\u0641\u0639\u0629 \u0648\u0627\u062d\u062f\u0629\u061f\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\u0644\u0627\u060c \u0644\u0627 \u062a\u062f\u0639\u0645 \u0623\u062f\u0627\u062a\u0646\u0627 \u062d\u0627\u0644\u064a\u064b\u0627 \u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0645\u062c\u0645\u0639\u0629 \u0644\u0635\u0648\u0631 JPG \u0627\u0644\u0645\u062a\u0639\u062f\u062f\u0629. \u0633\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0627\u0642\u062a\u0635\u0627\u0635 \u0643\u0644 \u0645\u0644\u0641 JPG \u0639\u0644\u0649 \u062d\u062f\u0629\u060c \u0645\u0645\u0627 \u064a\u062a\u064a\u062d \u0644\u0643 \u0625\u0639\u0637\u0627\u0621 \u0643\u0644 \u0635\u0648\u0631\u0629 \u0627\u0644\u0627\u0647\u062a\u0645\u0627\u0645 \u0627\u0644\u062e\u0627\u0635 \u0627\u0644\u0630\u064a \u062a\u062d\u062a\u0627\u062c\u0647 \u0644\u0627\u0642\u062a\u0635\u0627\u0635 \u0645\u062b\u0627\u0644\u064a. \u0646\u0641\u0643\u0631 \u0641\u064a \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0645\u062c\u0645\u0639\u0629 \u0641\u064a \u062a\u062d\u062f\u064a\u062b \u0645\u0633\u062a\u0642\u0628\u0644\u064a\u060c \u0648\u0644\u0643\u0646 \u0641\u064a \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u062d\u0627\u0644\u064a\u060c \u064a\u062c\u0628 \u0645\u0639\u0627\u0644\u062c\u0629 \u0643\u0644 \u0635\u0648\u0631\u0629 \u0639\u0644\u0649 \u062d\u062f\u0629.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \u0647\u0644 \u0647\u0646\u0627\u0643 \u062d\u062f \u0644\u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u0644\u0645\u0644\u0641\u0627\u062a JPGs \u0627\u0644\u062a\u064a \u064a\u0645\u0643\u0646\u0646\u064a \u0627\u0642\u062a\u0635\u0627\u0635\u0647\u0627\u061f\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\u064a\u0645\u0643\u0646 \u0644\u0642\u0635\u0627\u0635\u0629 JPG \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0646\u0627 \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0645\u0644\u0641\u0627\u062a \u064a\u0635\u0644 \u062d\u062c\u0645\u0647\u0627 \u0625\u0644\u0649 50 \u0645\u064a\u063a\u0627\u0628\u0627\u064a\u062a\u060c \u0648\u0647\u0648 \u0645\u0627 \u064a\u063a\u0637\u064a \u0645\u0639\u0638\u0645 \u0635\u0648\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0648\u0627\u0644\u0647\u0648\u0627\u062a\u0641 \u0627\u0644\u0630\u0643\u064a\u0629. \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0645\u0644\u0641\u0627\u062a JPG \u0627\u0644\u0643\u0628\u064a\u0631\u0629 \u0644\u0644\u063a\u0627\u064a\u0629 \u0645\u0646 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627\u062a \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629\u060c \u0642\u062f \u062a\u0631\u063a\u0628 \u0641\u064a \u062a\u063a\u064a\u064a\u0631 \u062d\u062c\u0645\u0647\u0627 \u0623\u0648\u0644\u0627\u064b \u0642\u0628\u0644 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u0635 \u0627\u0644\u062a\u0641\u0635\u064a\u0644\u064a. \u0646\u0638\u0631\u064b\u0627 \u0644\u0623\u0646 \u0643\u0644 \u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629 \u062a\u062d\u062f\u062b \u0641\u064a \u0645\u062a\u0635\u0641\u062d\u0643\u060c \u0641\u0625\u0646 \u0627\u0644\u062d\u062f \u0627\u0644\u0639\u0645\u0644\u064a \u064a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0630\u0627\u0643\u0631\u0629 \u062c\u0647\u0627\u0632\u0643 \u0648\u0642\u0648\u0629 \u0645\u0639\u0627\u0644\u062c\u062a\u0647.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \u0643\u064a\u0641 \u064a\u0624\u062b\u0631 \u0636\u063a\u0637 JPG \u0639\u0644\u0649 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u062a\u064a \u062a\u0645 \u0627\u0642\u062a\u0635\u0627\u0635\u0647\u0627\u061f\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\u064a\u0633\u062a\u062e\u062f\u0645 JPG \u062e\u0648\u0627\u0631\u0632\u0645\u064a\u0629 \u0636\u063a\u0637 \u0645\u0641\u0642\u0648\u062f\u0629 \u062a\u0639\u0645\u0644 \u0639\u0646 \u0637\u0631\u064a\u0642 \u062a\u0642\u0633\u064a\u0645 \u0627\u0644\u0635\u0648\u0631\u0629 \u0625\u0644\u0649 \u0643\u062a\u0644 \u0635\u063a\u064a\u0631\u0629 \u0648\u062a\u0628\u0633\u064a\u0637 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u062f\u0627\u062e\u0644 \u0643\u0644 \u0643\u062a\u0644\u0629. \u0639\u0646\u062f \u0627\u0642\u062a\u0635\u0627\u0635 \u0635\u0648\u0631\u0629 JPG \u0648\u062d\u0641\u0638\u0647\u0627 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649\u060c \u062a\u062a\u0645 \u0625\u0639\u0627\u062f\u0629 \u0645\u0639\u0627\u0644\u062c\u0629 \u0647\u0630\u0647 \u0627\u0644\u0643\u062a\u0644\u060c \u0645\u0645\u0627 \u0642\u062f \u064a\u0624\u062f\u064a \u0641\u064a \u0628\u0639\u0636 \u0627\u0644\u0623\u062d\u064a\u0627\u0646 \u0625\u0644\u0649 \u0638\u0647\u0648\u0631 \u0622\u062b\u0627\u0631 \u0636\u063a\u0637 \u062c\u062f\u064a\u062f\u0629. \u062a\u0642\u0644\u0644 \u0623\u062f\u0627\u062a\u0646\u0627 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062e\u0648\u0627\u0631\u0632\u0645\u064a\u0627\u062a \u0645\u0639\u0627\u0644\u062c\u0629 \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u062c\u0648\u062f\u0629 \u062a\u062d\u0627\u0641\u0638 \u0639\u0644\u0649 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0641\u064a \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u062a\u064a \u062a\u0645 \u0627\u0642\u062a\u0635\u0627\u0635\u0647\u0627. \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0644\u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u062d\u0631\u062c\u0629\u060c \u0646\u0642\u062f\u0645 \u0625\u0639\u062f\u0627\u062f\u064b\u0627 \u0639\u0627\u0644\u064a \u0627\u0644\u062c\u0648\u062f\u0629 \u064a\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u0642\u0637\u0639 \u0627\u0644\u0623\u062b\u0631\u064a\u0629 \u0644\u0644\u0636\u063a\u0637.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \u0647\u0644 \u064a\u0645\u0643\u0646\u0646\u064a \u0627\u0642\u062a\u0635\u0627\u0635 JPGs \u0639\u0644\u0649 \u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629\u061f\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\u0628\u0627\u0644\u062a\u0623\u0643\u064a\u062f! \u0623\u062f\u0627\u0629 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u0635 JPG \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0646\u0627 \u0633\u0631\u064a\u0639\u0629 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0648\u062a\u0639\u0645\u0644 \u0639\u0644\u0649 \u0627\u0644\u0647\u0648\u0627\u062a\u0641 \u0627\u0644\u0630\u0643\u064a\u0629 \u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0644\u0648\u062d\u064a\u0629. \u062a\u0645 \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u062a\u064a \u062a\u0639\u0645\u0644 \u0628\u0627\u0644\u0644\u0645\u0633 \u0644\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0639\u0644\u0649 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u060c \u0645\u0645\u0627 \u064a\u0633\u0645\u062d \u0644\u0643 \u0628\u0627\u0644\u062a\u0643\u0628\u064a\u0631 \u0648\u0627\u0644\u062a\u0635\u063a\u064a\u0631 \u0648\u0627\u0644\u0633\u062d\u0628 \u0644\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u0648\u0636\u0639 \u0648\u0627\u0642\u062a\u0635\u0627\u0635 \u0635\u0648\u0631\u0643 JPG \u0628\u062f\u0642\u0629 \u0639\u0644\u0649 \u0623\u064a \u062c\u0647\u0627\u0632. \u0648\u0647\u0630\u0627 \u064a\u062c\u0639\u0644\u0647\u0627 \u0645\u062b\u0627\u0644\u064a\u0629 \u0644\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u0644\u062a\u0642\u0637\u0629 \u0639\u0644\u0649 \u0647\u0627\u062a\u0641\u0643 \u0628\u0633\u0631\u0639\u0629 \u0642\u0628\u0644 \u0645\u0634\u0627\u0631\u0643\u062a\u0647\u0627 \u0639\u0644\u0649 \u0648\u0633\u0627\u0626\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a \u0623\u0648 \u0625\u0631\u0633\u0627\u0644\u0647\u0627 \u0639\u0628\u0631 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u0633\u0644\u0629.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-testimonials\">\r\n            <h2 class=\"imgcrop-section-title\">\u0645\u0627 \u0627\u0644\u0630\u064a \u064a\u0642\u0648\u0644\u0647 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0639\u0646 \u0642\u0637\u0651\u0627\u0639\u0629 JPG \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0646\u0627<\/h2>\r\n            \r\n            <div class=\"imgcrop-testimonials-grid\">\r\n                <div class=\"imgcrop-testimonial\">\r\n                    <p class=\"imgcrop-testimonial-text\">\u0623\u0646\u0627 \u0623\u062f\u064a\u0631 \u0648\u0633\u0627\u0626\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a \u0644\u0639\u062f\u0629 \u0639\u0645\u0644\u0627\u0621 \u0648\u0623\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0627\u0642\u062a\u0635\u0627\u0635 \u0639\u0634\u0631\u0627\u062a \u0627\u0644\u0635\u0648\u0631 JPG \u064a\u0648\u0645\u064a\u064b\u0627. \u0644\u0642\u062f \u0648\u0641\u0631\u062a \u0644\u064a \u0647\u0630\u0647 \u0627\u0644\u0623\u062f\u0627\u0629 \u0633\u0627\u0639\u0627\u062a \u0644\u0627 \u062a\u062d\u0635\u0649 \u0628\u0641\u0636\u0644 \u0648\u0627\u062c\u0647\u062a\u0647\u0627 \u0633\u0647\u0644\u0629 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0648\u0623\u0628\u0639\u0627\u062f \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629 \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0645\u0633\u0628\u0642\u064b\u0627. \u062c\u0648\u062f\u0629 JPG \u0645\u0645\u062a\u0627\u0632\u0629 \u062d\u062a\u0649 \u0628\u0639\u062f \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u0635.<\/p>\r\n                    <div class=\"imgcrop-testimonial-author\">\r\n                        <svg class=\"svg-avatar\" viewbox=\"0 0 100 100\" data-no-translation=\"\">\r\n                            <circle cx=\"50\" cy=\"40\" r=\"30\" fill=\"#FF8A80\"\/>\r\n                            <circle cx=\"50\" cy=\"100\" r=\"50\" fill=\"#FF8A80\"\/>\r\n                            <circle cx=\"50\" cy=\"35\" r=\"12\" fill=\"#fff\"\/>\r\n                            <circle cx=\"40\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <circle cx=\"60\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <path d=\"M40 45 Q50 55 60 45\" stroke=\"#333\" stroke-width=\"2\" fill=\"none\"\/>\r\n                        <\/svg>\r\n                        <div>\r\n                            <div class=\"imgcrop-testimonial-name\">\u062c\u064a\u0646\u064a\u0641\u0631 \u0648\u064a\u0644\u0633\u0648\u0646<\/div>\r\n                            <div class=\"imgcrop-testimonial-title\">\u0623\u062e\u0635\u0627\u0626\u064a \u062a\u0633\u0648\u064a\u0642 \u0631\u0642\u0645\u064a<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-testimonial\">\r\n                    <p class=\"imgcrop-testimonial-text\">\u0628\u0635\u0641\u062a\u064a \u0645\u0635\u0648\u0631\u0627\u064b \u0641\u0648\u062a\u0648\u063a\u0631\u0627\u0641\u064a\u0627\u064b \u0645\u062d\u062a\u0631\u0641\u0627\u064b\u060c \u0623\u0646\u0627 \u062d\u0631\u064a\u0635 \u062c\u062f\u0627\u064b \u0639\u0644\u0649 \u062c\u0648\u062f\u0629 JPG. \u062a\u062d\u0627\u0641\u0638 \u0623\u062f\u0627\u0629 \u0627\u0644\u0642\u0635 \u0647\u0630\u0647 \u0639\u0644\u0649 \u0633\u0644\u0627\u0645\u0629 \u0635\u0648\u0631\u064a \u0645\u0639 \u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0625\u062c\u0631\u0627\u0621 \u062a\u0639\u062f\u064a\u0644\u0627\u062a \u062f\u0642\u064a\u0642\u0629. \u0623\u0642\u062f\u0631 \u0628\u0634\u0643\u0644 \u062e\u0627\u0635 \u0623\u0646\u0647 \u064a\u062d\u0627\u0641\u0638 \u0639\u0644\u0649 \u0628\u064a\u0627\u0646\u0627\u062a EXIF \u0627\u0644\u0648\u0635\u0641\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u064a.<\/p>\r\n                    <div class=\"imgcrop-testimonial-author\">\r\n                        <svg class=\"svg-avatar\" viewbox=\"0 0 100 100\" data-no-translation=\"\">\r\n                            <circle cx=\"50\" cy=\"40\" r=\"30\" fill=\"#64B5F6\"\/>\r\n                            <circle cx=\"50\" cy=\"100\" r=\"50\" fill=\"#64B5F6\"\/>\r\n                            <circle cx=\"50\" cy=\"35\" r=\"12\" fill=\"#fff\"\/>\r\n                            <circle cx=\"40\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <circle cx=\"60\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <path d=\"M40 43 Q50 50 60 43\" stroke=\"#333\" stroke-width=\"2\" fill=\"none\"\/>\r\n                        <\/svg>\r\n                        <div>\r\n                            <div class=\"imgcrop-testimonial-name\">\u062f\u064a\u0641\u064a\u062f \u062a\u0634\u064a\u0646<\/div>\r\n                            <div class=\"imgcrop-testimonial-title\">\u0645\u0635\u0648\u0631 \u0641\u0648\u062a\u0648\u063a\u0631\u0627\u0641\u064a \u0645\u062d\u062a\u0631\u0641<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-testimonial\">\r\n                    <p class=\"imgcrop-testimonial-text\">\u0623\u062f\u064a\u0631 \u0645\u062a\u062c\u0631\u064b\u0627 \u0644\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0645\u0626\u0627\u062a \u0645\u0646 \u0635\u0648\u0631 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a. \u0644\u0642\u062f \u0623\u062f\u062a \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0642\u062a\u0635\u0627\u0635 \u0635\u0648\u0631 JPGs \u0648\u062a\u062d\u0633\u064a\u0646\u0647\u0627 \u0628\u0633\u0631\u0639\u0629 \u062f\u0648\u0646 \u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u062c\u0648\u062f\u0629 \u0625\u0644\u0649 \u062a\u062d\u0633\u064a\u0646 \u0633\u0631\u0639\u0629 \u062a\u062d\u0645\u064a\u0644 \u0645\u0648\u0642\u0639\u064a \u0628\u0634\u0643\u0644 \u0643\u0628\u064a\u0631. \u0627\u0644\u0642\u062f\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0623\u0628\u0639\u0627\u062f \u0645\u062a\u0633\u0642\u0629 \u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0644\u0627 \u062a\u0642\u062f\u0631 \u0628\u062b\u0645\u0646.<\/p>\r\n                    <div class=\"imgcrop-testimonial-author\">\r\n                        <svg class=\"svg-avatar\" viewbox=\"0 0 100 100\" data-no-translation=\"\">\r\n                            <circle cx=\"50\" cy=\"40\" r=\"30\" fill=\"#81C784\"\/>\r\n                            <circle cx=\"50\" cy=\"100\" r=\"50\" fill=\"#81C784\"\/>\r\n                            <circle cx=\"50\" cy=\"35\" r=\"12\" fill=\"#fff\"\/>\r\n                            <circle cx=\"40\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <circle cx=\"60\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <path d=\"M40 45 Q50 55 60 45\" stroke=\"#333\" stroke-width=\"2\" fill=\"none\"\/>\r\n                        <\/svg>\r\n                        <div>\r\n                            <div class=\"imgcrop-testimonial-name\">\u0631\u064a\u0628\u064a\u0643\u0627 \u062a\u0648\u0645\u0633\u0648\u0646<\/div>\r\n                            <div class=\"imgcrop-testimonial-title\">\u0645\u0627\u0644\u0643 \u0645\u062a\u062c\u0631 \u0627\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-case-studies\">\r\n            <h2 class=\"imgcrop-section-title\">JPG \u062d\u0627\u0644\u0627\u062a \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0632\u0631\u0627\u0639\u0629 JPG<\/h2>\r\n            \r\n            <div class=\"imgcrop-case-study\">\r\n                <div class=\"imgcrop-case-study-content\">\r\n                    <div class=\"imgcrop-case-study-image-container\">\r\n                        <div class=\"imgcrop-case-study-image-box\">\r\n                            <div class=\"imgcrop-case-study-image-label\">JPG \u0627\u0644\u0623\u0635\u0644\u064a<\/div>\r\n                            <img decoding=\"async\" src=\"\/wp-content\/plugins\/crop-image\/custom-templates\/photo-1507003211169-0a1dd7228f2d.webp\" alt=\"\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a \u0639\u0644\u0649 \u0644\u064a\u0646\u0643\u062f \u0625\u0646 \u0623\u0635\u0644\u064a\u0629\" class=\"imgcrop-case-study-image\">\r\n                        <\/div>\r\n                        <div class=\"imgcrop-case-study-image-box\">\r\n                            <div class=\"imgcrop-case-study-image-label\">\u0645\u0642\u0635\u0648\u0635\u0629 JPG<\/div>\r\n                            <img decoding=\"async\" src=\"\/wp-content\/plugins\/crop-image\/custom-templates\/photo-1507003211169-0a1dd7228f2d.webp\" alt=\"\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a \u0639\u0644\u0649 LinkedIn \u0645\u0642\u0635\u0648\u0635\u0629\" class=\"imgcrop-case-study-image\">\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-case-study-info\">\r\n                        <h3 class=\"imgcrop-case-study-category\">\u0627\u0644\u0634\u0628\u0643\u0627\u062a \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/h3>\r\n                        <h2 class=\"imgcrop-case-study-title\">\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a \u0639\u0644\u0649 \u0644\u064a\u0646\u0643\u062f \u0625\u0646<\/h2>\r\n                        <p class=\"imgcrop-case-study-desc\">\u062a\u062a\u0637\u0644\u0628 \u0635\u0648\u0631 \u0627\u0644\u0631\u0623\u0633 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0644\u0640 LinkedIn \u0627\u0642\u062a\u0635\u0627\u0635\u064b\u0627 \u062f\u0642\u064a\u0642\u064b\u0627 \u0644\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u0645\u0638\u0647\u0631 \u0627\u0644\u0645\u0635\u0642\u0648\u0644. \u064a\u062c\u0628 \u0627\u0642\u062a\u0635\u0627\u0635 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u062b\u0627\u0644\u064a\u0629 JPG \u0644\u0644\u062a\u0631\u0643\u064a\u0632 \u0639\u0644\u0649 \u0627\u0644\u0648\u062c\u0647 \u0648\u0627\u0644\u0643\u062a\u0641\u064a\u0646\u060c \u0645\u0639 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u0648\u0636\u0639 \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0644\u0636\u0645\u0627\u0646 \u0627\u0644\u0631\u0624\u064a\u0629 \u0641\u064a \u0643\u0644 \u0645\u0646 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0635\u063a\u0631\u0629 \u0627\u0644\u062f\u0627\u0626\u0631\u064a\u0629 \u0648\u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a \u0627\u0644\u0623\u0643\u0628\u0631.<\/p>\r\n                        <div class=\"imgcrop-case-study-stats\">\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">400 \u00d7 400 \u0628\u0643\u0633\u0644<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">\u0627\u0644\u062d\u062c\u0645 \u0627\u0644\u0623\u0645\u062b\u0644<\/div>\r\n                            <\/div>\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">1:1<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">\u0646\u0633\u0628\u0629 \u0627\u0644\u0639\u0631\u0636 \u0625\u0644\u0649 \u0627\u0644\u0627\u0631\u062a\u0641\u0627\u0639<\/div>\r\n                            <\/div>\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">85%<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">JPG \u0627\u0644\u062c\u0648\u062f\u0629<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-case-study\">\r\n                <div class=\"imgcrop-case-study-content\">\r\n                    <div class=\"imgcrop-case-study-image-container\">\r\n                        <div class=\"imgcrop-case-study-image-box\">\r\n                            <div class=\"imgcrop-case-study-image-label\">JPG \u0627\u0644\u0623\u0635\u0644\u064a<\/div>\r\n                            <img decoding=\"async\" src=\"\/wp-content\/plugins\/crop-image\/custom-templates\/photo-1506905925346-21bda4d32df4.webp\" alt=\"\u0635\u0648\u0631\u0629 \u0631\u0623\u0633 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0623\u0635\u0644\u064a\u0629\" class=\"imgcrop-case-study-image\">\r\n                        <\/div>\r\n                        <div class=\"imgcrop-case-study-image-box\">\r\n                            <div class=\"imgcrop-case-study-image-label\">\u0645\u0642\u0635\u0648\u0635\u0629 JPG<\/div>\r\n                            <img decoding=\"async\" src=\"\/wp-content\/plugins\/crop-image\/custom-templates\/photo-1506905925346-21bda4d32df4.webp\" alt=\"\u0627\u0642\u062a\u0635\u0627\u0635 \u0635\u0648\u0631\u0629 \u0631\u0623\u0633 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\" class=\"imgcrop-case-study-image\">\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-case-study-info\">\r\n                        <h3 class=\"imgcrop-case-study-category\">\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0648\u064a\u0628<\/h3>\r\n                        <h2 class=\"imgcrop-case-study-title\">\u0635\u0648\u0631 \u0631\u0623\u0633 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<\/h2>\r\n                        <p class=\"imgcrop-case-study-desc\">\u062a\u062a\u0637\u0644\u0628 \u0631\u0624\u0648\u0633 \u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0648\u064a\u0628 \u0635\u0648\u0631\u064b\u0627 \u0645\u0642\u0635\u0648\u0635\u0629 \u062e\u0635\u064a\u0635\u064b\u0627 JPG \u064a\u062a\u0645 \u0639\u0631\u0636\u0647\u0627 \u0628\u0634\u0643\u0644 \u062c\u064a\u062f \u0639\u0628\u0631 \u0645\u062e\u062a\u0644\u0641 \u0623\u062d\u062c\u0627\u0645 \u0627\u0644\u0623\u062c\u0647\u0632\u0629. \u0648\u064a\u062a\u0645\u062b\u0644 \u0627\u0644\u062a\u062d\u062f\u064a \u0641\u064a \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u0628\u0635\u0631\u064a \u0639\u0646\u062f \u0639\u0631\u0636 \u0627\u0644\u0635\u0648\u0631\u0629 \u0639\u0644\u0649 \u0643\u0644 \u0634\u064a\u0621 \u0628\u062f\u0621\u064b\u0627 \u0645\u0646 \u0627\u0644\u0647\u0648\u0627\u062a\u0641 \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629 \u0648\u062d\u062a\u0649 \u0627\u0644\u0634\u0627\u0634\u0627\u062a \u0627\u0644\u0639\u0631\u064a\u0636\u0629.<\/p>\r\n                        <div class=\"imgcrop-case-study-stats\">\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">1920 \u00d7 600 \u0628\u0643\u0633\u0644<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">\u0627\u0644\u062d\u062c\u0645 \u0627\u0644\u0623\u0645\u062b\u0644<\/div>\r\n                            <\/div>\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">16:5<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">\u0646\u0633\u0628\u0629 \u0627\u0644\u0639\u0631\u0636 \u0625\u0644\u0649 \u0627\u0644\u0627\u0631\u062a\u0641\u0627\u0639<\/div>\r\n                            <\/div>\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">75%<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">JPG \u0627\u0644\u062c\u0648\u062f\u0629<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-call-to-action\">\r\n            <h2 class=\"imgcrop-cta-title\">\u0647\u0644 \u0623\u0646\u062a \u0645\u0633\u062a\u0639\u062f \u0644\u0627\u0642\u062a\u0635\u0627\u0635 \u0635\u0648\u0631 JPG \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643\u061f<\/h2>\r\n            <p class=\"imgcrop-cta-subtitle\">\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0622\u0644\u0627\u0641 \u0627\u0644\u0645\u0635\u0648\u0631\u064a\u0646 \u0648\u0627\u0644\u0645\u0635\u0645\u0645\u064a\u0646 \u0648\u0645\u062d\u062a\u0631\u0641\u064a \u0627\u0644\u062a\u0633\u0648\u064a\u0642 \u0627\u0644\u0630\u064a\u0646 \u064a\u062b\u0642\u0648\u0646 \u0641\u064a \u0623\u062f\u0627\u0629 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u0635 \u0627\u0644\u0645\u062c\u0627\u0646\u064a\u0629 JPG \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0646\u062a\u0627\u0626\u062c \u0645\u062b\u0627\u0644\u064a\u0629 \u0641\u064a \u0643\u0644 \u0645\u0631\u0629.<\/p>\r\n            <a href=\"#\" class=\"imgcrop-btn\">\u0627\u0642\u062a\u0635\u0627\u0635 JPG \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0627\u0644\u0622\u0646<\/a>\r\n        <\/section>\r\n    <\/div>\r\n    \r\n    <script>\r\n        \/\/ FAQ toggle with SVG icon rotation\r\n        document.querySelectorAll('.imgcrop-faq-question').forEach(question => {\r\n            question.addEventListener('click', () => {\r\n                const item = question.parentNode;\r\n                item.classList.toggle('active');\r\n            });\r\n        });\r\n    <\/script><\/div>\n            \n            <!-- Cropper Section (Hidden initially) -->\n            <div class=\"crop-image-cropper-section\" style=\"display: none;\">\n                <div class=\"crop-image-two-column\">\n                    <!-- Left Column - Image Preview -->\n                    <div class=\"crop-image-left-column\">\n                        <div class=\"crop-image-cropper-container\">\n                            <img decoding=\"async\" class=\"crop-image-preview\" src=\"\" alt=\"\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u0635\u0648\u0631\u0629\">\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Right Column - Controls -->\n                    <div class=\"crop-image-right-column\">\n                        <div class=\"crop-image-toolbar\">\n                            <div class=\"crop-image-toolbar-item crop-image-aspect-ratio\">\n                                <label>\u0646\u0633\u0628\u0629 \u0627\u0644\u0639\u0631\u0636 \u0625\u0644\u0649 \u0627\u0644\u0627\u0631\u062a\u0641\u0627\u0639<\/label>\n                                <select class=\"crop-image-ratio-select\">\n                                    <option value=\"1:1\" >\u0645\u0631\u0628\u0639 (1:1)<\/option>\n                                    <option value=\"4:3\" >\u0642\u064a\u0627\u0633\u064a (4:3)<\/option>\n                                    <option value=\"16:9\" >\u0634\u0627\u0634\u0629 \u0639\u0631\u064a\u0636\u0629 (16:9)<\/option>\n                                    <option value=\"free\"  selected='selected'>\u0645\u0642\u0627\u0633 \u0645\u062e\u0635\u0635<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"crop-image-toolbar-item crop-image-shape\">\n                                <label>\u0627\u0644\u0634\u0643\u0644<\/label>\n                                <div class=\"crop-image-shape-options\">\n                                    <label class=\"crop-image-shape-option\">\n                                        <input type=\"radio\" name=\"crop-image-shape\" value=\"rectangle\"  checked='checked'>\n                                        <span>\u0645\u0633\u062a\u0637\u064a\u0644<\/span>\n                                    <\/label>\n                                    <label class=\"crop-image-shape-option\">\n                                        <input type=\"radio\" name=\"crop-image-shape\" value=\"circle\" >\n                                        <span>\u0627\u0644\u062f\u0627\u0626\u0631\u0629<\/span>\n                                    <\/label>\n                                <\/div>\n                            <\/div>\n                            <div class=\"crop-image-toolbar-item crop-image-zoom\">\n                                <label>\u062a\u0643\u0628\u064a\u0631\/\u062a\u0635\u063a\u064a\u0631<\/label>\n                                <input type=\"range\" class=\"crop-image-zoom-range\" min=\"0.1\" max=\"2\" step=\"0.1\" value=\"1\">\n                            <\/div>\n                            <div class=\"crop-image-toolbar-item crop-image-rotate\">\n                                <label>\u062a\u062f\u0648\u064a\u0631<\/label>\n                                <div class=\"crop-image-rotate-buttons\">\n                                    <button type=\"button\" class=\"crop-image-rotate-left\" title=\"\u062a\u062f\u0648\u064a\u0631 \u0644\u0644\u064a\u0633\u0627\u0631\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-no-translation=\"\">\n                                            <polyline points=\"9 14 4 9 9 4\"><\/polyline>\n                                            <path d=\"M20 20v-7a4 4 0 0 0-4-4H4\"><\/path>\n                                        <\/svg>\n                                    <\/button>\n                                    <button type=\"button\" class=\"crop-image-rotate-right\" title=\"\u062a\u062f\u0648\u064a\u0631 \u0644\u0644\u064a\u0645\u064a\u0646\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-no-translation=\"\">\n                                            <polyline points=\"15 4 20 9 15 14\"><\/polyline>\n                                            <path d=\"M4 20v-7a4 4 0 0 1 4-4h12\"><\/path>\n                                        <\/svg>\n                                    <\/button>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- Control Buttons -->\n                        <div class=\"crop-image-control-buttons\">\n                            <button type=\"button\" class=\"crop-image-crop-btn\">\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u062d\u0627\u0635\u064a\u0644<\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Ad Container for Cropper Page - Moved after content -->\n                <div class=\"crop-image-ad-container crop-image-ad-cropper\">\n                    <div class='code-block code-block-3' style='margin: 8px 0; clear: both;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8069529413860845\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- 1000-100 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:1000px;height:100px\"\n     data-ad-client=\"ca-pub-8069529413860845\"\n     data-ad-slot=\"9855343712\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Result Section (Hidden initially) -->\n            <div class=\"crop-image-result-section\" style=\"display: none;\">\n                <div class=\"crop-image-two-column\">\n                    <!-- Left Column - Result Image -->\n                    <div class=\"crop-image-left-column\">\n                        <div class=\"crop-image-result-container\">\n                            <img decoding=\"async\" class=\"crop-image-result\" src=\"\" alt=\"\u0635\u0648\u0631\u0629 \u0645\u0642\u0635\u0648\u0635\u0629\">\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Right Column - Download -->\n                    <div class=\"crop-image-right-column\">\n                        <div class=\"crop-image-download-info\">\n                            <h4>\u0627\u0644\u0635\u0648\u0631\u0629 \u062c\u0627\u0647\u0632\u0629<\/h4>\n                            <p>\u0642\u0645 \u0628\u0627\u0644\u062a\u0646\u0632\u064a\u0644 \u0623\u0648 \u0627\u0644\u062a\u0639\u062f\u064a\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.<\/p>\n                            \n                            <!-- Result Section Buttons -->\n                            <div class=\"crop-image-control-buttons\">\n                                <button type=\"button\" class=\"crop-image-back-btn\">\u0631\u062c\u0648\u0639<\/button>\n                                <button type=\"button\" class=\"crop-image-download-btn\">\u062a\u062d\u0645\u064a\u0644<\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Ad Container for Result Page - Moved after content -->\n                <div class=\"crop-image-ad-container crop-image-ad-result\">\n                    <div class='code-block code-block-3' style='margin: 8px 0; clear: both;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8069529413860845\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- 1000-100 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:1000px;height:100px\"\n     data-ad-client=\"ca-pub-8069529413860845\"\n     data-ad-slot=\"9855343712\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <!-- Loading Overlay -->\n    <div class=\"crop-image-loading\" style=\"display: none;\">\n        <div class=\"crop-image-spinner\"><\/div>\n        <p class=\"crop-image-loading-text\">\u0627\u0644\u0645\u0639\u0627\u0644\u062c\u0629...<\/p>\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","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-2405","page","type-page","status-publish","hentry"],"rankMath":{"parentDomain":"ocr365.com","noFollowDomains":[],"noFollowExcludeDomains":[],"noFollowExternalLinks":false,"featuredImageNotice":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u062d\u062c\u0645 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0645\u064a\u0632\u0629 200 \u00d7 200 \u0628\u0643\u0633\u0644 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u0644\u064a\u062a\u0645 \u0627\u0644\u062a\u0642\u0627\u0637\u0647\u0627 \u0628\u0648\u0627\u0633\u0637\u0629 Facebook \u0648\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a \u0627\u0644\u0623\u062e\u0631\u0649.","pluginReviewed":false,"postSettings":{"linkSuggestions":true,"useFocusKeyword":false},"frontEndScore":false,"postName":"crop-jpg","permalinkFormat":"https:\/\/ocr365.com\/ar\/%pagename%\/","showLockModifiedDate":true,"assessor":{"focusKeywordLink":"https:\/\/ocr365.com\/wp-admin\/edit.php?focus_keyword=%focus_keyword%&post_type=%post_type%","hasTOCPlugin":true,"primaryTaxonomy":false,"serpData":{"title":"Crop JPG -  Circle Crop - Free Online Tool","description":"\u0627\u0633\u062a\u062e\u062f\u0645 \u0623\u062f\u0627\u0629 \u0627\u0642\u062a\u0635\u0627\u0635 \u0627\u0644\u0635\u0648\u0631 \u0627\u0644\u0645\u062c\u0627\u0646\u064a\u0629 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a Circle Crop \u0644\u0627\u0642\u062a\u0635\u0627\u0635 \u0635\u0648\u0631 JPG \u0628\u0633\u0647\u0648\u0644\u0629. \u0642\u0645 \u0628\u062a\u062d\u0645\u064a\u0644 \u0635\u0648\u0631\u062a\u0643 \u0648\u0627\u0642\u062a\u0635\u0627\u0635\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631 - \u0644\u0627 \u062d\u0627\u062c\u0629 \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644.","focusKeywords":"","pillarContent":false,"canonicalUrl":"","breadcrumbTitle":"","advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":"","facebookHasOverlay":false,"facebookImageOverlay":"","facebookAuthor":"","twitterCardType":"","twitterUseFacebook":true,"twitterTitle":"","twitterDescription":"","twitterImage":"","twitterImageID":"","twitterHasOverlay":false,"twitterImageOverlay":"","twitterPlayerUrl":"","twitterPlayerSize":"","twitterPlayerStream":"","twitterPlayerStreamCtype":"","twitterAppDescription":"","twitterAppIphoneName":"","twitterAppIphoneID":"","twitterAppIphoneUrl":"","twitterAppIpadName":"","twitterAppIpadID":"","twitterAppIpadUrl":"","twitterAppGoogleplayName":"","twitterAppGoogleplayID":"","twitterAppGoogleplayUrl":"","twitterAppCountry":"","robots":{"index":true},"twitterAuthor":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","primaryTerm":0,"authorName":"admin","titleTemplate":"%title% %sep% %sitename%","descriptionTemplate":"%excerpt%","showScoreFrontend":true,"lockModifiedDate":false},"powerWords":[],"diacritics":{"A":"[\\u0041\\u24B6\\uFF21\\u00C0\\u00C1\\u00C2\\u1EA6\\u1EA4\\u1EAA\\u1EA8\\u00C3\\u0100\\u0102\\u1EB0\\u1EAE\\u1EB4\\u1EB2\\u0226\\u01E0\\u00C4\\u01DE\\u1EA2\\u00C5\\u01FA\\u01CD\\u0200\\u0202\\u1EA0\\u1EAC\\u1EB6\\u1E00\\u0104\\u023A\\u2C6F]","AA":"[\\uA732]","AE":"[\\u00C6\\u01FC\\u01E2]","AO":"[\\uA734]","AU":"[\\uA736]","AV":"[\\uA738\\uA73A]","AY":"[\\uA73C]","B":"[\\u0042\\u24B7\\uFF22\\u1E02\\u1E04\\u1E06\\u0243\\u0182\\u0181]","C":"[\\u0043\\u24B8\\uFF23\\u0106\\u0108\\u010A\\u010C\\u00C7\\u1E08\\u0187\\u023B\\uA73E]","D":"[\\u0044\\u24B9\\uFF24\\u1E0A\\u010E\\u1E0C\\u1E10\\u1E12\\u1E0E\\u0110\\u018B\\u018A\\u0189\\uA779]","DZ":"[\\u01F1\\u01C4]","Dz":"[\\u01F2\\u01C5]","E":"[\\u0045\\u24BA\\uFF25\\u00C8\\u00C9\\u00CA\\u1EC0\\u1EBE\\u1EC4\\u1EC2\\u1EBC\\u0112\\u1E14\\u1E16\\u0114\\u0116\\u00CB\\u1EBA\\u011A\\u0204\\u0206\\u1EB8\\u1EC6\\u0228\\u1E1C\\u0118\\u1E18\\u1E1A\\u0190\\u018E]","F":"[\\u0046\\u24BB\\uFF26\\u1E1E\\u0191\\uA77B]","G":"[\\u0047\\u24BC\\uFF27\\u01F4\\u011C\\u1E20\\u011E\\u0120\\u01E6\\u0122\\u01E4\\u0193\\uA7A0\\uA77D\\uA77E]","H":"[\\u0048\\u24BD\\uFF28\\u0124\\u1E22\\u1E26\\u021E\\u1E24\\u1E28\\u1E2A\\u0126\\u2C67\\u2C75\\uA78D]","I":"[\\u0049\\u24BE\\uFF29\\u00CC\\u00CD\\u00CE\\u0128\\u012A\\u012C\\u0130\\u00CF\\u1E2E\\u1EC8\\u01CF\\u0208\\u020A\\u1ECA\\u012E\\u1E2C\\u0197]","J":"[\\u004A\\u24BF\\uFF2A\\u0134\\u0248]","K":"[\\u004B\\u24C0\\uFF2B\\u1E30\\u01E8\\u1E32\\u0136\\u1E34\\u0198\\u2C69\\uA740\\uA742\\uA744\\uA7A2]","L":"[\\u004C\\u24C1\\uFF2C\\u013F\\u0139\\u013D\\u1E36\\u1E38\\u013B\\u1E3C\\u1E3A\\u0141\\u023D\\u2C62\\u2C60\\uA748\\uA746\\uA780]","LJ":"[\\u01C7]","Lj":"[\\u01C8]","M":"[\\u004D\\u24C2\\uFF2D\\u1E3E\\u1E40\\u1E42\\u2C6E\\u019C]","N":"[\\u004E\\u24C3\\uFF2E\\u01F8\\u0143\\u00D1\\u1E44\\u0147\\u1E46\\u0145\\u1E4A\\u1E48\\u0220\\u019D\\uA790\\uA7A4]","NJ":"[\\u01CA]","Nj":"[\\u01CB]","O":"[\\u004F\\u24C4\\uFF2F\\u00D2\\u00D3\\u00D4\\u1ED2\\u1ED0\\u1ED6\\u1ED4\\u00D5\\u1E4C\\u022C\\u1E4E\\u014C\\u1E50\\u1E52\\u014E\\u022E\\u0230\\u00D6\\u022A\\u1ECE\\u0150\\u01D1\\u020C\\u020E\\u01A0\\u1EDC\\u1EDA\\u1EE0\\u1EDE\\u1EE2\\u1ECC\\u1ED8\\u01EA\\u01EC\\u00D8\\u01FE\\u0186\\u019F\\uA74A\\uA74C]","OI":"[\\u01A2]","OO":"[\\uA74E]","OU":"[\\u0222]","P":"[\\u0050\\u24C5\\uFF30\\u1E54\\u1E56\\u01A4\\u2C63\\uA750\\uA752\\uA754]","Q":"[\\u0051\\u24C6\\uFF31\\uA756\\uA758\\u024A]","R":"[\\u0052\\u24C7\\uFF32\\u0154\\u1E58\\u0158\\u0210\\u0212\\u1E5A\\u1E5C\\u0156\\u1E5E\\u024C\\u2C64\\uA75A\\uA7A6\\uA782]","S":"[\\u0053\\u24C8\\uFF33\\u1E9E\\u015A\\u1E64\\u015C\\u1E60\\u0160\\u1E66\\u1E62\\u1E68\\u0218\\u015E\\u2C7E\\uA7A8\\uA784]","T":"[\\u0054\\u24C9\\uFF34\\u1E6A\\u0164\\u1E6C\\u021A\\u0162\\u1E70\\u1E6E\\u0166\\u01AC\\u01AE\\u023E\\uA786]","TZ":"[\\uA728]","U":"[\\u0055\\u24CA\\uFF35\\u00D9\\u00DA\\u00DB\\u0168\\u1E78\\u016A\\u1E7A\\u016C\\u00DC\\u01DB\\u01D7\\u01D5\\u01D9\\u1EE6\\u016E\\u0170\\u01D3\\u0214\\u0216\\u01AF\\u1EEA\\u1EE8\\u1EEE\\u1EEC\\u1EF0\\u1EE4\\u1E72\\u0172\\u1E76\\u1E74\\u0244]","V":"[\\u0056\\u24CB\\uFF36\\u1E7C\\u1E7E\\u01B2\\uA75E\\u0245]","VY":"[\\uA760]","W":"[\\u0057\\u24CC\\uFF37\\u1E80\\u1E82\\u0174\\u1E86\\u1E84\\u1E88\\u2C72]","X":"[\\u0058\\u24CD\\uFF38\\u1E8A\\u1E8C]","Y":"[\\u0059\\u24CE\\uFF39\\u1EF2\\u00DD\\u0176\\u1EF8\\u0232\\u1E8E\\u0178\\u1EF6\\u1EF4\\u01B3\\u024E\\u1EFE]","Z":"[\\u005A\\u24CF\\uFF3A\\u0179\\u1E90\\u017B\\u017D\\u1E92\\u1E94\\u01B5\\u0224\\u2C7F\\u2C6B\\uA762]","a":"[\\u0061\\u24D0\\uFF41\\u1E9A\\u00E0\\u00E1\\u00E2\\u1EA7\\u1EA5\\u1EAB\\u1EA9\\u00E3\\u0101\\u0103\\u1EB1\\u1EAF\\u1EB5\\u1EB3\\u0227\\u01E1\\u00E4\\u01DF\\u1EA3\\u00E5\\u01FB\\u01CE\\u0201\\u0203\\u1EA1\\u1EAD\\u1EB7\\u1E01\\u0105\\u2C65\\u0250]","aa":"[\\uA733]","ae":"[\\u00E6\\u01FD\\u01E3]","ao":"[\\uA735]","au":"[\\uA737]","av":"[\\uA739\\uA73B]","ay":"[\\uA73D]","b":"[\\u0062\\u24D1\\uFF42\\u1E03\\u1E05\\u1E07\\u0180\\u0183\\u0253]","c":"[\\u0063\\u24D2\\uFF43\\u0107\\u0109\\u010B\\u010D\\u00E7\\u1E09\\u0188\\u023C\\uA73F\\u2184]","d":"[\\u0064\\u24D3\\uFF44\\u1E0B\\u010F\\u1E0D\\u1E11\\u1E13\\u1E0F\\u0111\\u018C\\u0256\\u0257\\uA77A]","dz":"[\\u01F3\\u01C6]","e":"[\\u0065\\u24D4\\uFF45\\u00E8\\u00E9\\u00EA\\u1EC1\\u1EBF\\u1EC5\\u1EC3\\u1EBD\\u0113\\u1E15\\u1E17\\u0115\\u0117\\u00EB\\u1EBB\\u011B\\u0205\\u0207\\u1EB9\\u1EC7\\u0229\\u1E1D\\u0119\\u1E19\\u1E1B\\u0247\\u025B\\u01DD]","f":"[\\u0066\\u24D5\\uFF46\\u1E1F\\u0192\\uA77C]","g":"[\\u0067\\u24D6\\uFF47\\u01F5\\u011D\\u1E21\\u011F\\u0121\\u01E7\\u0123\\u01E5\\u0260\\uA7A1\\u1D79\\uA77F]","h":"[\\u0068\\u24D7\\uFF48\\u0125\\u1E23\\u1E27\\u021F\\u1E25\\u1E29\\u1E2B\\u1E96\\u0127\\u2C68\\u2C76\\u0265]","hv":"[\\u0195]","i":"[\\u0069\\u24D8\\uFF49\\u00EC\\u00ED\\u00EE\\u0129\\u012B\\u012D\\u00EF\\u1E2F\\u1EC9\\u01D0\\u0209\\u020B\\u1ECB\\u012F\\u1E2D\\u0268\\u0131]","j":"[\\u006A\\u24D9\\uFF4A\\u0135\\u01F0\\u0249]","k":"[\\u006B\\u24DA\\uFF4B\\u1E31\\u01E9\\u1E33\\u0137\\u1E35\\u0199\\u2C6A\\uA741\\uA743\\uA745\\uA7A3]","l":"[\\u006C\\u24DB\\uFF4C\\u0140\\u013A\\u013E\\u1E37\\u1E39\\u013C\\u1E3D\\u1E3B\\u017F\\u0142\\u019A\\u026B\\u2C61\\uA749\\uA781\\uA747]","lj":"[\\u01C9]","m":"[\\u006D\\u24DC\\uFF4D\\u1E3F\\u1E41\\u1E43\\u0271\\u026F]","n":"[\\u006E\\u24DD\\uFF4E\\u01F9\\u0144\\u00F1\\u1E45\\u0148\\u1E47\\u0146\\u1E4B\\u1E49\\u019E\\u0272\\u0149\\uA791\\uA7A5]","nj":"[\\u01CC]","o":"[\\u006F\\u24DE\\uFF4F\\u00F2\\u00F3\\u00F4\\u1ED3\\u1ED1\\u1ED7\\u1ED5\\u00F5\\u1E4D\\u022D\\u1E4F\\u014D\\u1E51\\u1E53\\u014F\\u022F\\u0231\\u00F6\\u022B\\u1ECF\\u0151\\u01D2\\u020D\\u020F\\u01A1\\u1EDD\\u1EDB\\u1EE1\\u1EDF\\u1EE3\\u1ECD\\u1ED9\\u01EB\\u01ED\\u00F8\\u01FF\\u0254\\uA74B\\uA74D\\u0275]","oi":"[\\u01A3]","ou":"[\\u0223]","oo":"[\\uA74F]","p":"[\\u0070\\u24DF\\uFF50\\u1E55\\u1E57\\u01A5\\u1D7D\\uA751\\uA753\\uA755]","q":"[\\u0071\\u24E0\\uFF51\\u024B\\uA757\\uA759]","r":"[\\u0072\\u24E1\\uFF52\\u0155\\u1E59\\u0159\\u0211\\u0213\\u1E5B\\u1E5D\\u0157\\u1E5F\\u024D\\u027D\\uA75B\\uA7A7\\uA783]","s":"[\\u0073\\u24E2\\uFF53\\u015B\\u1E65\\u015D\\u1E61\\u0161\\u1E67\\u1E63\\u1E69\\u0219\\u015F\\u023F\\uA7A9\\uA785\\u1E9B]","ss":"[\\u00DF]","t":"[\\u0074\\u24E3\\uFF54\\u1E6B\\u1E97\\u0165\\u1E6D\\u021B\\u0163\\u1E71\\u1E6F\\u0167\\u01AD\\u0288\\u2C66\\uA787]","tz":"[\\uA729]","u":"[\\u0075\\u24E4\\uFF55\\u00F9\\u00FA\\u00FB\\u0169\\u1E79\\u016B\\u1E7B\\u016D\\u00FC\\u01DC\\u01D8\\u01D6\\u01DA\\u1EE7\\u016F\\u0171\\u01D4\\u0215\\u0217\\u01B0\\u1EEB\\u1EE9\\u1EEF\\u1EED\\u1EF1\\u1EE5\\u1E73\\u0173\\u1E77\\u1E75\\u0289]","v":"[\\u0076\\u24E5\\uFF56\\u1E7D\\u1E7F\\u028B\\uA75F\\u028C]","vy":"[\\uA761]","w":"[\\u0077\\u24E6\\uFF57\\u1E81\\u1E83\\u0175\\u1E87\\u1E85\\u1E98\\u1E89\\u2C73]","x":"[\\u0078\\u24E7\\uFF58\\u1E8B\\u1E8D]","y":"[\\u0079\\u24E8\\uFF59\\u1EF3\\u00FD\\u0177\\u1EF9\\u0233\\u1E8F\\u00FF\\u1EF7\\u1E99\\u1EF5\\u01B4\\u024F\\u1EFF]","z":"[\\u007A\\u24E9\\uFF5A\\u017A\\u1E91\\u017C\\u017E\\u1E93\\u1E95\\u01B6\\u0225\\u0240\\u2C6C\\uA763]"},"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasRedirection":false,"hasBreadcrumb":false},"homeUrl":"https:\/\/ocr365.com\/ar","objectID":2405,"objectType":"post","locale":"ar","localeFull":"ar","overlayImages":{"play":{"name":"\u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u062a\u0634\u063a\u064a\u0644","url":"https:\/\/ocr365.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","path":"\/var\/www\/vhosts\/ocr365.com\/httpdocs\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","position":"middle_center"},"gif":{"name":"\u0623\u064a\u0642\u0648\u0646\u0629 GIF","url":"https:\/\/ocr365.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","path":"\/var\/www\/vhosts\/ocr365.com\/httpdocs\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","position":"middle_center"}},"defautOgImage":"https:\/\/ocr365.com\/wp-content\/uploads\/2025\/01\/LOGO8.png","customPermalinks":true,"isUserRegistered":false,"autoSuggestKeywords":false,"connectSiteUrl":"https:\/\/rankmath.com\/auth?site=https%3A%2F%2Focr365.com%2Far&r=https%3A%2F%2Focr365.com%2Far%2Fwp-json%2Fwp%2Fv2%2Fpages%2F2405%3Fnonce%3Df228e7c17a","maxTags":5,"trendsIcon":"<svg viewBox=\"0 0 610 610\"><path d=\"M18.85,446,174.32,290.48l58.08,58.08L76.93,504a14.54,14.54,0,0,1-20.55,0L18.83,466.48a14.54,14.54,0,0,1,0-20.55Z\" style=\"fill:#4285f4\"\/><path d=\"M242.65,242.66,377.59,377.6l-47.75,47.75a14.54,14.54,0,0,1-20.55,0L174.37,290.43l47.75-47.75A14.52,14.52,0,0,1,242.65,242.66Z\" style=\"fill:#ea4335\"\/><polygon points=\"319.53 319.53 479.26 159.8 537.34 217.88 377.61 377.62 319.53 319.53\" style=\"fill:#fabb05\"\/><path d=\"M594.26,262.73V118.61h0a16.94,16.94,0,0,0-16.94-16.94H433.2a16.94,16.94,0,0,0-12,28.92L565.34,274.71h0a16.94,16.94,0,0,0,28.92-12Z\" style=\"fill:#34a853\"\/><rect width=\"610\" height=\"610\" style=\"fill:none\"\/><\/svg>","showScore":true,"siteFavIcon":"https:\/\/ocr365.com\/wp-content\/uploads\/2025\/01\/cropped-512-32x32.png","canUser":{"general":false,"advanced":false,"snippet":false,"social":false,"analysis":false,"analytics":false,"content_ai":false},"showKeywordIntent":true,"isPro":false,"is_front_page":false,"trendsUpgradeLink":"https:\/\/rankmath.com\/pricing\/?utm_source=Plugin&utm_medium=CE%20General%20Tab%20Trends&utm_campaign=WP","trendsUpgradeLabel":"\u062a\u0631\u0642\u064a\u0629","trendsPreviewImage":"https:\/\/ocr365.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/trends-preview.jpg","currentEditor":false,"homepageData":{"assessor":{"powerWords":[],"diacritics":true,"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasBreadcrumb":false,"serpData":{"title":"%sitename% %page% %sep% %sitedesc%","description":"","titleTemplate":"%sitename% %page% %sep% %sitedesc%","descriptionTemplate":"","focusKeywords":"","breadcrumbTitle":"Home","robots":{"index":true},"advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":""}}},"tocTitle":"Table of Contents","tocExcludeHeadings":[],"listStyle":"ul"},"_links":{"self":[{"href":"https:\/\/ocr365.com\/ar\/wp-json\/wp\/v2\/pages\/2405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ocr365.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ocr365.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ocr365.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ocr365.com\/ar\/wp-json\/wp\/v2\/comments?post=2405"}],"version-history":[{"count":4,"href":"https:\/\/ocr365.com\/ar\/wp-json\/wp\/v2\/pages\/2405\/revisions"}],"predecessor-version":[{"id":2417,"href":"https:\/\/ocr365.com\/ar\/wp-json\/wp\/v2\/pages\/2405\/revisions\/2417"}],"wp:attachment":[{"href":"https:\/\/ocr365.com\/ar\/wp-json\/wp\/v2\/media?parent=2405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}