.air-main--title {
  position: relative;
  margin: 12px 0 24px;
  font-size: 112px;
  line-height: 1.1;
  text-align: right;
}

.air-main--title::before {
  content: '';

}

.air-main--title__small {
  display: block;
  font-size: 64px;
}

.air-info--wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #BF7FEB;
  padding: 32px;
  border-radius: 32px;
  margin: 48px 0 32px;
}

.air-info--wrapper::before {
  content: '';
}

.air-info--content {
  max-width: 900px;
  width: 100%;
  font-size: 38px;
  line-height: 1.2;
  color: #ffffff;
}

.air-list {
  margin: 32px auto;
  padding: 0;
  max-width: max-content;
  width: 100%;
  list-style-type: none;
}

.air-list li {
  position: relative;
  font-size: 24px;
  padding-left: 40px;
}

.air-list li:not(:last-child) {
  margin-bottom: 24px;
}

.air-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, .15);
  background: transparent url('/images/airport/list-check.png') center / 16px no-repeat;
}

.air-form--wrapper {
  margin: 32px 0;
  padding: 32px 12px;
  border-radius: 32px;
  background: transparent url('/images/airport/airport_bg.jpg') center / cover no-repeat;
}

@supports (background-attachment: fixed) {
  @media (hover: hover) and (pointer: fine) {
    .air-form--wrapper {
      background-attachment: fixed;
    }
  }
}

.air-gallery {
  columns: 2;
  column-gap: 24px;
}

.air-gallery img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}