.detail .block {
  position: relative;
}
.detail .block:before {
  position: absolute;
  content: "";
  background-color: #012A37;
  top: 0;
  left: 0;
  width: 100%;
  height: 12em;
}
@media screen and (max-width: 991px) {
  .detail .block:before {
    height: 34vw;
  }
}
.detail .block >div {
  z-index: 1;
}
.singe-image-wrapper {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .singe-image-wrapper {
    border-radius: 10px;
  }
}
.singe-image-wrapper::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 44%;
}
.singe-image-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.singe-image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.singe-image-overlay {
  background: linear-gradient(90.72deg,rgba(98,114,255,0.3) 0.74%,rgba(254,197,255,0.3) 99.56%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sidebar {
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  background-color: white;
  padding: 0;
  overflow: hidden;
}
#sidebar form {
  margin-bottom: 0;
}
#sidebar ul {
  padding: 0;
  list-style-type: none;
}
#sidebar .form-contact {
  background-color: transparent;
}
#sidebar .form-contact label {
  font-weight: bold;
  font-family: Lexend;
}
#sidebar .aside-inside {
  padding: 30px 40px;
}
#sidebar .block_dark2 {
  color: #fff;
}
#sidebar p {
  font-size: 1.05em;
  line-height: 1.3em;
  margin-bottom: 0.7em;
}
#sidebar .price-wrapper {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#sidebar .price-wrapper > *:last-child {
  text-align: right;
}
#sidebar .bt_full {
  margin-bottom: 10px;
  padding: 0.75em 1em 0.75em 1em;
}
body .ui-widget.ui-widget-content {
  border: 0;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
body .ui-datepicker .ui-datepicker-header {
  border: 0;
}
body .ui-datepicker td span,
body .ui-datepicker td a {
  border: 0 !important;
}
body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body a.ui-button:active,
body .ui-button:active,
body .ui-button.ui-state-active:hover {
  background: #00455B;
}
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  background-color: #DBDEFF;
  color: #00455B;
}
