.united-charter-form {
  background: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(3px);
  border-radius: 92px;
  padding: 61px 95px;
  max-width: 1136px;
  margin: auto;
}
@media screen and (max-height: 1440px) {
  .united-charter-form {
    padding-inline: 62px;
  }
}
@media screen and (max-height: 900px) {
  .united-charter-form {
    border-radius: 76px;
    padding-top: 42px;
    padding-bottom: 42px;
    max-width: 991px;
  }
}
.united-charter-form .show-specific {
  display: none !important;
}
.united-charter-form[data-selected=multi-city] .show-specific.show-multi-city {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.united-charter-form[data-selected=round-way] .show-specific.show-round-way {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.united-charter-form[data-selected=one-way] .show-specific.show-one-way {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.united-charter-form .form-step {
  display: none;
}
.united-charter-form .form-step .form-step-header {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.united-charter-form .form-step .form-step-header .back-btn-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.united-charter-form .form-step .form-step-header .second-page-header h2 {
  margin: 0;
}
.united-charter-form .active,
.united-charter-form .form-step.active {
  display: block;
}
.united-charter-form .flight-type-selector {
  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;
  width: 100%;
  max-width: 350px;
  margin-bottom: 40px;
}
.united-charter-form .way-variant {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
  font-family: var(--title-font);
  opacity: 0.75;
  font-size: 22px;
  text-shadow: 2px 2px 10px #3e3e3e;
}
.united-charter-form .way-variant.active {
  text-decoration: underline;
  opacity: 1;
}
.united-charter-form .way-variant:hover {
  opacity: 1;
}
.united-charter-form .row {
  padding: 0;
}
.united-charter-form .flight-name {
  text-transform: uppercase;
  font-family: var(--title-font);
  font-size: 32px;
  margin: 0 auto 0 0;
}
.united-charter-form .fieldset-button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-transform: uppercase;
  font-size: 26px;
  font-family: var(--title-font);
  gap: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.united-charter-form .fieldset-button:hover {
  color: var(--black);
}
.united-charter-form .fieldset-button .show-message {
  display: none;
}
.united-charter-form .fieldset-button i {
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.united-charter-form .fieldset-button.button-fieldset-hidden .hide-message {
  display: none;
}
.united-charter-form .fieldset-button.button-fieldset-hidden .show-message {
  display: inline;
}
.united-charter-form .fieldset-button.button-fieldset-hidden i {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.united-charter-form .flight-btns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 8;
}
.united-charter-form .flight-btns-group button,
.united-charter-form .next-step {
  background: var(--black);
  border: 0;
  color: var(--white);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  height: 60px;
}
.united-charter-form .flight-btns-group button:hover,
.united-charter-form .next-step:hover {
  color: var(--black);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.united-charter-form .search-result {
  display: none;
  position: absolute;
  background: var(--white);
  z-index: 10;
  max-height: 313px;
  overflow-y: scroll;
  scrollbar-color: #fff #fff;
  scrollbar-width: none;
  list-style: none;
  left: 0;
  right: 0;
  top: 30px;
  padding: 32px 15px 24px;
  border-radius: 0 0 40px 40px;
  color: var(--black-color);
}
.united-charter-form .search-result:before {
  content: "select airport";
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--title-font);
  position: relative;
  text-align: left;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(29, 43, 77, 0.05);
}
.united-charter-form .search-result li {
  padding: 4px 15px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  cursor: pointer;
}
.united-charter-form .search-result li:not(:last-child) {
  border-bottom: 1px solid rgba(29, 43, 77, 0.05);
}
.united-charter-form .search-result li div {
  font-family: var(--title-font);
  text-align: left;
  gap: 0 10px;
}
.united-charter-form .search-result li strong {
  font-weight: 400;
  font-size: 20px;
}
.united-charter-form .search-result li small {
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.5;
}
.united-charter-form .search-result li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.united-charter-form .search-result li img {
  margin-bottom: auto;
  margin-top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: relative;
}
.united-charter-form .inline-input {
  margin: 0;
  width: 100%;
  position: relative;
  height: 60px;
}
.united-charter-form .fieldset-header {
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.united-charter-form .united-charter-fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.united-charter-form .united-charter-fieldset .row > div {
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .united-charter-form .united-charter-fieldset .row > div {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 450px) {
  .united-charter-form .united-charter-fieldset .row > div {
    padding: 0;
  }
}
.united-charter-form .second-page-body .row > div {
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .united-charter-form .second-page-body .row > div {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 450px) {
  .united-charter-form .second-page-body .row > div {
    padding: 0;
  }
}
.united-charter-form .second-page-body fieldset {
  margin: 0;
  padding: 0;
}
.united-charter-form .fieldset-body {
  margin: 0;
  padding: 0;
  width: 100%;
  pointer-events: auto;
  max-height: 500px;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
@media screen and (max-width: 1199px) {
  .united-charter-form .fieldset-body .col-lg-6 {
    width: 100%;
    max-width: 100%;
  }
}
.united-charter-form .fieldset-body-hidden {
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.united-charter-form .flight-btns-group button,
.united-charter-form .united-charter-form-next-btn {
  background: var(--golden-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 200px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: var(--title-font);
  padding: 15px 45px 16px;
  gap: 0 10px;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  margin-left: auto;
}
.united-charter-form .flight-btns-group button:hover,
.united-charter-form .united-charter-form-next-btn:hover {
  background: var(--white);
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.united-charter-form .iti {
  width: 100%;
}
.united-charter-form .united-phone-number {
  padding-left: 105px !important;
}
.united-charter-form .back-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.united-charter-form .price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 15px;
  font-size: 24px;
  font-family: var(--title-font);
  margin: 0;
  line-height: 1.25;
}
.united-charter-form .price-info b {
  font-weight: 400;
  color: var(--brown-color);
}
@media screen and (max-width: 475px) {
  .united-charter-form .price-info {
    font-size: 22px;
  }
}
.united-charter-form .third-page-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px 0;
  padding-top: 40px;
  padding-bottom: 30px;
}
.united-charter-form .third-page-body * {
  font-family: var(--title-font);
  font-weight: 800;
  text-align: center;
}
.united-charter-form .third-page-body h2 {
  font-size: 48px;
  text-transform: uppercase;
}
.united-charter-form .third-page-body h3 {
  font-size: 24px;
  font-weight: 400;
}
.united-charter-form .third-page-body p {
  font-size: 15px;
  font-weight: 400;
}
.united-charter-form .third-page-body a {
  font-size: 77px;
  color: var(--white);
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.united-charter-form .third-page-body a:hover {
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.united-charter-form input::-webkit-input-placeholder,
.united-charter-form textarea::-webkit-input-placeholder {
  opacity: 0;
}
.united-charter-form input::-moz-placeholder,
.united-charter-form textarea::-moz-placeholder {
  opacity: 0;
}
.united-charter-form input:-ms-input-placeholder,
.united-charter-form textarea:-ms-input-placeholder {
  opacity: 0;
}
.united-charter-form input::-ms-input-placeholder,
.united-charter-form textarea::-ms-input-placeholder {
  opacity: 0;
}
.united-charter-form input::placeholder,
.united-charter-form textarea::placeholder {
  opacity: 0;
}
.united-charter-form button * {
  pointer-events: none;
}
.united-charter-form label,
.united-charter-form span.custom-error {
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--grey-color);
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  top: 7px;
  left: 25px;
  line-height: 1;
  z-index: 2;
  padding: 0;
}
.united-charter-form input,
.united-charter-form .inline-input {
  padding: 25px 26px 13px !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  font-family: var(--title-font) !important;
  border: 0;
}
.united-charter-form input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]) {
  border: 0 !important;
}
.united-charter-form .iti__country-container {
  z-index: 100;
}
.united-charter-form select#appeal {
  min-height: 60px;
  font-family: var(--title-font);
  color: var(--black);
  font-weight: 400;
  font-size: 20px;
  padding-right: 1em !important;
}
.united-charter-form select#appeal option {
  font-weight: 600;
}
.united-charter-form .info-plate {
  position: absolute;
  top: 19px;
  left: 25px;
  right: 25px;
  font-family: var(--title-font);
  color: var(--black);
  gap: 0 6px;
  font-weight: 400;
  font-size: 20px;
  z-index: 11;
  pointer-events: none;
  overflow: hidden;
}
.united-charter-form .info-plate img {
  position: relative;
  width: 20px;
  height: 22px;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -4px;
}
.united-charter-form .info-plate div {
  font-family: var(--title-font);
  color: var(--black);
  font-weight: 400;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.united-charter-form .info-plate .location-line {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.united-charter-form .united-from-airport-name,
.united-charter-form .united-to-airport-name {
  z-index: 11;
  position: relative;
}
.united-charter-form .airport-label {
  z-index: 20;
}
.united-charter-form label[for=united-phone-number] {
  z-index: 11;
}
.united-charter-form .inline-input input {
  border: 0;
  border-radius: 0 !important;
}
.united-charter-form .inline-input-inner {
  position: relative;
  width: 100%;
}
.united-charter-form .inline-input-inner label.input-label {
  top: -15px;
  left: 0;
}
.united-charter-form .inline-input-inner label.placeholder {
  top: -3px;
  left: 0;
}
.united-charter-form .input-error {
  outline: 2px solid rgb(255, 0, 0);
}
.united-charter-form .input-error .input-error {
  outline: none;
}
.united-charter-form .input-error input {
  border: 0;
  border-bottom: 1px solid red !important;
}
.united-charter-form span.custom-error {
  position: absolute;
  right: 25px;
  left: auto;
  z-index: 20;
}
.united-charter-form .input-dt span.custom-error {
  top: -20px;
  right: 0;
}
.united-charter-form .input:disabled {
  display: none;
}
.united-charter-form .add-comment-btn {
  font-family: var(--title-font);
  background: none;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.united-charter-form .add-comment-btn:hover {
  color: var(--black);
}
.united-charter-form input[type=checkbox] + label {
  color: var(--white);
  height: auto;
  bottom: 0;
}
.united-charter-form .comment-input-wrapper {
  margin-top: 12px;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  overflow: hidden;
}
.united-charter-form .comment-input-wrapper:not(.active) {
  pointer-events: none;
  user-select: none;
}
.united-charter-form .comment-input-wrapper.active {
  max-height: 100px;
  opacity: 1;
  transform: translateY(0);
}
.united-charter-form .add-comment-input {
  width: 100%;
  resize: vertical;
  overflow-y: auto;
  height: 100px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-weight: 400 !important;
  font-size: 20px !important;
  font-family: var(--title-font) !important;
}
.united-charter-form .add-comment-input::placeholder {
  opacity: 1;
}
.united-charter-form .add-comment-input:disabled {
  cursor: not-allowed;
}
.united-charter-form .label-add-comment-input {
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
.united-charter-form .label-add-comment-input.active {
  max-height: 20px;
  opacity: 1;
  display: block;
}
.united-charter-form .comment-btn-wrapper {
  position: relative;
  margin-top: 10px;
  width: 100%;
}
.united-charter-form .iti__selected-country {
  color: var(--black-color);
  padding: 16px 6px 0 16px;
  border-radius: 64px 0 0 64px;
}
.united-charter-form .input-wrap {
  position: relative;
}
.united-charter-form .input-wrap.active {
  z-index: 25;
}
.united-charter-form .checkbox-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.united-charter-form .checkbox-wrap label {
  position: static;
  color: #fff;
  opacity: 1;
}
.united-charter-form .checkbox-wrap input[type=checkbox],
.united-charter-form .checkbox-wrap input[type=radio] {
  width: 26px;
  height: 26px;
  opacity: 0;
  position: relative;
  margin: 0 15px 0 0;
  z-index: 10;
  cursor: pointer;
}
.united-charter-form .checkbox-wrap input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 6px;
  border: 6px solid #fff;
}
.united-charter-form .checkbox-wrap input[type=checkbox]:checked + label:before {
  background: var(--main);
}
.united-charter-form .submit-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.united-charter-form label.placeholder {
  font-size: 18px;
  top: 21px;
  background: transparent;
  cursor: auto;
}
.united-charter-form .submit-line button {
  text-align: center !important;
}
@media (max-width: 991px) {
  .united-charter-form .flight-btns-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 450px) {
  .united-charter-form .flight-btns-group {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .united-charter-form .flight-btns-group button {
    min-width: 210px;
  }
}
@media screen and (max-width: 991px) and (max-width: 450px) {
  .united-charter-form .flight-btns-group button {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .united-charter-form .submit-row .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .united-charter-form[data-selected=round-way] .show-specific.show-round-way button:first-child:last-child {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) and (max-width: 450px) {
  .united-charter-form[data-selected=round-way] .show-specific.show-round-way button:first-child:last-child {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .united-charter-form .united-from-airport-name:focus,
  .united-charter-form .united-to-airport-name:focus {
    z-index: 13;
  }
  .united-charter-form .united-from-airport-name:focus ~ .search-result,
  .united-charter-form .united-to-airport-name:focus ~ .search-result {
    z-index: 12;
  }
  .united-charter-form .flight-type-selector {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 991px) and (max-width: 475px) {
  .united-charter-form .flight-type-selector {
    margin: 0 auto 24px;
  }
}
@media (max-width: 767px) {
  .united-charter-form {
    padding: 55px 42px;
    border-radius: 30px;
  }
  .united-charter-form .way-variant {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .united-charter-form {
    padding: 55px 25px;
  }
  .united-charter-form .fieldset-button,
  .united-charter-form .flight-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 475px) {
  .united-charter-form {
    padding: 24px;
  }
}
.united-charter-form .inline-input .placeholder {
  z-index: 14;
}

.united-charter-fieldset:not(:first-of-type) .fieldset-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.united-charter-form .input-label {
  pointer-events: none;
}
.united-charter-form .form-loader {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 9999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}
.united-charter-form .form-loader .holder {
  width: 100%;
  height: 100%;
  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;
}
.united-charter-form .form-loader .round {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: var(--main);
  overflow: hidden;
  position: relative;
}
.united-charter-form .form-loader .plane,
.united-charter-form .form-loader .plane2 {
  position: absolute;
  top: 50%;
  right: 110%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-animation: flight 4.5s ease-in-out infinite;
  animation: flight 4.5s ease-in-out infinite;
}
.united-charter-form .form-loader .plane {
  width: 25px;
}
.united-charter-form .form-loader .plane2 {
  width: 80px;
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.united-charter-form #united-add-more-fields {
  margin-right: auto;
  margin-left: 0;
}

@media (max-width: 991px) {
  .united-charter-form #united-add-more-fields, .united-charter-form .flight-btns-group button, .united-charter-form .united-charter-form-next-btn, .united-charter-form #submit-united-charter-form {
    margin-right: 0 !important;
    margin-left: auto;
    min-width: 220px;
  }
  .united-charter-form .submit-line {
    text-align: right !important;
  }
}
@media (max-width: 450px) {
  .united-charter-form #united-add-more-fields, .united-charter-form .flight-btns-group button, .united-charter-form .united-charter-form-next-btn, .united-charter-form #submit-united-charter-form {
    margin-right: auto !important;
    margin-left: auto;
    width: 100% !important;
    left: 0 !important;
  }
  .united-charter-form .submit-line {
    text-align: center !important;
  }
}
@-webkit-keyframes flight {
  from {
    right: 110%;
  }
  to {
    right: -110%;
  }
}
@keyframes flight {
  from {
    right: 110%;
  }
  to {
    right: -110%;
  }
}
.input-dt {
  position: relative;
  width: 100%;
  display: block;
}
.input-dt .input-dt_modal {
  position: absolute;
  top: 1px;
  left: 0;
  width: calc(100% + 52px);
  margin: 0 -26px;
  z-index: 12;
}
.input-dt .input-dt_modal .input-dt_option {
  transition: all 0.15s ease;
  border: none;
  height: 1.75em;
  line-height: 1.75em;
}
.input-dt .input-dt_modal .input-dt_option:not(.input-dt_option-selected):hover {
  color: #1d2b4d;
  background-color: #f4f4f2;
  opacity: 0.8;
}
.input-dt .input-dt_box-date {
  position: static;
  width: 100%;
  max-width: none;
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--black);
  border-radius: 12px 12px 32px 32px;
  padding: 30px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
.input-dt .input-dt_box-date .input-dt_header {
  --input-dt-color: #000 !important;
}
.input-dt .input-dt_box-month,
.input-dt .input-dt_box-year,
.input-dt .input-dt_box-time,
.input-dt .input-dt_select-time::before {
  background: var(--white);
}
.input-dt .input-dt_box-time {
  color: var(--black);
  width: 100%;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  border: 1px solid var(--white);
  padding: 30px 0;
  min-height: 275px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.input-dt .save-button-wrapper {
  grid-area: 2/2/3/3;
  display: flex;
  margin-top: 12px;
  padding-inline: 16px;
  height: 46px;
  align-self: flex-end;
}
.input-dt .save-button-wrapper .custom-save-button {
  background: var(--golden-color);
  color: var(--white);
  box-shadow: none;
  border: 0;
  border-radius: 32px;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--title-font);
  padding: 6px 16px;
  font-weight: 700;
  transition: background-color 0.3s ease-out;
}
.input-dt .save-button-wrapper .custom-save-button:active {
  background: var(--black-color);
}
@media (hover: hover) {
  .input-dt .save-button-wrapper .custom-save-button:hover {
    background: var(--black-color);
  }
}
.input-dt .input-dt_select-time {
  width: 100%;
  max-height: 215px;
}
.input-dt .input-dt_select-time.input-dt_select-hour {
  grid-area: 1/1/3/2;
}
.input-dt .input-dt_select-time.input-dt_select-minute {
  grid-area: 1/2/2/3;
  overflow-y: auto;
}
.input-dt .input-dt_select-time::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 1000px;
}
.input-dt .input-dt_select-time::-webkit-scrollbar-thumb {
  background: #484951;
  border-radius: 1000px;
}
.input-dt .input-dt_select-time::-webkit-scrollbar {
  width: 5px;
}
.input-dt .input-dt_select-time:not(:first-child) {
  border-left: 0;
}
.input-dt .input-dt_cell-selected,
.input-dt .input-dt_option-selected {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.input-dt .input-dt_select-hour::before,
.input-dt .input-dt_select-minute::before {
  z-index: 10;
}
.input-dt .input-dt_select-hour::before {
  content: "Hour";
}
.input-dt .input-dt_select-minute::before {
  content: "Minute";
}
.input-dt div {
  font-size: 16px;
  font-family: var(--title-font);
}
.input-dt .input-dt_week-cell {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  margin-bottom: 5px;
}
.input-dt .input-dt_film {
  border-radius: 32px;
}
.input-dt .input-dt_month-display,
.input-dt .input-dt_year-display,
.input-dt .input-dt_box-date {
  transition: background-color 0.15s ease;
  font-family: var(--title-font);
}
.input-dt .input-dt_month-display .input-dt_header .input-dt_prev,
.input-dt .input-dt_month-display .input-dt_header .input-dt_next,
.input-dt .input-dt_year-display .input-dt_header .input-dt_prev,
.input-dt .input-dt_year-display .input-dt_header .input-dt_next,
.input-dt .input-dt_box-date .input-dt_header .input-dt_prev,
.input-dt .input-dt_box-date .input-dt_header .input-dt_next {
  transition: background-color 0.15s ease;
}
.input-dt .input-dt_month-display .input-dt_header .input-dt_prev:hover,
.input-dt .input-dt_month-display .input-dt_header .input-dt_next:hover,
.input-dt .input-dt_year-display .input-dt_header .input-dt_prev:hover,
.input-dt .input-dt_year-display .input-dt_header .input-dt_next:hover,
.input-dt .input-dt_box-date .input-dt_header .input-dt_prev:hover,
.input-dt .input-dt_box-date .input-dt_header .input-dt_next:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.input-dt .input-dt_month-display .input-dt_calender .input-dt_cell,
.input-dt .input-dt_year-display .input-dt_calender .input-dt_cell,
.input-dt .input-dt_box-date .input-dt_calender .input-dt_cell {
  color: #1d2b4d;
  background-color: #f4f4f2;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  font-size: 16px;
  line-height: 1;
  margin: 2px 0;
  justify-self: center;
  transition: all 0.3s ease;
}
.input-dt .input-dt_month-display .input-dt_calender .input-dt_cell.input-dt_cell-disabled,
.input-dt .input-dt_year-display .input-dt_calender .input-dt_cell.input-dt_cell-disabled,
.input-dt .input-dt_box-date .input-dt_calender .input-dt_cell.input-dt_cell-disabled {
  opacity: 0.5;
}
.input-dt .input-dt_month-display .input-dt_header,
.input-dt .input-dt_month-display .input-dt_calender,
.input-dt .input-dt_year-display .input-dt_header,
.input-dt .input-dt_year-display .input-dt_calender,
.input-dt .input-dt_box-date .input-dt_header,
.input-dt .input-dt_box-date .input-dt_calender {
  max-width: 270px;
  margin: 0 auto;
}
.input-dt .input-dt_month-display:hover,
.input-dt .input-dt_year-display:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.input-dt .input-dt_select-minute .custom-save-button {
  background: var(--golden-color);
  color: var(--black);
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 10px;
  width: 80%;
  margin-left: 10%;
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  transition: background-color 0.3s ease;
}
.input-dt .input-dt_select-minute .custom-save-button:hover {
  background: var(--white);
}

.input-wrap:has(.passengers-input-wrapper) > .input-label {
  top: 50%;
  transform: translateY(-50%);
}
.input-wrap .passengers-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 32px;
  position: relative;
  transition: padding-left 0.25s ease;
}
@media screen and (max-width: 1599px) {
  .input-wrap .passengers-input-wrapper {
    justify-content: flex-end;
    padding-right: 12px;
  }
}
@media screen and (max-width: 400px) {
  .input-wrap .passengers-input-wrapper {
    padding-left: 92px;
  }
}
.input-wrap .passengers-input-wrapper .passengers-btn {
  background: #f3f3f4;
  border: none;
  width: 40px;
  flex-shrink: 0;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  transition: background-color 0.3s ease;
}
.input-wrap .passengers-input-wrapper .passengers-btn:active {
  background: var(--golden-color);
}
@media (hover: hover) {
  .input-wrap .passengers-input-wrapper .passengers-btn:hover {
    background: var(--golden-color);
  }
}
.input-wrap .passengers-input-wrapper .passengers-btn:disabled {
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
}
.input-wrap .passengers-input-wrapper .united-passengers-count {
  margin: 0 !important;
  width: 60px !important;
  height: 60px !important;
  text-align: center;
  background: transparent;
  font-size: 20px !important;
  padding: 15px 10px !important;
}
.input-wrap .passengers-input-wrapper .united-passengers-count:focus {
  outline: none;
}

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