.productCardMain {
  padding-bottom: 15px;
}

.productCardMain__left {
  margin-bottom: 1.5625rem;
}

.productCardMain__header {
  margin-bottom: 1.3125rem;
}

.productCardMain__name {
  margin: 0;
  padding: 0;
  text-transform: none;
}

.productCardMain__producer {
  margin-left: 2.5rem;
  height: 3.75rem;
}
.productCardMain__producer img {
  display: block;
}

.productAddToOfferButton {
  background-color: #FFFFFF;
  border: 1px solid var(--color-tertiary);
  margin-left: 4px;
  color: var(--color-tertiary);
  font-size: 1.5rem;
}
.productAddToOfferButton:hover {
  background-color: var(--color-tertiary);
  color: #FFFFFF;
}

.productAddToBasketButtonB2BSection {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .productCardMain__producer {
    width: 13.125rem;
    height: 5rem;
  }
  .productCardMain__left {
    margin-bottom: 0;
  }
  .productCardMain {
    padding-bottom: 2.5rem;
  }
  .productCardMain__infoBlock {
    align-self: flex-start;
  }
}
.productCardMain__sticky_basket {
  display: flex;
  position: fixed;
  bottom: -10.5263157895vw;
  left: 0;
  right: 0;
  z-index: 49;
  background-color: #FFFFFF;
  height: 5.2631578947vw;
  min-height: 80px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transition: bottom 0.3s cubic-bezier(0.365, 0.005, 0.355, 1), top 0.3s cubic-bezier(0.365, 0.005, 0.355, 1);
}
.productCardMain__sticky_basket.-active {
  bottom: 0;
}

.productCardMain__sticky_basket__name {
  font-size: 1rem;
  margin-left: 1.25rem;
  font-weight: 500;
  font-family: DynaPuff, Arial, sans-serif;
}

.productCardMain__sticky_basket__params {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.productCardMain__sticky_basket__params .productParam {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.productCardMain__sticky_basket__params .productParam__name {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.3125rem;
}
.productCardMain__sticky_basket__params .productParam__value {
  font-size: 1.375rem;
  letter-spacing: -0.38px;
  line-height: 1;
  color: #22262C;
  margin-bottom: 0.3125rem;
}
.productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__name {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1px;
}
.productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__value .productParam__value--price {
  font-size: 1.375rem;
  letter-spacing: -0.38px;
  line-height: 1;
  margin-left: 0.3125rem;
  color: #22262C;
}
.productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__value .productParam__value--priceOld, .productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__value .productParam__value--priceOld s {
  font-size: 1.125rem;
  letter-spacing: -0.28px;
  line-height: 1;
}

.productCardMain__sticky_basket__image {
  height: 5.625rem;
  min-height: 70px;
}
.productCardMain__sticky_basket__image .image {
  height: 5.625rem;
  min-height: 70px;
}

.productCardMain__sticky_basket .js__quantity_fields {
  display: flex;
}
.productCardMain__sticky_basket .quantityField--productCard {
  min-height: 40px;
  height: 2.6842105263vw;
  max-height: 51px;
  width: 100%;
}
.productCardMain__sticky_basket .productAddToBasketButton {
  width: auto;
}
.productCardMain__sticky_basket .productAddToBasketButtonB2C {
  min-height: 40px;
  height: 2.6842105263vw;
  max-height: 51px;
  font-size: 1.25rem;
}

@media (max-width: 499px) {
  .productCardMain__sticky_basket {
    height: auto;
    padding-bottom: 0.625rem;
  }
  .productCardMain__sticky_basket__wrap {
    flex-wrap: wrap;
    align-items: center;
    height: auto;
  }
  .productCardMain__sticky_basket__params {
    margin-left: 0 !important;
  }
  .productCardMain__sticky_basket__name {
    font-size: 0.875rem;
    padding-bottom: 0.625rem;
    padding-top: 0.3125rem;
    width: 100%;
    margin-left: 0 !important;
  }
  .productCardMain__sticky_basket__image {
    display: none;
  }
  .productParam__value--priceContainer .productParam__value {
    white-space: nowrap;
  }
  .productCardMain__sticky_basket__params {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .productCardMain__sticky_basket__params .productParam--registered_price {
    display: none;
  }
  .productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__name {
    display: none;
  }
  .productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__value {
    display: flex;
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
  }
  .productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__value .productParam__value--price {
    font-size: 1.125rem;
    letter-spacing: -0.38px;
    margin-left: 0;
  }
  .productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__value .productParam__value--priceOld, .productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__value .productParam__value--priceOld s {
    font-size: 1rem;
    margin-bottom: 3px;
    letter-spacing: -0.28px;
    line-height: 1;
    white-space: nowrap;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .productCardMain__sticky_basket__name {
    font-size: 0.75rem;
    margin-left: 0.625rem;
  }
  .productCardMain__sticky_basket__params {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .productCardMain__sticky_basket__params .productParam--registered_price {
    display: none;
  }
  .productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__name {
    display: none;
  }
  .productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__value {
    display: flex;
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
  }
  .productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__value .productParam__value--price {
    font-size: 1rem;
    letter-spacing: -0.38px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__value .productParam__value--priceOld, .productCardMain__sticky_basket__params .productParam__value--priceContainer .productParam__value .productParam__value--priceOld s {
    font-size: 0.875rem;
    letter-spacing: -0.28px;
    margin-bottom: 6px;
    line-height: 1;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .productCardMain__sticky_basket {
    top: -12.5rem;
    bottom: unset;
  }
  .productCardMain__sticky_basket.-active {
    top: 0;
    bottom: unset;
  }
  .productCardMain__sticky_basket .js__quantity_fields--eventSurvival {
    display: none;
  }
  .productCardMain__sticky_basket .productInfoBlockB2C__productNotificationButton {
    text-align: center;
  }
  .view_product .section.section--mobileCollapse .section_header {
    padding: 0;
    border-bottom: 0;
  }
  .view_product .section.section--mobileCollapse .section_header .section_header__arrow {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .js__quantity_fields--eventSurvival {
    max-width: 10rem;
  }
  .productCardMain__sticky_basket .productCardMain__sticky_basket__param {
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
  .productCardMain__sticky_basket .productCardMain__sticky_basket__params .productInfoBlockB2C__param:first-child {
    margin-top: 0.3125rem;
  }
  .productCardMain__sticky_basket .productParam--registered_price {
    display: flex;
    justify-content: end;
  }
}
/*# sourceMappingURL=product_card_main.css.map */