.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 6rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 16px rgba(0,0,0,0.03);
  background-color: #f6e3b9;
}
.product_images {
  width: 464px;
}
.product_orderBlock {
  width: 384px;
  padding-top: 2.5rem;
}
.product_mainPhoto {
  display: block;
  width: 100%;
  height: 464px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/corpext/img/placeholder.svg");
  outline: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  position: relative;
}
.product_mainPhoto__placeholder {
  background-color: #e8e8e8;
  background-size: 40% 40%;
}
.product_mainPhotoOverlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  color: #101212;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: rgba(255,255,255,0.8);
}
.product_mainPhoto:hover > .product_mainPhotoOverlay {
  opacity: 1;
}
.product_mainPhotoIconZoom {
  width: 33px;
  height: 32px;
  margin: 0 auto;
}
.product_photos {
  box-sizing: content-box !important;
  margin-top: 1rem;
  padding: 0 -webkit-calc((100% - 336px) / 2);
  padding: 0 calc((100% - 336px) / 2);
  margin-bottom: 0 !important;
  width: 336px;
  height: 96px;
  overflow: hidden;
}
.product_photo {
  width: 96px !important;
  margin: 0 0.5rem;
  float: left;
  outline: 0;
}
.product_price {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: 400;
}
.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_priceOldWrapper {
  margin-left: 2rem;
}
.product_priceOldCurrency {
  font-size: 1.5rem;
  color: #919191;
}
.product .button.AddProductAction {
  height: 4rem;
}
.product_availableStatus {
  display: block;
  margin: 2rem 0;
}
.product_availableStatus__available {
  color: #00b070;
}
.product_availableStatus__unavailable {
  color: #909090;
}
.product_params {
  margin-bottom: 2rem;
}
.product_param {
  margin: 0;
}
.product_param:not(:last-child) {
  margin-bottom: 1rem;
}
.product_paramTitle {
  font-weight: 500;
}

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