.productCardInfoBlockB2C {
  border: 1px solid var(--color-border);
  background-color: #FFFFFF;
  width: 100%;
}

.productInfoBlock__icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.productCardInfoBlockB2C__unloggedTop {
  background-color: var(--color-background);
  padding: 2.5625rem 1.75rem;
}

.productCardInfoBlockB2C__unloggedTopIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  margin-bottom: 1.75rem;
  font-size: 1.75rem;
  background-color: #FFFFFF;
}
.productCardInfoBlockB2C__unloggedTopIcon {
  font-family: "core-core_01" !important;
}
.productCardInfoBlockB2C__unloggedTopIcon::before {
  content: "\ea9e";
}

.productCardInfoBlockB2C__unloggedBottom {
  padding: 5.625rem 1.75rem;
}

.productCardInfoBlockB2C__unloggedBottomText {
  text-align: center;
  margin-bottom: 2.5625rem;
}

.productInfoBlockB2C__row {
  padding: 0.75rem 0.875rem;
  border-top: 1px solid var(--color-border);
  line-height: 1.2;
}

.productInfoBlockB2C__row--smallPadding {
  padding: 0.25rem 0.875rem;
}

.productCardInfoBlockB2C__topParams {
  border-bottom: 1px solid var(--color-border);
}

.productInfoBlockB2C__row--configParam {
  border-top: none;
  padding: 0;
  margin: 0 0.875rem;
}
.productInfoBlockB2C__row--configParam > .productParam {
  border-bottom: 1px solid var(--color-border);
  padding: 10px 0;
}
.productInfoBlockB2C__row--configParam:last-child .productParam:last-child {
  border-bottom: none;
}

.productCardInfoBlockB2C__promotions {
  border-bottom: 1px solid var(--color-border);
}

.productCardInfoBlockB2C__gpsr {
  border-bottom: 1px solid var(--color-border);
}

.productInfoBlockB2C__row--promotions {
  border-top: none;
  margin: 0 0.875rem;
  padding: 0.875rem 5px;
}
.productInfoBlockB2C__row--promotions:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}

.productInfoBlockB2C__promotion {
  position: relative;
}

.productInfoBlockB2C__promotion {
  position: relative;
}

.productInfoBlockB2C__promotionIcon {
  margin-right: 1rem;
  font-size: 2.25rem;
}

.productInfoBlockB2C__promotionHeader {
  font-weight: 700;
}

.productCardInfoBlockB2CAction__icon {
  margin-right: 10px;
}

.productCardInfoBlockB2CRate {
  font-size: 12px;
}

.productCardInfoBlockB2CRateList {
  margin-right: 0.625rem;
  font-size: 13px;
}

.productCardInfoBlockB2CRateList__item {
  color: #FDE4AE;
}
.productCardInfoBlockB2CRateList__item.-active {
  color: #FBCA5D;
}
.productCardInfoBlockB2CRateList__item {
  font-family: "core-core_01" !important;
}
.productCardInfoBlockB2CRateList__item::before {
  content: "\ea9d";
}

.productCardInfoBlockB2C__share {
  align-self: center;
  font-size: 17px;
}
.productCardInfoBlockB2C__share:not(:first-child) {
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  border-left: 1px solid var(--color-border);
}

.productCardInfoBlockB2CRate__item:not(:last-child) {
  margin-right: 0.625rem;
}

.productCardInfoBlockB2CAction {
  margin-bottom: 10px;
  transition: color 0.15s ease-out;
}
.productCardInfoBlockB2CAction:hover, .productCardInfoBlockB2CAction.-active {
  color: var(--color-primary);
}

.productInfoB2CConnectionContainer:not(:last-child) {
  margin-bottom: 0.625rem;
}

.productInfoB2CConnectionContainer__name {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.productInfoBlockB2CFreeDelivery__icon {
  border-right: 1px solid var(--color-border);
  font-size: 22px;
  margin-right: 10px;
  padding-right: 10px;
}

.productInfoBlockB2CFreeDelivery__textTop {
  text-transform: uppercase;
  font-weight: 700;
}

.productInfoBlockB2CFreeDelivery__textBottom {
  opacity: 0.5;
}

.productInfoB2CConnectionContainer__item {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.productInfoB2CConnectionContainer__item:hover.productInfoB2CConnectionContainer__item--text,
.productInfoB2CConnectionContainer__item:hover .productInfoB2CConnectionContainer__itemImage {
  border-color: color-mix(in srgb, var(--color-primary) 60%, transparent);
}

.productInfoB2CConnectionContainer__item--photo {
  width: 55px;
}
.productInfoB2CConnectionContainer__item--photo.-active .productInfoB2CConnectionContainer__itemImage {
  border-color: var(--color-primary);
}
.productInfoB2CConnectionContainer__item--photo.-disabled {
  position: relative;
}
.productInfoB2CConnectionContainer__item--photo.-disabled .productInfoB2CConnectionContainer__itemImage {
  border-color: var(--color-border);
  background-color: rgb(247.525, 248.1, 248.675);
}
.productInfoB2CConnectionContainer__item--photo.-disabled .productInfoB2CConnectionContainer__itemText {
  color: var(--color-border);
}
.productInfoB2CConnectionContainer__item--photo.-disabled:hover .productInfoB2CConnectionContainer__itemImage {
  border-color: var(--color-border);
}
.productInfoB2CConnectionContainer__item--photo.-unavailable {
  border-color: #F2F3F4;
  color: var(--color-border);
  position: relative;
}
.productInfoB2CConnectionContainer__item--photo.-unavailable .productInfoB2CConnectionContainer__itemImage {
  border-color: #F2F3F4;
}
.productInfoB2CConnectionContainer__item--photo.-unavailable .productInfoB2CConnectionContainer__itemText {
  color: var(--color-border);
}
.productInfoB2CConnectionContainer__item--photo.-unavailable:hover .productInfoB2CConnectionContainer__itemImage {
  border-color: #F2F3F4;
}

.productInfoB2CConnectionContainer__itemImage {
  border: 1px solid #e1e2e8;
  height: 55px;
  transition: border-color 0.15s;
}

.productInfoB2CConnectionContainer__itemText {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.productInfoB2CConnectionContainer__item--text {
  border: 1px solid var(--color-border);
  min-width: 55px;
  height: 35px;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.15s;
}
.productInfoB2CConnectionContainer__item--text.-active {
  border-color: var(--color-primary);
}
.productInfoB2CConnectionContainer__item--text.-disabled {
  position: relative;
  background-color: rgb(247.525, 248.1, 248.675);
  border-color: #F2F3F4;
  color: var(--color-border);
}
.productInfoB2CConnectionContainer__item--text.-disabled:hover {
  border-color: var(--color-border);
}
.productInfoB2CConnectionContainer__item--text.-unavailable {
  border-color: #F2F3F4;
  color: var(--color-border);
  position: relative;
}
.productInfoB2CConnectionContainer__item--text.-unavailable:hover {
  border-color: #F2F3F4;
}

.productInfoB2CConnectionContainer .customSelectWrap {
  height: auto;
  max-height: none;
  min-height: 41px;
}
.productInfoB2CConnectionContainer .customSelectWrap,
.productInfoB2CConnectionContainer .customSelect {
  width: 100%;
}
.productInfoB2CConnectionContainer .customSelect {
  min-height: 42px;
  height: 2.4752475248vw;
  max-height: 50px;
}
.productInfoB2CConnectionContainer:not(:last-child) {
  margin-bottom: 1.25rem;
}
.productInfoB2CConnectionContainer .customSelectOptionList__option.customSelectOptionList__option--unavailable {
  color: #6C6C6C;
}
.productInfoB2CConnectionContainer .unavailable_info {
  font-size: 70%;
  color: #6C6C6C;
  margin-left: 0.3125rem;
}

.productInfoBlockB2CAskAboutProduct__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-secondary);
  font-size: 20px;
  color: #FFFFFF;
  margin-right: 0.4375rem;
}

.productInfoBlockB2CAskAboutProduct__text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.productInfoBlockB2C__productNotificationButton {
  width: 100%;
}

.productAddToBasketButton {
  width: 100%;
}

.productInfoBlockB2C__productNotificationButton,
.productAddToBasketButtonB2C,
.quantityField--productCard {
  min-height: 45px;
  height: 2.9702970297vw;
  max-height: 60px;
}

.quantityField--productCard {
  margin-right: 10px;
}

.productInfoBlockB2C__row--ask_about_product .productInfoBlockB2C__rowBox:not(:first-child) {
  margin-top: 10px;
}

.productInfoBlockB2CSizeTable__text {
  font-size: 0.875rem;
  margin: 0.625rem 0 0.625rem 0;
}

.productInfoBlockB2CItemCount {
  margin-top: 10px;
}

.productInfoBlockB2CItemCount__icon {
  font-size: 16px;
  margin-right: 8px;
}

.productInfoBlockB2CLeasing__item {
  width: calc((100% - 3 * 1.5625rem) / 4);
  height: 3.75rem;
}
.productInfoBlockB2CLeasing__item:not(:nth-child(4n)) {
  margin-right: 1.5625rem;
}

.productCardInfoBlockB2CRate__item--addRate:hover {
  text-decoration: underline;
}

.productInfoBlockB2C__priceBox {
  padding-top: 1.875rem;
}

.productInfoBlockB2C__priceBox--noPadding {
  padding: 0;
}

.productInfoBlockB2C__row--noBorder {
  border: none;
}

.productParam__value--b2b {
  font-weight: 700;
  font-size: 110%;
}

.quantityFieldCustom .quant_input_custom {
  width: 4.375rem;
}

.shareButton__icon--facebook {
  font-family: "media-full" !important;
}
.shareButton__icon--facebook::before {
  content: "\ea61";
  color: var(--color-facebook);
}

.productAddToBasketButtonB2C__icon {
  font-family: "core-core_01" !important;
}
.productAddToBasketButtonB2C__icon::before {
  content: "\ea6a";
}

.productIconV1Action__icon--count {
  font-family: "core-core_01" !important;
}
.productIconV1Action__icon--count::before {
  content: "\ea80";
}

.productInfoBlockB2CAskAboutProduct__icon--phone {
  font-family: "core-core_01" !important;
}
.productInfoBlockB2CAskAboutProduct__icon--phone::before {
  content: "\ea8c";
}

.productInfoBlockB2CAskAboutProduct__icon--mail {
  font-family: "core-core_01" !important;
}
.productInfoBlockB2CAskAboutProduct__icon--mail::before {
  content: "\ea85";
}

.productInfoBlockB2CFreeDelivery__icon {
  font-family: "core-core_01" !important;
}
.productInfoBlockB2CFreeDelivery__icon::before {
  content: "\ea7d";
}

.productCardInfoBlockB2CAction__icon--clipboard {
  font-family: "core-core_01" !important;
}
.productCardInfoBlockB2CAction__icon--clipboard::before {
  content: "\ea6d";
}

.productCardInfoBlockB2CAction__icon--compare {
  font-family: "core-core_01" !important;
}
.productCardInfoBlockB2CAction__icon--compare::before {
  content: "\ea6f";
}

@media (min-width: 550px) {
  .productInfoBlockB2C__row--ask_about_product {
    display: flex;
  }
  .productInfoBlockB2C__row--ask_about_product .productInfoBlockB2C__rowBox {
    display: flex;
    flex-grow: 1;
    min-width: 50%;
  }
  .productInfoBlockB2C__row--ask_about_product .productInfoBlockB2C__rowBox:not(:first-child) {
    position: relative;
    margin-top: 0;
    padding-left: 0.9375rem;
  }
  .productInfoBlockB2C__row--ask_about_product .productInfoBlockB2C__rowBox:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--color-border);
  }
  .productInfoBlockB2C__row--configParam {
    padding: 0.625rem 0;
    display: flex;
  }
  .productInfoBlockB2C__row--configParam:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
  }
  .productInfoBlockB2C__row--configParam > .productParam {
    flex-grow: 1;
    min-width: 50%;
    border-bottom: none;
    padding: 0 0.625rem;
  }
  .productInfoBlockB2C__row--configParam > .productParam:not(:first-child) {
    position: relative;
    padding-left: 1.875rem;
  }
  .productInfoBlockB2C__row--configParam > .productParam:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 5px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--color-border);
  }
}
@media (min-width: 768px) {
  .productCardInfoBlockB2C {
    width: 42.1875rem;
    margin-left: 1.875rem;
  }
  .productCardInfoBlockB2CFooter {
    min-height: 5.6875rem;
  }
  .productInfoBlockB2CAskAboutProduct__text {
    font-size: 10px;
  }
  .productInfoBlockB2C__row {
    padding: 1.5rem 1.75rem;
  }
  .productInfoBlockB2C__row--smallPadding {
    padding: 0.5rem 1.75rem;
  }
  .productInfoBlockB2C__row--configParam {
    padding: 1.125rem 0;
    margin: 0 1.75rem;
  }
  .productInfoBlockB2C__row--promotions {
    padding: 1.125rem 5px;
    margin: 0 1.75rem;
  }
  .productAddToBasketButtonB2C__icon {
    font-size: 1.6875rem;
    margin-right: 0.875rem;
  }
  .productInfoBlockB2CAskAboutProduct__icon {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.5625rem;
  }
  .productInfoBlockB2CFreeDelivery__icon {
    font-size: 2.875rem;
    margin-right: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .productInfoBlockB2C__row--footer {
    display: flex;
  }
  .productInfoBlockB2C__row--footer .productInfoBlockB2C__rowBox {
    display: flex;
    flex-grow: 1;
    min-width: 50%;
  }
  .productInfoBlockB2C__row--footer .productInfoBlockB2C__rowBox:not(:first-child) {
    position: relative;
    padding-left: 0.9375rem;
  }
  .productInfoBlockB2C__row--footer .productInfoBlockB2C__rowBox:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--color-border);
  }
  .productCardInfoBlockB2CAction {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .productCardInfoBlockB2CAction:not(:last-child) {
    margin-right: 1.25rem;
  }
  .productCardInfoBlockB2CRate {
    font-size: 0.75rem;
  }
  .productCardInfoBlockB2CRateList {
    font-size: 0.875rem;
  }
  .productCardInfoBlockB2CRate__item:not(:last-child) {
    margin-right: 0.3125rem;
  }
}
@media (min-width: 1699px) {
  .productInfoBlockB2C__rowBox:not(:first-child) {
    padding-left: 1.875rem;
  }
  .productCardInfoBlockB2CRate__item:not(:last-child) {
    margin-right: 0.625rem;
  }
}
.productCardMain__name {
  font-size: 2.5rem;
  font-weight: 500;
}

.productCardInfoBlockB2C {
  border: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
}

.productCardInfoBlockB2C__topParams {
  padding-bottom: 0;
  padding-top: 0.5rem;
  border: 0;
}

.productInfoB2CConnectionContainer__name {
  text-transform: none;
  font-size: 0.875rem;
  letter-spacing: -0.0175rem;
}

.productInfoBlockB2C__row .unitPicker {
  margin: 0;
}

.productIconV1Action__icon--count {
  display: none;
}

.productInfoBlockB2CItemCount {
  font-size: 0.8125rem;
  letter-spacing: -0.01625rem;
  color: #A2A2A2;
}

.productInfoBlockB2C__row--basket {
  padding-bottom: 1rem;
}

.productInfoBlockB2C__priceBox .productParam__name {
  font-size: 0.6875rem;
  letter-spacing: -0.01375rem;
  color: #A2A2A2;
  text-transform: uppercase;
}
.productInfoBlockB2C__priceBox .productParam__value {
  font-size: 0.875rem;
  letter-spacing: -0.0175rem;
  font-weight: 700;
  text-transform: uppercase;
}
.productInfoBlockB2C__priceBox .productParam--mixed_priceg_inverted, .productInfoBlockB2C__priceBox .productParam--mixed_pricen_inverted {
  margin-top: 0.625rem;
}
.productInfoBlockB2C__priceBox .productParam--mixed_priceg_inverted .productParam__value, .productInfoBlockB2C__priceBox .productParam--mixed_pricen_inverted .productParam__value {
  font-size: 1.875rem;
  letter-spacing: -0.0375rem;
  font-weight: 700;
  color: #1B1918 !important;
  text-transform: uppercase;
}
.productInfoBlockB2C__priceBox .productParam--mixed_priceg_inverted .productParam__value .productParam__value--price, .productInfoBlockB2C__priceBox .productParam--mixed_pricen_inverted .productParam__value .productParam__value--price {
  margin-left: 0.5rem;
}
.productInfoBlockB2C__priceBox .productParam--mixed_priceg_inverted .productParam__value .productParam__value--priceOld, .productInfoBlockB2C__priceBox .productParam--mixed_pricen_inverted .productParam__value .productParam__value--priceOld {
  font-size: 1.125rem;
  letter-spacing: -0.0225rem;
  color: #1B1918 !important;
  margin-left: 0.5rem;
}

.productInfoB2CConnectionContainer__itemImage {
  height: 3.4375rem;
}

.productInfoB2CConnectionContainer__item--photo {
  width: 3.4375rem;
}

.productInfoBlockB2C__row--leasing {
  padding: 1.5rem 0;
  margin: 0 1.75rem;
}

.productInfoBlockB2C__row--points {
  line-height: 1;
  border-bottom: 1px solid var(--color-border);
}
.productInfoBlockB2C__row--points .productParam {
  align-items: center;
}
.productInfoBlockB2C__row--points i {
  width: auto;
  color: #A1A4A7;
  font-size: 1.0625rem;
  margin-right: 0.625rem;
}
.productInfoBlockB2C__row--points .productParam__name {
  font-size: 0.875rem;
}
.productInfoBlockB2C__row--points .productParam__value {
  font-size: 0.875rem;
}

.productInfoBlockB2CLeasing__item {
  width: auto;
}
.productInfoBlockB2CLeasing__item .productInfoBlockB2CLeasing__photo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.productInfoBlockB2CLeasing__item .productInfoBlockB2CLeasing__name {
  margin-left: 0.875rem;
}
.productInfoBlockB2CLeasing__item .productInfoBlockB2CLeasing__name * {
  font-size: 0.875rem;
  font-weight: 500;
}
.productInfoBlockB2CLeasing__item:last-child {
  margin-right: 0;
}

.productAddToBasketButtonB2C .productAddToBasketButtonB2C__icon {
  font-size: 1.8125rem;
}
.productAddToBasketButtonB2C .productAddToBasketButtonB2C__text {
  font-size: 1rem;
  letter-spacing: -0.02rem;
  font-weight: 600;
}

.productInfoBlockB2C__row--ask_about_product, .productInfoBlockB2C__row--footer {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.productInfoBlockB2CAskAboutProduct {
  background-color: var(--color-background);
  width: 100%;
  justify-content: center;
  transition: background-color 0.3s;
}
.productInfoBlockB2CAskAboutProduct .productInfoBlockB2CAskAboutProduct__icon {
  font-size: 1.25rem;
  background-color: transparent;
  color: var(--color-primary);
}
.productInfoBlockB2CAskAboutProduct .productInfoBlockB2CAskAboutProduct__text {
  font-size: 0.875rem;
  letter-spacing: -0.0175rem;
  font-weight: 600;
}
.productInfoBlockB2CAskAboutProduct:hover {
  background-color: var(--color-border) !important;
}

.productCardInfoBlockB2CRate__item {
  font-size: 0.8125rem;
}

.productCardMain__wrap.-hasFeaturedGallery .productCardMain__infoBlockFeatured {
  order: 1;
  width: 29.25rem;
  height: 100%;
  border: 1px solid var(--color-border);
  margin-left: 0.9375rem;
  padding: 0.625rem 0.9375rem 1.25rem;
}
.productCardMain__wrap.-hasFeaturedGallery .featured_gallery__wrap .featured_gallery__photo {
  width: 3.125rem;
  min-width: 3.125rem;
  max-height: 3.125rem;
}
.productCardMain__wrap.-hasFeaturedGallery .featured_gallery__wrap .featured_gallery__text {
  margin-left: 1.25rem;
  margin-top: 0.75rem;
}
.productCardMain__wrap.-hasFeaturedGallery .featured_gallery__wrap .featured_gallery__text .featured_gallery__text_upper {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.4375rem;
}
.productCardMain__wrap.-hasFeaturedGallery .featured_gallery__wrap .featured_gallery__text .featured_gallery__text_lower {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #9E9E9E;
  padding-right: 1.875rem;
}

.productInfoBlockB2C__row--configParam {
  margin: 0;
  border-bottom: 1px solid var(--color-border);
}

.productInfoB2CConnectionContainer__itemText {
  font-size: 0.6875rem;
}

.productInfoBlockB2C__row--configParam .productParam {
  font-size: 0.875rem;
  line-height: 1;
  align-items: center;
}

.productInfoBlockB2C__row--productVariants {
  padding-bottom: 0.5rem;
}

.productInfoBlockB2C__row--basket .quantityField {
  width: 7.5rem;
  padding: 0 1.875rem;
}
.productInfoBlockB2C__row--basket .quantityField .quant_dec, .productInfoBlockB2C__row--basket .quantityField .quant_inc {
  width: 1.875rem;
  background-color: #FFFFFF;
}
.productInfoBlockB2C__row--basket .quantityField .quant_dec:hover, .productInfoBlockB2C__row--basket .quantityField .quant_inc:hover {
  background-color: var(--color-background);
}

.productCardInfoBlockB2CFooter {
  min-height: 3.125rem;
}

.productInfoBlockB2C__row--footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.productInfoBlockB2C__row--footer .productInfoBlockB2C__rowBox {
  display: flex;
  flex-grow: 1;
  min-width: 50%;
}

.productCardInfoBlockB2C .unitPicker .unitPicker__inputs {
  width: 15.75rem;
  margin-bottom: 0.625rem;
  gap: 0;
  height: 3.125rem;
}
.productCardInfoBlockB2C .unitPicker .unitPicker__inputs .unitPicker__label {
  width: 7.5rem;
  height: 2.5rem;
  font-size: 0.75rem;
}
.productCardInfoBlockB2C .unitPicker .unitPicker__inputs .unitPicker__label:nth-child(2 of .unitPicker__label) {
  margin-left: 0.125rem;
}
.productCardInfoBlockB2C .unitPicker .unitPicker__text {
  font-size: 0.875rem;
  letter-spacing: -0.0175rem;
}

@media (min-width: 500px) {
  .productInfoBlockB2C__row--footer {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .productInfoBlockB2C__row--footer .productInfoBlockB2C__rowBox {
    display: flex;
    flex-grow: 1;
    min-width: 50%;
  }
}
@media (max-width: 549px) {
  .productAddToBasketButtonB2C .productAddToBasketButtonB2C__text {
    line-height: 0.9;
    font-size: 0.875rem;
  }
  .productInfoBlockB2C__row--leasing {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .productInfoBlockB2C__row--leasing .productInfoBlockB2CLeasing__item {
    margin: 0;
  }
  .productInfoBlockB2C__row--configParam:first-child {
    border-bottom: 0;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .productInfoBlockB2C__row--configParam .productParam:first-child {
    padding-left: 0;
  }
}
@media (min-width: 550px) {
  .productInfoBlockB2C__row--basket .quantityField {
    width: 10rem;
    padding: 0 2.5rem;
  }
  .productInfoBlockB2C__row--basket .quantityField .quant_dec, .productInfoBlockB2C__row--basket .quantityField .quant_inc {
    width: 2.5rem;
  }
  .productInfoBlockB2C__row--configParam > .productParam {
    padding-left: 1.25rem;
  }
}
.productCardMain__infoBlock {
  order: 2;
}

@media (min-width: 768px) {
  .productCardMain__infoBlock {
    align-self: unset;
    display: flex;
    flex-direction: column;
  }
  .productInfoBlockB2C__row--productVariants {
    flex-grow: 1;
  }
  .productCardMain__wrap.-hasFeaturedGallery .productCardMain__infoBlockFeatured {
    padding: 1.25rem 1.875rem;
  }
  .productCardInfoBlockB2CFooter {
    min-height: 3.75rem;
  }
  .productCardMain__wrap.-hasFeaturedGallery .productCardMain__infoBlockFeatured {
    border-right: 0;
  }
  .productCardInfoBlockB2C {
    width: 35rem;
  }
  .productCardMain__wrap:not(.-hasFeaturedGallery) .productCardInfoBlockB2C {
    margin-left: 1.875rem;
  }
  .productCardMain__wrap.-hasFeaturedGallery .productCardInfoBlockB2C {
    margin-left: 0;
  }
  .productInfoBlockB2C__row--basket .quantityField {
    width: 12.5rem;
    padding: 0 3.125rem;
  }
  .productInfoBlockB2C__row--basket .quantityField .quant_dec, .productInfoBlockB2C__row--basket .quantityField .quant_inc {
    width: 3.125rem;
  }
  .productCardInfoBlockB2CRate__item--addRate {
    display: none;
  }
  .productCardMain__wrap.-hasFeaturedGallery .featured_gallery__wrap:not(:last-child) {
    margin-bottom: 2.5020850709vw;
  }
}
@media (max-width: 767px) {
  .productCardMain__name {
    font-size: 1.875rem;
    font-weight: 600;
    padding-bottom: 0.9375rem;
  }
  .productCardMain__blockWrap {
    flex-direction: column;
  }
  .productCardMain__wrap.-hasFeaturedGallery .productCardMain__left {
    margin-bottom: 1.875rem;
  }
  .productCardMain__wrap.-hasFeaturedGallery .productCardMain__infoBlockFeatured {
    width: 100%;
    margin-left: 0;
  }
  .productCardMain__wrap.-hasFeaturedGallery .productCardMain__infoBlockFeatured {
    max-height: 400px;
    overflow-y: scroll;
  }
  .productInfoBlockB2CLeasing {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .productInfoBlockB2CLeasing .productInfoBlockB2CLeasing__item {
    min-width: 8.125rem;
    flex-shrink: 0;
    justify-content: start;
  }
  .productInfoBlockB2CLeasing .productInfoBlockB2CLeasing__item:not(:last-child) {
    margin-right: 1.25rem;
  }
  .productInfoBlockB2C__row--leasing {
    margin: 0;
    padding: 1.5rem 0.875rem;
  }
  .productCardMain__wrap.-hasFeaturedGallery .featured_gallery__wrap:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .productCardInfoBlockB2CRate__item--addRate {
    display: none;
  }
  .productCardMain__wrap.-hasFeaturedGallery .featured_gallery__wrap:not(:last-child) {
    margin-bottom: 2.6075619296vw;
  }
}
@media (max-width: 540px) {
  .productInfoBlockB2CLeasing .productInfoBlockB2CLeasing__item {
    flex-direction: column;
    min-width: 33%;
    margin-right: 0 !important;
    height: auto;
  }
  .productInfoBlockB2CLeasing__item .productInfoBlockB2CLeasing__name * {
    font-size: 12px;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
  .productInfoBlockB2CLeasing__item .productInfoBlockB2CLeasing__name {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .productCardMain__blockWrap {
    flex-direction: row;
  }
  .productCardMain__infoBlockFeatured, .productCardMain__infoBlock {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .productCardMain__wrap.-hasFeaturedGallery {
    flex-direction: column;
  }
  .productCardMain__wrap.-hasFeaturedGallery .productCardMain__left {
    margin-bottom: 1.875rem;
  }
  .productCardMain__wrap.-hasFeaturedGallery .productCardMain__infoBlockFeatured {
    width: 40vw;
    height: auto;
    margin-left: 0;
  }
  .productCardMain__wrap.-hasFeaturedGallery .productCardMain__infoBlock {
    width: calc(100% - 40vw);
  }
}
@media (min-width: 1000px) {
  .productCardMain__wrap.-hasFeaturedGallery .productCardMain__infoBlockFeatured {
    width: clamp(250px, 23.1683168317vw, 468px);
  }
  .productCardMain__wrap.-hasFeaturedGallery .featured_gallery__wrap:not(:last-child) {
    margin-bottom: 1.0008340284vw;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .productInfoBlockB2CLeasing__item {
    width: auto;
  }
  .productInfoBlockB2CLeasing__item .productInfoBlockB2CLeasing__photo {
    height: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .productParam--shipment .productParam__icon {
    font-size: 0.875rem;
    margin-right: 0.6875rem;
  }
  .productCardMain__wrap.-hasFeaturedGallery .featured_gallery__wrap .featured_gallery__text .featured_gallery__text_lower {
    padding-right: 0;
  }
  .productCardMain__wrap.-hasFeaturedGallery .featured_gallery__wrap:not(:last-child) {
    margin-bottom: 1.2376237624vw;
  }
}
/*# sourceMappingURL=product_info_block--b2c.css.map */