@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.travel-form_is-arabic .travel-form__header-item:not(:last-child) {
  border-right: 0;
  border-left: 1px solid #EDEDED; }

.travel-form_is-arabic .travel-form__header-item:first-child {
  border-radius: 0px 20px 0 0px; }

.travel-form_is-arabic .travel-form__header-item:last-child {
  border-radius: 20px 0px 0px 0px; }

.travel-form_is-arabic .travel-form__form-item-container_is-age {
  margin-left: 10px;
  margin-right: 0; }

.travel-form_is-arabic .travel-form__container {
  border-radius: 30px 0px 30px 30px; }

.travel-form .form-item__label {
  margin-bottom: 10px;
  color: #00438E;
  font-size: 14px; }

.travel-form__container {
  overflow-y: auto;
  box-shadow: 1px 1px 20px -5px #00438e47;
  border-radius: 0 30px 30px 30px;
  max-height: 770px; }

.travel-form__section {
  padding: 40px 30px;
  display: none;
  box-shadow: 0px 0px 8px -1px #0000001c;
  position: relative;
  z-index: 10; }
  .travel-form__section_is-active {
    display: block; }
  .travel-form__section::before {
    content: '';
    position: absolute;
    background-color: #fcfcfc;
    filter: blur(10px) opacity(63%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1; }
  @media only screen and (max-device-width: 1024px) {
    .travel-form__section {
      padding: 30px 0 0; } }

.travel-form__form-item-section .travel-form__form-item-container {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .travel-form__form-item-section .travel-form__form-item-container .travel-form__form-item:first-child {
    margin-bottom: 20px; }

@media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
  .travel-form__form-item-section .travel-form__form-item-container {
    width: 100%;
    flex-direction: row; }
    .travel-form__form-item-section .travel-form__form-item-container .travel-form__form-item {
      width: 48%; }
      .travel-form__form-item-section .travel-form__form-item-container .travel-form__form-item:first-child {
        margin-bottom: 0; } }

.travel-form__form-item-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .travel-form__form-item-container_is-ages {
    justify-content: initial; }
  .travel-form__form-item-container_is-age {
    width: 90px;
    margin-right: 10px; }
    .travel-form__form-item-container_is-age:last-child {
      margin-right: 0; }
  .travel-form__form-item-container_has-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED; }
  .travel-form__form-item-container_is-hidden {
    display: none; }
  @media only screen and (max-device-width: 1024px) {
    .travel-form__form-item-container {
      padding: 0 30px; } }
  @media only screen and (max-width: 600px) {
    .travel-form__form-item-container {
      padding: 0 10px; } }

.travel-form__form-item {
  width: 100%; }
  .travel-form__form-item_is-half {
    width: 48%; }
  .travel-form__form-item_is-third {
    width: 30%; }
  .travel-form__form-item .form-item__input {
    width: 100%; }

.travel-form__header {
  display: flex; }

.travel-form__header-item {
  padding: 20px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  font-size: 14px; }
  .travel-form__header-item:first-child {
    border-radius: 20px 0px 0 0px; }
  .travel-form__header-item:last-child {
    border-radius: 0px 20px 0 0px; }
  .travel-form__header-item:not(:last-child) {
    border-right: 1px solid #EDEDED; }
  .travel-form__header-item_is-active {
    background-color: #00A791;
    color: #fff; }
  @media only screen and (max-width: 600px) {
    .travel-form__header-item {
      width: 100%; } }

.travel-form__button {
  width: 150px; }
  @media only screen and (max-device-width: 1024px) {
    .travel-form__button {
      width: 100%; } }

.travel-form__selected {
  display: flex;
  flex-wrap: wrap; }
