.up_header {
  /* width: 1600px; */
  height: 62px;
  justify-content: space-between;
  /* padding-top: 20px; */
  /* padding-right: 210px; */
  /* padding-bottom: 20px; */
  /* padding-left: 210px; */
  border-bottom-width: 4px;
  background-color: #222222;
  border-bottom: 4px solid #aacdf6;
}
.header_inner {
  max-width: 1180px;
  margin: auto;
}
.header_logo {
  /* width: 518px; */
  height: 50px;
  gap: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-top: 3px;
}
.header_logo .logo {
  /* width: 302px;
    height: 50px; */
  font-family: Manrope;
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}
.logo_reg {
  opacity: 0.5;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}
.down_header {
  height: 70px;
  justify-content: space-between;
  border-radius: 12px;
  border-width: 1px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  background: #0d3e7f;
  border: 1px solid #999999;
  box-shadow: 0px 4px 14px 0px #00000033;
  align-content: center;
  position: sticky;
  top: 12px;
  z-index: 1000;
  max-width: 1180px;
  margin: auto;

  margin-top: 12px;
}
.header_menu {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.nav_menu {
  width: 100%;
  gap: 0.75rem;
  display: flex;
  justify-content: space-between;
}
.nav_menu a {
  color: #fff;
}
.places_rem {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #fff;
  text-align: end;
}
.sep_head {
  border: 1px solid #ffffff;
  height: 46px;
  border-width: 1px;
  margin: 0 1rem;
}
.reg_button {
  max-width: 200px;
  width: 100%;
  height: 46px;
  gap: 10px;
  border-radius: 40px;
  padding: 0 12px; 
  background-color: #ffc62c;
  color: #000;
  border: none;
  font-weight: 600;
  font-size: 16px;
  font-family: "Manrope";
}
.reg_button:hover {
  background: #fdb800;
  border: 1px solid #000000;
  /* padding: 11px; */
  cursor: pointer;
}
.places_number {
  width: 40px;
  height: 40px;
  gap: 10px;
  border-radius: 20px;
  background: #aacdf6;
  color: #222222;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.places_part {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1200px) {
  .down_header {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 1024px) {
  .nav_menu,
  .sep_head {
    display: none;
  }
  .header_menu {
    justify-content: center;
  }
  .header_logo .logo {
    font-size: 20px;
    margin-top: 6px;
  }
  .header_logo .logo_reg {
    display: none;
  }
  .header_logo {
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
  }
  .places_rem {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .places_rem {
    width: min-content;
  }
}