Objednávky

Naše produkty si môžete si objednať v našom online obchode alebo nás kontaktovať priamo.

Kontakt

Regionálny zástupca
Česká republika a Slovensko

Oto Skalický

info@zatravnovaciedlazdice.sk

PL: + 48 577 900 803

SK: +421 918 070 850

CZ: +420 607 931 075


FIREMNÉ KONTAKTNÉ ÚDAJE   


Číslo účtu EUR: PL64 1050 1979 1000 0023 0975 6654
IBAN: PL64 1050 1979 1000 0023 0975 6654
SWIFT/BIC: INGBPLPW
Banka: ING Bank Śląski Spółka Akcyjna, Oddział w Toruniu, ul. Szosa Chełmińska 26
Názov firmy: OPLAST-RECYKLING SPÓŁKA Z OGRANICZONĄ ODPOWIEDZIALNOŚCIĄ
Adresa: Winduga 6, 87-617 Bobrowniki, Poľsko
IČO (NIP): 4660432802
DIČ (VAT UE): PL4660432802
Kontakt: biuro@oplast-recykling.pl
Telefon: 0048 542371298
BDO: 000605919


PL – Jakub Kmita +48 505 060 001
e-mail: jakub@oplast-recykling.pl

PL – Filip Kmita +48 505 352 220
e-mail: filip@oplast-recykling.pl

/* Styling for the customer type selection */ #customer_type_fizicka, #customer_type_firma { display: inline-block; margin-right: 10px; } /* Styling for the labels of fields */ label { font-weight: bold; font-size: 16px; } /* General styling for the input fields */ input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea { width: 100%; padding: 10px; margin: 5px 0; border: 1px solid #ccc; border-radius: 5px; font-size: 16px; box-sizing: border-box; /* Makes sure padding is included in width */ } /* Optional fields that are hidden initially */ .firma { display: none; } /* Styling for the 'submit' button */ #submit-button { background-color: #4CAF50; color: white; border: none; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; border-radius: 5px; } #submit-button:hover { background-color: #45a049; } /* Category section with multiple options */ .category-container { display: flex; flex-wrap: wrap; justify-content: space-between; } .category { width: 48%; /* Adjust width to create 2 columns */ margin-bottom: 20px; } .category label { font-size: 14px; display: block; margin-bottom: 5px; } .category input { width: 80%; } /* Mobile responsive adjustments */ @media only screen and (max-width: 600px) { .category-container { flex-direction: column; } .category { width: 100%; } /* Adjust input widths for mobile */ .category input { width: 100%; } }