.Overlay__modal {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 760px;
  height: 600px;
  margin-left: -380px;
  padding: 20px;
  background: white;
  border-radius: 5px;
  color: #c49e5d; }
  .Overlay__modal.hidden {
    display: none; }
  .Overlay__modal .ImagesDetails {
    height: 500px; }
    .Overlay__modal .ImagesDetails > div {
      position: relative; }
    .Overlay__modal .ImagesDetails .Overlay__details {
      float: right;
      width: 190px;
      height: 100%; }
      .Overlay__modal .ImagesDetails .Overlay__details > div {
        margin: 5px 0;
        padding: 0 10px; }
      .Overlay__modal .ImagesDetails .Overlay__details .Room__info .Info__size {
        font-weight: bold; }
      .Overlay__modal .ImagesDetails .Overlay__details .Room__info > div {
        margin: 5px 0; }
      .Overlay__modal .ImagesDetails .Overlay__details .Room__info .Info_description {
        margin-top: 10px; }
      .Overlay__modal .ImagesDetails .Overlay__details .Room__description {
        color: #F07D04; }
        .Overlay__modal .ImagesDetails .Overlay__details .Room__description > span {
          font-size: 11px;
          line-height: 16px;
          margin-right: 4px; }
    .Overlay__modal .ImagesDetails .Overlay__images {
      float: left;
      width: 500px;
      height: 100%;
      background-image: url("/img/ajaxloader/ajaxloader.gif");
      background-repeat: no-repeat;
      background-position: center 100px; }
      .Overlay__modal .ImagesDetails .Overlay__images .Image {
        max-height: 274px;
        max-width: 500px;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        margin-bottom: 2px; }
      .Overlay__modal .ImagesDetails .Overlay__images .Image__thumbs {
        height: 62px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .Overlay__modal .ImagesDetails .Overlay__images .Image__thumbs > img {
          width: 62px;
          height: 62px;
          margin-top: 8px;
          border: 1px solid #fff;
          outline: 3px solid #fff;
          cursor: pointer; }
        .Overlay__modal .ImagesDetails .Overlay__images .Image__thumbs > img.active {
          outline: 3px solid #c49e5d; }
  .Overlay__modal .Overlay__bottom {
    height: 100px; }
    .Overlay__modal .Overlay__bottom .Bottom__info {
      background: #f2f5f9;
      border-top: 1px solid #d9e1ec;
      padding: 25px;
      height: 50px; }
    .Overlay__modal .Overlay__bottom .Bottom__info-description {
      position: relative;
      float: left; }
      .Overlay__modal .Overlay__bottom .Bottom__info-description > p {
        margin: 0;
        font-weight: bold; }
    .Overlay__modal .Overlay__bottom .Bottom__info-price {
      position: relative;
      float: right;
      text-align: right;
      color: green;
      font-weight: bold; }
      .Overlay__modal .Overlay__bottom .Bottom__info-price.booked-out {
        color: red; }
  .Overlay__modal .Overlay__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    display: block; }
    .Overlay__modal .Overlay__close .close, .Overlay__modal .Overlay__close .close:hover, .Overlay__modal .Overlay__close .close:active, .Overlay__modal .Overlay__close .close:focus {
      color: #404040; }

.Tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #c49e5d;
  cursor: help; }
  .Tooltip__text {
    display: none;
    visibility: hidden;
    width: 120px;
    background-color: #c49e5d;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .Tooltip:hover .Tooltip__text, .Tooltip:focus .Tooltip__text {
    display: block;
    visibility: visible; }

@media all and (max-width: 990px) {
  .Overlay__modal {
    position: static;
    top: 0;
    left: 0;
    margin-left: 0; } }

@media all and (max-width: 755px) {
  .Overlay__modal .ImagesDetails {
    max-height: 85%;
    min-height: 400px;
    height: 100%; }
    .Overlay__modal .ImagesDetails .Overlay__images {
      height: 360px;
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      float: none; }
    .Overlay__modal .ImagesDetails .Overlay__details {
      width: 100%;
      float: none; } }

@media all and (max-width: 490px) {
  .Overlay__modal .ImagesDetails .Overlay__images {
    height: 425px; } }
