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

.cars_is-arabic .cars__section:first-child {
  left: 0;
  margin-right: 0;
  margin-left: 60px; }

.cars_is-arabic .cars__filter-toggle-item {
  color: #00438E;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .cars_is-arabic .cars__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; }
  .cars_is-arabic .cars__filter-toggle-item:before {
    margin-right: 0;
    margin-left: 10px;
    transform: rotateY(180deg); }
  .cars_is-arabic .cars__filter-toggle-item:before {
    background-image: url("../../../../../public/img/icons/filter.svg"); }

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

.cars__title {
  color: #00438E;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "roboto"; }

.cars__summary-date {
  font-size: 14px; }

.cars__section {
  width: 100%; }
  .cars__section_is-small {
    width: 200px;
    margin-right: 60px;
    flex-shrink: 0;
    left: 0; }
  @media only screen and (max-width: 600px) {
    .cars__section_is-opened {
      transform: translateX(0px) !important; } }
  @media only screen and (max-width: 600px) and (max-width: 600px) {
    .cars__section_is-opened .flights__section-filter-container {
      display: flex;
      flex-direction: column; } }
  @media only screen and (max-width: 600px) {
    .cars__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) {
  .cars__summary-date {
    margin-bottom: 20px; } }

.cars__summary {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    .cars__summary {
      flex-direction: column; } }

.cars__title-container {
  display: flex;
  flex-direction: column;
  flex: 1; }

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

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

.cars__filter-item {
  display: flex;
  flex-direction: column; }

.cars__filter-section-content {
  display: flex;
  flex-direction: column; }

.cars__filter-content {
  display: flex;
  flex-direction: column; }

.cars__filter-section-container {
  display: flex;
  flex-direction: column; }

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

.cars__location-container {
  display: none; }
  .cars__location-container_is-visible {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }

.cars__location {
  display: flex;
  color: #00438E;
  font-size: 14px;
  margin-bottom: 10px; }

.cars__location-title {
  font-weight: bold; }

.cars__location-description {
  margin: 0 10px; }

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

.cars__filter-toggle-item {
  color: #00438E;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .cars__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; }
  .cars__filter-toggle-item:before {
    background-image: url("../../../../../public/img/icons/filter.svg"); }

.cars__filter-close {
  display: none; }
  @media only screen and (max-device-width: 1024px) {
    .cars__filter-close {
      display: flex;
      position: absolute;
      top: 40px;
      right: 10px; }
      .cars__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; } }
  .cars__filter-close:before {
    background-image: url("../../../../../public/img/icons/close.svg"); }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
      .cars__filter-close:before {
        display: none; } }
