@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"); }

.flights_is-arabic .flights__section_is-small {
  margin-right: 0;
  margin-left: 60px; }

@media only screen and (max-width: 600px) {
  .flights_is-arabic .flights__section_is-small {
    margin-right: 0;
    margin-left: 0; } }

.flights_is-arabic .flights__filter-content-item {
  flex-direction: row-reverse;
  justify-content: flex-end; }

.flights_is-arabic .flight__description-title {
  margin-right: 0;
  margin-left: 10px; }

.flights_is-arabic .flights__filter-toggle-item {
  color: #00438E;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .flights_is-arabic .flights__filter-toggle-item:before {
    content: '';
    background-image: url("../../../../public/img/icons/filter.svg");
    margin-right: 10px;
    width: 20px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat; }
  .flights_is-arabic .flights__filter-toggle-item:before {
    margin-right: 0;
    margin-left: 10px;
    transform: rotateY(180deg); }
  .flights_is-arabic .flights__filter-toggle-item:before {
    background-image: url("../../../../../public/img/icons/filter.svg"); }

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

.flights__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex; }
  @media only screen and (max-width: 600px) {
    .flights__container {
      flex-direction: column; } }

.flights__results-header-item-container {
  display: flex; }

.flights__section {
  display: flex;
  flex-direction: column;
  flex: 1; }
  .flights__section_is-small {
    width: 200px;
    flex: none;
    flex-shrink: 0;
    margin-right: 60px; }
  @media only screen and (max-width: 600px) {
    .flights__section {
      left: 0; }
      .flights__section_is-opened {
        transform: translateX(0px) !important; } }
    @media only screen and (max-width: 600px) and (max-width: 600px) {
      .flights__section_is-opened .flights__section-filter-container {
        display: flex;
        flex-direction: column; } }
  @media only screen and (max-width: 600px) {
      .flights__section_is-small {
        width: 90%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 100px 20px 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        transform: translateX(calc(-100% - 10px));
        z-index: 9999;
        background-color: #fff;
        overflow: auto;
        transition: 0.3s transform ease-in-out; } }

@media only screen and (max-width: 600px) {
  .flights__section-filter-container {
    display: none; } }

.flights__filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #00A791; }

.flights__filter-title {
  font-weight: 500;
  margin-bottom: 10px;
  color: #00438E;
  font-size: 15px; }

.flights__summary {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00A791;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 600px) {
    .flights__summary {
      flex-direction: column;
      align-items: flex-start; } }

.flights__summary-container {
  flex: 1; }
  @media only screen and (max-width: 600px) {
    .flights__summary-container {
      margin-bottom: 20px; } }

.flight__description-container {
  margin-bottom: 30px; }

.flight__description {
  display: flex;
  color: #00438E;
  margin-bottom: 5px;
  font-size: 16px; }

.flight__description-title {
  font-weight: bold;
  margin-right: 10px; }

.flights__sort {
  margin-bottom: 30px; }

.flights__sort-title {
  font-weight: 500;
  color: #00438E;
  font-size: 16px;
  margin-bottom: 10px; }

.flights__sort-container {
  display: flex;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  width: 350px;
  border-radius: 30px;
  overflow: hidden; }
  @media only screen and (max-width: 600px) {
    .flights__sort-container {
      width: 100%; } }

.flights__sort-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.3s ease-in-out transform;
  cursor: pointer; }
  .flights__sort-item:active {
    transform: scale(0.9); }
  .flights__sort-item:not(:last-child) {
    border-right: 1px solid #EDEDED; }

.flights__sort-link {
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #444444;
  font-weight: 500; }
  .flights__sort-link_is-active {
    color: #00438E; }

.flights__results {
  background-color: #FCFCFC; }

.flights__results-header {
  display: flex;
  background-color: #C0E1FC;
  color: #00438E;
  font-weight: 500;
  border-radius: 30px 30px 0 0; }
  @media only screen and (max-width: 600px) {
    .flights__results-header {
      display: none; } }

.flights__results-header-item-container {
  width: 100%; }

.flights__results-header-item {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 16px; }
  .flights__results-header-item_is-first {
    flex-shrink: 0;
    width: 170px; }

.flights__filter-content-title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px; }

.flights__filter-content-item {
  margin-bottom: 10px;
  display: flex;
  gap: 5px; }

.flights__filter-content-slider {
  margin-bottom: 20px; }

.flights__best-price {
  color: #00438E; }

.flights__cabin-class {
  font-weight: 500;
  font-size: 16px; }

.flights__best-price-item {
  font-size: 18px; }

.flights__loading {
  padding: 20px;
  text-align: center;
  font-size: 14px;
  display: block; }

.flights__airline-item {
  margin-bottom: 10px; }

.flights__airline-label {
  display: flex;
  align-items: center; }

.flight-item__details-header {
  display: flex;
  margin-bottom: 5px; }

.flight-item__details-header-item {
  font-weight: bold;
  width: 100%; }

.flight-item__details-row {
  display: flex; }

.flight-item__details-column {
  width: 100%; }

.flight-item__details-title {
  font-weight: bold;
  margin-bottom: 10px; }

.flights__message {
  padding: 20px;
  font-size: 14px; }
  @media only screen and (max-width: 600px) {
    .flights__message {
      padding: 0; } }

.flight__dates {
  font-size: 14px; }

.flights__filter-toggle {
  margin-bottom: 30px;
  display: none; }
  @media only screen and (max-width: 600px) {
    .flights__filter-toggle {
      display: flex; } }

.flights__filter-toggle-item {
  color: #00438E;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .flights__filter-toggle-item:before {
    content: '';
    background-image: url("../../../../public/img/icons/filter.svg");
    margin-right: 10px;
    width: 20px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat; }
  .flights__filter-toggle-item:before {
    background-image: url("../../../../../public/img/icons/filter.svg"); }

.flights__filter-close {
  display: none; }
  @media only screen and (max-device-width: 1024px) {
    .flights__filter-close {
      display: flex;
      position: absolute;
      top: 40px;
      right: 10px; }
      .flights__filter-close:before {
        content: '';
        background-image: url("../../../../public/img/icons/close.svg");
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat; } }
  .flights__filter-close:before {
    background-image: url("../../../../../public/img/icons/close.svg"); }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
      .flights__filter-close:before {
        display: none; } }

.flights__result-container {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8; }
  @media only screen and (max-width: 600px) {
    .flights__result-container {
      border: 0; } }

.flights__breadcrumbs-container {
  display: flex;
  justify-content: flex-end;
  width: 100%; }

.flights__total {
  display: flex;
  border-bottom: 1px solid #00a791;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.flights__total-label {
  margin: 0 5px; }
