@font-face {
  font-family: Manrope;
  src: url("../../../../font/Manrope.ttf");
}
@font-face {
  font-family: Montserrat;
  src: url("../../../../font/Montserrat-VariableFont_wght.ttf");
}
@font-face {
  font-family: Roboto;
  src: url("../../../../font/Roboto-Black.ttf");
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 70px 20px 20px 40px;
  border: 1px solid #888;
  width: 70%;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .modal-content {
    width: 70%;
  }
}
@media (max-width: 1199.98px) {
  .modal-content {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .modal-content {
    width: calc(100% - 40px);
  }
}

/* The Close Button */
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
.modal-close:hover, .modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#main-slider {
  width: 100%;
}
#main-slider .splide__track {
  height: 100%;
}
#main-slider .splide__track ul li {
  width: 100%;
  height: 100%;
}
#main-slider .splide__track ul li img {
  width: auto;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

#thumbnail-slider {
  height: 350px;
}
@media (max-width: 767.98px) {
  #thumbnail-slider {
    height: unset;
  }
}
@media (max-width: 767.98px) {
  #thumbnail-slider .splide__list {
    display: flex !important;
  }
}
#thumbnail-slider li {
  width: 100px !important;
  height: 60px;
  margin-bottom: 10px;
}
#thumbnail-slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-banner {
  border-radius: 4px;
  height: 100%;
}
.modal-banner_holder {
  width: 100% !important;
  height: 350px !important;
}
@media (max-width: 767.98px) {
  .modal-banner_holder {
    max-width: 175px !important;
  }
}
.modal-banner_holder img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.real_estate_datasheet_background_image {
  background-image: url("../../../../img/site/article_pool.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.real_estate_datasheet_background_image h2 {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #ffffff;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
}
@media (max-width: 575.98px) {
  .real_estate_datasheet_background_image {
    background-image: url("../../../../img/site/pool-mobile.png");
    background-repeat: no-repeat;
      background-size: contain;
      background-position-y: 0px;
      background-position-x: center;
  }
}

.seo-textbox .row {
  background-color: #e00722;
}
@media (max-width: 767.98px) {
  .seo-textbox .row {
    display: none;
  }
}
.seo-textbox .row h2 {
  font-family: "Manrope";
  font-weight: 800;
  font-size: 50px;
  color: #ffffff;
  margin-top: 40px;
}
.seo-textbox .row h3 {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}
.seo-textbox .row p {
  font-family: "Manrope";
  font-weight: 200;
  font-size: 16px;
  color: #ffffff;
  margin-top: 60px;
  letter-spacing: -0.02em;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 48px;
}

.real_estate_specifications .data_sheet_title {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 26px;
  color: #273133;
}
.real_estate_specifications .advertisement_id {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 16px;
  color: #273133;
}
.real_estate_specifications .advertisement_info {
  font-family: "Manrope";
  font-weight: 800;
  font-size: 16px;
  color: #6B6D81;
}
.real_estate_specifications .advertisement_specification_title {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 18px;
  color: #232738;
}
.real_estate_specifications .advertisement_specification_sub_title {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 16px;
  color: #232738;
}
.real_estate_specifications .advertisement_specification {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 16px;
  color: #232738;
}
.real_estate_specifications .advertisement_datasheet_description {
  font-family: "Manrope";
  font-weight: 800;
  font-size: 18px;
  color: #6B6D81;
}
.real_estate_specifications .advertisement_datasheet_other_properties {
  border: 1px solid #232738;
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}
.real_estate_specifications .advertisement_datasheet_other_properties span {
  font-family: "Manrope";
  font-weight: 800;
  font-size: 16px;
  color: #232738;
}
.real_estate_specifications .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.real_estate_specifications .modal-content {
  background-color: #fefefe;
  margin-top: 5%;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  position: relative;
}
.real_estate_specifications .close {
  position: absolute;
  top: -20px;
  right: 10px;
  font-size: 60px;
  color: #888;
  cursor: pointer;
}
.real_estate_specifications .close:hover {
  color: #000;
}
.real_estate_specifications .advertisement_datasheet_modal_title_wrapper {
  background: rgba(107, 109, 129, 0.1490196078) 15%;
}
.real_estate_specifications .modal_item_wrapper {
  border-top: 1px solid black;
  padding-top: 0.5rem;
}
.real_estate_specifications_v_card_checkboxes {
  display: flex;
}
@media (max-width: 767.98px) {
  .real_estate_specifications_v_card_checkboxes {
    display: inline-block;
  }
}
.real_estate_specifications_myBtn {
  border: none;
  background: none;
}
.real_estate_specifications_description p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  color: #64607D;
}
.real_estate_specifications_infos p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  color: #64607D;
}
.real_estate_specifications_infos p strong {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  color: #64607D;
}
.real_estate_specifications_pictograms {
  border: 1px solid #000000;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  position: relative;
  margin-right: 1rem;
  margin-left: 1rem;
}
.real_estate_specifications_pictograms img {
  margin: 10px;
  position: absolute;
  top: 22.5%;
  left: 22.5%;
  display: block;
  transform: translate(-50%, -50%);
}
.real_estate_specifications_pictograms_heart.-filled {
  background-color: red;
}
.real_estate_specifications_texts strong {
  margin-top: 40px;
}
.real_estate_specifications_texts p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  color: #64607D;
}
.real_estate_specifications_main_picture img {
  width: 100%;
  height: auto;
}
.real_estate_specifications_main_picture:hover {
  cursor: pointer;
}
.real_estate_specifications_sub_pictures {
  width: 24%;
  margin-top: 10px;
}
.real_estate_specifications_sub_pictures img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.real_estate_specifications_sub_pictures:hover {
  cursor: pointer;
}
.real_estate_specifications_banner_datasheet_left_side {
  width: 350px;
  height: 600px;
  background-color: #EE4422;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
}
.real_estate_specifications_banner_datasheet_left_side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.real_estate_specifications_banner_datasheet_middle {
  width: 980px;
  height: 120px;
  background: #EE4422;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
.real_estate_specifications_banner_datasheet_middle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.real_estate_specifications_title_of_objects {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #64607D;
}
.real_estate_specifications_objects_boxes {
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  border-radius: 4px;
}
.real_estate_specifications_objects_texts p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #64607D;
}
.real_estate_specifications_v_card {
  position: relative;
  width: auto;
  height: 466px;
  border: 1px solid #e00722;
  border-radius: 4px;
}
.real_estate_specifications_v_card_image img {
  width: 100%;
  height: auto;
}
.real_estate_specifications_v_card_infos p {
  margin: 0px;
}
.real_estate_specifications_v_card_infos_name, .real_estate_specifications_v_card_infos_company {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 1100;
  font-size: 16px;
  color: #64607D;
}
.real_estate_specifications_v_card_infos_position, .real_estate_specifications_v_card_infos_phone_number {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  color: #64607D;
}
.real_estate_specifications_v_card_infos_advertisements {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 1200;
  font-size: 14px;
  color: #e00722;
}
.real_estate_specifications_v_card_buttons {
  height: 100%;
  position: absolute;
  bottom: -427px;
}
.real_estate_specifications_v_card_buttons_pictograms {
  border: 1px solid #000000;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  position: relative;
  margin-right: 6px;
}
.real_estate_specifications_v_card_buttons_pictograms img {
  margin: 10px;
  position: absolute;
  top: 22.5%;
  left: 22.5%;
  display: block;
  transform: translate(-50%, -50%);
}
.real_estate_specifications_v_card_buttons_button_red_button {
  border-radius: 10px;
  background-color: #e00722;
  color: #ffffff;
  height: 38px;
  border: none;
}
.real_estate_specifications .splide__slide {
  opacity: 0.3;
}
.real_estate_specifications .splide__slide.is-active {
  opacity: 1;
}

.youtube_video {
  position: relative;
}

.youtube_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  max-width: 30%;
  max-height: 30%;
}
