.subPages {
  -webkit-columns: 2;
          columns: 2;
  width: 40%;
  margin: auto;
  list-style: none;
  padding-left: 0px !important;
}
.subPages_link::before {
  content: '— ';
}
.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0;
  margin-bottom: 2rem;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  background-color: #fff;
}
.product_left {
  width: 572px;
  padding-right: 25px;
}
.product_right {
  width: 572px;
  padding: 0 30px;
}
.product_right .typography p {
  line-height: 21px !important;
}
.product_right .fileList {
  width: 100%;
  background-color: #fff;
  position: relative;
  left: 0px;
  margin: 0px;
}
.product_right .fileList_wrapper {
  width: 100%;
  margin: auto;
  padding: 0px;
}
.product_right .fileList_item {
  width: 100%;
}
.product_images {
  width: 464px;
}
.product_orderBlock {
  width: 384px;
  padding-top: 2.5rem;
}
.product_mainPhoto {
  display: block;
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/realty1/img/placeholder.svg");
  outline: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.product_mainPhoto__placeholder {
  background-color: #e6f4f2;
  background-size: 40% 40%;
}
.product_photos {
  box-sizing: content-box !important;
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
  padding: 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product_photo {
  width: 22%;
  margin-bottom: 1.5rem;
  float: left;
  outline: 0;
}
.product_photo > img {
  margin: 0;
  width: 100%;
}
.product_photo:not(:nth-child(4n)) {
  margin-right: 4%;
}
.product_region:before {
  content: url("/assets/placeholder-on-a-map.png");
  margin-right: 12px;
}
.product_price {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  font-weight: 400;
  width: 121px;
  height: 121px;
  flex-direction: column;
  padding: 15px;
  background-color: #c6ebfd;
  color: #000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 20px;
  float: right;
  border-radius: 50%;
}
.product_wallet {
  background-image: url("/assets/elegant-wallet.png");
  width: 25px;
  height: 25px;
  margin-bottom: 8px;
}
.product_currency {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 19.79px;
}
.product_priceDiscountWrapper {
  margin-bottom: 2rem;
}
.product_priceDiscount {
  font-size: 2.5rem;
  font-weight: 400;
}
.product_priceDiscountCurrency {
  font-size: 2rem;
}
.product_priceOld {
  font-size: 2rem;
  text-decoration: line-through;
  color: #919191;
}
.product_priceOldCurrency {
  font-size: 1.5rem;
  color: #919191;
}
.product .button.AddProductAction {
  height: 4rem;
}
.product_params {
  margin-bottom: 2rem;
}
.product_params .product_param {
  width: 45%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 21px;
}
.product_param {
  margin: 0;
}
.product_param:not(:last-child) {
  margin-bottom: 1rem;
}
.product_param:nth-child(2n-1) {
  margin-right: 2.5%;
}
.product_param:nth-child(2n) {
  margin-left: 2.5%;
}
.product_param span:first-child:after {
  content: ':';
}
.product_paramTitle {
  font-weight: 300;
}
.product_paramValue {
  font-weight: 500;
}
.product_orderButton {
  width: 131%;
  margin-top: 44px !important;
}
.product_orderButton:before {
  content: url("/themes/realty1/img/paper-plane.png");
  margin: 12px 6px 0 0;
}
.product .map {
  margin: 30px 0;
}
.product #map {
  height: 310px !important;
}

/*# sourceMappingURL=../../maps/component/product/product_style1.css.map */
