/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
/* Colors */
/* Фильтры для svg иконок https://codepen.io/sosuke/pen/Pjoqqp */
/* Breakpoints */
/* Base heading style */
/* Base button style */
/* old colors */
/* Fonts */
/* variables */
/* filters https://codepen.io/sosuke/pen/Pjoqqp */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes button-loading {
  0% {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
  }
  50% {
    background-color: #717171;
    border-color: #717171;
  }
  100% {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
  }
}
.product-card__recently-viewed,
.product-card__crosssell,
.product-card__upsell,
.product-card__related {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .product-card__recently-viewed,
  .product-card__crosssell,
  .product-card__upsell,
  .product-card__related {
    margin: 60px 0 0;
  }
}
.product-card [data-retailrocket-markup-block] .rr-widget.rr-active {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .product-card [data-retailrocket-markup-block] .rr-widget.rr-active {
    margin: 60px 0 0;
  }
}
.product-card__recently-viewed-title,
.product-card__crosssell-title,
.product-card__upsell-title,
.product-card__related-title {
  font-size: clamp(24px, 5vw, 32px);
  line-height: 120%;
  font-weight: 700;
  color: #000;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .product-card__recently-viewed-title,
  .product-card__crosssell-title,
  .product-card__upsell-title,
  .product-card__related-title {
    margin: 0 0 24px;
  }
}
.product-card__bottom-section {
  margin: 53px 0 20px;
}
@media (min-width: 768px) {
  .product-card__bottom-section {
    margin: 80px 0 20px;
  }
}
@media (min-width: 1240px) {
  .product-card__bottom-section {
    margin: 100px 0 130px;
  }
}
.product-card__top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .product-card__top-section {
    margin: 0 0 30px;
  }
}
.product-card__title {
  margin: 0 0 10px;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 120%;
  font-weight: 700;
  color: #000;
  width: 100%;
}
@media (min-width: 768px) {
  .product-card__title {
    margin: 0 0 20px;
  }
}
.product-card__promo-labels {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 1240px) {
  .product-card__promo-labels {
    margin-bottom: 0;
    width: auto;
  }
}
.product-card__sku {
  color: #9D9D9D;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-right: 20px;
}
.product-card__sku-text {
  color: #000;
}
.product-card__rating {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.product-card__rating .rating.rating_empty {
  display: none;
}
.product-card__rating .rating__count-link {
  text-decoration: none;
}
.product-card__rating .rating__count-summary {
  color: #EF7D05;
  padding: 0 0 0 19px;
  position: relative;
  font-weight: 700;
}
.product-card__rating .rating__count-summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/Star_24_Filled.svg');
  background-position: center;
  width: 16px;
  height: 16px;
  filter: invert(50%) sepia(71%) saturate(3526%) hue-rotate(11deg) brightness(106%) contrast(96%);
  background-size: 14px;
}
.product-card__rating .rating__count-summary-text {
  text-transform: lowercase;
}
.product-card__rating .rating__count-text {
  color: #9D9D9D;
  transition: all 0.35s;
  cursor: pointer;
}
.product-card__rating .rating__count-text:hover {
  color: #EF7D05;
}
.product-card__feature {
  font-size: 14px;
  line-height: 140%;
  padding-left: 30px;
  position: relative;
}
.product-card__feature-wrapper {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .product-card__feature-wrapper {
    margin-top: 20px;
  }
}
.product-card__feature::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/Certificate_24_Filled.svg');
  background-position: center;
}
@media (min-width: 1024px) {
  .product-card__middle-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
  }
}
@media (min-width: 1240px) {
  .product-card__middle-section {
    gap: 0 60px;
  }
}
.product-card__section-left {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-card__section-left {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .product-card__section-left {
    position: sticky;
    top: 50px;
  }
}
.product-card__section-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .product-card__section-right {
    max-width: 460px;
  }
}
.product-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  gap: 5px;
}
@media (min-width: 375px) {
  .product-card__actions {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .product-card__actions {
    justify-content: flex-end;
    gap: 55px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .product-card__actions {
    gap: 20px;
    font-size: 0;
  }
}
.product-card__actions .product-card__wishlist-link {
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  font-size: inherit;
  line-height: inherit;
}
.product-card__actions .product-card__wishlist-link::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/icon-wishlist-listing.svg');
  background-position: center;
  filter: invert(50%) sepia(71%) saturate(3526%) hue-rotate(11deg) brightness(106%) contrast(96%);
}
@media (min-width: 1024px) {
  .product-card__actions .product-card__wishlist-link {
    gap: 0;
  }
}
.product-card__actions .product-card__wishlist-link.wishlist-action_remove::before {
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/icon-whishlist.svg');
  background-position: center;
  filter: invert(50%) sepia(71%) saturate(3526%) hue-rotate(11deg) brightness(106%) contrast(96%);
}
@media (hover: hover) {
  .product-card__actions .product-card__wishlist-link:hover {
    color: #CB6A04;
  }
  .product-card__actions .product-card__wishlist-link:hover::before {
    filter: invert(35%) sepia(91%) saturate(921%) hue-rotate(5deg) brightness(102%) contrast(97%);
  }
}
.product-card__compare-link .product-compare input {
  clip: rect(0, 0, 0, 0);
  width: 0;
  height: 0;
  position: absolute;
}
.product-card__compare-link .product-compare input:focus + .product-compare__text::before {
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/Poll_24_Filled.svg');
  background-position: center;
  filter: invert(50%) sepia(71%) saturate(3526%) hue-rotate(11deg) brightness(106%) contrast(96%);
}
.product-card__compare-link .product-compare__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  gap: 10px;
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 1024px) {
  .product-card__compare-link .product-compare__text {
    gap: 0;
  }
}
.product-card__compare-link .product-compare__text.checked::before {
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/Poll_24_Filled.svg');
  background-position: center;
  filter: invert(50%) sepia(71%) saturate(3526%) hue-rotate(11deg) brightness(106%) contrast(96%);
}
.product-card__compare-link .product-compare__text::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/icon-compare-listing.svg');
  background-position: center;
  filter: invert(50%) sepia(71%) saturate(3526%) hue-rotate(11deg) brightness(106%) contrast(96%);
}
@media (hover: hover) {
  .product-card__compare-link .product-compare__text:hover {
    color: #CB6A04;
  }
  .product-card__compare-link .product-compare__text:hover::before {
    filter: invert(35%) sepia(91%) saturate(921%) hue-rotate(5deg) brightness(102%) contrast(97%);
  }
}
.product-card__purchase {
  background-color: #fff;
  box-shadow: 0 4px 23px 0 rgba(73, 90, 146, 0.25);
  box-sizing: border-box;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .product-card__purchase {
    padding: 35px 30px;
  }
}
@media (min-width: 1024px) {
  .product-card__purchase {
    min-width: 460px;
  }
}
.product-card__purchase-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-card__price {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .product-card__price {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .product-card__price {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-card__price .price {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.product-card__price .price-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .product-card__price .price-container {
    flex-direction: row;
    align-items: flex-end;
  }
}
.product-card__price .old {
  color: #5B5B5B;
  font-size: 16px;
  line-height: 1;
  text-decoration-color: #5B5B5B;
}
.product-card__price .savings {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  background-color: #232430;
  color: #fff;
  padding: 3px 13px 5px;
  border-radius: 2px;
}
.product-card__bonuses {
  display: inline-block;
}
.product-card__bonuses .bonuses-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.product-card__bonuses .bonuses-info__text {
  color: #9D9D9D;
}
.product-card__bonuses .bonuses-info__link {
  color: #EF7D05;
  text-decoration: none;
}
.product-card__bonuses .bonuses-info__link:hover {
  text-decoration: underline;
}
.product-card__stock-quantity {
  font-size: 14px;
  line-height: 1;
}
.product-card__stock-quantity span {
  color: #DE0D00;
}
.product-card__credit {
  min-height: 40px;
}
.product-card__credit.promotion-enabled {
  min-height: 68px;
}
.product-card__buttons-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-card__buy-btn {
  width: 100%;
}
.product-card__buy-btn .outofstock p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 20px;
}
.product-card__buy-btn .button {
  cursor: pointer;
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  letter-spacing: 0;
  transition: all 0.35s;
  background-color: #EF7D05;
  border-color: #EF7D05;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 15px;
  font-size: 18px;
  line-height: 1;
  width: 100%;
  padding: 12px 15px;
}
.product-card__buy-btn .button.disabled,
.product-card__buy-btn .button:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.product-card__buy-btn .button:hover,
.product-card__buy-btn .button:focus {
  background-color: #CB6A04;
  border-color: #CB6A04;
  color: #fff;
}
.product-card__buy-btn .button[disabled],
.product-card__buy-btn .button[disabled]:hover,
.product-card__buy-btn .button[disabled]:focus {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #fff;
}
.product-card__buy-btn .button.btn-add-to-cart_waiting {
  animation: 2s infinite normal button-loading;
}
.product-card__section-delivery .status-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #5B5B5B;
}
.product-card__section-delivery .region__button {
  padding: 0;
  display: inline-flex;
  font-size: 16px;
  line-height: 1;
  background: none;
  font-weight: 700;
  width: 100%;
  height: auto;
  cursor: pointer;
  color: #5B5B5B;
}
@media (hover: hover) {
  .product-card__section-delivery .region__button {
    transition: all 0.35s;
  }
  .product-card__section-delivery .region__button:hover {
    color: #CB6A04;
  }
}
.product-card__section-delivery .region__button::before {
  display: none;
}
.product-card__section-delivery .region__button::after {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/Chevron_Down_24_Filled.svg');
  background-position: center;
  filter: invert(50%) sepia(71%) saturate(3526%) hue-rotate(11deg) brightness(106%) contrast(96%);
  background-size: cover;
}
.product-card__section-delivery .rates {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-card__section-delivery .rates__item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.product-card__section-delivery .rates__item.express {
  font-weight: 700;
  color: #000;
}
.product-card__section-delivery .rates__item.express .rates__label::before {
  filter: invert(12%) sepia(100%) saturate(5416%) hue-rotate(5deg) brightness(91%) contrast(105%);
}
.product-card__section-delivery .rates__label {
  display: flex;
  gap: 5px;
}
.product-card__section-delivery .rates__label a {
  color: inherit;
  text-decoration-skip-ink: none;
}
@media (hover: hover) {
  .product-card__section-delivery .rates__label a {
    transition: all 0.35s;
  }
  .product-card__section-delivery .rates__label a:hover {
    text-decoration-color: transparent;
  }
}
.product-card__section-delivery .rates__label::before {
  content: '';
  min-width: 12px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/rate.svg');
  background-position: center;
  background-size: contain;
  filter: invert(50%) sepia(71%) saturate(3526%) hue-rotate(11deg) brightness(106%) contrast(96%);
}
.product-card__section-delivery .rates__value {
  text-align: right;
}
.product-card__delivery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .product-card__delivery-row {
    align-items: center;
    flex-direction: row;
  }
}
.product-card__delivery-row-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.product-card__section-customer-help .customer-help__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #EF7D05;
}
.product-card__section-customer-help .customer-help__text button,
.product-card__section-customer-help .customer-help__text p,
.product-card__section-customer-help .customer-help__text a {
  margin: 0;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
  color: #EF7D05;
  transition: all 0.35s;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-skip-ink: none;
  padding: 0;
  text-align: left;
  line-height: inherit;
}
.product-card__section-customer-help .customer-help__text button:focus,
.product-card__section-customer-help .customer-help__text p:focus,
.product-card__section-customer-help .customer-help__text a:focus,
.product-card__section-customer-help .customer-help__text button:hover,
.product-card__section-customer-help .customer-help__text p:hover,
.product-card__section-customer-help .customer-help__text a:hover {
  color: #CB6A04;
}
@media (hover: hover) {
  .product-card__section-customer-help .customer-help__text button,
  .product-card__section-customer-help .customer-help__text p,
  .product-card__section-customer-help .customer-help__text a {
    transition: all 0.35s;
  }
  .product-card__section-customer-help .customer-help__text button:hover,
  .product-card__section-customer-help .customer-help__text p:hover,
  .product-card__section-customer-help .customer-help__text a:hover {
    color: #CB6A04;
    text-decoration-color: inherit;
  }
}
.product-card__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.product-card__brand-img {
  max-width: 89px;
  width: 89px;
  max-height: 36px;
  object-fit: cover;
}
.product-card__brand-text {
  color: #5B5B5B;
  font-size: 14px;
  line-height: 1.2;
}
.product-card__brand-text a {
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
  color: #EF7D05;
  transition: all 0.35s;
}
.product-card__brand-text a:focus,
.product-card__brand-text a:hover {
  color: #CB6A04;
}
.product-card__short-information-link {
  display: inline-flex;
  gap: 2px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #000;
}
.product-card__short-information-link::after {
  content: '';
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/Chevron_Down_24_Filled.svg');
  background-position: center;
  filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(312deg) brightness(100%) contrast(107%);
  background-size: contain;
}
@media (hover: hover) {
  .product-card__short-information-link {
    transition: all 0.35s;
  }
  .product-card__short-information-link:hover {
    color: #CB6A04;
  }
}
.product-card .price-container__bonuses {
  display: none;
}

.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}

.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}

