/*
Theme Name: Worky Lite Child
Template: workylite
*/

.main-navigation ul li.menu-item ul {
    background-color: #a1a2a4;
}

.map-container {
  width: 100%;
  height: 100vh; /* или height: 100%; если родитель имеет высоту */
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#header-logo-block .hfe-site-logo-container, #header-logo-block figcaption {
    text-align: left;
    align-items: center;
    justify-content: center;
    display: flex
;
}