.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2.5rem;
  margin-right: -16px;
}
.products_item {
  margin: 0;
  padding: 0;
  width: -webkit-calc((100% - 32px) / 2);
  width: calc((100% - 32px) / 2);
  height: 288px;
  margin-right: 16px;
  margin-bottom: 16px;
  box-shadow: 0 0 16px rgba(0,0,0,0.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.products_item:hover {
  box-shadow: 5px 9px 24px rgba(0,0,0,0.2);
}
.products_item:hover .products_title {
  color: #007fd9;
}
.products_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  color: #101212;
}
.products_image {
  display: block;
  width: 256px;
  min-width: 256px;
  padding-top: 256px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/corpext/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.products_image__placeholder {
  background-color: #e8e8e8;
  background-size: 40% 40%;
}
.products_info {
  position: relative;
  width: -webkit-calc(100% - 272px);
  width: calc(100% - 272px);
  margin-left: 16px;
}
.products_title {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
  color: #005fa2;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 5.625rem;
}
.products_orderBlock {
  max-width: 272px;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}
.products_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 400;
}
.products_priceDiscountCurrency {
  font-size: 1rem;
}
.products_priceOld {
  margin-left: 1rem;
  text-decoration: line-through;
  color: #919191;
}
.products_priceOldCurrency {
  font-size: 1rem;
  color: #919191;
}
.products_button {
  height: 3rem !important;
}

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