.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: #e6f4f2;
}
.product_images {
  width: 464px;
}
.product_orderBlock {
  width: 384px;
  padding-top: 2.5rem;
}
.product_mainPhoto {
  display: block;
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/corporate/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.product_mainPhoto__placeholder {
  background-color: #eee;
  background-size: 40% 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 {
  float: left;
  outline: 0;
}
.product_photo > img {
  display: block;
  margin: 0 0.5rem;
}
.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;
}
.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_param {
  margin: 0;
}
.product_param:not(:last-child) {
  margin-bottom: 1rem;
}
.product_paramTitle {
  font-weight: 500;
}

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