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

.hotel-checkout_is-arabic .hotel-checkout__button {
  margin-right: 0;
  margin-left: 10px; }
  @media only screen and (max-width: 600px) {
    .hotel-checkout_is-arabic .hotel-checkout__button {
      margin-left: 0; } }

.hotel-checkout__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px; }

.hotel-checkout__breadcrumbs {
  display: flex;
  justify-content: flex-end; }

.hotel-checkout__title {
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 10px;
  color: #00438E; }

.hotel-checkout__description {
  margin-bottom: 20px; }

.hotel-checkout__gallery {
  display: flex;
  padding: 20px;
  background-color: #00438e;
  margin-bottom: 20px;
  min-height: 400px; }

.hotel-checkout__gallery-section {
  width: 50%; }

.hotel-checkout__gallery-image-container {
  margin-right: 10px; }

.hotel-checkout__gallery-image {
  width: 100%; }

.hotel-checkout__gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer; }

.hotel-checkout__gallery-thumbnail {
  width: 145px;
  height: 85px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-right: 10px;
  margin-bottom: 10px; }

.hotel-checkout__gallery-thumbnail-image {
  width: 100%; }

.hotel-checkout__section {
  margin-bottom: 20px; }

.hotel-checkout__section-title {
  background-color: #c0e1fc;
  color: #00438E;
  font-size: 16px;
  font-weight: 500px;
  padding: 10px 20px;
  margin-bottom: 20px; }

.hotel-checkout__offer {
  display: flex;
  padding: 20px;
  box-shadow: -1px 7px 6px 0px rgba(0, 67, 142, 0.07);
  margin-bottom: 20px; }

.hotel-checkout__offer-item {
  flex: 1;
  margin-right: 40px; }

.hotel-checkout__summary {
  box-shadow: 1px 4px 11px 2px rgba(0, 67, 142, 0.07);
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden; }

.hotel-checkout__points {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 600px) {
    .hotel-checkout__points {
      justify-content: center;
      margin-bottom: 20px; } }

.hotel-checkout__points-title {
  color: #00438E;
  margin: 0 10px; }

.hotel-checkout__points-value {
  color: #00A791; }

.hotel-checkout__room-title {
  display: flex;
  background-color: #c0e1fc;
  color: #00438E;
  font-weight: 500;
  height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 30px; }

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

.hotel-checkout__button {
  margin-right: 10px;
  width: 170px; }
  @media only screen and (max-width: 600px) {
    .hotel-checkout__button {
      width: 100%;
      margin-right: 0; }
      .hotel-checkout__button:not(:last-child) {
        margin-bottom: 15px; } }

.hotel-checkout__important-information {
  margin-bottom: 20px; }

.hotel-checkout__term-item {
  display: flex;
  font-size: 14px;
  align-items: center; }
  .hotel-checkout__term-item a {
    margin: 0 5px; }
  @media only screen and (max-width: 600px) {
    .hotel-checkout__term-item {
      flex-wrap: wrap; }
      .hotel-checkout__term-item a {
        margin: 0; } }

.hotel-checkout__terms {
  display: flex;
  margin-bottom: 20px; }

.hotel-checkout__term-link {
  color: #006BC2;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 5px; }
  .hotel-checkout__term-link:hover {
    text-decoration: underline; }
