@charset "UTF-8";
.product_block .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product_block .image_block > img {
  object-fit: cover;
}

.product_block .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.product_block .image_block {
  position: relative;
  overflow: hidden;
}
.product_block .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.product_block.cart_added .add_to_card:before {
  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;
}

.standard_text {
  font-size: 140%;
  line-height: 20px;
}

.product_block {
  background: #ffffff;
  border-radius: 8px;
  padding: 0 0 24px;
  cursor: pointer;
  position: relative;
}
.product_block.cart_added .add_to_card {
  background: transparent;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  color: #B41D8D;
}
.product_block.cart_added .add_to_card:before {
  content: "";
  display: block;
  margin-left: 6px;
  font-size: 55%;
}
.product_block .product_info {
  padding: 0 24px;
  position: relative;
}
.product_block .type_list {
  list-style-type: none;
  margin: 0 -4px;
  padding: 0;
  display: flex;
  position: absolute;
  left: 24px;
  top: -32px;
}
.product_block .type_list li {
  padding: 0 4px;
  font-size: 120%;
  line-height: 16px;
}
.product_block .type_list span {
  padding: 3px 10px;
  border-radius: 4px;
}
.product_block .type_list span.new_item {
  background: #E6F8F8;
  color: #1D7373;
}
.product_block .type_list span.top_item {
  background: #FEEEED;
  color: #CC342F;
}
.product_block:hover {
  box-shadow: 0px 12px 18px rgba(180, 29, 141, 0.08), 0px 4px 8px rgba(180, 29, 141, 0.04);
}
.product_block .image_block {
  width: 100%;
  display: block;
}
.product_block .image_block span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px;
}
.product_block .image_block img {
  max-width: 100%;
  max-height: 100%;
}
.product_block .product_name {
  margin-top: 12px;
  height: 42px;
  position: relative;
  overflow: hidden;
}
.product_block .product_name a {
  display: inline-block;
  font-size: 140%;
  line-height: 21px;
  color: #261B24;
  font-family: "roboto-bold", "mardoto-bold";
}
.product_block .colors_list {
  padding-top: 8px;
}
.product_block .colors_list ul {
  list-style-type: none;
  margin: 0 -3px;
  padding: 0;
  display: flex;
}
.product_block .colors_list li {
  padding: 0 3px;
}
.product_block .colors_list label input:checked + .radio_button {
  background: linear-gradient(90deg, #B41D8D 0%, #2E88CE 100%);
}
.product_block .colors_list .radio_button {
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: transparent;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_block .colors_list .radio_button:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 2;
}
.product_block .colors_list .radio_button span {
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  border: 1px solid #e5e5e5;
}
.product_block .price_row {
  display: flex;
  align-items: center;
  padding-top: 12px;
}
.product_block .current_price {
  font-size: 210%;
  line-height: 1.25em;
  color: #261B24;
  font-family: "roboto-bold", "mardoto-bold";
  padding-right: 12px;
}
.product_block .old_price {
  display: inline-block;
  font-size: 120%;
  line-height: 1.25em;
  text-decoration-line: line-through;
  color: #261B24;
  font-family: "roboto-medium", "mardoto-medium";
  background: #FFBA1D;
  border-radius: 4px;
  padding: 2px 4px;
}
.product_block .buttons_row {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.product_block .add_to_card {
  background: #B41D8D;
  border: 1px solid #B41D8D;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  font-size: 140%;
  line-height: 18px;
  color: #ffffff;
  padding: 10px;
  min-width: 175px;
  margin-right: 10px;
}
.product_block .compare_btn {
  background: transparent;
  border: 1px solid #B41D8D;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 200%;
  line-height: 1em;
  color: #B41D8D;
  padding: 0;
}
.product_block .hovered .product_name a {
  color: #B41D8D;
}
.product_block .hovered .image_block {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media screen and (max-width: 1199px) {
  .product_block .current_price {
    font-size: 180%;
  }
}
.product_block .product_name 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;
}

.product_block .colors_list .radio_button {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .product_block .add_to_card, .product_block .web .add_to_card, .web .product_block .compare_btn, .product_block .web .compare_btn, .product_block, .product_block .image_block {
  -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 .product_block .add_to_card, .product_block .touch .add_to_card, .touch .product_block .compare_btn, .product_block .touch .compare_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.product_block .colors_list label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .product_block .add_to_card:hover, .product_block .web .add_to_card:hover, .web .product_block .compare_btn:hover, .product_block .web .compare_btn:hover {
  background: rgba(180, 29, 141, 0.3);
  color: #261B24;
}
.touch .product_block .add_to_card:active, .product_block .touch .add_to_card:active, .touch .product_block .compare_btn:active, .product_block .touch .compare_btn:active {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}

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