Prev: Format search form to make labels more aligned with input fields.
Prev: Work with styleguide.
PixelPerfect tablet and desktop versions.
Make a dropdown menu for mobile.
Replace logo with SVG elements.
Done
Done. Made an error in marker variable name when assign listener to event. Google Map API is handy. It's interesting to implement something like multiple markers on the map with infoWindows for each of them, something like Booking.com or other geolocated projects do. Here - https://www.w3schools.com/graphics/google_maps_events.asp - is an example.
Plan for a dropdown menu:
Make checkbox input control and hide it;
Link label to this checkbox and make a hamburger as a background image for it.
Change display property of the <nav> depending on the :checked state of the input.
Set flex-direction for nav in mobile layout to column.