.title_header_page .title_header {
  font-size: 52px;
  color: var(--font-color-white);
  padding: 120px 0 36px 0;
  text-align: center;
}
.title_header_page .title_header::before {
  width: 34px;
  height: 34px;
  background: url(/wp-content/uploads/vector.svg) no-repeat center center;
  content: "";
  display: block;
  margin: -26px auto 0;
  left: 49%;
  position: absolute;
}
.title_header_page .description_header {
  font-size: 20px;
  color: var(--font-color-white);
  text-align: center;
  padding: 0 0 120px 0;
}

/* BEGIN form booking tour */
.container_block_form {
  background: var(--background-block);
  padding: 120px 0 0 0;
}
.container_block_form .title_form {
  font-size: 40px;
  font-weight: 600;
  color: var(--font-color-black);
  text-align: center;
}
.container_block_form .title_form::before {
  width: 34px;
  height: 34px;
  background: url(/wp-content/uploads/vector.svg) no-repeat center center;
  content: "";
  display: block;
  margin: -36px auto 0;
  left: 49%;
  position: absolute;
}
.container_block_form .description_form {
  font-size: 20px;
  color: var(--font-color-black);
  text-align: center;
  margin: 12px 0 24px 0;
}
.container_block_form input.form-control {
  min-height: 50px;
  font-size: 16px;
}

#tour-form {
  margin: 0 auto;
}
#tour-form .form-group {
  margin-bottom: 12px;
}

.custom-date-input {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.custom-date-input span.label_custom_input {
  position: absolute;
  font-size: 16px;
  color: #999999;
  left: 15px;
  top: 15px;
}

.custom-date-input input[type=date] {
  width: 100%;
  text-align: right; /* Date text aligned right */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: var(--font-color-black);
}

.custom-date-input input[type=date]::placeholder {
  text-align: left;
  color: #999;
}

.custom-date-input .icon {
  font-size: 15px;
  position: absolute;
  z-index: 0;
  right: 15px;
  top: 17px;
  color: var(--main-color);
}

/* Optional: WebKit calendar icon filter override */
.custom-date-input input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0; /* hide native icon */
  z-index: 2;
  font-size: 20px;
}

.container-form {
  font-size: 16px;
}
.container-form .row {
  margin: 0;
}
.container-form .left_block {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .container-form .left_block {
    padding: 0 20px 0 0;
  }
}
.container-form .right_block {
  border: 1px solid #CECECE;
  background: #fff;
  border-radius: 4px;
  padding: 20px 0 4px 20px;
}
.container-form .right_block > p {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.container-form .right_block .checkbox, .container-form .right_block .radio {
  margin-left: 16px;
}
.container-form .right_block .checkbox label, .container-form .right_block .radio label {
  line-height: 26px;
  margin: 0 0 12px 0;
}
.container-form .full_block {
  clear: both;
  padding: 0;
}
.container-form input.btn.btn-primary {
  width: 100%;
  background: var(--main-color);
  color: var(--font-color-black);
  border-color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  margin: 8px 0 0 0;
}

.container_block {
  background: var(--background-block);
}
.container_block .child_page_container .title_child_page {
  font-size: 40px;
  color: var(--font-color-black);
  text-align: center;
  padding: 120px 0 0 0;
}
.container_block .child_page_container .title_child_page::before {
  width: 40px;
  height: 40px;
  background: url(/wp-content/themes/laspace_theme/assets/images/location.png) no-repeat center center;
  content: "";
  background-size: 40px;
  display: block;
  margin: -46px auto 0;
  left: 49%;
  position: absolute;
}
.container_block .child_page_container .description_child_page {
  font-size: 20px;
  color: var(--font-color-black);
  text-align: center;
  margin: 24px 0 36px 0;
}
.container_block .child_page_container .small_description_child_page {
  font-size: 16px;
  color: var(--font-color-black);
  text-align: center;
  margin: 0 0 36px 0;
}

/* END form booking tour */

/*# sourceMappingURL=form.css.map */
