.commercial-scr {
  position: relative;
}
.commercial-height.emptyFilteringResult {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.catalog-cards.emptyFilteringResult {
  height: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
#filteringResult {
  position: relative;
}
.filterLoader {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.8);
  z-index: 1;
  display: none;
}
.filterLoader svg {
  width: 100px;
  height: 100px;
}
.commercial-filter {
  min-width: 343px;
}
.emptyFilterResult {
  text-align: center;
}

.newStyleBox.commercial-box {
  border: 2px solid #E9E9E9;
  background: #fff;
  border-radius: 36px;
  transition: all 0.5s ease 0s;
}
.newStyleBox.commercial-box.reserveFlatItem {
  background: #F6F6F6;
}
.newStyleBox.commercial-box:hover {
  border: 2px solid #754ABC
}
.newStyleBox.commercial-box.reserveFlatItem:hover {
  border: 2px solid #E9E9E9
}
.newStyleBox.commercial-box .commercial-photo {
  border-radius: 36px 36px 0 0;
  flex-direction: column;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 24px;
  gap: 20px;
  align-items: center;
}
.newStyleBox.commercial-box .commercial-photo .flatImage {
  max-width: 291px;
  height: 205px;
  object-fit: contain;
}
.newStyleBox.commercial-box:hover .commercial-photo {
  box-shadow:none;
}
.newStyleBox.commercial-box .commercial-photo .moreInfoObject {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
}
.newStyleBox.commercial-box .commercial-photo .moreInfoObject .btn {
  height: 33px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 600;
}
.newStyleBox.commercial-box.reserveFlatItem .commercial-photo .moreInfoObject .btn {
  background: #D6D6D6;
  color: #fff;
  border-color: #D6D6D6;
}
.newStyleBox.commercial-box .commercial-photo .moreInfoObject .facingLabel {
  height: 33px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  border-radius: 24px;
  background: #fff;
  color: #2F2E2E;
}
.newStyleBox.commercial-box.reserveFlatItem .commercial-photo .moreInfoObject .facingLabel {
  color: #4F4F4F;
}
.newStyleBox.commercial-box .commercial-photo .moreInfoObject .facingLabel .labelFacing {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.newStyleBox.commercial-box .commercial-photo .moreInfoObject .facingLabel .labelFacing.dark{
  background: #8C8B89;
}
.newStyleBox.commercial-box .commercial-photo .moreInfoObject .facingLabel .labelFacing.light{
  background: #D1DED0;
}

.newStyleBox.commercial-box .commercial-photo .moreInfoObject .facingLabel .textFacing {
  color: #2F2E2E;
}
.newStyleBox.commercial-box.reserveFlatItem .commercial-photo .moreInfoObject .facingLabel .textFacing {
  color: #4F4F4F;
}
.newStyleBox.commercial-box .commercial-info-top {
  display: flex;
  float: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 28px;
}
.newStyleBox.commercial-box .commercial-info .commercial-info-top .btn {
  padding: 0px 16px;
  height: 33px;
  font-size: 14px;
}
.newStyleBox.commercial-box .commercial-info-top .facingLabel{
  border-radius: 24px;
  background: #D6D6D666;
  padding: 0px 16px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #2F2E2E;
}
.newStyleBox.commercial-box .commercial-price {
  padding: 0px 24px;
}
.newStyleBox.commercial-box .commercial-price strong {
  font-size: 21px;
}
.newStyleBox.commercial-box.reserveFlatItem .commercial-price strong {
  display: flex;
  color: #4F4F4F80;
  gap: 8px;
}

.newStyleBox.commercial-box .commercial-price del {
  font-size: 16px;
  margin-right: 0px;
}
.newStyleBox.commercial-box .commercial-item-properties {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 24px 32px;
}
.newStyleBox.commercial-box .commercial-item-properties .commercial-item-properties-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newStyleBox.commercial-box .commercial-item-properties .commercial-item-properties-line .commercial-item-properties-element {
  width: 33.33333%;
  display: flex;
  flex-direction: column;
  gap: 4px;

}
.newStyleBox.commercial-box .commercial-item-properties .commercial-item-properties-line .commercial-item-properties-element .commercial-item-properties-element-value {
  color: #4F4F4F;
  font-weight: 600;
  font-size: 16px;
}
.newStyleBox.commercial-box.reserveFlatItem .commercial-item-properties .commercial-item-properties-line .commercial-item-properties-element .commercial-item-properties-element-value {
  opacity: 0.5;
}

.newStyleBox.commercial-box .commercial-item-properties .commercial-item-properties-line .commercial-item-properties-element .commercial-item-properties-element-label {
  color: #4F4F4F;
  font-weight: 500;
  font-size: 13px;
  opacity: 0.5;
}
.newStyleBox.commercial-box .commercial-photo .moreInfoObject .facingLabel .promoFacing {
  position: relative;
}
.newStyleBox.commercial-box .commercial-photo .moreInfoObject .facingLabel .promoFacing .promoFacingSelector {
  display: flex;
  align-items: center;
  gap: 4px;
}
.newStyleBox.commercial-box .commercial-photo .moreInfoObject .facingLabel .promoFacing .promoFacingSelector span {
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
}
.newStyleBox.commercial-box .commercial-photo .moreInfoObject .facingLabel .promoFacing .promoFacingPopup {
  position: absolute;
  display: none;
  width: 321px;
  height: 157px;
  background: url("images/promoFacingPopup.svg") center top no-repeat;
  padding: 36px 41px;
  color: rgba(97, 97, 97, 0.8);
  font-size: 16px;
  line-height: 1;
  z-index: 1;
  bottom: 0px;
  left: -154px;
}
.newStyleBox.commercial-box .commercial-photo .moreInfoObject .facingLabel .promoFacing:hover .promoFacingPopup {
  display: block;
}

.newStyleBox.commercial-box .commercialPriceInfo {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newStyleBox.commercial-box .commercialPriceInfo .commercialScuarePrice {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: rgba(79, 79, 79, 1);
}
.newStyleBox.commercial-box.reserveFlatItem .commercialPriceInfo .commercialScuarePrice {
  color: rgba(79, 79, 79, 0.5);
}
.newStyleBox.commercial-box .commercialPriceInfo .valid-payment-info {
  margin-left: 5px;
}

@media (max-width: 1620px) {
  .newStyleBox.commercial-box {
    width: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  .catalog-cards .newStyleBox.commercial-box {
    width: 100%;
  }
  .newStyleBox.commercial-box .commercial-info .commercial-info-top .btn {
    display: flex;
  }
  .newStyleBox.commercial-box .commercial-price {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .newStyleBox.commercial-box .commercial-price strong {
    font-size: 20px;
  }
}