.SuitesMenu {
  background: rgb(58, 58, 58); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(58, 58, 58, 1) 0%,
    rgba(24, 24, 24, 1) 64%,
    rgba(36, 36, 36, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(58, 58, 58, 1)),
    color-stop(64%, rgba(24, 24, 24, 1)),
    color-stop(100%, rgba(36, 36, 36, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(58, 58, 58, 1) 0%,
    rgba(24, 24, 24, 1) 64%,
    rgba(36, 36, 36, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(58, 58, 58, 1) 0%,
    rgba(24, 24, 24, 1) 64%,
    rgba(36, 36, 36, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(58, 58, 58, 1) 0%,
    rgba(24, 24, 24, 1) 64%,
    rgba(36, 36, 36, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(58, 58, 58, 1) 0%,
    rgba(24, 24, 24, 1) 64%,
    rgba(36, 36, 36, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#242424',GradientType=0 ); /* IE6-9 */
  padding: 10px;
  width: 100%;
  margin: 0 0 20px;
  height: auto;
  float: left;
  border-radius: 3px;
}
.SuitesMenu {
  width: 26%;
  margin: 0px 0px 0px -40px;
}
@media (max-width: 768px) {
  .SuitesMenu {
    width: 50%;
    margin: 0px;
  }
}
@media (max-width: 500px) {
  .SuitesMenu {
    width: 100%;
    margin: auto;
  }
}
.SuitesMenu h3 {
  color: #fff;
  border-bottom: dashed 1px #fff;
  font-size: 20px;
  margin: 20px 0;
}
.SuitesMenu > div > ul {
  margin-left: 10px;
}
.SuitesMenu > div > h3 {
  padding: 0 30px;
}
.SuitesMenu ul {
  list-style: url(../img/list-style.png);
}
.SuitesMenu ul li,
.SuitesMenu ul li a {
  font-family: "MyriadProRegular";
  text-decoration: none;
  color: #efefef;
  text-shadow: 0px 0px 3px #fff;
  transition: ease-out 400ms;
}
.SuitesMenu ul li a:hover {
  color: #eeb108;
  text-shadow: 0px 0px 3px #ffe499;
}

.SuitesMenuNew {
  margin-left: 10px;
  text-transform: uppercase;
  color: #940000;
  font-weight: bold;
  text-shadow: rgb(255, 255, 255) 0px 0px 4px;
}

.Specifications {
  width: 100%;
  background: #ececeb;
  box-shadow: 0px 0px 4px #000;
  border-radius: 8px;
  padding: 5px;
}
.SpecContainer {
  width: 100%;
  padding: 0 10px;
  margin: 0 0 20px;
  float: right;
}
@media (min-width: 768px) {
  .SpecContainer {
    width: 78%;
  }
}
.SuiteName {
  font-family: "MyriadProRegular";
  background: rgb(58, 58, 58); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(58, 58, 58, 1) 0%,
    rgba(24, 24, 24, 1) 64%,
    rgba(36, 36, 36, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(58, 58, 58, 1)),
    color-stop(64%, rgba(24, 24, 24, 1)),
    color-stop(100%, rgba(36, 36, 36, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(58, 58, 58, 1) 0%,
    rgba(24, 24, 24, 1) 64%,
    rgba(36, 36, 36, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(58, 58, 58, 1) 0%,
    rgba(24, 24, 24, 1) 64%,
    rgba(36, 36, 36, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(58, 58, 58, 1) 0%,
    rgba(24, 24, 24, 1) 64%,
    rgba(36, 36, 36, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(58, 58, 58, 1) 0%,
    rgba(24, 24, 24, 1) 64%,
    rgba(36, 36, 36, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#242424',GradientType=0 ); /* IE6-9 */
  padding: 10px;
  width: 150px;
  color: #fff;
  text-shadow: 0px 0px 2px #fff;
  margin: -20px 0px 0px 0px;
  text-align: center;
  font-size: 24px;
}

.MainSuite {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

.MainSuite .gallery {
  width: 100%;
  display: grid;
  place-items: center;
}
.MainSuite .gallery img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  max-height: 300px;
  max-width: 80%;
  object-fit: cover;
}
.description {
  font-size: 16px;
  line-height: 24px;

  display: flex;
}
.TableRate {
  width: 100%;
  display: table;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 500px;
  margin: 0 auto;
}
.RowRate {
  display: table-row;
  background: #e0e0df;
}
.CellRate {
  display: table-cell;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 5px;
  border: 1px solid #ccc;
}
.MorePhotos {
  color: #940000;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 20px;
}

.PhotoList {
  padding: 20px;
}
.PhotoList ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding: 0;
}

.PhotoList ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.WhiteBlock {
  background: #fff;
  box-shadow: 0px 0px 3px #666;
  padding: 10px;
  border-radius: 5px;
  font-size: 11px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.WhiteBlock span {
  font-size: 13px;
}

.suite-capa {
  border: 2px solid #635d5f;
}

.PhotoList img {
  border: 2px solid #635d5f;
}
