.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: #fff;
}
.product_orderBlock {
  width: 354px;
}
.product_title {
  margin-top: 0 !important;
}
.product_price {
  margin-bottom: 1.5rem;
  width: 272px;
  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-size: 2rem;
  font-weight: 400;
}
.product_priceDiscountCurrency {
  font-size: 1.5rem;
}
.product_priceOld {
  text-decoration: line-through;
  color: #919191;
}
.product_priceOldWrapper {
  margin-left: 2rem;
}
.product_priceOldCurrency {
  font-size: 1.5rem;
  color: #919191;
}
.product .button.AddProductAction {
  width: 272px;
  height: 4rem;
}
.product_availableStatus {
  display: block;
  margin: 2rem 0;
}
.product_availableStatus__available {
  color: #00b070;
}
.product_availableStatus__unavailable {
  color: #909090;
}
.product_params {
  margin: 2rem 0;
}
.product_param {
  margin: 0;
}
.product_param:not(:last-child) {
  margin-bottom: 1rem;
}
.product_paramTitle {
  font-weight: 500;
}
.product_images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
}
.product_mainPhoto {
  display: block;
  width: 464px;
  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 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: content-box !important;
  margin-left: 1rem;
  padding: -webkit-calc((464px - 288px) / 2) 0;
  padding: calc((464px - 288px) / 2) 0;
  margin-bottom: 0 !important;
  width: 80px;
  height: 288px;
  overflow: hidden;
}
.product_photo {
  margin: 0.5rem 0;
  float: left;
  outline: 0;
}
.slick-arrow {
  left: 0;
  right: 0;
}
.slick-arrow--prev {
  top: 1.5rem;
  bottom: auto;
}
.slick-arrow--next {
  bottom: 1.5rem;
  top: auto;
}
.slick-arrowIcon {
  width: 15px;
  height: 9px;
}
.slick-arrowIcon--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-arrowIcon--next {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

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