<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.charter-flights {
  padding: 56px 0px;
  max-width: 752px;
  margin: 0 auto;
}

.title__page-description {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.title__page-description &gt; .title {
  color: #A31F34;
}

.page-description &gt; p &gt; strong {
  color: #E84A38;
}

.charter-flights &gt; .container &gt; .form {
  padding: 56px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.form-charter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.form-charter &gt; .form-charter-child &gt; h4 {
  color: #001E62;
  font-size: 18px;
}

.form-charter &gt; .form-charter-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-charter__radios {
  display: flex;
  gap: 32px;
}

.form-charter__radios &gt; div {
  width: 136px;
  display: flex;
  align-items: center;
}

.form-charter__radios &gt; div &gt; label &gt; span {
  position: absolute;
  width: max-content;
  left: calc(100% + 8px);
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.form-charter__inputs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-charter__inputs &gt; .input {
  width: calc(50% - 8px);
}

.form-charter__inputs &gt; .input &gt; .input__action {
  border-radius: 12px;
}

.form-charter__inputs &gt; .input &gt; .input__action &gt; input {
  border-radius: 12px;
}

.form-charter &gt; .button {
  text-align: right;
}

.form-charter &gt; .button &gt; .btn {
  width: 288px;
  border-radius: 12px;
}

#charter-flights .datepicker-desktop-single {
  position: absolute;
  z-index: 5;
}

#charter-flights .input_iconright .input__action {
  padding-right: 0;
}

#charter-flights .faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#charter-flights .faq &gt; h2 {
  color: #001E62;
}

#charter-flights .input_focus .input__action {
  box-shadow: none;
  border-color: #5C88DA;
}

.wd100 {
  width: 100% !important;
}

.errorSpan {
  color: #A31F34 !important;
}

.errorP {
  padding-left: 16px !important;
  margin-top: 8px !important;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #A31F34 !important;
  white-space: wrap;
}

.errorBgColor {
  background-color: #FEF3F1 !important;
  border: none !important;
}

@media (max-width: 1024px) {
  .charter-flights {
    padding: 56px 30px;
  }
  .charter-flights .container {
    width: 100%;
    max-width: 100%;
  }
  .form-charter__radios {
    flex-direction: column;
    gap: 16px;
  }
  .form-charter__inputs &gt; .input {
    width: 100%;
  }
  .form-charter {
    gap: 24px;
  }
  .charter-flights &gt; .container &gt; .form {
    padding: 32px 0px;
  }
  .form-charter &gt; .form-charter-child {
    gap: 16px;
  }
  .form-charter &gt; .button &gt; .btn {
    width: 100%;
  }
  .form-charter &gt; .form-charter-child &gt; h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .charter-flights {
    padding: 24px 16px;
    max-width: 320px;
  }
  .charter-flights .container {
    width: 100%;
    max-width: 100%;
  }
  .form-charter__radios {
    flex-direction: column;
    gap: 16px;
  }
  .form-charter__inputs &gt; .input {
    width: 100%;
  }
  .form-charter {
    gap: 24px;
  }
  .charter-flights &gt; .container &gt; .form {
    padding: 32px 0px;
  }
  .form-charter &gt; .form-charter-child {
    gap: 16px;
  }
  .form-charter &gt; .button &gt; .btn {
    width: 100%;
  }
  .form-charter &gt; .form-charter-child &gt; h4 {
    font-size: 16px;
  }
  .title__page-description {
    gap: 16px;
  }
  .title__page-description &gt; .title {
    font-size: 24px;
    line-height: 32px;
  }
  #charter-flights .faq &gt; h2 {
    font-size: 20px;
  }
  .contacts-textarea &gt; .input__action &gt; .input__placeholder {
    white-space: wrap;
  }
}/*# sourceMappingURL=charter-flights.css.map */

.datepicker-desktop-single .footer{
    display:none
}

.question__main h3 p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
}</pre></body></html>