.top-search {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  width: 70%;
}
.top-search__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1400px) {
  .top-search {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top-search {
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.top-search__input-wrapper {
  border: 1px solid #1e3a5e;
  max-height: 60px;
  display: flex;
  flex-grow: 1;
  padding: 7px;
  border-radius: 5px;
}
.top-search__input-wrapper input[type=text] {
  padding: 10px 23px;
  border: none;
  width: 100%;
  outline: none;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .top-search__input-wrapper input[type=text] {
    padding: 5px 10px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .top-search__input-wrapper {
    margin-bottom: 20px;
  }
}
.top-search form {
  display: flex;
  width: 100%;
}
.top-search__btn {
  width: 93px;
  height: 41px;
  border-radius: 5px;
  background: #cfe2fe;
  border: none;
  color: #1e3a5e;
  cursor: pointer;
  font-family: Gilroy;
  padding: 10px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-header__appointment-btn--mobile {
  display: none;
  background-color: #1e3a5e;
  color: white;
  margin: 0;
}
@media (max-width: 1024px) {
  .top-search__btn {
    padding: 5px 10px;
    font-size: 16px;
  }
}
.top-search__result-btn {
  border-radius: 10px;
  max-height: 60px;
  white-space: nowrap;
  border: 2px solid #1e3a5e;
  color: #1e3a5e;
  font-family: Gilroy;
  padding: 15px 30px;
  background: none;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  .top-search__result-btn {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
@media (max-width: 768px) {
.top-header__appointment-btn--mobile {
  display: block;
}
}