{"id":1962,"date":"2025-06-12T05:50:47","date_gmt":"2025-06-12T05:50:47","guid":{"rendered":"https:\/\/ultramon.ro\/?page_id=1962"},"modified":"2026-02-10T00:30:50","modified_gmt":"2026-02-09T22:30:50","slug":"termeni-si-conditii","status":"publish","type":"page","link":"https:\/\/ultramon.ro\/en\/termeni-si-conditii\/","title":{"rendered":"Terms and Conditions"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1962\" class=\"elementor elementor-1962\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08a913c e-flex e-con-boxed e-con e-parent\" data-id=\"08a913c\" 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-073332f elementor-widget elementor-widget-html\" data-id=\"073332f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"ro\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Termeni \u0219i condi\u021bii - ULTRAMON<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&family=Rajdhani:wght@500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            color: #1E293B;\n            line-height: 1.6;\n            background: #FFFFFF;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            position: relative;\n            background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0D9488 100%);\n            padding: 100px 0 80px;\n            overflow: hidden;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n            color: #FFFFFF;\n        }\n\n        .hero-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            padding: 8px 24px;\n            border-radius: 50px;\n            font-size: 14px;\n            font-weight: 500;\n            margin-bottom: 20px;\n            letter-spacing: 0.5px;\n        }\n\n        .hero-title {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 56px;\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .hero-subtitle {\n            font-size: 18px;\n            font-weight: 300;\n            max-width: 600px;\n            margin: 0 auto;\n            opacity: 0.95;\n            line-height: 1.7;\n        }\n\n        \/* Main Content Section *\/\n        .main-content-section {\n            padding: 60px 0 100px;\n            background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);\n        }\n\n        .content-card {\n            background: #FFFFFF;\n            border-radius: 20px;\n            padding: 40px;\n            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);\n            border: 2px solid #F1F5F9;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n        }\n\n        .content-card:hover {\n            border-color: #0D9488;\n        }\n\n        .content-card:last-child {\n            margin-bottom: 0;\n        }\n\n        .content-card-header {\n            display: flex;\n            align-items: center;\n            gap: 20px;\n            margin-bottom: 24px;\n        }\n\n        .content-card-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #0D9488 0%, #0891B2 100%);\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            box-shadow: 0 10px 20px -5px rgba(13, 148, 136, 0.3);\n        }\n\n        .content-card-icon svg {\n            width: 28px;\n            height: 28px;\n            color: white;\n        }\n\n        .content-card-title {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 26px;\n            font-weight: 700;\n            color: #0F172A;\n        }\n\n        .content-card p {\n            font-size: 16px;\n            color: #475569;\n            line-height: 1.8;\n            margin-bottom: 16px;\n        }\n\n        .content-card p:last-child {\n            margin-bottom: 0;\n        }\n\n        .content-card ul {\n            list-style: none;\n            margin: 16px 0;\n            padding: 0;\n        }\n\n        .content-card ul li {\n            position: relative;\n            padding-left: 28px;\n            margin-bottom: 12px;\n            font-size: 16px;\n            color: #475569;\n            line-height: 1.7;\n        }\n\n        .content-card ul li::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 10px;\n            width: 8px;\n            height: 8px;\n            background: linear-gradient(135deg, #0D9488 0%, #0891B2 100%);\n            border-radius: 50%;\n        }\n\n        .content-card ul li:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Info Box *\/\n        .info-box {\n            background: #F8FAFC;\n            border-radius: 12px;\n            padding: 20px 24px;\n            margin: 20px 0;\n        }\n\n        .info-box p {\n            margin: 0;\n            font-size: 15px;\n        }\n\n        \/* Company Info Box *\/\n        .company-info-box {\n            background: linear-gradient(135deg, #F0FDFA 0%, #CCFBF1 100%);\n            border: 2px solid #0D9488;\n            border-radius: 12px;\n            padding: 24px;\n            margin: 20px 0;\n        }\n\n        .company-info-box p {\n            margin-bottom: 8px;\n            font-size: 15px;\n            color: #0F172A;\n        }\n\n        .company-info-box p:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Definition List *\/\n        .definition-item {\n            padding: 16px 0;\n            border-bottom: 1px solid #F1F5F9;\n        }\n\n        .definition-item:last-child {\n            border-bottom: none;\n            padding-bottom: 0;\n        }\n\n        .definition-item:first-child {\n            padding-top: 0;\n        }\n\n        .definition-term {\n            font-weight: 600;\n            color: #0F172A;\n            margin-bottom: 4px;\n        }\n\n        .definition-desc {\n            color: #475569;\n            font-size: 15px;\n        }\n\n        \/* Sub-section title *\/\n        .subsection-title {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 20px;\n            font-weight: 700;\n            color: #0F172A;\n            margin: 24px 0 16px;\n        }\n\n        .subsection-title:first-child {\n            margin-top: 0;\n        }\n\n        \/* Numbered list *\/\n        .numbered-list {\n            counter-reset: item;\n            list-style: none;\n            padding: 0;\n            margin: 16px 0;\n        }\n\n        .numbered-list li {\n            position: relative;\n            padding-left: 32px;\n            margin-bottom: 12px;\n            font-size: 16px;\n            color: #475569;\n            line-height: 1.7;\n        }\n\n        .numbered-list li::before {\n            content: counter(item);\n            counter-increment: item;\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 22px;\n            height: 22px;\n            background: linear-gradient(135deg, #0D9488 0%, #0891B2 100%);\n            border-radius: 50%;\n            color: white;\n            font-size: 12px;\n            font-weight: 600;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        \/* Warning Box *\/\n        .warning-box {\n            background: #FEF3C7;\n            border: 2px solid #FBBF24;\n            border-radius: 12px;\n            padding: 16px 20px;\n            margin: 20px 0;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n        }\n\n        .warning-box svg {\n            width: 22px;\n            height: 22px;\n            color: #D97706;\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n\n        .warning-box p {\n            font-size: 14px;\n            color: #92400E;\n            margin: 0;\n            font-weight: 500;\n        }\n\n        \/* Contact Link *\/\n        .contact-link {\n            color: #0D9488;\n            text-decoration: none;\n            font-weight: 600;\n            transition: color 0.2s;\n        }\n\n        .contact-link:hover {\n            color: #0891B2;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero-title {\n                font-size: 36px;\n            }\n\n            .hero-subtitle {\n                font-size: 16px;\n            }\n\n            .content-card {\n                padding: 24px;\n            }\n\n            .content-card-header {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 12px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <div class=\"hero-badge\">Informa\u021bii Legale<\/div>\n                <h1 class=\"hero-title\">Terms and Conditions<\/h1>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Main Content Section -->\n    <section class=\"main-content-section\">\n        <div class=\"container\">\n\n            <!-- Introducere -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\n                            <polyline points=\"14 2 14 8 20 8\"><\/polyline>\n                            <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line>\n                            <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line>\n                            <polyline points=\"10 9 9 9 8 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Terms and Conditions<\/h2>\n                <\/div>\n\n                <p>Site-ul www.ultramon.ro, denumit \u00een continuare \"site-ul\", este administrat de c\u0103tre ULTRAMON PLUS S.R.L., denumit\u0103 \u00een continuare \"ULTRAMON\", av\u00e2nd urm\u0103toarele date de identificare:<\/p>\n\n                <div class=\"company-info-box\">\n                    <p>Unique Registration Code RO 14490859,<\/p>\n                    <p>Registration number with the Trade Registry J2002000761136,<\/p>\n                    <p>Registered office at Aleea Macilor no. 2, bl. B2, sc. C, ap. 44, ground floor, Constan\u021ba, 900587.<\/p>\n                    <p>Tel.: 0241 630700, Fax: 0241 630166, E-mail: office@ultramon.ro., Mobile: +40 744 630741.<\/p>\n                <\/div>\n\n                <p>Use of this site is equivalent to reading, understanding and accepting by the Client the terms and conditions detailed below. We recommend reading them carefully both at the time of the first access to the site www.utramon.ro and periodically. Ultramon reserves the right to modify and update the content of this site at any time, without prior notice. Clients expressly accept that the mere use or access of the services offered by ultramon.ro signifies full and unconditional acceptance of these conditions, together with any subsequent amendments.<\/p>\n\n                <p>Ultramon grants the Client limited access, for personal interest (placing online orders, information), on the site www.ultramon.ro and does not confer the right to download or modify, partially or fully, to reproduce, partially or fully, the content of the site, to copy, to sell\/resell or to exploit the site in any other manner, for commercial purposes or contrary to the interests of Ultramon, without its prior written consent.<\/p>\n\n                <p>If Ultramon does not act in relation to a breach of these Terms and Conditions, this does not mean it waives its right to act in relation to future or similar breaches. If a court finds that any provision of these Terms is unenforceable or invalid, that provision will be applied to the maximum extent permitted by applicable law and the remaining Terms will remain in force and fully applicable.<\/p>\n\n                <p>The Client may not assign, delegate or transfer the rights or obligations contained in these Terms and Conditions.<\/p>\n\n                <p>\u00cen caz de divergen\u021b\u0103 sau ne\u00een\u021belegeri \u00eentre \u201esite\" \u0219i Client, se vor aplica Termenii \u0219i condi\u021biile valabile la momentul Comenzii.<\/p>\n\n                <p>The relationship between the parties is governed, mainly, by the following legal acts:<\/p>\n\n                <ul>\n                    <li>Government Ordinance no. 21\/1992 on consumer protection<\/li>\n                    <li>Government Emergency Ordinance no. 34\/2014 on consumer rights in contracts concluded with professionals<\/li>\n                    <li>Law no. 363\/2007 on combating unfair practices of traders in their relationship with consumers and harmonizing regulations with EU consumer protection legislation<\/li>\n                    <li>Law no. 365\/2002 on e-commerce.<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Defini\u021bii -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"><\/path>\n                            <path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Definitions<\/h2>\n                <\/div>\n\n                <div class=\"definition-item\">\n                    <div class=\"definition-term\">Client<\/div>\n                    <div class=\"definition-desc\">persoan\u0103 fizic\u0103 \/ persoan\u0103 juridic\u0103 ce efectueaz\u0103 o Comand\u0103.<\/div>\n                <\/div>\n\n                <div class=\"definition-item\">\n                    <div class=\"definition-term\">Produse \u0219i Servicii<\/div>\n                    <div class=\"definition-desc\">orice produs sau serviciu men\u021bionat \u00een Comand\u0103, care urmeaz\u0103 a fi furnizate de c\u0103tre Ultramon, Clientului.<\/div>\n                <\/div>\n\n                <div class=\"definition-item\">\n                    <div class=\"definition-term\">Order<\/div>\n                    <div class=\"definition-desc\">un document electronic ce intervine ca form\u0103 de comunicare \u00eentre Ultramon \u0219i Client prin care Clientul \u00ee\u0219i exprim\u0103 inten\u021bia de a achizi\u021biona anumite Produse \u0219i\/sau Servicii \u0219i s\u0103 fac\u0103 plata acestora.<\/div>\n                <\/div>\n\n                <div class=\"definition-item\">\n                    <div class=\"definition-term\">Curier<\/div>\n                    <div class=\"definition-desc\">orice persoan\u0103 de drept public sau privat care presteaz\u0103 servicii de curierat rapid.<\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Drepturile de proprietate intelectual\u0103 -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                            <path d=\"M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83M16.62 12l-5.74 9.94\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Intellectual Property Rights<\/h2>\n                <\/div>\n\n                <p>The entire content of the site ultramon.ro, including but not limited to: images, texts, web graphic elements, scripts, software, design rights, model rights, patents, registered trademarks, is entirely the property of Ultramon (or, as the case may be, of its suppliers) and is protected by the Copyright Law and related rights and by laws on intellectual and industrial property. Use without the explicit written consent of Ultramon of any of the above-mentioned elements is punishable according to the legislation in force. The sUltramon.ro logos are for the exclusive use of Ultramon. The use on ultramon.ro of any registered trademarks of third-party companies does not constitute advertising for those companies.<\/p>\n            <\/div>\n\n            <!-- Exonerarea de r\u0103spundere -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Disclaimer<\/h2>\n                <\/div>\n\n                <p>Ultramon assumes no responsibility and cannot be held liable for damages arising from the use of the content of ultramon.ro. Ultramon cannot guarantee that the site, the servers on which it is hosted, or e-mails sent from office@ultramon.ro are free of viruses or other potentially harmful IT components, that they do not contain errors, omissions, malfunctions, delays or interruptions in operation or transmission, line failures or any other similar factors. The Client uses the site at their own risk, ultramon.ro being free of any liability for any direct or indirect damages caused by the use or access\/visit of the site or as a result of using the information on the site. Ultramon is not responsible for errors or omissions that may occur in the drafting or presentation of materials on the site.<\/p>\n\n                <p>The information on ultramon.ro is for information purposes only (product photos are for presentation purposes) and is provided in good faith, from sources that Ultramon considers reliable. The images and\/or descriptions of the products presented on the site may undergo changes related to appearance, specifications, etc., depending on changes made by the manufacturer. If any of the published articles or any other information falls under the Copyright Law and related rights, the Client is asked to notify Ultramon at office@ultramon.ro so that the necessary legal measures can be taken.<\/p>\n\n                <p>ultramon.ro reserves the right to cancel Orders for Products and\/or Services that are displayed on the site as a result of technical errors, or which, due to technical errors, show obviously erroneous\/derisory prices for Products.<\/p>\n\n                <p>Any links to other sites are offered solely for the purpose of increased accessibility of information, and ultramon.ro assumes no responsibility or liability for the content of those sites or for the products or services promoted or marketed through those sites.<\/p>\n\n                <p>ultramon.ro reserves the right to make changes and updates to these Terms and Conditions, as well as to the offer, without prior notice and without stating the reasons; ultramon.ro also reserves the right to correct any omissions or display errors that may occur as a result of typing mistakes, lack of accuracy or software product errors, without prior announcement. Implicitly, ultramon.ro does not assume responsibility for possible price or stock errors. These errors do not oblige ultramon.ro to any action. Prices and availability of products marketed by ultramon.ro may change subsequently, this being influenced by external factors such as the pricing policy of manufacturers or the availability of products in their stock. The confirmation of the order and implicitly of the stock and sale price is carried out only after it is processed by ultramon.ro agents. Please read the Terms and Conditions carefully each time you use this site.<\/p>\n            <\/div>\n\n            <!-- Limitarea accesului la site -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"><\/rect>\n                            <path d=\"M7 11V7a5 5 0 0 1 10 0v4\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Limiting access to the site<\/h2>\n                <\/div>\n\n                <p>Clients of ultramon.ro may make comments and any other communications, may send suggestions, questions or information, provided their language is civilized and the content of the communications is not illegal, obscene, threatening, defamatory, does not in any way disturb the private life of other persons, does not infringe intellectual property rights, does not contain viruses, is not used for promotional campaigns unrelated to ultramon.ro, does not consist of mass e-mails or any other form of spam. Persons who use a false e-mail address or transmit electronic messages or any other communications on behalf of another natural or legal person or on behalf of any other entity will be reported to the competent authorities. ultramon.ro does not assume responsibility and cannot be obliged to any compensation for any kind of damages caused by such communications. In the case of sending or displaying materials\/documents involving texts, replies, reviews, etc., formulated by Clients, it is considered that the respective Client guarantees their originality and grants ultramon.ro and its affiliates\/associates the non-exclusive, unlimited, free, irrevocable and transferable right to use, reproduce, modify, adapt, publish, translate, create derivative works, as well as the right to distribute and display these contents anywhere in the world, by any means. The Client guarantees that they have all rights over the content they display or transmit on the site, by any means, so that, by using this content, no damage is caused to any third-party entity, natural or legal person.<\/p>\n            <\/div>\n\n            <!-- Prelucrarea datelor cu caracter personal -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Processing of personal data<\/h2>\n                <\/div>\n\n                <p>When a Client creates an account on ultramon.ro, they will receive commercial communications from ultramon.ro only to the extent that they have expressly given their consent, by selecting the appropriate option.<\/p>\n\n                <p>According to Law no. 677\/2001 on the protection of individuals with regard to the processing of personal data and the free movement of such data, as amended and supplemented, and Law no. 506\/2004 on the processing of personal data and the protection of privacy in the electronic communications sector, ultramon.ro is obliged to process, under security conditions and only for the specified purposes, the personal data provided by Clients.<\/p>\n\n                <p>The purpose of collecting personal data may be: economic-financial management, advertising, marketing, publicity, statistics, electronic communications services, informing Clients regarding the status of their account on ultramon.ro, informing Clients regarding the progress and status of Orders.<\/p>\n\n                <p>Completion by Clients of forms on the site is equivalent to unconditional acceptance that these data will be included in the database of ultramon.ro and that they will be used and processed by ultramon.ro, its affiliates and collaborators, for carrying out the activities listed above, including but not limited to: marketing service providers, courier services, payment\/banking services.<\/p>\n\n                <p>Clients are guaranteed the rights provided by Law no. 677\/2001 for the protection of individuals with regard to the processing of personal data and the free movement of such data, namely the right to be informed, the right of access to data, the right to intervene, the right to object, the right not to be subject to an individual decision, the right to address the courts in case of violation of their rights. Clients have the right to request the total or partial deletion of personal data. The Client may request any of the rights listed above based on a written, signed and dated request addressed to Ultramon. Refusal to provide these data makes it impossible to honor Orders.<\/p>\n\n                <p>If the Client changes, using the forms on the site, the personal data already provided to ultramon.ro and there are Orders in progress, the Orders retain the data from the time the Order was placed and the delivery of the products will be made taking into account the data previously provided.<\/p>\n\n                <p>ultramon.ro does not request from its Clients through any means of communication (telephone\/e-mail etc.) confidential information, bank account data, personal passwords etc. If the Client discloses them to third parties, they bear full responsibility for their actions. Thus, in cases of disclosure of such data, the Client cannot hold ultramon.ro responsible for any kind of damage.<\/p>\n            <\/div>\n\n            <!-- \u00cenregistrarea Clientului -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"8.5\" cy=\"7\" r=\"4\"><\/circle>\n                            <line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"14\"><\/line>\n                            <line x1=\"23\" y1=\"11\" x2=\"17\" y2=\"11\"><\/line>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Client registration<\/h2>\n                <\/div>\n\n                <p>To create an account on the site ultramon.ro, the Client is required to use a valid e-mail address. ultramon.ro may refuse the registration request in situations where it finds that information not in accordance with reality has been used.<\/p>\n            <\/div>\n\n            <!-- Pre\u021bul -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"><\/line>\n                            <path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Price<\/h2>\n                <\/div>\n\n                <p>All prices are expressed in Lei, include VAT and are final. The prices are those on the date the products are ordered, regardless of any subsequent changes in prices. Delivery prices, as well as the cash-on-delivery fee (if this payment method is chosen) are borne by the client. For orders exceeding 1,000.00 Lei (VAT included), shipping is free.<\/p>\n\n                <p>If the cash-on-delivery payment method is chosen, this method of payment involves a cost that will be borne by the client, in accordance with the fee set by the courier company.<\/p>\n\n                <div class=\"info-box\">\n                    <p>For example, the formula for calculating the additional cost for cash-on-delivery payment at Fan Courier is: (COD value x 2% + 15.00 lei envelope fee) + 21% VAT.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Comanda -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle>\n                            <circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle>\n                            <path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Order<\/h2>\n                <\/div>\n\n                <p>To activate the service, the Client must set the preferred Order details (where it should be delivered, the shipping method and the payment method) in the Client account, and these settings will be retained and used for each Order. These settings can be changed at any time, becoming operative starting with the next placed order. By finalizing the Order, the Client guarantees that all data provided are real and correct, otherwise they may bear the consequences of these errors (delayed order, misdirected order etc.).<\/p>\n\n                <p>ultramon.ro cannot be held responsible for incorrectly entered information, which may result in delivery delays. In this context, all transport fees incurred for reshipping the Order will be borne by the Client.<\/p>\n\n                <p>By finalizing the Order, the Client agrees that an Ultramon representative may contact them, by any means available, agreed by the Parties (e-mail\/phone) for personal confirmation of the Order.<\/p>\n\n                <p>According to Law no. 365\/2002 on e-commerce, Article 9, the Client\u2019s contract regarding the purchase of the Products mentioned in the Order is not fully concluded until ultramon.ro sends an e-mail\/notification in the Client\u2019s account, informing them that the Products have been shipped.<\/p>\n\n                <p>ultramon.ro may refuse an Order following prior notification to the Client, without obligations between the parties and without either party being able to claim damages, for the following situations:<\/p>\n\n                <ul>\n                    <li>failure\/invalidity of the online transaction;<\/li>\n                    <li>non-acceptance by the issuing bank of the Client\u2019s card\/transaction;<\/li>\n                    <li>incomplete or incorrect Client data;<\/li>\n                    <li>the Client\u2019s activity may cause damage to the ultramon.ro site\/partners;<\/li>\n                    <li>consecutively failed deliveries;<\/li>\n                    <li>other objective reasons (for example, but not limited to: where the Client does not guarantee that the method of payment is valid and not obtained through a fraudulent method, there are suspicions regarding the method of payment, etc.).<\/li>\n                <\/ul>\n\n                <p>Even if it has taken all measures to ensure that the information presented on this site is accurate and correct, ultramon.ro cannot be held responsible for inaccuracies that may occur in the completion by the Client of the forms on the site for finalizing the Order. Clients are responsible for assessing the accuracy, completeness and usefulness of the information provided in the forms available on this site.<\/p>\n            <\/div>\n\n            <!-- Facturare \u2013 pl\u0103\u021bi -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <rect x=\"1\" y=\"4\" width=\"22\" height=\"16\" rx=\"2\" ry=\"2\"><\/rect>\n                            <line x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\"><\/line>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Invoicing \u2013 payments<\/h2>\n                <\/div>\n\n                <p>The price and the payment method are specified in the Order. Ultramon will issue to the Client an invoice for the Products and Services delivered, and the Client is obliged to provide all the information necessary to issue the invoice in accordance with the legislation in force.<\/p>\n            <\/div>\n\n            <!-- Modalit\u0103\u021bi de plat\u0103 -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <rect x=\"1\" y=\"4\" width=\"22\" height=\"16\" rx=\"2\" ry=\"2\"><\/rect>\n                            <line x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\"><\/line>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Payment methods<\/h2>\n                <\/div>\n\n                <ul>\n                    <li>Cash payment is made in Lei, in full, upon delivery. For parcels delivered by courier, the courier will issue a receipt. The COD fee is borne by the client, in accordance with the value set by the courier company.<\/li>\n                    <li>Bank transfer to Ultramon\u2019s bank account.<\/li>\n                    <li>Online card payment, via the Netopia application.<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Returul \u00een caz de vicii ascunse -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"1 4 1 10 7 10\"><\/polyline>\n                            <path d=\"M3.51 15a9 9 0 1 0 2.13-9.36L1 10\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Return in case of hidden defects is granted in the following situations:<\/h2>\n                <\/div>\n\n                <ul>\n                    <li>If a product presents non-conformities that make its use unsafe or impossible, it will be replaced;<\/li>\n                    <li>If the reported defect cannot be removed due to its disproportionate nature, and replacement of the product is not possible, the Client will have the possibility to receive the amount of money into a bank account in RON;<\/li>\n                    <li>In the case of other defects that cannot be removed, and which require replacement of the product.<\/li>\n                <\/ul>\n\n                <p>Depending on the nature of the situation, proof of purchase of the product is sufficient and necessary.<\/p>\n\n                <p>Exclusively, in the case of returns related to non-conforming products, according to this article, transport costs are borne by Ultramon.<\/p>\n\n                <p>To benefit from these, the Client has the following obligations:<\/p>\n\n                <ul>\n                    <li>the product must have been purchased from ultramon.ro and used only for the purpose for which it was designed;<\/li>\n                    <li>to comply with the instructions for use\/storage\/handling and to use the product according to the instructions;<\/li>\n                    <li>to keep the fiscal document with which the product was purchased;<\/li>\n                    <li>to keep the original packaging and all accessories that came with it, and to deliver them together with the product.<\/li>\n                <\/ul>\n\n                <p>Reasons for non-acceptance of the return:<\/p>\n\n                <ul>\n                    <li>damage to the packaging; excessive exposure to solar radiation;<\/li>\n                    <li>damage caused as a result of non-compliance with the instructions for use\/storage\/handling.<\/li>\n                <\/ul>\n\n                <p>All other provisions contained in the legislation in force, regarding the coverage by ultramon.ro of hidden defects of the products sold, are valid. Clients\u2019 rights are those provided in the legislation in the field, and they do not extend to any damages caused by the use of the product.<\/p>\n            <\/div>\n\n            <!-- Livrarea -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <rect x=\"1\" y=\"3\" width=\"15\" height=\"13\"><\/rect>\n                            <polygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"><\/polygon>\n                            <circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"><\/circle>\n                            <circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Delivery<\/h2>\n                <\/div>\n\n                <p>For products in stock, delivery will be made according to the Client\u2019s option: by Courier or personal pickup. As a rule, delivery in Constan\u021ba and nationwide is made within 48 hours (by the end of the next business day) for orders confirmed by 15:00 and within 48 hours (by the end of the second business day) for orders confirmed after 15:00.<\/p>\n\n                <div class=\"warning-box\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                        <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"><\/line>\n                        <line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"><\/line>\n                    <\/svg>\n                    <p>Attention! Due to the very short processing time of Orders, it is impossible to operate changes to Orders already confirmed.<\/p>\n                <\/div>\n\n                <p>If the products are unavailable (including where the price or some characteristics of the products have changed after confirmation of the Order), Ultramon will inform the Client of the unavailability, and the amounts paid online will be refunded within 14 days. The Client may, at their sole discretion, confirm the changes regarding the price or characteristics of the products, thus modifying the initial Order, and Ultramon will deliver the products according to the Order as modified.<\/p>\n            <\/div>\n\n            <!-- Condi\u021bii de livrare -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path>\n                            <polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Delivery conditions<\/h2>\n                <\/div>\n\n                <p>At the request of ultramon.ro or the Courier, the Client will prove their identity, if necessary, by one or more documents issued by official authorities and will communicate the Order number assigned by Ultramon.<\/p>\n\n                <p>If the Client is unable to receive the Order personally, the Order will be left at the specified address only to a person over 18 years old and only upon communication to the Courier of the Order number.<\/p>\n\n                <p>No request for delivery of an Order can be honored if the Client does not meet the above conditions.<\/p>\n\n                <p>In the case of delivery of the Order (including at the Client\u2019s workplace), and in the situation where the Courier cannot access the respective location, the Client must ensure that they can receive this Order.<\/p>\n\n                <p>Condi\u021biile de livrare se completeaz\u0103 cu Termenii \u0219i Condi\u021biile companiei de curierat agreate \u2013 Fan Courier, acestea fiind disponibile pe site-ul www.fancourier.ro<\/p>\n\n                <p>Delivery is deemed to have been fulfilled by ultramon.ro at the time of handing over the Ordered products to the Client.<\/p>\n            <\/div>\n\n            <!-- Recep\u021bia produselor -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"><\/path>\n                            <polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"><\/polyline>\n                            <line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"><\/line>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Receipt of products<\/h2>\n                <\/div>\n\n                <p>The Client undertakes to sign the delivery note (AWB) presented by the Courier upon delivery of the ordered products. The Client will also check whether the products are damaged or whether there are shortages. By signing the delivery note, the Client acknowledges receipt in good condition and in full of the Ordered products.<\/p>\n            <\/div>\n\n            <!-- Anulare, refuz, retur comand\u0103 -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                            <line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"><\/line>\n                            <line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"><\/line>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Cancellation, refusal, order return<\/h2>\n                <\/div>\n\n                <p>If an order to which a discount has been applied is canceled, refused or returned in full, the Client will only be refunded the amount actually paid.<\/p>\n            <\/div>\n\n            <!-- Politica de retur -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"1 4 1 10 7 10\"><\/polyline>\n                            <path d=\"M3.51 15a9 9 0 1 0 2.13-9.36L1 10\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Return policy<\/h2>\n                <\/div>\n\n                <h3 class=\"subsection-title\">General conditions<\/h3>\n\n                <p>ultramon.ro offers the possibility of return for clients who notify their intention within a maximum of 14 calendar days from receipt of the parcel, if non-conformities of the product are found that make its use unsafe or impossible.<\/p>\n\n                <p>The costs of returning the product will be borne entirely by the Client, except for returns caused by non-conformities\/hidden defects of the product.<\/p>\n\n                <p>Return in case of hidden defects:<\/p>\n\n                <p>Products can be returned through any courier company that ensures delivery of the return parcel to the registered office\/work point of Ultramon.<\/p>\n\n                <h3 class=\"subsection-title\">17.1 Methods and deadlines for returning products<\/h3>\n\n                <p>The Client undertakes to notify ultramon.ro of their intention to return the purchased products by e-mail at: office@ultramon.ro, or on the site \u2013 Return form. Otherwise, ultramon.ro may refuse the parcel.<\/p>\n\n                <h3 class=\"subsection-title\">17.2 Conditions for returning products<\/h3>\n\n                <p>In any situation of returning products, they must be in the same condition as received by the Client, in the original packaging, with intact labels and together with all documents that accompanied it (invoice, fiscal receipt, etc.). The returned products must be in the same condition as at receipt: without defects (except for hidden defects and except for defects already reported by the Client in correspondence with ultramon.ro).<\/p>\n\n                <p>Following the analysis of the returned Products, as well as compliance with the return conditions, Ultramon may accept\/refuse the return. In the event of refusal, Ultramon will inform the Client of the reasons. Also, the shipment to the Client of products not accepted as return will be made exclusively at the Client\u2019s expense and initiative.<\/p>\n\n                <p>According to art. 16 letters d) and e) of Government Emergency Ordinance no. 34\/2014 Ultramon reserves the right not to accept the return of products that are likely to deteriorate (The Product can be returned only if it is in perfect condition, including the packaging, i.e., it shows no signs of wear, is unopened, namely sealed).<\/p>\n\n                <h3 class=\"subsection-title\">17.3 Deadlines for refunding the amounts paid<\/h3>\n\n                <p>For full returns of orders, the Client receives the money related to the returned products and the cost of the initially paid transport (if applicable) within 14 calendar days from the date on which ultramon.ro accepts the return.<\/p>\n\n                <p>For partial returns of orders, if the value of the products remaining in the order does not meet the offer conditions regarding free shipping, the Client receives the money related to the returned products, minus the cost of one shipping related to the products kept.<\/p>\n            <\/div>\n\n            <!-- Modalit\u0103\u021bile de adresare a reclama\u021biei -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Methods of filing a complaint<\/h2>\n                <\/div>\n\n                <p>A complaint represents the possibility offered to the Client that, in accordance with existing legal norms, they submit a request to resolve situations considered by them as deviations from the legal or contractual conditions for the provision of products and services, to which they expect an answer or a resolution.<\/p>\n\n                <p>\u2013 prin e-mail la adresa <a href=\"mailto:office@ultramon.ro\" class=\"contact-link\">office@ultramon.ro<\/a>.<\/p>\n\n                <p>Complaints will be received and processed from Monday to Friday, between 09:00-17:00.<\/p>\n\n                <p>The complaint can be submitted exclusively in written form. In the case of sending by mail, it will be done only with acknowledgment of receipt.<\/p>\n\n                <p>The notification must be addressed\/submitted by the Client within no more than 14 calendar days from the date of purchase of the complained\/contested product. It will be resolved within no more than 30 days from the date of receipt of the notification. If the complaint has not been resolved within this deadline, Ultramon will send a written notice regarding the reasons why it has not been resolved, within no more than 5 days from the expiry of the resolution deadline.<\/p>\n\n                <p>The notification must contain at least the following elements:<\/p>\n\n                <ul>\n                    <li>numele complet al persoanei care adreseaz\u0103 reclama\u021bia (denumirea, \u00een cazul persoanei juridice)<\/li>\n                    <li>calitatea acestuia (numai dac\u0103 persoana care semneaz\u0103 pl\u00e2ngerea este \u00eemputernicit al unei alte persoane ori reprezentant al unei societ\u0103\u021bi comerciale)<\/li>\n                    <li>datele de identificare (domiciliu, CNP, serie \u0219i num\u0103r act identitate, \u00een cazul persoanei fizice \/ sediul social, Cod Unic de \u00cenregistrare, num\u0103r de ordine la Oficiul Registrului Comer\u021bului, \u00een cazul persoanei juridice)<\/li>\n                    <li>descrierea complet\u0103 a defectului\/celor reclamate, precum \u0219i num\u0103rul facturii \u0219i data achizi\u021bion\u0103rii produselor\/serviciilor<\/li>\n                    <li>adresa corect\u0103 \u0219i complet\u0103 la care r\u0103spunsul Ultramon va fi expediat<\/li>\n                    <li>data \u00eentocmirii reclama\u021biei<\/li>\n                    <li>semn\u0103tura persoanei care formuleaz\u0103 reclama\u021bia (\u0219i \u0219tampila, \u00een cazul persoanelor juridice).<\/li>\n                <\/ul>\n\n                <p>Ultramon may be in a situation of impossibility to resolve the complaint if any of the above elements are missing.<\/p>\n\n                <p>Any complaint\/notification sent within the deadline and containing all the elements listed above will be resolved within 30 days from the date of receipt thereof. Ultramon cannot guarantee a favorable resolution of the complaint\/notification. If the client does not consider the solution offered by Ultramon to be appropriate, they may contact the National Authority for Consumer Protection (link), and if the measures thus ordered are not satisfactory, the competent court of law.<\/p>\n            <\/div>\n\n            <!-- For\u021ba major\u0103 -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9\"><\/path>\n                            <polyline points=\"13 11 9 17 15 17 11 23\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Force majeure<\/h2>\n                <\/div>\n\n                <p>None of the contracting parties can be held liable for failure (total\/partial) or delay in fulfilling its obligations if these were caused by force majeure. The parties will inform each other immediately of the force majeure event and will take all necessary measures to limit the consequences of the event. If within 15 days the force majeure event does not cease, the parties have the right to unilaterally terminate the contract without being able to claim damages.<\/p>\n\n                <p>Force majeure will be proven according to the law.<\/p>\n            <\/div>\n\n            <!-- Solu\u021bionarea conflictelor -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                            <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line>\n                            <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Dispute resolution. Governing law<\/h2>\n                <\/div>\n\n                <p>The contract will be governed by and interpreted in accordance with Romanian law. Any dispute arising between ultramon.ro and the Client will be resolved amicably. If this is not possible, the first means of resolution is mediation, under the law, and if this fails, the competent courts will be seized.<\/p>\n            <\/div>\n\n            <!-- Frauda -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"><\/path>\n                            <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"><\/line>\n                            <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Fraud<\/h2>\n                <\/div>\n\n                <p>Creating multiple accounts using automatically generated addresses is prohibited and will be considered attempts at fraud. The owner of the site ultramon.ro reserves the right to suspend such accounts, to cancel the account without prior notice, notification, other formalities or compensation. Any attempt at fraud or any fraud (such as but not limited to: accessing the data of ultramon.ro clients, altering the content of the site, attempting to affect the performance of ultramon.ro servers, diverting the content of deliveries to third parties, etc.) will be punished according to criminal law.<\/p>\n            <\/div>\n\n            <!-- Dispozi\u021bii finale -->\n            <div class=\"content-card\">\n                <div class=\"content-card-header\">\n                    <div class=\"content-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path>\n                            <polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                    <h2 class=\"content-card-title\">Final provisions<\/h2>\n                <\/div>\n\n                <p>If any of the clauses above becomes null or invalid, this will not affect the validity of all the other clauses.<\/p>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\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>","protected":false},"excerpt":{"rendered":"<p>Terms and Conditions REGARDING THE PROCESSING OF PERSONAL DATA OF EPIX TRADE SRL Since its establishment, Epix Trade SRL has attached importance to and complies with regulations in force, including those related to the protection of our partners&#8217; personal data. Also, regulations on confidentiality and personal data protection have always been respected and we will [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1962","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/pages\/1962","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/comments?post=1962"}],"version-history":[{"count":0,"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/pages\/1962\/revisions"}],"wp:attachment":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/media?parent=1962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}