.lang-dropdown {
  position: relative;
  margin-right: 15px;
  font-family: sans-serif;
}

.lang-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f9f9f9;
  cursor: pointer;
  user-select: none;
  min-width: 70px;
  transition: all 0.2s ease;
}

.lang-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 999;
}

.lang-menu a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  text-decoration: none;
  color: #333;
  background: white;
}

.lang-menu a:hover {
  background: #f0f0f0;
}

.lang-flag {
  width: 20px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #ccc;
}

/* 🔻 Responsive behavior: hide text when screen is small */
@media (max-width: 1300px) {
  #lang-text {
    display: none;
  }
  .lang-button {
    min-width: auto;
    padding: 6px;
    justify-content: center;
  }
}
.swiper-slide__text a {
  font-family: "Titillium_Rus_Bold";
  color: #9dcd5b;
  text-transform: uppercase;
  line-height: 52px;
  font-size: 40px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: left;
}
.swiper-slide__text a span {
  font-family: "Titillium_Rus_Bold";
  color: #fff;
  display: block;
  text-transform: lowercase;
}
.section_ask-question.excellent .excellent__caption {
  font-family: "Titillium_Rus_Bold";
  font-size: 40px;
  line-height: 48px;
  color: #9dcd5b;
}
.section_ask-question.excellent .excellent__anons {
  font-family: "Titillium_Rus_Regular";
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}
textarea {
  width: 100%;
  padding: 20px;
}
.map__form {
  height: auto;
}

.ask-form__button,
.ask-form__input {
  margin-top: 15px;
}
