.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 19px 64px;
}
@media (max-width: 768px) {
  .top-header {
    padding: 19px 25px;
  }
}
.top-header__wrapper {
  background-color: #1e3a5e;
  color: #fff;
}
.top-header__left {
  display: flex;
  gap: 62px;
}
@media (max-width: 768px) {
  .top-header__left {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
}
.top-header__right {
  display: flex;
  gap: 20px;
}
.top-header__list-wrapper {
  display: none;
}
.top-header__appointment-btn {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 20px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  border: none;
  padding: 15px 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .top-header__appointment-btn {
    display: none;
  }
}
@media (max-width: 1200px) {
  .top-header__appointment-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
}
.top-header__calling-home-btn {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  background: #cfe2fe;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1200px) {
  .top-header__calling-home-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
}
@media (max-width: 1024px) {
  .top-header__calling-home-btn {
    display: none;
  }
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 1024px) {
  .header-phone {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .header-phone img {
    width: 20px;
  }
}
.header-phone-text {
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-working-hours {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 1400px) {
  .header-working-hours {
    display: none;
  }
}

button.menu-burger {
  display: none;
  background: url("./burger.png");
  width: 40px;
  height: 16px;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  button.menu-burger {
    display: flex;
  }
}

@media (max-width: 768px) {
  .top-menu-left {
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: space-between;
  }
}/*# sourceMappingURL=style.css.map */