Δικηγορικό Γραφείο Βικτώρια Πλατή

Νομικές υπηρεσίες με επίκεντρο τον άνθρωπο

Κλείστε Ραντεβού

Δικηγορικό Γραφείο Βικτώρια Πλατή

Εμπιστοσύνη, Εχεμύθεια, Συνεργασία

Κλείστε Ραντεβού
/* End custom CSS */ /* Start custom CSS for section, class: .elementor-element-kuuxrpy *//* Κάνει όλα τα links του βασικού μενού λευκά */ #site-navigation #main-menu a { color: #ffffff !important; } /* Κάνει και τα links στο hover (όταν περνάς το ποντίκι) λευκά */ #site-navigation #main-menu a:hover { color: #ffffff !important; }/* End custom CSS */ /* Start custom CSS for text-editor, class: .elementor-element-zosrxry */.container { width: 100%; box-sizing: border-box; padding: 1em; /* ή ό,τι σου ταιριάζει */ } .full-width-text { width: 100%; margin: 0; text-align: justify; /* αν θέλεις πιο "γεμάτη" όψη */ }/* End custom CSS */ .elementor-6909 .elementor-element.elementor-element-d22ef45{z-index:2000;}.elementor-6909 .elementor-element.elementor-element-38216ca{width:var( --container-widget-width, 103.304% );max-width:103.304%;--container-widget-width:103.304%;--container-widget-flex-grow:0;z-index:2000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-6909 .elementor-element.elementor-element-c74c1c0{width:100%;}}/* Start custom CSS for html, class: .elementor-element-38216ca */.custom-header { background-color: #fff; padding: 10px 0; border-bottom: 1px solid #e0e0e0; } .header-inner { width: 100%; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; } .logo img { max-height: 75px; width: auto; } .main-nav { display: flex; align-items: center; gap: 25px; } .main-menu { display: flex; list-style: none; gap: 28px; margin: 0; padding: 0; align-items: center; } .main-menu li { position: relative; } .main-menu a { color: #d0ac83; font-weight: 600; text-decoration: none; padding: 6px 0; font-size: 15px; display: inline-block; } .main-menu .has-submenu:hover .submenu { display: block; } .submenu { display: none; position: absolute; top: 100%; left: 0; background: white; list-style: none; min-width: 200px; padding: 10px 0; box-shadow: 0 4px 10px rgba(0,0,0,0.08); z-index: 999; } .submenu li a { display: block; padding: 10px 20px; color: #d0ac83; white-space: nowrap; } .submenu li a:hover { background-color: #f5f5f5; } .appointment-button { background-color: #d0ac83; color: white !important; padding: 10px 18px; border-radius: 2px; text-decoration: none; font-weight: 600; font-size: 14px; } .lang-switcher { display: flex; align-items: center; gap: 8px; } .lang-switcher img { width: 18px; height: auto; display: inline-block; } .custom-header { position: relative; z-index: 999; } .submenu { z-index: 9999; position: absolute; } /* Βεβαιωθείτε ότι το header είναι σε υψηλό επίπεδο */ .custom-header { position: relative; z-index: 1000; } .appointment-button { background-color: #d0ac83 ; color: white; padding: 10px 18px; border-radius: 4px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; } .appointment-button:hover { background-color: #e8cdb0 ; /* πιο ανοιχτό χρυσό */ color: black; /* μαύρα γράμματα στο hover */ } .arrow-down { margin-left: 4px; font-size: 0.7em; } /* --- Αρχικό header --- */ .custom-header { padding: 15px 24px; background-color: #fff; box-sizing: border-box; transition: padding 0.3s ease; } .custom-header .logo img { max-height: 75px; transition: max-height 0.3s ease; } /* --- Sticky εφέ --- */ .elementor-sticky--effects.custom-header { position: fixed !important; top: 0; left: 0; right: 0; width: 100vw !important; max-width: 100vw !important; padding: 5px 24px !important; z-index: 9999; background-color: #fff; box-sizing: border-box; transition: all 0.3s ease; } .elementor-sticky--effects .logo img { max-height: 55px !important; transition: max-height 0.3s ease; } /* --- Μενού dropdown σε desktop --- */ @media (min-width: 768px) { .main-nav .main-menu > li { position: relative; } .main-nav .main-menu > li > ul.submenu { display: none; position: absolute; top: 100%; left: 0; background: white; padding: 0; margin: 0; z-index: 9999; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .main-nav .main-menu > li:hover > ul.submenu { display: block; } .main-nav .submenu li { white-space: nowrap; } }/* End custom CSS */ /* Start custom CSS for html, class: .elementor-element-4ae0902 *//* =================================================== 🔝 STICKY HEADER – Μεγαλύτερο και πιο έντονο θόλωμα =================================================== */ /* === Sticky header, με σωστό padding γύρω γύρω === */ .mobile-header { position: fixed; top: 0; left: 0; right: 0; height: 72px; background-color: rgba(255, 255, 255, 0.3); z-index: 9999; padding: 12px 16px; /* 👈 αυτό εξασφαλίζει padding αριστερά-δεξιά και πάνω-κάτω */ backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); } /* =================================================== 🧱 HEADER LAYOUT – Burger αριστερά, logo κολλητά =================================================== */ .mobile-header-inner { display: flex; align-items: center; justify-content: space-between !important; /* 🔁 από flex-start */ gap: 6px !important; padding: 0 !important; margin: 0 !important; } /* =================================================== 🍔 BURGER ICON – Μεγαλύτερο =================================================== */ .burger-icon { width: 44px !important; height: 44px !important; background-color: #d0ac83; border-radius: 4px; display: flex; justify-content: center; align-items: center; cursor: pointer; padding: 0; position: relative; flex-shrink: 0; } .burger-icon span { position: absolute; width: 24px; height: 3px; background-color: black; border-radius: 1px; transition: transform 0.3s ease, opacity 0.3s ease; } .burger-icon span:nth-child(1) { top: 12px; } .burger-icon span:nth-child(2) { top: 20px; } .burger-icon span:nth-child(3) { top: 28px; } body.mobile-menu-open .burger-icon span:nth-child(1) { transform: rotate(45deg); top: 20px; } body.mobile-menu-open .burger-icon span:nth-child(2) { opacity: 0; } body.mobile-menu-open .burger-icon span:nth-child(3) { transform: rotate(-45deg); top: 20px; } /* =================================================== 🖼️ LOGO – Μεγαλύτερο και σωστά ευθυγραμμισμένο =================================================== */ .mobile-logo { display: flex; align-items: center; flex-shrink: 0; } .mobile-logo a { display: flex; align-items: center; padding: 0 !important; margin: 0 !important; } .mobile-logo img { height: 55px !important; /* μεγαλύτερο logo */ width: auto !important; max-width: none !important; max-height: none !important; object-fit: contain; display: block; margin: 0 !important; padding: 0 !important; } /* =================================================== 📂 MENU STRUCTURE – Υπομενού & σύνδεσμοι =================================================== */ .mobile-menu { position: fixed; top: 0; left: 0; height: 100vh; width: 300px; background-color: rgba(255, 255, 255, 0.97); z-index: 9998; padding-top: 74px; overflow-y: auto; transform: translateX(-100%); transition: transform 0.3s ease; box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1); display: block !important; } /* Όταν ανοίγει */ body.mobile-menu-open .mobile-menu { transform: translateX(0); } @media (max-width: 767px) { .custom-header { display: none !important; } } .submenu li:last-child { border-bottom: 2px solid #d0ac83; } /* =================================================== 🌍 LANGUAGE SWITCHER =================================================== */ .lang-switcher { display: flex; gap: 12px; padding: 10px 20px; } .lang-switcher img { width: 20px; height: auto; } /* =================================================== 📑 SUBMENU – Dropdown λογική =================================================== */ .has-submenu { position: relative; } .has-submenu > a { display: flex; justify-content: space-between; align-items: center; width: 100%; } .submenu-arrow { margin-left: 8px; font-size: 14px; } .submenu { display: none; position: static; background-color: rgba(255, 255, 255, 0.97); padding-left: 0; } .has-submenu.open .submenu { display: block; } .submenu li { border-top: 1px solid #eee; } .submenu a { padding: 12px 20px; font-size: 16px; } .has-submenu.open > a { text-decoration: none; border-bottom: 2px solid #d0ac83; } /* =================================================== 🖥️ RESPONSIVE – Απόκρυψη σε desktop =================================================== */ @media (min-width: 768px) { .mobile-header, .mobile-menu { display: none; } } /* =================================================== 📲 SCROLL + BEHAVIOR STABILITY =================================================== */ html, body { overflow-x: hidden; overscroll-behavior-y: none; } body.mobile-menu-open { overflow: hidden; /* παγώνει όταν μενού είναι ανοιχτό */ touch-action: none; position: relative; } body { overflow-x: hidden; overflow-y: auto; } /* =================================================== 🌘 DARK MODE – Αυτόματη προσαρμογή χρωμάτων =================================================== @media (prefers-color-scheme: dark) { body { background-color: #121212; color: #f0f0f0; } .mobile-header { background-color: rgba(20, 20, 20, 0.9); } .burger-icon span { background-color: white; } .mobile-menu { background-color: #1a1a1a; } .mobile-menu a { color: #d0ac83; } .mobile-menu a:hover { color: #f0dcb4; } .lang-switcher img { filter: brightness(0.8); } }*/ /* =================================================== 📱 4. KEYBOARD SAFE ZONE – Σωστό scroll σε μικρές οθόνες =================================================== */ input, textarea, select { font-size: 16px; padding: 12px; box-sizing: border-box; } @media (max-height: 600px) { .mobile-menu { max-height: 70vh; overflow-y: auto; } } /* =================================================== 💡 ACCESSIBILITY FOCUS STATES =================================================== */ a:focus, button:focus { outline: 2px solid #d0ac83; outline-offset: 2px; }/* End custom CSS */ .elementor-7134 .elementor-element.elementor-element-b360cf3{width:var( --container-widget-width, 101.079% );max-width:101.079%;--container-widget-width:101.079%;--container-widget-flex-grow:0;}.elementor-7134 .elementor-element.elementor-element-af70ce6{width:var( --container-widget-width, 101.079% );max-width:101.079%;--container-widget-width:101.079%;--container-widget-flex-grow:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-7134 .elementor-element.elementor-element-d7fbc4f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}.elementor-7134 .elementor-element.elementor-element-af70ce6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-7134 .elementor-element.elementor-element-f4c7697{width:100%;}.elementor-7134 .elementor-element.elementor-element-d7fbc4f{width:100%;}}/* Start custom CSS for html, class: .elementor-element-b360cf3 *//* === Γκρι Footer === */ .gray-footer { background-color: #222; color: #fff; padding: 40px 20px; font-family: 'Montserrat', sans-serif; } .footer-columns { width: 100%; display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; padding: 0 !important; box-sizing: border-box; } .footer-column { flex: 1 1 220px; min-width: 290px; text-align: center; } /* 🔸 ΤΙΤΛΟΙ: Roboto Slab */ .footer-column h4 { font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 16px; text-transform: uppercase; margin-bottom: 16px; color: #fff; letter-spacing: 0.5px; } /* 🔸 ΠΑΡΑΓΡΑΦΟΙ & LINKS: Montserrat */ .footer-column p, .footer-column ul, .footer-column a { font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 14px; color: #fff; text-decoration: none; line-height: 1.6; } /* 🔸 Λίστες επικοινωνίας */ .footer-column ul { list-style: none; padding: 0; margin: 0; } .footer-column li { margin-bottom: 8px; } /* 🔸 Εικονίδια: χρυσά */ .footer-column i { color: #cca876; margin-right: 6px; } /* 🔸 Γραμμή εικονιδίων */ .icon-links { display: flex; gap: 18px; margin-top: 8px; font-size: 20px; } .center-icons { justify-content: center; } /* 🔸 Εικονίδια */ .icon-links a { color: #cca876; transition: opacity 0.3s ease; } .icon-links a:hover { opacity: 0.7; } .footer-column a:hover { text-decoration: underline; } /* 🔸 Στήλη ΣΥΜΒΟΥΛΕΥΤΙΚΗ – πλήρως κεντραρισμένη */ .footer-column:nth-child(1) { text-align: center; } .footer-column:nth-child(1) p { margin: 0 auto 14px; max-width: 260px; } /* 🔸 Στήλη 2 – πλήρως κεντραρισμένη */ .footer-column:nth-child(2) { text-align: center; } .footer-column:nth-child(2) p { margin: 0 auto 14px; max-width: 260px; } /* 🔸 Στήλη 3 – πλήρως κεντραρισμένη */ .footer-column:nth-child(3) { text-align: center; } .footer-column:nth-child(3) p { margin: 0 auto 14px; max-width: 260px; } /* === Responsive === */ @media (max-width: 768px) { .footer-columns { flex-direction: column; align-items: flex-start; } .footer-column { width: 100%; text-align: left; } .footer-column:nth-child(1) { text-align: left; } .center-icons { justify-content: flex-start; } } /* === Μαύρο Υποφούτερ === */ .site-subfooter { background-color: #000; padding: 30px 20px 16px; color: #cca876; font-size: 13px; font-family: 'Open Sans', sans-serif; text-align: center; } /* Κεντραρισμένο flex row: logo + κείμενο */ .subfooter-top { display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: 20px; } .subfooter-logo-link img { width: 48px; height: auto; display: block; } .subfooter-brand { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.3; } .subfooter-name { font-weight: 700; text-transform: uppercase; color: #cca876; font-size: 16px; } .subfooter-title { font-weight: 400; font-size: 13px; color: #cca876; } .subfooter-bottom { border-top: 1px solid rgba(204, 168, 118, 0.2); padding-top: 12px; } .subfooter-text { font-size: 12px; color: #cca876; } .subfooter-text a { color: #cca876; text-decoration: none; } .subfooter-text a:hover { text-decoration: underline; }/* End custom CSS */ /* Start custom CSS for html, class: .elementor-element-af70ce6 */footer { background: linear-gradient(to bottom, #222, #444); } /* === Γκρι Footer === */ .gray-footer { background-color: #222; color: #fff; padding: 40px 20px; font-family: 'Montserrat', sans-serif; } .footer-columns { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0; box-sizing: border-box; } .footer-column { flex: 1 1 220px; min-width: 200px; text-align: left; margin-bottom: 24px; } .footer-column h4 { font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 16px; text-transform: uppercase; margin-bottom: 12px; color: #fff; letter-spacing: 0.5px; } .footer-column p, .footer-column ul, .footer-column a { font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 15px; color: #fff; text-decoration: none; line-height: 1.6; } .footer-column ul { list-style: none; padding: 0; margin: 0; } .footer-column li { margin-bottom: 8px; } .footer-column i { color: #cca876; margin-right: 6px; } .icon-links { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 8px; } .icon-links a { color: #cca876; font-size: 20px; text-decoration: none; transition: opacity 0.3s ease; margin-right: 16px; } .icon-links a:last-child { margin-right: 0; } .icon-links a:hover { opacity: 0.7; } .footer-column a:hover { text-decoration: underline; } /* === Μαύρο Υποφούτερ === */ .site-subfooter { background-color: #000; padding: 30px 20px 16px; color: #cca876; font-size: 13px; font-family: 'Open Sans', sans-serif; text-align: center; margin-bottom: 0 !important; } .subfooter-top { display: flex; justify-content: center; align-items: center; margin-bottom: 20px; } .subfooter-logo-link img { width: 48px; height: auto; display: block; } .subfooter-brand { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.3; } .subfooter-name { font-weight: 700; text-transform: uppercase; color: #cca876; font-size: 16px; } .subfooter-title { font-weight: 400; font-size: 13px; color: #cca876; } .subfooter-bottom { border-top: 1px solid rgba(204, 168, 118, 0.2); padding-top: 12px; } .subfooter-text { font-size: 12px; color: #cca876; line-height: 1.4; } .subfooter-text a { color: #cca876; text-decoration: none; } .subfooter-text a:hover { text-decoration: underline; } body, footer { margin-bottom: 0 !important; padding-bottom: 0 !important; } /* === Responsive για κινητά === */ @media (max-width: 768px) { .gray-footer { padding: 24px 16px; } .footer-columns { flex-direction: column; } .footer-column { width: 100%; text-align: center; margin-bottom: 16px; } .footer-column h4 { font-size: 16px; margin-bottom: 4px; line-height: 1.3; } .footer-column p, .footer-column a, .footer-column li { font-size: 15px; line-height: 1.4; margin-bottom: 4px; } .footer-column p, .footer-column ul, .footer-column a { text-align: center; } .icon-links { justify-content: center; margin-top: 8px; } .icon-links a { margin-right: 12px; } .icon-links a:last-child { margin-right: 0; } .subfooter-top { flex-direction: column; margin-bottom: 12px; } .subfooter-brand { align-items: center; text-align: center; } .site-subfooter { padding: 20px 16px 12px; } .subfooter-text { font-size: 12px; line-height: 1.3; } } @media (max-width: 768px) { .gray-footer { padding: 20px 16px !important; } .footer-columns { flex-direction: column; } .footer-column { margin-bottom: 12px !important; } .footer-column h4 { margin-bottom: 6px !important; font-size: 17px; } .footer-column p, .footer-column a, .footer-column li { font-size: 14px !important; margin-bottom: 5px !important; line-height: 1.4 !important; } .icon-links { margin-top: 4px !important; } .icon-links a { font-size: 19px !important; margin-right: 10px !important; } .subfooter-top { flex-direction: column; margin-bottom: 8px !important; } .site-subfooter { padding: 16px 16px 8px !important; } } /* Διόρθωση απόστασης στηλών */ @media (max-width: 768px) { .footer-columns { display: flex !important; flex-direction: column !important; align-items: flex-start !important; padding: 0 !important; margin: 0 !important; gap: 0 !important; } .footer-column { width: 100% !important; flex: none !important; padding: 0 !important; margin: 0 0 8px 0 !important; } .footer-column h4, .footer-column p, .footer-column ul, .footer-column li, .footer-column a, .footer-column div { margin: 0 !important; padding: 0 !important; } .icon-links { margin: 4px 0 !important; } .gray-footer { padding-top: 12px !important; padding-bottom: 12px !important; } .site-subfooter { padding-top: 12px !important; padding-bottom: 12px !important; } } @media (max-width: 768px) { .footer-column:first-child { text-align: center !important; } .footer-column:first-child h4, .footer-column:first-child p, .footer-column:first-child .icon-links { text-align: center !important; margin-left: auto !important; margin-right: auto !important; } } @media (max-width: 768px) { .footer-column { margin-bottom: 32px !important; } .footer-column:last-child { margin-bottom: 0 !important; } .gray-footer { padding-bottom: 38px !important; } } .icon-links.center-icons { display: flex !important; justify-content: center !important; flex-wrap: wrap !important; margin-top: 8px !important; margin-bottom: 16pxpx !important; } .icon-links.center-icons a { margin: 4px 6px !important; font-size: 24px !important; }/* End custom CSS */

ΑΡΧΙΚΗ new carusel

Δικηγορικό Γραφείο Πλατή

Νομικές Υπηρεσίες Υψηλής Ποιότητας σε Ελλάδα και Εξωτερικό

Κλείστε Ραντεβού
ΝΟΜΙΚΕΣ ΥΠΗΡΕΣΙΕΣ
ΜΕ ΕΠΙΚΕΝΤΡΟ ΤΟΝ ΑΝΘΡΩΠΟ
ΠΡΟΦΙΛ ΓΡΑΦΕΙΟΥ
Βικτώρια Πλατή
Εμπιστοσύνη, Εχεμύθεια, συνεργασία
Click Here
ΝΟΜΙΚΕΣ ΥΠΗΡΕΣΙΕΣ
Με επίκεντρο τον άνθρωπο
Click Here
Previous slide
Next slide

ΝΟΜΙΚΕΣ ΥΠΗΡΕΣΙΕΣ

ΜΕ ΕΠΙΚΕΝΤΡΟ
ΤON ΑΝΘΡΩΠΟ

Σκοπός μας μέσα από ένα πνεύμα εμπιστοσύνης, εχεμύθειας και συνεργασίας, να προασπιζόμαστε με τον καλύτερο δυνατό τρόπο τα συμφέροντα των εντολέων μας.

Νομικες Υπηρεσιες

ΔΙΑΖΥΓΙΟ ΚΑΙ ΟΙΚΟΓΕΝΕΙΑΚΕΣ ΥΠΟΘΕΣΕΙΣ

Διαδικασία λύσης του γάμου με ρύθμιση των έννομων σχέσεων μεταξύ των πρώην συζύγων.

ΔΙΑΖΥΓΙΟ ΚΑΙ ΟΙΚΟΓΕΝΕΙΑΚΕΣ ΥΠΟΘΕΣΕΙΣ

Νομική καθοδήγηση σε υποθέσεις διαζυγίου με διακριτικότητα, ακρίβεια και πλήρη προστασία των δικαιωμάτων σας.
περισσοτερα ➔

ΕΝΔΟΟΙΚΟΓΕΝΕΙΑΚΗ ΒΙΑ

Νομική προστασία θυμάτων, ασφαλιστικά μέτρα, μηνύσεις και υποστήριξη σε περιστατικά ενδοοικογενειακής βίας.

ΕΝΔΟΟΙΚΟΓΕΝΕΙΑΚΗ ΒΙΑ

Άμεση προστασία, νομική εκπροσώπηση και στήριξη για κάθε μορφή ψυχολογικής ή σωματικής κακοποίησης.
περισσοτερα ➔

ΔΙΚΑΙΟ ΙΘΑΓΕΝΕΙΑΣ

Εξειδικευμένη νομική υποστήριξη σε διαδικασίες αναγνώρισης, κτήσης ή απώλειας ελληνικής ιθαγένειας, τόσο ενώπιον των διοικητικών αρχών όσο και των αρμοδίων δικαστηρίων.

ΔΙΚΑΙΟ ΙΘΑΓΕΝΕΙΑΣ

Εξειδικευόμαστε στη διαχείριση σύνθετων υποθέσεων ιθαγένειας, προσφέροντας νομική καθοδήγηση υψηλού επιπέδου σε κάθε στάδιο της διαδικασίας.
περισσοτερα ➔

ΑΔΕΙΑ ΔΙΑΜΟΝΗΣ ΑΛΛΟΔΑΠΩΝ

Αιτήσεις, ανανεώσεις και τροποποιήσεις αδειών διαμονής για εργασία, οικογενειακή συνένωση ή ανθρωπιστικούς λόγους.

ΑΔΕΙΑ ΔΙΑΜΟΝΗΣ ΑΛΛΟΔΑΠΩΝ

Αναλαμβάνουμε ολοκληρωμένα τη διαδικασία άδειας διαμονής, διασφαλίζοντας τη νομιμότητα και την πληρότητα του φακέλου για την εύρυθμη εξέταση της αίτηση
περισσοτερα ➔

VISA ΗΠΑ /
Ηνωμενο Βασιλειο

Νομική καθοδήγηση για έκδοση τουριστικών, φοιτητικών, επαγγελματικών και οικογενειακών θεωρήσεων εισόδου.

VISA ΗΠΑ /
Ηνωμενο Βασιλειο

Προετοιμασία και υποβολή φακέλου, με πλήρη συμμόρφωση προς τις απαιτήσεις των αρμόδιων αρχών των ΗΠΑ ή του Η.Β.
περισσοτερα ➔

DIGITAL NOMADS

Νομική υποστήριξη για απόκτηση άδειας διαμονής ψηφιακών νομάδων που εργάζονται εξ αποστάσεως.

digital nomads

Στοχευμένη καθοδήγηση για γρήγορη και νόμιμη εγκατάσταση στην Ελλάδα, με πλήρη νομική κάλυψη και ευελιξία.
περισσοτερα ➔

ΜΙΣΘΩΤΙΚΕΣ ΔΙΑΦΟΡΕΣ ΑΚΙΝΗΤΩΝ

Θέματα λήξης ή ανανέωσης μίσθωσης, διεκδίκησης οφειλόμενων μισθωμάτων, εξώσεων και προστασίας από καταχρηστικούς όρους.

ΜΙΣΘΩΤΙΚΕΣ ΔΙΑΦΟΡΕΣ ΑΚΙΝΗΤΩΝ

Επίλυση διαφορών ιδιοκτητών και ενοικιαστών. Διαχείριση θεμάτων κτηματολογίου, υποθηκοφυλακείου και κληρονομικών δικαιωμάτων.
περισσοτερα ➔

ΑΡΘΡΑ ΜΑΣ

Διαβάστε blog αναρτήσεις μας, που αφορούν: Υποθέσεις που απασχόλησαν το Τύπο, Επίκαιρα στο Νομικό Κλάδο, Νομολογίες

ΕΠΙΚΑΙΡΟΤΗΤΑ

STALKING

  Τo STALKING ορίζεται ως  η παρακολούθηση του ατόμου με κακόβουλη πρόθεση. Εμπεριέχει το στοιχείο της εμμονής. Η παρακολούθηση είναι

ΠΕΡΙΣΣΟΤΕΡΑ »

Pin It on Pinterest