.productsTile {
  padding: 1.5rem 1rem 0;
  margin: 0 -1rem;
  overflow: hidden;
}
.productsTile_slider {
  padding: 1.5rem 2rem;
  margin-bottom: -1rem !important;
}
.productsTile_slider .productsTile_item {
  margin: 0 auto !important;
  display: block !important;
  height: 470px;
}
.productsTile_slider .slick-list {
  height: 470px;
}
@media only screen and (min-width: 340px) {
  .productsTile_slider .productsTile_item {
    height: 500px;
  }
  .productsTile_slider .slick-list {
    height: 500px;
  }
}
@media only screen and (min-width: 370px) {
  .productsTile_slider .productsTile_item {
    height: 520px;
  }
  .productsTile_slider .slick-list {
    height: 520px;
  }
}
@media only screen and (min-width: 400px) {
  .productsTile_slider .productsTile_item {
    height: 552px;
  }
  .productsTile_slider .slick-list {
    height: 552px;
  }
}
.productsTile_slider .productsTile_item .productsTile_title {
  height: 4.6875rem;
}
.productsTile_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding: 0 0 0 104px;
  max-width: 480px;
  min-height: 92px;
}
.productsTile_item #form_Form_add {
  margin: 0;
  padding: 0;
  background: none;
}
.productsTile_item #form_Form_add * {
  margin: 0;
}
.productsTile_image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 92px;
  padding-top: 84px;
  box-shadow: 0 0 8px #b7b7b7;
  border: 4px solid #ffffff;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.productsTile_title {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  display: block;
  margin-bottom: 0.625rem;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 4.6875rem;
  width: 100%;
  color: #db6c00;
  text-decoration: underline;
}
.productsTile_price {
  padding-top: 0.625rem;
  padding-bottom: 0.125rem;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-weight: 400;
}
.productsTile_priceDiscountWrapper {
  color: #282828;
  font-size: 1rem;
  font-weight: 400;
}
.productsTile_priceDiscount {
  font-size: 1.5rem;
  font-weight: 700;
}
.productsTile_priceDiscountCurrency {
  font-size: 1rem;
}
.productsTile_priceOldWrapper {
  text-decoration: line-through;
  color: #919191;
}
.productsTile_priceOldCurrency {
  font-family: "Roboto", sans-serif;
}
.productsTile_availableStatus {
  display: block;
  margin-bottom: 0.75rem;
  line-height: 1;
  font-weight: 400;
}
.productsTile_availableStatus__available {
  color: #00b070;
}
.productsTile_availableStatus__unavailable {
  color: #909090;
}
.productsTile_button {
  margin-top: auto !important;
  margin-left: auto !important;
  width: 51px !important;
  height: 39px !important;
  background: url(/site/img/add.png) no-repeat center !important;
  background-size: contain !important;
}
.form_actions__orderButtonWithNum {
  width: -webkit-calc(100% - 65px - 0.5rem);
  width: calc(100% - 65px - 0.5rem);
}
.productsTile_favorite {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}
.productsTile_favoriteIcon {
  width: 2.125rem;
  height: 1.75rem;
  fill: none;
  stroke: #3d3936;
  stroke-width: 5;
}
.productsTile_favorite.added > .productsTile_favoriteIcon {
  fill: #3d3936;
}