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

.flight-item {
  background-color: #fff;
  box-shadow: 1px 1px 6px 1px #0000000f;
  margin-bottom: 20px;
  box-shadow: 1px 1px 4px 0 rgba(2, 28, 78, 0.05);
  border-radius: 30px;
  transition: 0.3s; }
  .flight-item:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px); }
  @media only screen and (max-width: 600px) {
    .flight-item {
      margin: 0;
      margin-bottom: 20px; } }
  .flight-item_is-arabic .flight-item__section:not(:last-child) {
    border-right: 0;
    border-left: 1px solid #EDEDED; }
    @media only screen and (max-width: 600px) {
      .flight-item_is-arabic .flight-item__section:not(:last-child) {
        border-left: 0; } }

.flight-item__container {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .flight-item__container {
      flex-direction: column; } }

.flight-item__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%; }
  .flight-item__section:not(:last-child) {
    border-right: 1px solid #EDEDED; }
  .flight-item__section_is-quarter {
    flex-shrink: 0;
    width: 25%; }
  .flight-item__section_is-align-initial {
    align-items: flex-start; }
    .flight-item__section_is-align-initial:not(:last-child) {
      border-right: 0; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .flight-item__section:not(:last-child) {
      border-right: 0; } }
  @media only screen and (max-width: 600px) {
    .flight-item__section {
      padding: 10px;
      width: auto; }
      .flight-item__section:not(:last-child) {
        border-right: 0; }
      .flight-item__section_is-first {
        flex-shrink: 1;
        width: 100%; }
      .flight-item__section_is-quarter {
        width: 100%; } }
  @media only screen and (max-width: 600px) {
    .flight-item__section {
      border-right: 0; } }

.flight-item__summary-value {
  margin: 0 10px; }

.flight-item__summary-value-item {
  margin: 0 5px; }

@media only screen and (max-width: 600px) {
  .flight-item__carriers-container {
    display: flex;
    width: 100%;
    justify-content: space-evenly; } }

.flight-item__section-container {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end; }
  @media only screen and (max-width: 600px) {
    .flight-item__section-container {
      width: 100%; } }

.flight-item__section-top {
  width: 100%;
  display: flex; }
  @media only screen and (max-width: 600px) {
    .flight-item__section-top {
      justify-content: space-between; } }

.flight-item__price {
  color: #00438E;
  font-size: 15px;
  margin-bottom: 10px; }

.flight-item__summary-container:not(:last-child) {
  margin-bottom: 10px; }

@media only screen and (max-width: 600px) {
  .flight-item__summary-container_is-flex {
    display: flex; } }

@media only screen and (max-width: 600px) {
  .flight-item__summary-value {
    display: flex; } }

.flight-item__summary {
  display: flex; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .flight-item__summary {
      flex-direction: column; } }

.flight-item__summary-title {
  width: 80px;
  font-weight: bold; }
  @media only screen and (max-device-width: 1024px) {
    .flight-item__summary-title_is-desktop {
      display: none; } }
  .flight-item__summary-title_is-mobile {
    display: none; }
    @media only screen and (max-width: 600px) {
      .flight-item__summary-title_is-mobile {
        display: block; } }
  @media only screen and (max-width: 600px) {
    .flight-item__summary-title {
      width: auto; } }

.flight-item__carrier {
  display: flex;
  text-align: center; }
  .flight-item__carrier:not(:last-child) {
    margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    .flight-item__carrier:not(:last-child) {
      margin-bottom: 0; } }

.flight-item__carrier-image {
  width: 100px; }

.flight-item__section-button {
  padding: 10px;
  background-color: #C0E1FC;
  color: #fff;
  cursor: pointer; }

.flight-item__button-item {
  cursor: pointer;
  font-weight: 500;
  color: #00438E; }

.flight-item__button {
  width: 100px; }
  @media only screen and (max-width: 600px) {
    .flight-item__button {
      width: 100%; } }

@media only screen and (max-width: 600px) {
  .flight-item__action {
    width: 100%; } }

.flight-item__note {
  color: #b52525;
  font-size: 10px; }

@media only screen and (max-width: 600px) {
  .flight-item__details {
    overflow: auto;
    width: 100%; } }

.flight-item__details-container {
  padding: 20px; }
  @media only screen and (max-width: 600px) {
    .flight-item__details-container {
      width: 600px; } }
