.reservation_modal
{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 99999;
}

.reservation_modal_content
{
  width: calc(100% - 915px);
  padding: 64px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 171px;
  transform: translateX(-50%);
}

.reservation_modal_close
{
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer;
}

.reservation_modal_close i
{
  font-size: 32px;
  color: #000;
}

.reservation_modal_content_title span
{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--color-1);
}

.reservation_modal_content_desc
{
  margin-top: 23px;
}

.reservation_modal_content_desc p
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #0e0e0e;
  margin: 0;
}

.reservation_title
{
  text-align: center;
  margin-top: 32px;
}

.reservation_title h2
{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: var(--color-1);
  text-transform: uppercase;
  margin: 0;
}

.reservation_category
{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.reservation_category > ul
{
  margin: 0;
  padding: 0;
}

.reservation_category > ul > li
{
  list-style: none;
  float: left;
  margin-right: 13px;
  margin-top: 13px;
}

.reservation_category > ul > li:nth-child(1),
.reservation_category > ul > li:nth-child(2),
.reservation_category > ul > li:nth-child(3),
.reservation_category > ul > li:nth-child(4)
{
  margin-top: 0;
}

.reservation_category > ul > li:last-child
{
  margin-right: 0;
}

.reservation_category > ul > li > a
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #202020;
  text-decoration: none;
  height: 41px;
  padding: 0 26px;
  background: #fff;
  border-radius: 20.5px;
  border: 1px solid var(--color-6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservation_category > ul > li > a:hover,
.reservation_category > ul > li.active > a
{
  color: #fff;
  background: var(--color-7);
}

.reservation_text
{
  text-align: center;
  margin-top: 24px;
}

.reservation_text p
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #0c0c0c;
  margin: 0;
}

.reservation_link
{
  width: 342px;
  height: 41px;
  margin: 30px auto 0 auto;
}

.reservation_link a
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  background: var(--default-bg-color);
  border: 1px solid var(--color-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20.5px;
}

.reservation_link a:hover
{
  color: var(--color-1);
  background: #fff;
}

.reservation_calendar
{
  width: 342px;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 163px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin: 17px auto 0 auto;
}

.reservation_form
{
  width: 474px;
  margin: 26px auto 0 auto;
}

.reservation_form_group
{
  margin-top: 8px;
}

.reservation_form_group:first-of-type
{
  margin-top: 0;
}

.reservation_form_group_date
{
  margin-top: 21px;
}

.reservation_form_group_checkbox
{
  margin-top: 11px;
}

.reservation_form_textbox
{
  position: relative;
}

.reservation_form_textbox input
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #202020;
  width: 100%;
  height: 41px;
  border-radius: 20.5px;
  border: 1px solid var(--color-6);
  background: #fff;
  padding: 0 29px;
}

.reservation_form_textbox .required
{
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  right: 13px;
  top: 13px;
}

.reservation_form_group_date span
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--color-9);
  display: block;
  margin-bottom: 12px;
}

.reservation_form_checkbox_container
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #202020;
  position: relative;
  padding: 0 28px;
  user-select: none;
}

.reservation_form_checkbox_container input
{
  display: none;
}

.reservation_form_checkbox_mark
{
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-6);
  border-radius: 9px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reservation_form_checkbox_container input:checked ~ .reservation_form_checkbox_mark
{
  background: var(--color-6);
}

.reservation_form_checkbox_container .required
{
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  right: 25px;
  top: 0;
}

.reservation_form_submit
{
  margin: 20px auto 0 auto;
}

.reservation_form_submit input
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 41px;
  background: var(--default-bg-color);
  border: 1px solid var(--color-6);
  border-radius: 20.5px;
  cursor: pointer;
}

.reservation_form_submit input:disabled
{
  opacity: .5;
  cursor: not-allowed;
}

.reservation_form_submit input:disabled:hover
{
  color: #fff;
  background: var(--default-bg-color);
}

.reservation_form_submit input:hover
{
  color: var(--color-1);
  background: #fff;
}

.reservation_form_text
{
  margin-top: 39px;
  text-align: right;
}

.reservation_form_text p
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--color-9);
  text-transform: uppercase;
  margin: 0;
}

.reservation_form_text p span
{
  color: #ff0000;
}

@media only screen and (max-width: 1170px) {

  .reservation_category
  {
    display: block;
  }
  .reservation_category > ul > li
  {
    float: none;
    margin-top: 13px !important;
    margin-right: 0;
  }
  .reservation_category > ul > li:first-child
  {
    margin-top: 0 !important;
  }
}
