from ₽ 8,400







Excellent
import tkinter as tk import sqlite3 def add_to_cart(): item_name = item_name_entry.get() quantity = quantity_entry.get() email = email_entry.get() conn = sqlite3.connect("mobile.db") cursor = conn.cursor() cursor.execute("CREATE TABLE IF NOT EXISTS mobile_cart(item_name TEXT, email TEXT , quantity INTEGER)") cursor.execute("INSERT INTO mobile_cart VALUES (?,?,?)", (item_name, email, quantity)) conn.commit() conn.close() def delete_selected(): selection = mobile_list_text.curselection() if selection: index = selection[0] item = mobile_list[index] conn = sqlite3.connect("mobile.db") cursor = conn.cursor() cursor.execute("DELETE FROM mobile_cart WHERE item_name=? AND email=? AND quantity=?", item) conn.commit() conn.close() mobile_list_text.delete(index) # Удаление выбранного элемента из списка def show_mobile_list(): conn = sqlite3.connect('mobile.db') cursor = conn.cursor() cursor.execute("SELECT * FROM mobile_cart") global mobile_list mobile_list = cursor.fetchall() conn.close() window = tk.Toplevel() window.title("Список покупок") window.geometry("600x400") # Новые размеры окна: ширина 600, высота 400 global mobile_list_text mobile_list_text = tk.Listbox(window, width=50, height=20) # Увеличьте ширину и высоту списка mobile_list_text.pack() delete_button = tk.Button(window, text="Удалить", command=delete_selected, width=20) delete_button.pack() for item in mobile_list: item_name = item[0] quantity = item[2] email = item[1] mobile_list_text.insert(tk.END, f"ФИО: {item_name}, email: {email}\n Телефон: {quantity}\n") def main(): global item_name_entry, quantity_entry, email_entry window = tk.Tk() window.title("Список покупок") window.geometry('400x200') item_name_label = tk.Label(window, text="ФИО:") item_name_label.pack() item_name_entry = tk.Entry(window) item_name_entry.pack() quantity_label = tk.Label(window, text="Телефон:") quantity_label.pack() quantity_entry = tk.Entry(window) quantity_entry.pack() email_label = tk.Label(window, text="Email:") email_label.pack() email_entry = tk.Entry(window) email_entry.pack() add_to_cart_button = tk.Button(window, text="Добавить в список", command=add_to_cart) add_to_cart_button.pack() show_list_button = tk.Button(window, text="Просмотреть список", command=show_mobile_list) show_list_button.pack() window.mainloop() if __name__ == '__main__': main()
Popular amenities
Attractions nearby
Enter your dates of travel and we will display the current prices
No dates selected
If you don't know the specific dates yet, select approximate dates to see the price estimates.
ulitsa Tikhaya 1A, Noginsk
Location
Ekotel Bogorodsk i Spa Hotel is located in Noginsk. This hotel is located in 3 km from the city center.
Hotel features
Free self parking is available for guests traveling by car. Free Wi-Fi is available on site. There is also a restaurant and a bar for guests. The hotel also offers room service.
The hotel has its own spa offering massages and body treatments. It features an indoor swimming pool, a bath complex, a sauna and a gym. Featured events include a conference center and a meeting room.
Featured amenities include an around the clock front desk, luggage storage, and a library.
Rooms description
33 rooms are available for guests with air conditioning and other amenities, including a mini-bar and an LCD TV. There are private bathrooms with separate bathtubs and showers. Free toiletries and a hairdryer are provided. In addition, guests can use: a telephone, desks and dedicated seating areas.
Facts about the hotel
Accreditation
Year of construction
Type of electrical socket
Type C
220 V / 50 Hz
Type C
(grounded)
220 V / 50 Hz
Number of rooms
Room categories
Additional info
charged separately
charged separately
charged separately
charged separately
charged separately
charged separately
| Check-in |
|---|
| After 18:00 |
| Check-out |
|---|
| Until 16:00 |
| Check-in |
|---|
| After 18:00 |
| Check-out |
|---|
| Until 16:00 |
The requirements for documents needed at check-in depend on the type of accommodation and the applicable regulations. For hotels and other accommodation facilities, a Russian passport, an international passport, or a driver’s license may be accepted. For apartments, serviced apartments, and other properties where check-in or contract conclusion is carried out according to the rules of a specific property, the required documents are determined by the property itself. Front desk is open 24/7. A buffet breakfast is served daily from 07:00 AM to 11:00 AM.
Children under 5 years old stay with their parents free of charge with breakfast, lunch and dinner are paid separately according to the children's menu.
The hotel offers several special packages.
Full board rate includes:
— accommodation in a room of the selected category;
— buffet breakfast, lunch and dinner;
— free access to the pool at certain hours.
During the New Year holidays, guests receive a 10% discount on all services of the complex:
— 24-hour visit to the bath complex (Russian and Finnish saunas, Turkish hammam, Russian wood-fired sauna, Jacuzzi, Kneipp path, ice fountain, circulating shower);
— swimming pool;
— massage room;
— speleological camera;
— solarium;
New Year's Eve ticket prices:
Adults 18 and older: RUB 14000.00 per person.
Children 6 to 17: RUB 12000.00 per person.
Children under 5: Free.
Purchase 4 or more tickets and receive a RUB 1000.00 discount per ticket.
New Year's Eve includes:
— banquet;
— leading;
— interactive program;
— salute. |
| If you need a visa to enter the country, in most cases the property you are staying at is supposed to provide you with the necessary documents. For more information, please contact the property. You can find their contact details in the email with your booking confirmation. You may be charged extra for this service, even if you end up canceling the booking. All agreements are made solely between you and the property. |
Some rates can be paid by bank card when booking online. You can use points to make a partial or full payment of your booking. You can pay for your booking by using a promo code if you have one. |
If you'd like to pay for the order by wire transfer as a legal entity, please send an e-mail to corp@ostrovok.ru
Excellent
Based on 98 reviews from guests around the world.
7 reviews are available in your language
Cleanliness
8,6
Hygiene products
8,5
Location
8,7
Meals
8,8
Value for money
7,3
Room
7,3
Service
8,3
Wi-Fi quality
10
leisure, couple
July 2025
Двухместный номер Стандарт (двуспальная кровать) (тип кровати может измениться), 1 night
Fantastic
leisure, couple
Cleanliness
10
Location
10
Value for money
10
Service
10
Room
10
Meals
10
The minimum price for one hotel night is ₽ 8,400.
Check-in available from 18:00, and check-out by 16:00.
You can pay in cash (RUB) or by bank card. Online payment is available for certain rates when booking on the site.
Secure payments
Secure data protection from leading payment systems.