
h1{
	display:none;
}
h1.request__title	{
	display:block;
}
.captcha img{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
}
.hidden {
	display:none;
}
#page_form {
  background: #fff;
  color: #333;
}
#page_form .service-page {
  min-height: 100vh;
  padding: 24px 0 70px;
}
#page_form .logo-page {
  display: block;
  width: 195px;
  height: auto;
  margin: 0 0 30px;
}
#page_form .logo-page img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#page_form .request__title {
  position: relative;
  margin: 0 0 23px;
  padding: 0 0 22px;
  color: #2f3337;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}
#page_form .request__title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #dce3e8;
}
#page_form .request-form {
  width: 100%;
}
#page_form .request-form__fields {
  width: 476px;
  max-width: 100%;
}
#page_form .form-field {
  display: block;
  width: 353px;
  max-width: 100%;
  margin: 0 0 22px;
}
#page_form .form-field > span {
  display: block;
  margin: 0 0 12px;
  color: #333;
  font-weight: 700;
  line-height: 1.12;
}
#page_form .form-field b {
  color: #f00;
  font-weight: 700;
}
#page_form .form-field input,
#page_form .form-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: clamp(13px, 1.25vw, 16px);
  font-weight: 400;
  line-height: 1.2;
  outline: none;
}
#page_form .form-field input::-webkit-input-placeholder, #page_form .form-field textarea::-webkit-input-placeholder {
  color: #333;
  opacity: 0.82;
}
#page_form .form-field input::-moz-placeholder, #page_form .form-field textarea::-moz-placeholder {
  color: #333;
  opacity: 0.82;
}
#page_form .form-field input:-ms-input-placeholder, #page_form .form-field textarea:-ms-input-placeholder {
  color: #333;
  opacity: 0.82;
}
#page_form .form-field input::-ms-input-placeholder, #page_form .form-field textarea::-ms-input-placeholder {
  color: #333;
  opacity: 0.82;
}
#page_form .form-field input::placeholder,
#page_form .form-field textarea::placeholder {
  color: #333;
  opacity: 0.82;
}
#page_form .form-field input:focus,
#page_form .form-field textarea:focus {
  border-color: #0072bc;
}
#page_form .form-field input:focus::-webkit-input-placeholder, #page_form .form-field textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
#page_form .form-field input:focus::-moz-placeholder, #page_form .form-field textarea:focus::-moz-placeholder {
  opacity: 0;
}
#page_form .form-field input:focus:-ms-input-placeholder, #page_form .form-field textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
#page_form .form-field input:focus::-ms-input-placeholder, #page_form .form-field textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
#page_form .form-field input:focus::placeholder,
#page_form .form-field textarea:focus::placeholder {
  opacity: 0;
}
#page_form .form-field input {
  height: 52px;
  padding: 0 14px;
}
#page_form .form-field textarea {
  height: 134px;
  padding: 14px;
  resize: none;
}
#page_form .date-field {
  position: relative;
}
#page_form .date-field.is-open .datepicker {
  display: block;
}
#page_form .time-field {
  position: relative;
}
#page_form .time-field.is-open .timepicker {
  display: block;
}
#page_form .datepicker {
  position: absolute;
  z-index: 10;
  top: calc(100% + 8px);
  left: 0;
  display: none;
  width: 280px;
  padding: 12px;
  border: 1px solid #dee2e6;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
#page_form .datepicker__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
}
#page_form .datepicker__month {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
#page_form .datepicker__nav {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #dee2e6;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}
#page_form .datepicker__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: translate(-35%, -50%) rotate(45deg);
          transform: translate(-35%, -50%) rotate(45deg);
}
#page_form .datepicker__nav--next::before {
  -webkit-transform: translate(-65%, -50%) rotate(-135deg);
          transform: translate(-65%, -50%) rotate(-135deg);
}
#page_form .datepicker__week,
#page_form .datepicker__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
#page_form .datepicker__week {
  margin: 0 0 4px;
}
#page_form .datepicker__week span {
  color: #6a7077;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
#page_form .datepicker__days span,
#page_form .datepicker__days button {
  width: 100%;
  height: 30px;
}
#page_form .datepicker__days button {
  border: 1px solid transparent;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
#page_form .datepicker__days button:hover {
  border-color: #0072bc;
}
#page_form .datepicker__days button.is-today {
  border-color: #dee2e6;
  font-weight: 700;
}
#page_form .datepicker__days button.is-selected {
  border-color: #0072bc;
  background: #0072bc;
  color: #fff;
}
#page_form .timepicker {
  position: absolute;
  z-index: 10;
  top: calc(100% + 8px);
  left: 0;
  display: none;
  width: 280px;
  padding: 12px;
  border: 1px solid #dee2e6;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
#page_form .timepicker__head {
  margin: 0 0 10px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
#page_form .timepicker__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  max-height: 196px;
  overflow-y: auto;
}
#page_form .timepicker__grid button {
  width: 100%;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
#page_form .timepicker__grid button:hover {
  border-color: #0072bc;
}
#page_form .timepicker__grid button.is-selected {
  border-color: #0072bc;
  background: #0072bc;
  color: #fff;
}
#page_form .passenger-count {
  width: 476px;
  margin-bottom: 22px;
}
#page_form .passenger-count > span {
  width: 250px;
}
#page_form .passenger-count__row {
  display: grid;
  grid-template-columns: repeat(3, 151px);
  gap: 12px;
}
#page_form .passenger-count__row input {
  width: 151px;
}
#page_form .contact-fields input {
  margin: 0 0 13px;
}
#page_form .contact-fields input:last-child {
  margin-bottom: 0;
}
#page_form .captcha-field {
  width: 520px;
  margin-bottom: 26px;
}
#page_form .captcha-field input {
  margin-bottom: 13px;
}
#page_form .captcha-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  width: 100%;
}
#page_form .captcha-field__row img {
  height: 39px;
  border: 1px solid #333;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_form .captcha-field button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  vertical-align:middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 190px;
  height: 41px;
  border: 1px solid #dee2e6;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 30px;
}
#page_form .personal-data {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1025px;
  margin: 0 0 29px;
  color: #2f3337;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
#page_form .personal-data input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  border: 1px solid #dee2e6;
  background: #fff;
  cursor: pointer;
}
#page_form .personal-data input:checked {
  background: #0072bc;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
#page_form .personal-data span {
  min-width: 0;
  overflow-wrap: anywhere;
}
#page_form .personal-data a {
  color: #0072bc;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#page_form .request-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 41px!important;
  border: 0;
  border-radius: 0;
  background: #0072bc!important;
  color: #fff!important;
  font-family: inherit;
  font-size: 14px!important;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  padding: 0 30px;
}
#page_form .request-form__submit:disabled {
  background: #b8c4cc!important;
  color: #fff!important;
  cursor: not-allowed!important;
  opacity: 0.75;
}
input[type="text"].error,textarea.error,input[type="number"].error,input[type="tel"].error,input[type="email"].error{
	border:1px solid #ff0000!important;
}
@media screen and (max-width: 1100px) {
  .container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  #page_form .service-page {
    padding: 28px 0 48px;
  }
  #page_form .logo-page {
    width: 170px;
    margin-bottom: 30px;
  }
  #page_form .request__title {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 20px;
  }
  #page_form .request__title::after {
    top: 54px;
    width: 100%;
  }
  #page_form .request-form__fields,
  #page_form .form-field,
  #page_form .captcha-field,
  #page_form .passenger-count {
    width: 100%;
  }
  #page_form .datepicker,
  #page_form .timepicker {
    width: 280px;
    max-width: 100%;
  }
  #page_form .passenger-count__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #page_form .passenger-count__row input {
    width: 100%;
  }
  #page_form .captcha-field__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page_form .captcha-field__row img,
  #page_form .captcha-field__row button {
    width: 100%;
  }
  #page_form .personal-data {
    gap: 10px;
    font-size: 13px;
    font-weight: 400;
  }
}

#page_form .climate-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

#page_form .climate-modal.is-open {
  display: block;
}

#page_form .climate-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .65);
}

#page_form .climate-modal__dialog {
  position: absolute;
  top: 39%;
  left: 50%;
  width: min(780px, calc(100vw - 40px));
  min-height: 102px;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .35);
  color: #2b2f33;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 28px 42px;
}

#page_form .climate-modal__dialog p {
  margin: 0;
}

#page_form .climate-modal__close {
  position: absolute;
  top: -36px;
  right: 0;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, .9);
  background: transparent;
  cursor: pointer;
}

#page_form .climate-modal__close::before,
#page_form .climate-modal__close::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 16px;
  height: 1px;
  background: #fff;
}

#page_form .climate-modal__close::before {
  transform: rotate(45deg);
}

#page_form .climate-modal__close::after {
  transform: rotate(-45deg);
}
#page_form .form-field > span {
    display: block;
    margin: 0 0 12px;
    color: #333;
    font-weight: 700;
    line-height: 1.12;
	font-size: clamp(17px, 1.25vw, 20px);
}