

/* Start:/include/infopages/style-infopages.css?17103344247515*/
.infopages-about-project {
  max-width: 1167px;
  margin: 0 auto;
}

.infopages-about-project__header {
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #888888;
  margin-top: 41px;
  margin-bottom: 36px;
}

.infopages-about-project__subheader {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  color: #000;
  padding-left: 22px;
  margin-bottom: 14px;
  position: relative;
}
.infopages-about-project__subheader::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #000;
  border-radius: 4px;
  left: 0;
}

.infopages-about-project__subheader--bottom {
  margin-bottom: 29px;
}

.infopages-about-project_text-wrapper {
  padding-left: 25px;
}

.infopages-about-project_text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #262626;
}

.infopages-consultant-text {
  max-width: 898px;
}

.infopages-about-project_consultant-text {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0px;
}

.infopages-consultant-image {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
  margin-right: 27px;
}

.infopages-consultant-text__header-text {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.infopages-consultant-text__header-text:before {
  background-color: #1cc4a6; }

.infopages-consultant-text__header-text--underheader {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #000000;
  margin: 9px 0px;
}

.infopages-consultant-text_body {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #262626;
  border-radius: 12px;
  background-color: #f8f8f8;
  padding: 29px;
  margin-top: 10px;
}

.infopages-about-project_gallery {
  margin: 30px 0px;
}

.infopages-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.infopages-gallery--wrapper-image {
  width: 560px;
  border-radius: 12px;
  position: relative;
}

.infopages-gallery__image {
  width: 100%;
  border-radius: 12px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.infopages-gallery__image--mirror {
  position: absolute;
  width: 100%;
  height: 99%;
  background-color: #000000;
  border-radius: 12px;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.infopages-gallery--bottom {
  margin: 0px 10px 10px 0px;
  cursor: pointer;
}
.infopages-gallery--bottom::after {
  content: "";
  width: 90px;
  height: 5px;
  background-color: #c1c8ce;
  bottom: -12.5px;
  left: 50%;
  position: absolute;
  margin-left: -45px;
  border-radius: 6px;
}
.infopages-gallery--bottom:hover .infopages-gallery__image {
  -webkit-filter: none;
  filter: none;
}
.infopages-gallery--bottom:hover::after {
  background-color: #1cc4a6;
}

.infopages-gallery--left {
  margin: 0px 0px 10px 10px;
  cursor: pointer;
}
.infopages-gallery--left::before {
  content: "";
  width: 5px;
  height: 90px;
  background-color: #c1c8ce;
  position: absolute;
  top: 50%;
  position: absolute;
  margin-top: -45px;
  border-radius: 6px;
  left: -12.5px;
}
.infopages-gallery--left:hover .infopages-gallery__image {
  -webkit-filter: none;
  filter: none;
}
.infopages-gallery--left:hover::before {
  background-color: #1cc4a6;
}

.infopages-gallery--right {
  margin: 10px 10px 0px 0px;
  cursor: pointer;
}
.infopages-gallery--right::after {
  content: "";
  width: 5px;
  height: 90px;
  background-color: #c1c8ce;
  position: absolute;
  top: 50%;
  position: absolute;
  margin-top: -45px;
  border-radius: 6px;
  right: -12.5px;
}
.infopages-gallery--right:hover .infopages-gallery__image {
  -webkit-filter: none;
  filter: none;
}
.infopages-gallery--right:hover::after {
  background-color: #1cc4a6;
}

.infopages-gallery--top {
  margin: 10px 0px 0px 10px;
  cursor: pointer;
}
.infopages-gallery--top::after {
  content: "";
  width: 90px;
  height: 5px;
  background-color: #c1c8ce;
  top: -12.5px;
  left: 50%;
  position: absolute;
  margin-left: -45px;
  border-radius: 6px;
}
.infopages-gallery--top:hover .infopages-gallery__image {
  -webkit-filter: none;
  filter: none;
}
.infopages-gallery--top:hover::after {
  background-color: #1cc4a6;
}

.infopages-props-information {
  max-width: 1167px;
  margin: 0 auto;
}

.infopages-props-information-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infopages-props-information-container+.infopages-props-information-container {
    margin-top: 24px;
  }

.infopages-props-information__image {
  width: 200px;
  height: 200px;
  border-radius: 12px;
  background-color: #888888;
  margin-right: 27px;
}

.infopages-props-information_text {
  max-width: 898px;
}

.infopages-information-text--bottom {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .form-lot {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-box {
    border-left: none;
  }

  .footer-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
    margin-right: 0px;
  }

  .slider-container {
    height: 700px;
  }

  .text p {
    width: 100%;
  }

  .text__bottom p {
    width: 100%;
  }

  .infopages-about-project_consultant-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .infopages-consultant-text {
    margin-top: 20px;
  }

  .infopages-props-information-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .infopages-information-text {
    margin-top: 20px;
  }
}
@media (max-width: 1143px) {
  .infopages-gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .infopages-gallery--wrapper-image {
    max-width: 400px;
    width: auto;
  }
}
@media (max-width: 830px) {
  .infopages-gallery--wrapper-image {
    margin: 20px;
  }

  .infopages-gallery--bottom::after {
    display: none;
  }

  .infopages-gallery--right::after {
    display: none;
  }

  .infopages-gallery--left::before {
    display: none;
  }

  .infopages-gallery--top::after {
    display: none;
  }
}

/* End */
/* /include/infopages/style-infopages.css?17103344247515 */
