.subPages {
  -webkit-columns: 2;
          columns: 2;
  width: 40%;
  margin: auto;
  list-style: none;
  padding-left: 0px !important;
}
.subPages_link::before {
  content: '— ';
}
.catalogProducts_variants {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 45px;
}
.catalogProducts_variants__section {
  border-color: #000 !important;
}
.catalogProducts_item {
  display: block;
  width: 30%;
  text-align: center;
  border: 2px solid transparent;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 37px;
  color: #000;
  margin-right: 3%;
}
.catalogProducts_item:hover {
  border-color: #48abff;
}
.catalogProducts_item:nth-child(1) span {
  padding-left: 2.5rem;
  background-image: url("/themes/realty1/img/buy.png");
  background-repeat: no-repeat;
}
.catalogProducts_item:nth-child(2) span {
  padding-left: 2.5rem;
  background-image: url("/themes/realty1/img/sell.png");
  background-repeat: no-repeat;
}
.catalogProducts_item:nth-child(3) span {
  padding-left: 2.5rem;
  background-image: url("/themes/realty1/img/rent.png");
  background-repeat: no-repeat;
}
.catalogProducts_menuBar {
  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;
  margin: 0 0 2.5rem;
  line-height: 2.5rem;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 400;
}
.catalogProducts_sortsText,
.catalogProducts_sortsOption {
  float: left;
  margin-right: 1rem;
}
.catalogProducts_sortsOption__current {
  padding: 0 1rem;
  color: #101212 !important;
  background: #efefef;
}
.catalogProducts_views {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalogProducts_viewsOption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid currentColor;
}
.catalogProducts_viewsOption:not(:last-child) {
  margin-right: 1rem;
}
.catalogProducts_viewsOption__current {
  color: #101212 !important;
  border: none;
  background: #efefef;
}
.catalogProducts_viewsText {
  margin-right: 1rem;
}
.catalogProducts_viewsOptionIcon {
  width: 1rem;
  height: 1rem;
}
.products_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1210px;
  padding: 43px 0px;
}
.products_item:not(:last-child) {
  border-bottom: 1px dashed #a1a1a1;
}
.products_image {
  width: 345.7142857142857px;
  min-height: 213px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 0px;
  background-origin: content-box;
}
.products_textWrapper {
  width: 495.9016393442623px;
  padding: 20px 30px;
}
.products_title {
  color: #0b69b9;
  font-size: 20px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: underline;
}
.products_param {
  font-weight: 500;
}
.products_param__district {
  font-weight: 300 !important;
}
.products_param__district:before {
  content: url("/assets/placeholder-on-a-map.png");
  margin-right: 12px;
}
.products_param b {
  font-weight: 300 !important;
}
.products_description {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
}
.products_params {
  width: 183.33333333333334px;
  padding: 102px 0px 20px;
}
.products_params p:first-child {
  margin-top: 0px;
}
.products_priceWrapper {
  width: 183.33333333333334px;
  padding: 20px 0px;
}
.products_orderButton {
  width: 115px;
  height: 115px;
  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;
  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: 19px;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 20px;
  float: right;
  border-radius: 50%;
}
.products_wallet {
  background-image: url("/assets/elegant-wallet.png");
  width: 25px;
  height: 25px;
  margin-bottom: 8px;
}
.products_currency {
  font-family: 'Arial MT', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 19.79px;
}

/*# sourceMappingURL=../maps/component/catalogProducts.css.map */
