.air-tickets {
  padding: 33px 0 44px 0;
}

.air-tickets :is(h2, h3, h4, h5, h6) {
  text-transform: inherit;
  font-size: 22px;
  font-family: 'GothaProBol', sans-serif;
  font-weight: normal;
  letter-spacing: 5px;
}

@media screen and (max-width: 1023px) {
  .air-tickets {
    padding: 53px 0 44px 0;
  }
}

@media screen and (max-width: 992px) {
  .air-tickets {
    padding: 84px 0 44px 0;
  }
}

.air-tickets :is(h2, h3, h4, h5, h6):has(+ p) {
  padding: 0 0 24px 0;
  margin: 0;
  color: #333;
  font-family: "GothaPro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: inherit;
}

.air-tickets :is(h2, h3, h4, h5, h6):has(+ form) {
  text-align: center;
}

.air-tickets h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 52px 0;
  color: #333;
  font-family: "GothaProBol", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .air-tickets h1 {
    padding: 0 0 40px 0;
  }
}

@media screen and (max-width: 1023px) {
  .air-tickets h1 {
    padding-bottom: 40px;
  }
}

.air-tickets__text {
  padding: 0 0 44px 0;
}

@media screen and (max-width: 1023px) {
  .air-tickets__text {
    padding: 0 0 32px 0;
  }
}

.air-tickets__text p {
  padding: 0;
  margin: 0;
  color: #333;
  text-align: center;
  font-family: "GothaPro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}

@media screen and (max-width: 1023px) {
  .air-tickets__text p {
    font-size: 20px;
  }
}

.air-tickets__text a {
  color: #337AB7;
  font-family: "GothaPro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  transition: all ease 0.2s;
}

@media screen and (max-width: 1023px) {
  .air-tickets__text a {
    font-size: 20px;
  }
}

.air-tickets__text a:focus,
.air-tickets__text a:hover {
  color: #23527c;
  text-decoration: underline;
}

/* Form */
.at-form {
  width: 100%;
  max-width: 784px;
  margin: 0 auto 44px auto;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #FFCFCE;
  background-color: #FFFAFA;
}

@media screen and (max-width: 1023px) {
  .at-form {
    padding: 40px 20px;
    margin-bottom: 32px;
  }
}

.at-form__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 36px 24px;
}

.at-form__item {
  width: calc(50% - 12px);
  padding: 0 0 8px 0;
  border-bottom: 1px solid #DDD;
  display: flex;
  align-items: center;
  transition: all ease 0.2s;
}

@media screen and (max-width: 767px) {
  .at-form__item {
    width: 100%;
  }
}

.at-form__item.full-width {
  width: 100%;
}

.at-form__item img {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
}

.at-form__item span {
  flex-shrink: 0;
  display: inline-block;
  padding: 0 4px 0 0;
  color: #6B6B6B;
  font-family: "GothaPro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  transition: all ease 0.2s;
}

.at-form__item input,
.at-form__item select {
  width: 100%;
  height: 22px;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #333;
  font-family: "GothaPro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  transition: all ease 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.at-form__item input::placeholder {
  color: #6B6B6B;
  font-family: "GothaPro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  opacity: 1;
}

.at-form__item input::-webkit-input-placeholder {
  color: #6B6B6B;
  font-family: "GothaPro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  opacity: 1;
}

.at-form__item input::-moz-placeholder {
  color: #6B6B6B;
  font-family: "GothaPro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  opacity: 1;
}

.at-form__item input:-ms-input-placeholder {
  color: #6B6B6B;
  font-family: "GothaPro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}

.at-form__item input::-ms-input-placeholder {
  color: #6B6B6B;
  font-family: "GothaPro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}

.at-form__item:has(input:focus),
.at-form__item:has(select:focus) {
  border-color: #c3c3c3;
}

.at-form__item:has(input:focus) span,
.at-form__item:has(select:focus) span {
  color: #333;
}

.at-form__item .datepicker {
  position: relative;
  top: 1px;
}

.at-form__buttons {
  display: flex;
  align-items: center;
  width: 100%;
  padding: calc(36px - 8px) 0 0 0;
}

.at-form__buttons .btn {
  width: 100%;
  background-color: #E53D3B;
}

@media screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    min-width: 100%;
    border: 0;
  }
}

/* Blocks */
.ac-blocks {
  display: flex;
  flex-direction: column;
  gap: 44px 0;
}

@media screen and (max-width: 1023px) {
  .ac-blocks {
    gap: 32px 0;
  }
}

.ac-blocks__section h2 {
  padding: 0 0 24px 0;
  margin: 0;
  color: #333;
  font-family: "GothaPro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}

@media screen and (max-width: 1023px) {
  .ac-blocks__section h2 {
    font-size: 20px;
    padding-bottom: 16px;
  }
}

.ac-blocks__section p {
  padding: 0;
  margin: 0;
  color: #333;
  font-family: "GothaPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.ac-blocks__section :is(ul, ol) {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}

.ac-blocks__section ul:has(+ :is(p, ul, ol)),
.ac-blocks__section ol:has(+ :is(p, ul, ol)),
.ac-blocks__section p:has(+ :is(p, ul, ol)) {
  padding-bottom: 10px;
}

.ac-blocks__section p:has(+ :is(h2, h3, h4, h5, h6)) {
  padding-bottom: 44px;
}


.ac-blocks__section :is(ul, ol) li {
  gap: 0 6px;
  background: url('/site/images/SealCheck.svg') no-repeat 0 50%;
  background-size: 20px 20px;
  padding: 0 0 0 26px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #d24a43 !important;
  border-color: #d24a43 !important;
}
