{"id":994,"date":"2026-01-07T15:50:21","date_gmt":"2026-01-07T15:50:21","guid":{"rendered":"https:\/\/dimitrovi.legal\/?page_id=994"},"modified":"2026-02-02T14:20:48","modified_gmt":"2026-02-02T14:20:48","slug":"general-terms-and-conditions","status":"publish","type":"page","link":"https:\/\/www.proverkanaimot.com\/?page_id=994","title":{"rendered":"General terms and conditions"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"994\" class=\"elementor elementor-994\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b11198f e-flex e-con-boxed e-con e-parent\" data-id=\"b11198f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a9e5a9 elementor-widget elementor-widget-html\" data-id=\"1a9e5a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Terms and Conditions - Legal Services<\/title>\r\n    <style>\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            background: #000000;\r\n            color: #333333;\r\n            line-height: 1.8;\r\n            min-height: 100vh;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .particles {\r\n            position: fixed; top: 0; left: 0;\r\n            width: 100%; height: 100%;\r\n            z-index: 0; pointer-events: none;\r\n        }\r\n\r\n        .particle {\r\n            position: absolute;\r\n            background: #D4AF37;\r\n            border-radius: 50%;\r\n            opacity: 0.3;\r\n            animation: float 20s infinite;\r\n        }\r\n\r\n        .particle:nth-child(1) { width: 4px; height: 4px; left: 10%; animation-delay: 0s; }\r\n        .particle:nth-child(2) { width: 6px; height: 6px; left: 20%; animation-delay: 2s; }\r\n        .particle:nth-child(3) { width: 3px; height: 3px; left: 30%; animation-delay: 4s; }\r\n        .particle:nth-child(4) { width: 5px; height: 5px; left: 40%; animation-delay: 1s; }\r\n        .particle:nth-child(5) { width: 4px; height: 4px; left: 50%; animation-delay: 3s; }\r\n        .particle:nth-child(6) { width: 6px; height: 6px; left: 60%; animation-delay: 5s; }\r\n        .particle:nth-child(7) { width: 3px; height: 3px; left: 70%; animation-delay: 2.5s; }\r\n        .particle:nth-child(8) { width: 5px; height: 5px; left: 80%; animation-delay: 4.5s; }\r\n        .particle:nth-child(9) { width: 4px; height: 4px; left: 90%; animation-delay: 1.5s; }\r\n\r\n        @keyframes float {\r\n            0%, 100% { transform: translateY(100vh) translateX(0); opacity: 0; }\r\n            10% { opacity: 0.3; }\r\n            90% { opacity: 0.3; }\r\n            100% { transform: translateY(-100px) translateX(100px); opacity: 0; }\r\n        }\r\n\r\n        .container {\r\n            position: relative; z-index: 1;\r\n            max-width: 1200px; margin: 0 auto;\r\n            padding: 40px 20px;\r\n        }\r\n\r\n        .hero {\r\n            position: relative; height: 60vh;\r\n            display: flex; align-items: center; justify-content: center;\r\n            text-align: center; overflow: hidden;\r\n            margin-bottom: 80px;\r\n        }\r\n\r\n        .hero::before {\r\n            content: '';\r\n            position: absolute; top: -50%; left: -50%;\r\n            width: 200%; height: 200%;\r\n            background: radial-gradient(circle, #4B4B4B 0%, #000000 70%);\r\n            animation: rotate 30s linear infinite;\r\n        }\r\n\r\n        @keyframes rotate {\r\n            0% { transform: rotate(0deg); }\r\n            100% { transform: rotate(360deg); }\r\n        }\r\n\r\n        .hero-content { position: relative; z-index: 2; }\r\n\r\n        .hero h1 {\r\n            color: #FFFFFF;\r\n            font-size: 4.5em;\r\n            font-weight: 800;\r\n            margin-bottom: 20px;\r\n            text-shadow: 0 0 40px rgba(212, 175, 55, 0.5);\r\n            animation: fadeInUp 1s ease;\r\n            letter-spacing: 2px;\r\n        }\r\n\r\n        .hero-subtitle {\r\n            color: #D4AF37;\r\n            font-size: 1.5em;\r\n            font-weight: 300;\r\n            letter-spacing: 4px;\r\n            animation: fadeInUp 1.2s ease;\r\n            text-transform: uppercase;\r\n        }\r\n\r\n        .scroll-indicator {\r\n            position: absolute; bottom: 30px; left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 30px; height: 50px;\r\n            border: 2px solid #D4AF37;\r\n            border-radius: 20px;\r\n            animation: fadeInUp 1.5s ease;\r\n        }\r\n\r\n        .scroll-indicator::before {\r\n            content: '';\r\n            position: absolute; top: 8px; left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 6px; height: 6px;\r\n            background: #D4AF37;\r\n            border-radius: 50%;\r\n            animation: scroll 2s infinite;\r\n        }\r\n\r\n        @keyframes scroll {\r\n            0% { opacity: 1; transform: translateX(-50%) translateY(0); }\r\n            100% { opacity: 0; transform: translateX(-50%) translateY(20px); }\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            from { opacity: 0; transform: translateY(30px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        .nav-tabs {\r\n            display: flex; justify-content: center; gap: 15px;\r\n            margin-bottom: 60px; flex-wrap: wrap;\r\n            position: sticky; top: 20px;\r\n            z-index: 100;\r\n            background: rgba(0, 0, 0, 0.9);\r\n            backdrop-filter: blur(10px);\r\n            padding: 20px;\r\n            border-radius: 50px;\r\n            box-shadow: 0 10px 40px rgba(212, 175, 55, 0.2);\r\n        }\r\n\r\n        .nav-tab {\r\n            padding: 12px 28px;\r\n            background: linear-gradient(135deg, #4B4B4B, #000000);\r\n            color: #F5F5F5;\r\n            border: 2px solid transparent;\r\n            border-radius: 30px;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            font-weight: 600;\r\n            font-size: 0.95em;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        .nav-tab:hover {\r\n            background: linear-gradient(135deg, #D4AF37, #4B4B4B);\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);\r\n            border-color: #D4AF37;\r\n        }\r\n\r\n        .nav-tab.active {\r\n            background: #D4AF37;\r\n            color: #000000;\r\n            box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);\r\n        }\r\n\r\n        .section {\r\n            background: linear-gradient(135deg, #FFFFFF 0%, #F5F5F5 100%);\r\n            border-radius: 30px;\r\n            padding: 50px;\r\n            margin-bottom: 40px;\r\n            position: relative;\r\n            overflow: hidden;\r\n            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);\r\n            transition: all 0.4s ease;\r\n            opacity: 0;\r\n            transform: translateY(30px);\r\n            animation: slideUp 0.6s forwards;\r\n        }\r\n\r\n        .section:nth-child(1) { animation-delay: 0.1s; }\r\n        .section:nth-child(2) { animation-delay: 0.2s; }\r\n        .section:nth-child(3) { animation-delay: 0.3s; }\r\n        .section:nth-child(4) { animation-delay: 0.4s; }\r\n        .section:nth-child(5) { animation-delay: 0.5s; }\r\n\r\n        @keyframes slideUp {\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        .section::before {\r\n            content: '';\r\n            position: absolute; top: 0; left: 0;\r\n            width: 100%; height: 6px;\r\n            background: linear-gradient(90deg, #D4AF37, #4B4B4B, #D4AF37);\r\n            transform: scaleX(0);\r\n            transform-origin: left;\r\n            transition: transform 0.6s ease;\r\n        }\r\n\r\n        .section:hover::before { transform: scaleX(1); }\r\n\r\n        .section:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 20px 60px rgba(212, 175, 55, 0.3);\r\n        }\r\n\r\n        .section-header {\r\n            display: flex; align-items: center; gap: 20px;\r\n            margin-bottom: 30px;\r\n            position: relative;\r\n        }\r\n\r\n        .section-icon {\r\n            width: 80px; height: 80px;\r\n            background: linear-gradient(135deg, #D4AF37, #4B4B4B);\r\n            border-radius: 20px;\r\n            display: flex; align-items: center; justify-content: center;\r\n            font-size: 2.5em; color: #FFFFFF;\r\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .section:hover .section-icon { transform: rotate(360deg) scale(1.1); }\r\n\r\n        .section h2 {\r\n            color: #000000;\r\n            font-size: 2.2em;\r\n            font-weight: 700;\r\n            flex: 1;\r\n        }\r\n\r\n        .section-number {\r\n            position: absolute; top: -20px; right: -20px;\r\n            font-size: 8em; font-weight: 900;\r\n            color: rgba(212, 175, 55, 0.08);\r\n            line-height: 1;\r\n            pointer-events: none;\r\n        }\r\n\r\n        .section-content { position: relative; z-index: 1; }\r\n\r\n        .section p { color: #333333; margin-bottom: 20px; font-size: 1.05em; }\r\n\r\n        .section h3 {\r\n            color: #4B4B4B;\r\n            font-size: 1.5em;\r\n            margin: 30px 0 20px 0;\r\n            padding-left: 25px;\r\n            border-left: 5px solid #D4AF37;\r\n            position: relative;\r\n        }\r\n\r\n        .feature-list {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 20px;\r\n            margin: 30px 0;\r\n        }\r\n\r\n        .feature-item {\r\n            background: #FFFFFF;\r\n            padding: 25px;\r\n            border-radius: 15px;\r\n            border: 2px solid #F5F5F5;\r\n            transition: all 0.3s ease;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .feature-item:hover {\r\n            border-color: #D4AF37;\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);\r\n        }\r\n\r\n        .feature-item::before {\r\n            content: '\u2192';\r\n            color: #D4AF37;\r\n            font-size: 1.5em;\r\n            font-weight: bold;\r\n            margin-right: 15px;\r\n        }\r\n\r\n        .expandable { margin: 25px 0; }\r\n\r\n        .expandable-header {\r\n            background: linear-gradient(135deg, #4B4B4B, #000000);\r\n            color: #FFFFFF;\r\n            padding: 20px 30px;\r\n            border-radius: 15px;\r\n            cursor: pointer;\r\n            display: flex; justify-content: space-between; align-items: center;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .expandable-header:hover {\r\n            background: linear-gradient(135deg, #D4AF37, #4B4B4B);\r\n            transform: translateX(10px);\r\n        }\r\n\r\n        .expandable-icon { font-size: 1.5em; transition: transform 0.3s ease; }\r\n        .expandable.active .expandable-icon { transform: rotate(180deg); }\r\n\r\n        .expandable-content {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.4s ease;\r\n            background: #F5F5F5;\r\n            border-radius: 0 0 15px 15px;\r\n        }\r\n\r\n        .expandable.active .expandable-content {\r\n            max-height: 1000px;\r\n            padding: 30px;\r\n        }\r\n\r\n        .highlight-box {\r\n            background: linear-gradient(135deg, #D4AF37 0%, #F5F5F5 100%);\r\n            padding: 30px;\r\n            border-radius: 20px;\r\n            margin: 30px 0;\r\n            border: 3px solid #D4AF37;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .highlight-box::before {\r\n            content: '\u2696';\r\n            position: absolute;\r\n            font-size: 10em;\r\n            right: -30px;\r\n            bottom: -30px;\r\n            opacity: 0.1;\r\n        }\r\n\r\n        .highlight-box strong {\r\n            color: #000000;\r\n            font-size: 1.3em;\r\n            display: block;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .contact-section {\r\n            background: linear-gradient(135deg, #000000, #4B4B4B);\r\n            color: #FFFFFF;\r\n            padding: 60px;\r\n            border-radius: 30px;\r\n            margin-top: 60px;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .contact-section::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -50%;\r\n            right: -50%;\r\n            width: 200%;\r\n            height: 200%;\r\n            background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);\r\n            animation: pulse 8s ease-in-out infinite;\r\n        }\r\n\r\n        @keyframes pulse {\r\n            0%, 100% { transform: scale(1); opacity: 0.6; }\r\n            50% { transform: scale(1.1); opacity: 1; }\r\n        }\r\n\r\n        .contact-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 40px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .contact-card {\r\n            background: rgba(75, 75, 75, 0.5);\r\n            padding: 30px;\r\n            border-radius: 20px;\r\n            border: 2px solid #D4AF37;\r\n            text-align: center;\r\n            transition: all 0.3s ease;\r\n            backdrop-filter: blur(10px);\r\n        }\r\n\r\n        .contact-card:hover {\r\n            background: rgba(212, 175, 55, 0.2);\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .contact-icon { font-size: 3em; margin-bottom: 15px; }\r\n\r\n        .contact-card h4 {\r\n            color: #D4AF37;\r\n            margin-bottom: 10px;\r\n            font-size: 1.2em;\r\n        }\r\n\r\n        .contact-card a {\r\n            color: #F5F5F5;\r\n            text-decoration: none;\r\n            transition: color 0.3s ease;\r\n        }\r\n\r\n        .contact-card a:hover { color: #D4AF37; }\r\n\r\n        .footer {\r\n            background: #000000;\r\n            color: #F5F5F5;\r\n            text-align: center;\r\n            padding: 40px;\r\n            margin-top: 60px;\r\n            border-radius: 30px;\r\n            border: 2px solid #4B4B4B;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .hero h1 { font-size: 2.5em; }\r\n            .hero-subtitle { font-size: 1em; }\r\n            .section { padding: 30px 20px; }\r\n            .nav-tabs { flex-direction: column; position: relative; }\r\n            .section-icon { width: 60px; height: 60px; font-size: 2em; }\r\n            .feature-list { grid-template-columns: 1fr; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"particles\">\r\n        <div class=\"particle\"><\/div><div class=\"particle\"><\/div><div class=\"particle\"><\/div>\r\n        <div class=\"particle\"><\/div><div class=\"particle\"><\/div><div class=\"particle\"><\/div>\r\n        <div class=\"particle\"><\/div><div class=\"particle\"><\/div><div class=\"particle\"><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"hero\">\r\n        <div class=\"hero-content\">\r\n            <h1>TERMS AND CONDITIONS<\/h1>\r\n            <div class=\"hero-subtitle\">www.proverkanaimot.com<\/div>\r\n        <\/div>\r\n        <div class=\"scroll-indicator\"><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"container\">\r\n        <div class=\"nav-tabs\">\r\n            <div class=\"nav-tab active\" onclick=\"scrollToSection(event,'section1')\">Scope<\/div>\r\n            <div class=\"nav-tab\" onclick=\"scrollToSection(event,'section2')\">Acceptance<\/div>\r\n            <div class=\"nav-tab\" onclick=\"scrollToSection(event,'section3')\">Services<\/div>\r\n            <div class=\"nav-tab\" onclick=\"scrollToSection(event,'section4')\">Rights<\/div>\r\n            <div class=\"nav-tab\" onclick=\"scrollToSection(event,'section5')\">Contact<\/div>\r\n        <\/div>\r\n\r\n        <div id=\"section1\" class=\"section\">\r\n            <div class=\"section-number\">01<\/div>\r\n            <div class=\"section-header\">\r\n                <div class=\"section-icon\">\u2696\ufe0f<\/div>\r\n                <h2>Scope<\/h2>\r\n            <\/div>\r\n            <div class=\"section-content\">\r\n                <p>These Terms and Conditions (\u201cTerms\u201d) govern the relationship between www.proverkanaimot.com (the \u201cProvider\u201d) and the users (\u201cUser\u201d or \u201cUsers\u201d) of the legal services provided through www.proverkanaimot.com (the \u201cWebsite\u201d).<\/p>\r\n                <p>The Terms cover access to, registration on, and use of the legal services, as well as all related actions performed by Users on the Website.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div id=\"section2\" class=\"section\">\r\n            <div class=\"section-number\">02<\/div>\r\n            <div class=\"section-header\">\r\n                <div class=\"section-icon\">\u2705<\/div>\r\n                <h2>Acceptance of the Terms<\/h2>\r\n            <\/div>\r\n            <div class=\"section-content\">\r\n                <div class=\"expandable\">\r\n                    <div class=\"expandable-header\" onclick=\"toggleExpand(this)\">\r\n                        <span>How do you accept these Terms?<\/span>\r\n                        <span class=\"expandable-icon\">\u25bc<\/span>\r\n                    <\/div>\r\n                    <div class=\"expandable-content\">\r\n                        <p><strong>2.1.<\/strong> By accessing and using the Website, the User agrees to these Terms. If the User does not agree, they must immediately stop using the Website.<\/p>\r\n                        <p><strong>2.2.<\/strong> Where registration is available, the User explicitly confirms acceptance of the Terms through their use of the Website.<\/p>\r\n                        <p><strong>2.3.<\/strong> The Provider may amend these Terms at any time by publishing an updated version on the Website. The amended Terms take effect on the date of publication. Continued use after changes constitutes acceptance of the updated Terms.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div id=\"section3\" class=\"section\">\r\n            <div class=\"section-number\">03<\/div>\r\n            <div class=\"section-header\">\r\n                <div class=\"section-icon\">\ud83d\udccb<\/div>\r\n                <h2>Legal Services<\/h2>\r\n            <\/div>\r\n            <div class=\"section-content\">\r\n                <p><strong>3.1.<\/strong> The Provider offers various types of legal services.<\/p>\r\n                <p><strong>3.2.<\/strong> Descriptions of the services are available on the Website. The Provider may update these descriptions at any time.<\/p>\r\n                <div class=\"highlight-box\">\r\n                    <strong>\ud83d\udcc4 Required documents<\/strong>\r\n                    <p><strong>3.3.<\/strong> For certain services, the User may be required to provide additional information or documents in a timely manner to ensure proper performance of the service.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"section\">\r\n            <div class=\"section-number\">04<\/div>\r\n            <div class=\"section-header\">\r\n                <div class=\"section-icon\">\ud83d\udc64<\/div>\r\n                <h2>Personal Data<\/h2>\r\n            <\/div>\r\n            <div class=\"section-content\">\r\n                <p><strong>4.1.<\/strong> To provide services and maintain communication, the User may be required to provide valid personal and contact details, including:<\/p>\r\n                <div class=\"feature-list\">\r\n                    <div class=\"feature-item\">Full name<\/div>\r\n                    <div class=\"feature-item\">Email address<\/div>\r\n                    <div class=\"feature-item\">Phone number<\/div>\r\n                    <div class=\"feature-item\">Address (if required)<\/div>\r\n                    <div class=\"feature-item\">Description of the requested legal service<\/div>\r\n                    <div class=\"feature-item\">Relevant facts and circumstances<\/div>\r\n                <\/div>\r\n\r\n                <div class=\"expandable\">\r\n                    <div class=\"expandable-header\" onclick=\"toggleExpand(this)\">\r\n                        <span>Responsibility for submitted information<\/span>\r\n                        <span class=\"expandable-icon\">\u25bc<\/span>\r\n                    <\/div>\r\n                    <div class=\"expandable-content\">\r\n                        <p><strong>4.2.<\/strong> The User is responsible for the accuracy and completeness of the information provided. If details change, the User should inform the Provider using the contact options listed on the Website.<\/p>\r\n                        <p><strong>4.3.<\/strong> The Provider may refuse to provide services if it has reasonable grounds to believe that information is false or incomplete, or if the User breaches these Terms.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"section\">\r\n            <div class=\"section-number\">05<\/div>\r\n            <div class=\"section-header\">\r\n                <div class=\"section-icon\">\ud83d\udd12<\/div>\r\n                <h2>Data Protection<\/h2>\r\n            <\/div>\r\n            <div class=\"section-content\">\r\n                <p><strong>5.1.<\/strong> The Provider collects and processes Users\u2019 personal data in accordance with the Privacy Policy, which forms an integral part of these Terms.<\/p>\r\n                <p><strong>5.2.<\/strong> The User agrees that their personal data may be processed to the extent necessary to provide legal services, in accordance with applicable data protection laws.<\/p>\r\n\r\n                <h3>Purposes of processing<\/h3>\r\n                <p><strong>5.3.<\/strong> Personal data is used for:<\/p>\r\n                <div class=\"feature-list\">\r\n                    <div class=\"feature-item\">Providing access to legal services<\/div>\r\n                    <div class=\"feature-item\">Communication regarding the requested services<\/div>\r\n                    <div class=\"feature-item\">Improving service quality and user experience<\/div>\r\n                <\/div>\r\n\r\n                <div class=\"highlight-box\">\r\n                    <strong>\ud83d\udee1\ufe0f Data security<\/strong>\r\n                    <p><strong>5.4.<\/strong> The Provider takes appropriate technical and organisational measures to protect personal data against unauthorised access, loss, or destruction.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div id=\"section4\" class=\"section\">\r\n            <div class=\"section-number\">06<\/div>\r\n            <div class=\"section-header\">\r\n                <div class=\"section-icon\">\u2696\ufe0f<\/div>\r\n                <h2>User Rights and Obligations<\/h2>\r\n            <\/div>\r\n            <div class=\"section-content\">\r\n                <h3>\ud83c\udfaf The User has the right to:<\/h3>\r\n                <div class=\"feature-list\">\r\n                    <div class=\"feature-item\"><strong>6.1.<\/strong> Receive legal services in accordance with applicable law and these Terms<\/div>\r\n                    <div class=\"feature-item\"><strong>6.2.<\/strong> Receive information about the services<\/div>\r\n                    <div class=\"feature-item\"><strong>6.3.<\/strong> Withdraw from a service at any time by notifying the Provider<\/div>\r\n                    <div class=\"feature-item\"><strong>6.4.<\/strong> Submit a complaint or feedback regarding the quality of services<\/div>\r\n                <\/div>\r\n\r\n                <h3>\ud83d\udccc The User must:<\/h3>\r\n                <div class=\"expandable\">\r\n                    <div class=\"expandable-header\" onclick=\"toggleExpand(this)\">\r\n                        <span>See the full list of obligations<\/span>\r\n                        <span class=\"expandable-icon\">\u25bc<\/span>\r\n                    <\/div>\r\n                    <div class=\"expandable-content\">\r\n                        <ul style=\"list-style: none; padding: 0;\">\r\n                            <li style=\"padding: 10px 0; border-bottom: 1px solid #ddd;\"><strong>6.5.<\/strong> Provide accurate and up-to-date information. The User is responsible for damages caused by incomplete, inaccurate, false, or misleading information.<\/li>\r\n                            <li style=\"padding: 10px 0; border-bottom: 1px solid #ddd;\"><strong>6.6.<\/strong> Comply with these Terms and applicable law.<\/li>\r\n                            <li style=\"padding: 10px 0; border-bottom: 1px solid #ddd;\"><strong>6.7.<\/strong> Not use the Website for unlawful purposes or to infringe third-party rights.<\/li>\r\n                            <li style=\"padding: 10px 0; border-bottom: 1px solid #ddd;\"><strong>6.8.<\/strong> Provide requested documents and information in a timely manner.<\/li>\r\n                            <li style=\"padding: 10px 0;\"><strong>6.9.<\/strong> Not disclose information or documents obtained through the services to third parties, unless expressly intended for such use.<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"section\">\r\n            <div class=\"section-number\">07<\/div>\r\n            <div class=\"section-header\">\r\n                <div class=\"section-icon\">\ud83c\udfe2<\/div>\r\n                <h2>Provider Rights and Obligations<\/h2>\r\n            <\/div>\r\n            <div class=\"section-content\">\r\n                <h3>The Provider may:<\/h3>\r\n                <p><strong>7.1.<\/strong> Receive payment for services under the agreed terms.<\/p>\r\n                <p><strong>7.2.<\/strong> Restrict a User\u2019s access to the Website in the event of a breach of these Terms.<\/p>\r\n                <p><strong>7.3.<\/strong> Change the Website content and functionality to improve services and user experience.<\/p>\r\n\r\n                <h3>The Provider must:<\/h3>\r\n                <div class=\"highlight-box\">\r\n                    <strong>\ud83c\udf93 Quality services<\/strong>\r\n                    <p><strong>7.4.<\/strong> Provide legal services in accordance with applicable law, the facts provided by the User, and the terms agreed at the time. Consultations do not cover facts or circumstances arising at a later stage.<\/p>\r\n                <\/div>\r\n                <p><strong>7.5.<\/strong> Protect Users\u2019 personal data in line with the Privacy Policy.<\/p>\r\n                <p><strong>7.6.<\/strong> Inform Users of changes to these Terms or to service conditions.<\/p>\r\n                <p><strong>7.7.<\/strong> Ensure timely and professional communication with Users.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"section\">\r\n            <div class=\"section-number\">08<\/div>\r\n            <div class=\"section-header\">\r\n                <div class=\"section-icon\">\u26a1<\/div>\r\n                <h2>Liability<\/h2>\r\n            <\/div>\r\n            <div class=\"section-content\">\r\n                <p><strong>8.1.<\/strong> The Provider is not liable for damages caused by misuse of the Website or by third parties beyond its control.<\/p>\r\n                <p><strong>8.2.<\/strong> The User is liable where false or misleading information results in improper performance of the services.<\/p>\r\n\r\n                <div class=\"highlight-box\">\r\n                    <strong>\u26a0\ufe0f Force majeure<\/strong>\r\n                    <p><strong>8.3.<\/strong> The Provider is not liable for delay or non-performance due to force majeure (e.g., natural disasters, war, strikes, or other events beyond its control). Force majeure also includes delays or inaction by state\/municipal authorities, banks, or legislative changes beyond the Provider\u2019s control.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"expandable\">\r\n                    <div class=\"expandable-header\" onclick=\"toggleExpand(this)\">\r\n                        <span>Additional limitations of liability<\/span>\r\n                        <span class=\"expandable-icon\">\u25bc<\/span>\r\n                    <\/div>\r\n                    <div class=\"expandable-content\">\r\n                        <p><strong>8.4.<\/strong> The Website is not liable for damages, including missed deadlines, resulting from communication difficulties with public authorities, telecom outages, or other unforeseen circumstances.<\/p>\r\n                        <p><strong>8.5.<\/strong> The Website provides general information only and should not be construed as professional advice. Before making decisions, the User should consult a qualified specialist.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"section\">\r\n            <div class=\"section-number\">09<\/div>\r\n            <div class=\"section-header\">\r\n                <div class=\"section-icon\">\ud83d\udcdd<\/div>\r\n                <h2>Amendments<\/h2>\r\n            <\/div>\r\n            <div class=\"section-content\">\r\n                <p><strong>9.1.<\/strong> The Provider may amend these Terms at any time by publishing an updated version on the \u201cTerms and Conditions\u201d page of the Website. Amendments take effect upon publication unless stated otherwise.<\/p>\r\n                <div class=\"highlight-box\">\r\n                    <strong>\ud83d\udc41\ufe0f Please check for updates<\/strong>\r\n                    <p>The User is responsible for checking for updates. Continued use after changes constitutes acceptance of the amended Terms.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"section\">\r\n            <div class=\"section-number\">10<\/div>\r\n            <div class=\"section-header\">\r\n                <div class=\"section-icon\">\ud83e\udd1d<\/div>\r\n                <h2>Dispute Resolution<\/h2>\r\n            <\/div>\r\n            <div class=\"section-content\">\r\n                <p><strong>10.1.<\/strong> Any disputes shall be resolved through negotiations with a view to reaching a mutually acceptable solution.<\/p>\r\n                <p><strong>10.2.<\/strong> If no agreement is reached, the dispute shall be referred to the competent Bulgarian court.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"section\">\r\n            <div class=\"section-number\">11<\/div>\r\n            <div class=\"section-header\">\r\n                <div class=\"section-icon\">\ud83d\udcdc<\/div>\r\n                <h2>Final Provisions<\/h2>\r\n            <\/div>\r\n            <div class=\"section-content\">\r\n                <p><strong>11.1.<\/strong> By accessing www.proverkanaimot.com, the User acknowledges that providing personal data is voluntary and that they are aware of their rights under applicable data protection laws. The User consents to data being collected, processed, and shared with third parties solely for contract performance, administration, and marketing purposes, in accordance with applicable law.<\/p>\r\n\r\n                <div class=\"highlight-box\">\r\n                    <strong>\u270d\ufe0f Electronic consent<\/strong>\r\n                    <p><strong>11.2.<\/strong> The User declares that these Terms were made available upon loading the Website and that any active or passive use constitutes electronic acceptance of these Terms.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"expandable\">\r\n                    <div class=\"expandable-header\" onclick=\"toggleExpand(this)\">\r\n                        <span>Additional provisions<\/span>\r\n                        <span class=\"expandable-icon\">\u25bc<\/span>\r\n                    <\/div>\r\n                    <div class=\"expandable-content\">\r\n                        <p><strong>11.3.<\/strong> Unless stated otherwise, the User may view, copy, print, and distribute (without modification) Website content for informational and non-commercial purposes, provided all copies retain copyright and IP notices.<\/p>\r\n                        <p><strong>11.4.<\/strong> Bulgarian law applies to all matters not regulated herein.<\/p>\r\n                        <p><strong>11.5.<\/strong> If any provision is held invalid or unenforceable, the remaining provisions remain in force.<\/p>\r\n                        <p><strong>11.6.<\/strong> These Terms are drafted in Bulgarian. In case of discrepancies in translations, the Bulgarian version prevails.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div id=\"section5\" class=\"contact-section\">\r\n            <h2 style=\"text-align: center; font-size: 2.5em; color: #D4AF37; margin-bottom: 20px;\">Contact Information<\/h2>\r\n            <p style=\"text-align: center; font-size: 1.2em; margin-bottom: 40px;\">Questions? Get in touch!<\/p>\r\n\r\n            <div class=\"contact-grid\">\r\n                <div class=\"contact-card\">\r\n                    <div class=\"contact-icon\">\ud83d\udce7<\/div>\r\n                    <h4>Email<\/h4>\r\n                    <a href=\"mailto:office@proverkanaimot.com\">office@proverkanaimot.com<\/a>\r\n                <\/div>\r\n                <div class=\"contact-card\">\r\n                    <div class=\"contact-icon\">\ud83c\udf10<\/div>\r\n                    <h4>Website<\/h4>\r\n                    <a href=\"https:\/\/www.proverkanaimot.com\" target=\"_blank\" rel=\"noopener\">www.proverkanaimot.com<\/a>\r\n                <\/div>\r\n                <div class=\"contact-card\">\r\n                    <div class=\"contact-icon\">\ud83d\udcde<\/div>\r\n                    <h4>Support<\/h4>\r\n                    <p>Timely responses<br>to all enquiries<\/p>\r\n                <\/div>\r\n                <div class=\"contact-card\">\r\n                    <div class=\"contact-icon\">\u2696\ufe0f<\/div>\r\n                    <h4>Legal Services<\/h4>\r\n                    <p>Professionalism<br>and quality<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div style=\"text-align: center; margin-top: 40px; color: #F5F5F5;\">\r\n                <p><strong>12.2.<\/strong> The Provider ensures timely responses to all enquiries and complaints received by email.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"footer\">\r\n            <p style=\"font-size: 1.1em; margin-bottom: 10px;\">\u00a9 2024 www.proverkanaimot.com. All rights reserved.<\/p>\r\n            <p style=\"color: #D4AF37;\">Last updated: 26 July 2024<\/p>\r\n            <p style=\"margin-top: 15px; font-size: 0.95em;\">By using this Website, the User confirms that they have read, understood, and accepted these Terms and Conditions.<\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        function toggleExpand(element) {\r\n            const expandable = element.parentElement;\r\n            expandable.classList.toggle('active');\r\n        }\r\n\r\n        function scrollToSection(evt, id) {\r\n            const element = document.getElementById(id);\r\n            if (!element) return;\r\n\r\n            element.scrollIntoView({ behavior: 'smooth', block: 'start' });\r\n\r\n            \/\/ Update active tab safely (no global \"event\" reliance)\r\n            document.querySelectorAll('.nav-tab').forEach(tab => tab.classList.remove('active'));\r\n            if (evt && evt.currentTarget) evt.currentTarget.classList.add('active');\r\n        }\r\n\r\n        \/\/ Parallax effect for hero\r\n        window.addEventListener('scroll', () => {\r\n            const scrolled = window.pageYOffset;\r\n            const hero = document.querySelector('.hero');\r\n            if (hero) hero.style.transform = `translateY(${scrolled * 0.5}px)`;\r\n        });\r\n\r\n        \/\/ Smooth reveal on scroll\r\n        const observerOptions = { threshold: 0.1, rootMargin: '0px 0px -100px 0px' };\r\n\r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    entry.target.style.opacity = '1';\r\n                    entry.target.style.transform = 'translateY(0)';\r\n                }\r\n            });\r\n        }, observerOptions);\r\n\r\n        document.querySelectorAll('.section').forEach(section => observer.observe(section));\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Terms and Conditions &#8211; Legal Services TERMS AND CONDITIONS www.proverkanaimot.com Scope Acceptance Services Rights Contact 01 \u2696\ufe0f Scope These Terms and Conditions (\u201cTerms\u201d) govern the relationship between www.proverkanaimot.com (the \u201cProvider\u201d) and the users (\u201cUser\u201d or \u201cUsers\u201d) of the legal services provided through www.proverkanaimot.com (the \u201cWebsite\u201d). The Terms cover access to, registration on, and use of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_angie_page":false,"footnotes":""},"class_list":["post-994","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>General terms and conditions - Proverka na Imot<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.proverkanaimot.com\/?page_id=994\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"General terms and conditions - Proverka na Imot\" \/>\n<meta property=\"og:description\" content=\"Terms and Conditions &#8211; Legal Services TERMS AND CONDITIONS www.proverkanaimot.com Scope Acceptance Services Rights Contact 01 \u2696\ufe0f Scope These Terms and Conditions (\u201cTerms\u201d) govern the relationship between www.proverkanaimot.com (the \u201cProvider\u201d) and the users (\u201cUser\u201d or \u201cUsers\u201d) of the legal services provided through www.proverkanaimot.com (the \u201cWebsite\u201d). The Terms cover access to, registration on, and use of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.proverkanaimot.com\/?page_id=994\" \/>\n<meta property=\"og:site_name\" content=\"Proverka na Imot\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-02T14:20:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.proverkanaimot.com\\\/?page_id=994\",\"url\":\"https:\\\/\\\/www.proverkanaimot.com\\\/?page_id=994\",\"name\":\"General terms and conditions - Proverka na Imot\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.proverkanaimot.com\\\/#website\"},\"datePublished\":\"2026-01-07T15:50:21+00:00\",\"dateModified\":\"2026-02-02T14:20:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.proverkanaimot.com\\\/?page_id=994#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.proverkanaimot.com\\\/?page_id=994\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.proverkanaimot.com\\\/?page_id=994#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.proverkanaimot.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"General terms and conditions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.proverkanaimot.com\\\/#website\",\"url\":\"https:\\\/\\\/www.proverkanaimot.com\\\/\",\"name\":\"Proverka na Imot\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.proverkanaimot.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.proverkanaimot.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.proverkanaimot.com\\\/#organization\",\"name\":\"Proverka na Imot\",\"url\":\"https:\\\/\\\/www.proverkanaimot.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.proverkanaimot.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.proverkanaimot.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Untitled-design.webp\",\"contentUrl\":\"https:\\\/\\\/www.proverkanaimot.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Untitled-design.webp\",\"width\":301,\"height\":308,\"caption\":\"Proverka na Imot\"},\"image\":{\"@id\":\"https:\\\/\\\/www.proverkanaimot.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"General terms and conditions - Proverka na Imot","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.proverkanaimot.com\/?page_id=994","og_locale":"en_US","og_type":"article","og_title":"General terms and conditions - Proverka na Imot","og_description":"Terms and Conditions &#8211; Legal Services TERMS AND CONDITIONS www.proverkanaimot.com Scope Acceptance Services Rights Contact 01 \u2696\ufe0f Scope These Terms and Conditions (\u201cTerms\u201d) govern the relationship between www.proverkanaimot.com (the \u201cProvider\u201d) and the users (\u201cUser\u201d or \u201cUsers\u201d) of the legal services provided through www.proverkanaimot.com (the \u201cWebsite\u201d). The Terms cover access to, registration on, and use of [&hellip;]","og_url":"https:\/\/www.proverkanaimot.com\/?page_id=994","og_site_name":"Proverka na Imot","article_modified_time":"2026-02-02T14:20:48+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.proverkanaimot.com\/?page_id=994","url":"https:\/\/www.proverkanaimot.com\/?page_id=994","name":"General terms and conditions - Proverka na Imot","isPartOf":{"@id":"https:\/\/www.proverkanaimot.com\/#website"},"datePublished":"2026-01-07T15:50:21+00:00","dateModified":"2026-02-02T14:20:48+00:00","breadcrumb":{"@id":"https:\/\/www.proverkanaimot.com\/?page_id=994#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.proverkanaimot.com\/?page_id=994"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.proverkanaimot.com\/?page_id=994#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.proverkanaimot.com\/"},{"@type":"ListItem","position":2,"name":"General terms and conditions"}]},{"@type":"WebSite","@id":"https:\/\/www.proverkanaimot.com\/#website","url":"https:\/\/www.proverkanaimot.com\/","name":"Proverka na Imot","description":"","publisher":{"@id":"https:\/\/www.proverkanaimot.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.proverkanaimot.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.proverkanaimot.com\/#organization","name":"Proverka na Imot","url":"https:\/\/www.proverkanaimot.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.proverkanaimot.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.proverkanaimot.com\/wp-content\/uploads\/2025\/12\/Untitled-design.webp","contentUrl":"https:\/\/www.proverkanaimot.com\/wp-content\/uploads\/2025\/12\/Untitled-design.webp","width":301,"height":308,"caption":"Proverka na Imot"},"image":{"@id":"https:\/\/www.proverkanaimot.com\/#\/schema\/logo\/image\/"}}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/www.proverkanaimot.com\/index.php?rest_route=\/wp\/v2\/pages\/994","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.proverkanaimot.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.proverkanaimot.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.proverkanaimot.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.proverkanaimot.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=994"}],"version-history":[{"count":10,"href":"https:\/\/www.proverkanaimot.com\/index.php?rest_route=\/wp\/v2\/pages\/994\/revisions"}],"predecessor-version":[{"id":2536,"href":"https:\/\/www.proverkanaimot.com\/index.php?rest_route=\/wp\/v2\/pages\/994\/revisions\/2536"}],"wp:attachment":[{"href":"https:\/\/www.proverkanaimot.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=994"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}