.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 var(--color-border);
  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.6315789474vw;
  max-height: 50px;
}
.productInfoB2CConnectionContainer:not(:last-child) {
  margin-bottom: 1.25rem;
}
.productInfoB2CConnectionContainer .customSelectOptionList__option.customSelectOptionList__option--unavailable {
  color: #A1A4A7;
}
.productInfoB2CConnectionContainer .unavailable_info {
  font-size: 70%;
  color: #A1A4A7;
  margin-left: 0.3125rem;
}

.productInfoBlockB2C__row--variants + .productInfoBlockB2C__row--configurator {
  padding-top: 0;
}

.productCardInfoBlockB2C__configuratorProducts .customSelectOptionList__option--unavailable {
  pointer-events: none;
}

.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: 3.1578947368vw;
  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.25rem 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;
  }
}
.productInfoBlockB2C__priceBox, .productInfoBlockB2C__row--basket {
  background-color: #F8F8F8;
}

.productInfoBlockB2C__priceBox {
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-border);
}
.productInfoBlockB2C__priceBox .productParam__name {
  color: #A2A2A2;
}
.productInfoBlockB2C__priceBox .productParam--priceg .productParam__value {
  font-size: 1.75rem;
}

.productInfoBlockB2CItemCount {
  font-size: 0.8125rem;
  letter-spacing: -0.26px;
}

.productInfoBlockB2C__row--noPadding {
  padding: 0;
}

.productInfoBlockB2C__row--ask_about_product .productInfoBlockB2C__rowBox {
  background-color: rgba(230, 231, 231, 0.5);
  justify-content: center;
}

.productInfoBlockB2C__row--ask_about_product {
  gap: 0.6875rem;
  padding-bottom: 0;
}

.productAddToBasketButton {
  max-width: 399.5px;
}

.productInfoBlockB2C__row--basket form {
  gap: 0.625rem;
}
.productInfoBlockB2C__row--basket .quantityField {
  background-color: #FFFFFF;
}

.productCardInfoBlockB2C__topParams {
  border-bottom: none;
}
.productCardInfoBlockB2C__topParams .iconset-core-available-status-available {
  content: "";
  width: unset;
  min-width: 0.875rem;
  min-height: 0.875rem;
  background-color: #9BCB3B;
  border-radius: 0.875rem;
}
.productCardInfoBlockB2C__topParams .iconset-core-available-status-available:before {
  content: unset;
}
.productCardInfoBlockB2C__topParams .productParam--availability {
  align-items: center;
}

.productInfoBlockB2C__row--variants {
  border-top: 1px solid var(--color-border);
}

.productInfoBlockB2C__row--gpsr {
  display: flex;
  align-items: center;
}
.productInfoBlockB2C__row--gpsr .gpsrLayerTrigger {
  justify-content: end;
}

.productInfoBlockB2C__row--footer {
  display: flex;
}
.productInfoBlockB2C__row--footer .productInfoBlockB2C__row {
  width: 100%;
}

.productInfoBlockB2C__row--ask_about_product .productInfoBlockB2C__rowBox {
  justify-content: center;
}

.productInfoBlockB2CAskAboutProduct {
  width: 100%;
  justify-content: center;
}

.productInfoBlockB2CAskAboutProduct__icon--mail {
  font-size: 1.25rem;
}
.productInfoBlockB2CAskAboutProduct__icon--mail {
  font-family: "core-core_01" !important;
}
.productInfoBlockB2CAskAboutProduct__icon--mail::before {
  content: "\eaa6";
}

.productInfoBlockB2CAskAboutProduct__icon--phone {
  font-size: 1.875rem;
}
.productInfoBlockB2CAskAboutProduct__icon--phone {
  font-family: "core-core_01" !important;
}
.productInfoBlockB2CAskAboutProduct__icon--phone::before {
  content: "\eaa7";
}

.productCardInfoBlockB2CAction__icon--clipboard {
  font-size: 1rem;
}

.productCardInfoBlockB2CAction .productCardInfoBlockB2CAction__icon {
  padding: 0.3125rem;
  border: 1px solid var(--color-border);
  border-radius: 2.125rem;
  transition: 0.5s border;
}

.productCardInfoBlockB2CAction:hover .productCardInfoBlockB2CAction__icon, .productCardInfoBlockB2CAction.-active .productCardInfoBlockB2CAction__icon {
  border: 1px solid var(--color-primary);
}
.productCardInfoBlockB2CAction:hover .productCardInfoBlockB2CAction__icon, .productCardInfoBlockB2CAction.-active .productCardInfoBlockB2CAction__icon {
  font-family: "core-core_01" !important;
}
.productCardInfoBlockB2CAction:hover .productCardInfoBlockB2CAction__icon::before, .productCardInfoBlockB2CAction.-active .productCardInfoBlockB2CAction__icon::before {
  content: "\ea9d";
}

@media (max-width: 768px) {
  .productCardInfoBlockB2CFooter {
    flex-direction: column;
  }
  .productCardInfoBlockB2CFooter .productInfoBlockB2C__row--gpsr {
    padding-top: 0rem;
    padding-bottom: 0.75rem;
  }
  .productInfoBlockB2C__row--gpsr .gpsrLayerTrigger {
    justify-content: start;
  }
  .productAddToBasketButtonB2C {
    min-width: 3.125rem;
  }
  .productInfoBlockB2CAskAboutProduct {
    min-height: 45px;
  }
}
@media (min-width: 550px) {
  .productInfoBlockB2C__row--ask_about_product .productInfoBlockB2C__rowBox:not(:first-child) {
    padding-left: 0;
  }
  .productInfoBlockB2C__row--ask_about_product .productInfoBlockB2C__rowBox:not(:first-child)::before {
    content: unset;
  }
}
@media (min-width: 1200px) {
  .productInfoBlockB2C__gpsrName {
    font-size: 0.75rem;
  }
}
.productInfoBlockB2CAskAboutProduct__icon {
  background-color: unset;
  color: #1B1918;
  margin-right: 0.3125rem;
}

@media (min-width: 768px) {
  .productInfoBlockB2CAskAboutProduct {
    transition: background-color ease 0.3s;
  }
  .productInfoBlockB2CAskAboutProduct:hover {
    background-color: rgba(230, 231, 231, 0.9);
  }
  .productInfoBlockB2CAskAboutProduct__text {
    font-size: 0.75rem;
    font-weight: 700;
  }
  .productCardInfoBlockB2CFooter {
    min-height: unset;
  }
}
/*# sourceMappingURL=product_info_block--b2c.css.map */