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

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

.hotels_is-arabic .hotels__section_is-small {
  left: 0;
  margin-right: 0;
  margin-left: 60px; }

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

.hotels__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) {
    .hotels__container {
      flex-direction: column; } }

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

.hotels__section {
  display: flex;
  flex-direction: column;
  flex: 1; }
  .hotels__section_is-small {
    width: 200px;
    flex: none;
    flex-shrink: 0;
    margin-right: 60px; }
  @media only screen and (max-width: 600px) {
    .hotels__section_is-opened {
      transform: translateX(-10px) !important; }
    .hotels__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; } }

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

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

.hotels__summary {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00A791; }

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

.hotels__description {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 5px; }

.hotels__description-title {
  font-weight: bold;
  color: #00438E;
  margin-right: 10px;
  margin-bottom: 20px;
  font-size: 16px; }

.hotels__sort {
  margin-bottom: 30px; }

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

.hotels__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) {
    .hotels__sort-container {
      width: 100%; } }

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

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

.hotels__results {
  background-color: #FCFCFC; }

.hotels__results-header {
  display: flex;
  background-color: #C0E1FC;
  color: #00438E;
  font-weight: bold; }
  @media only screen and (max-width: 600px) {
    .hotels__results-header {
      display: none; } }

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

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

.hotels__filter-content-title {
  font-weight: bold;
  margin-bottom: 10px; }

.hotels__filter-content-item {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column; }

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

.hotels__best-price {
  color: #00438E;
  font-weight: bold;
  font-size: 16px; }

.hotels__loading {
  padding: 20px;
  text-align: center;
  font-size: 14px; }

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

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

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

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

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

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

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

.hotels__message {
  padding: 20px;
  font-size: 12px; }

.hotels__hotel-item {
  margin-bottom: 20px;
  box-shadow: 1px 0 4px 1px rgba(0, 67, 142, 0.1);
  height: 150px;
  transition: 0.3s ease-in-out all;
  border-radius: 30px;
  overflow: hidden; }
  .hotels__hotel-item:hover {
    box-shadow: 0 15px 20px rgba(0, 67, 142, 0.1); }
  @media only screen and (max-width: 600px) {
    .hotels__hotel-item {
      height: auto; } }

.hotels__accommodations {
  display: flex;
  flex-direction: column; }

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

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

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