.main-page--text {
  font-size: 16px;
  line-height: 1.42857143;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.main-page--text img {
  width: 100%;
  height: auto;
}
.main-page--text .main-page__title {
  font-weight: 700;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.main-page--text .main-page__title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: repeat-x;
}
.main-page--text .main-page__content {
  font-size: 1rem;
}

.package-tour--baggage--wrapper {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block
}

.flight-data--price-wrapper {
  font-size: 1.1em;
  font-weight: 600
}

.package-tour--tariff--wrapper {
  display: inline-block;
}

#change-flight-tariff {
  height: 24px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1;
}

.package-tour-data--baggage img {height: 1rem}

#load-flight-tariffs {
  display: flex;
  justify-content: center;
}

#load-flight-tariffs .ticket-fare {
  padding: 10px;
  border: 1px solid orange;
  margin: 10px;
  cursor: pointer;
}

#load-flight-tariffs .ticket-fare:hover,
#load-flight-tariffs .ticket-fare.active-tariff {border-width: 3px; padding: 8px}

#flight-data--source-price,
#flight-data--source-currency {font-weight: 400; font-size: .9em; color: #999}
/*# sourceMappingURL=basic_style__main_text.css.map */
