header {
  display: block;
  overflow: hidden;
  position: relative;
  color: #3c3c3c !important;
}
.blur {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1.5em;
  background-color: rgba(255 255 255 / 76%);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.per_ul_nav {
  justify-content: end;
}

.img_logo {
  margin: 0px;
  display: flex;
  justify-content: center;
  border: none;
  background: transparent;
  box-shadow: none;
}

nav {
  display: flex;
  justify-content: center;
  width: auto;
  flex-direction: column;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0px;
  width: 20%;
}

nav li {
  padding: 10px;
  color: #000000;
  font-size: 100%;
}
.language select {
  color: #000000;
  appearance: none;
  cursor: pointer;
  border: none;
  font-size: unset;
}
.propertySelect {
  background: transparent;
  border: none;
}
.img_logo img {
  width: 100%;
  height: 100%;
}

.language {
  display: flex;
  height: max-content;
  align-items: center;
  width: 10%;
  position: absolute;
  top: 1.5em;
  left: 90%;
}

.search img {
  width: 20px;
  height: 20px;
}

option {
  padding: 5px;
}

/* Базовая стилизация мобильной навигации */
.mobile-menu a {
  text-decoration: none;
  color: #000;
}

.burger-menu {
  background: none;
  border: none;
  font-size: 28px;
  padding: 4px 10px;
}

.mobile-brand {
  margin: 1em 0;
}

.mobile-logo {
  height: 3em;
  margin-inline: 1em;
}

.mobile-title {
  font-family: "Bodoni Moda", serif;
  margin: 0;
  font-size: 1.5em;
}

@media screen and (max-width: 1200px) {
  .language {
    position: sticky;
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin-top: 1em; */
    z-index: 10;
  }
  .img_logo {
    margin: 0px;
    display: flex;
    justify-content: center;
  }
}
