@charset "UTF-8";
.product_block .add_to_wish.active:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product_block {
  width: 100%;
  position: relative;
  height: 408px;
  z-index: 3;
}
.product_block .product_inner {
  padding: 15px 25px 25px;
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05);
  min-height: 100%;
}
.product_block.hovered .image_block a {
  opacity: 0.7;
}
.product_block.hovered .product_name a {
  color: #006968;
}
.product_block .image_block {
  height: 260px;
  padding-bottom: 20px;
}
.product_block .image_block a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.product_block .image_block img {
  max-width: 100%;
  max-height: 100%;
}
.product_block .info_block {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
}
.product_block .product_name {
  display: flex;
  justify-content: flex-start;
}
.product_block .product_name a {
  color: #2E2E31;
  font-family: "bold", "arm-bold";
  font-size: 160%;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
}
.product_block .product_price {
  color: #2E2E31;
  font-size: 160%;
  line-height: 19px;
  padding-top: 15px;
  white-space: nowrap;
}
.product_block .product_price .old_price {
  display: inline-block;
  vertical-align: top;
  text-decoration: line-through;
  color: #ED254E;
  margin-left: 20px;
  font-size: 75%;
}
.product_block .add_to_wish {
  position: absolute;
  top: 19px;
  right: 15px;
  font-size: 190%;
  color: #ED254E;
  display: block;
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
}
.product_block .add_to_wish:before {
  display: block;
}
.product_block .add_to_wish.active {
  -webkit-text-fill-color: #ED254E;
}
.product_block .add_to_wish.active:after {
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 42.1%;
  content: "";
  opacity: 0;
}
.product_block .add_button {
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  display: flex;
  justify-content: center;
}
.product_block .add_button a,
.product_block .add_button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 3px;
  background-color: #ED254E;
  box-shadow: 0 6px 9px -2px rgba(141, 1, 30, 0.25);
  margin-top: 25px;
  color: #ffffff;
  padding: 10px;
  height: 50px;
  border: none;
  font-size: 220%;
}
.product_block .add_button a:before,
.product_block .add_button button:before {
  display: block;
}

.sticker_block {
  position: absolute;
  white-space: nowrap;
  top: 15px;
  left: 15px;
  z-index: 5;
}
.sticker_block:not(.small_sticker) * {
  display: block;
  padding: 5px 15px;
  border-radius: 12px;
}
.sticker_block * {
  font-size: 110%;
  line-height: 14px;
  font-family: "bold", "arm-bold";
  color: #ffffff;
}
.sticker_block .sticker_new {
  background: #3BB50F;
}
.sticker_block .sticker_new:before {
  background: #3BB50F;
}
.sticker_block .sticker_new:after {
  border-top-color: #3BB50F;
}
.sticker_block .sticker_best {
  background: #BBAE02;
}
.sticker_block .sticker_best:before {
  background: #BBAE02;
}
.sticker_block .sticker_best:after {
  border-top-color: #BBAE02;
}
.sticker_block .sticker_sale {
  background: #C4190B;
}
.sticker_block .sticker_sale:before {
  background: #C4190B;
}
.sticker_block .sticker_sale:after {
  border-top-color: #C4190B;
}
.sticker_block.small_sticker {
  width: 10px;
  height: 10px;
  top: 20px;
}
.sticker_block.small_sticker:hover {
  top: 10px;
  height: 20px;
}
.sticker_block.small_sticker:not(:hover) * {
  background: transparent;
  color: transparent;
  padding: 0;
  height: 0;
  width: 0;
  font-size: 0;
}
.sticker_block.small_sticker:not(:hover) *:after {
  display: none;
}
.sticker_block.small_sticker * {
  position: absolute;
  -o-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  padding: 6px 9px;
  border-radius: 3px;
  left: -10px;
  bottom: 20px;
}
.sticker_block.small_sticker *:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.sticker_block.small_sticker *:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 9px;
  height: 5px;
  top: 100%;
  border-width: 5px 4px 0;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 10px;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .product_block {
    height: 373px;
  }
  .product_block .product_inner {
    padding: 15px 20px 20px;
  }
  .product_block .image_block {
    height: 232px;
  }
  .product_block .product_name a {
    font-size: 140%;
    line-height: 21px;
  }
  .product_block .product_price {
    font-size: 140%;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .product_block {
    height: 323px;
  }
  .product_block .image_block {
    height: 212px;
  }
}
@media (max-width: 479px) {
  .product_block .product_name a {
    font-size: 130%;
    line-height: 18px;
  }
  .product_block .product_price {
    font-size: 130%;
    line-height: 16px;
  }
}
.web .product_block {
  -o-transition: z-index 0.3s;
  -ms-transition: z-index 0.3s;
  -moz-transition: z-index 0.3s;
  -webkit-transition: z-index 0.3s;
  transition: z-index 0.3s;
}
.web .product_block:hover {
  z-index: 9;
}
.web .product_block .product_inner:hover {
  z-index: 3;
}
.web .product_block .product_inner:hover .add_button {
  height: 75px;
}
.web .product_block .product_inner:hover ~ .save_percent {
  z-index: 3;
}
.web .product_block .add_button a:hover {
  background: #CC2043;
}
.web .add_to_wish:not(.active):hover {
  -webkit-text-fill-color: rgba(237, 37, 78, 0.4);
}
.web .add_to_wish.active:hover:after {
  opacity: 1;
}
.web .banner_block a:hover {
  color: #CC2043;
}

.touch .product_block {
  height: auto;
}
.touch .product_block .add_button a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .product_block .add_button a:active {
  background: #CC2043;
}
.touch .product_block .add_button {
  height: auto;
}
.touch .sticker_block.small_sticker {
  left: 15px;
  top: 15px;
  padding: 10px;
}
.touch .banner_block a:active {
  color: #CC2043;
}

.product_block .image_block a, .web .add_to_wish.active:after {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product_block .product_name a, .web .banner_block a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .product_block .add_button a, .web .add_to_wish {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .banner_block a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

/*# sourceMappingURL=product_block.css.map */
