@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-summary__header {
  display: flex;
  background-color: #C0E1FC;
  color: #00438E;
  font-weight: 500;
  height: 50px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 600px) {
    .hotel-summary__header {
      display: none; } }

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

.hotel-summary__header-item {
  width: 150px;
  flex-shrink: 0;
  padding: 0 20px; }
  .hotel-summary__header-item_is-big {
    flex: 1;
    width: auto; }

.hotel-summary__body-item {
  width: 150px;
  flex-shrink: 0;
  padding: 0 20px; }
  .hotel-summary__body-item:first-child {
    padding: 0; }
  .hotel-summary__body-item_is-big {
    flex: 1; }
  @media only screen and (max-width: 600px) {
    .hotel-summary__body-item {
      margin-bottom: 10px;
      width: auto;
      padding: 0 10px; } }

.hotel-summary__image {
  width: 150px;
  height: 100px; }

.hotel-summary__body-item-container {
  display: flex; }

.hotel-summary__body-item-label {
  display: none; }
  @media only screen and (max-width: 600px) {
    .hotel-summary__body-item-label {
      display: block;
      color: #00438E;
      font-weight: 500; } }
