.rs-berths-details {
  padding-top: 0px;
}
@media (min-width: 1439.98px) {
  .rs-berths-details {
    padding-bottom: 90px;
  }
}
@media (min-width: 1169.98px) {
  .rs-berths-details__desc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rs-berths-details__desc ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #122223;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
}
@media (min-width: 1169.98px) {
  .rs-berths-details__desc ul li:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 1169.98px) {
  .rs-berths-details__desc ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.rs-berths-details__desc ul li div {
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  background-color: #f8f2ed;
  border-radius: 50%;
  padding: 6px;
  margin-right: 12px;
}
.rs-berths-details__desc ul li div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rs-berths-details__map {
  margin-top: 20px;
  height: 320px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
@media (any-hover: hover) {
  .rs-berths-details__map:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}
.rs-berths-details__map .map {
  height: 100%;
  width: 100%;
}