/*---------------------------------------------------
    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;
  }
}
.main {
  overflow: hidden;
}
.bundle-app {
  display: block;
}
.bundle-app__form-inner {
  position: relative;
}
.bundle-app__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  margin: 0 0 20px;
}
@media (min-width: 1240px) {
  .bundle-app__title-wrapper {
    margin-bottom: 28px;
  }
}
.bundle-app__description {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 140%;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.bundle-app__content-wrapper {
  position: relative;
}
.bundle-app__content-wrapper.bundle-load::before {
  content: "";
  z-index: 100;
  width: 40px;
  height: 40px;
  border: 2px solid #EF7D05;
  border-top-color: #dcdce2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.bundle-app__content-wrapper.bundle-load::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.bundle-app__tabs-wrapper {
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .bundle-app__tabs-wrapper {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .bundle-app__tabs-wrapper {
    width: auto;
    margin: 0;
    left: 0;
    padding: 0;
  }
}
.bundle-app__title {
  font-size: clamp(24px, 5vw, 32px);
  line-height: 120%;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.bundle-app__expiration-date {
  display: inline-block;
  padding: 3px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  background: #F2F2F2;
  border-radius: 3px;
}
.bundle-app__form {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
}
@media (min-width: 1240px) {
  .bundle-app__form {
    flex-direction: row;
    margin-top: 28px;
  }
}
.bundle-app__bundles-swiper {
  flex-grow: 1;
}
@media (min-width: 1240px) {
  .bundle-app__bundles-swiper {
    max-width: calc(100% - 390px);
  }
}
.bundle-app__swiper {
  margin: 0;
  position: static;
}
.bundle-app__item-container {
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 1240px) {
  .bundle-app__item-container {
    flex-direction: row;
  }
}
.bundle-app__item:first-of-type {
  cursor: auto;
}
.bundle-app__options {
  display: grid;
  place-content: center;
  flex-grow: 1;
  width: 100%;
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 12px;
  line-height: 1.2;
  border: none;
  height: 28px;
  cursor: pointer;
  transition: 0.35s;
  padding: 5px;
  font-weight: 700;
  color: #fff;
  background-color: #EF7D05;
}
.bundle-app__options:hover {
  background-color: #CB6A04;
}
@media (min-width: 1240px) {
  .bundle-app__options {
    height: 30px;
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.bundle-app .bundle-app__pagination.swiper-pagination-horizontal {
  position: relative;
  height: 2px !important;
  margin: 20px auto 0;
  width: 100%;
  max-width: 800px;
  background-color: #C1C1C1;
}
@media (min-width: 768px) {
  .bundle-app .bundle-app__pagination.swiper-pagination-horizontal {
    margin-top: 30px;
  }
}
.bundle-app .bundle-app__pagination.swiper-pagination-horizontal span {
  background-color: #000 !important;
}
.bundle-app__swiper.swiper {
  margin: 0;
  padding: 0;
}
.bundle-app__slider-nav {
  display: none;
}
@media (min-width: 1240px) {
  .bundle-app__slider-nav {
    display: block;
  }
}
.bundle-app__slider-nav.hidden {
  display: none;
}
.bundle-app__nav-button {
  position: absolute;
  z-index: 10;
  top: calc(50% - 22px);
  right: 10px;
  left: auto;
  width: 44px;
  height: 44px;
  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;
  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;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  padding: 0;
  border: none;
}
.bundle-app__nav-button.disabled,
.bundle-app__nav-button:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.bundle-app__nav-button:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/icon-arrow-right.svg');
  background-position: center;
}
.bundle-app__nav-button:not(:disabled):not(.blur):hover:before {
  filter: invert(50%) sepia(71%) saturate(3526%) hue-rotate(11deg) brightness(106%) contrast(96%);
}
.bundle-app__nav-button:not(.swiper-button-disabled):hover {
  cursor: pointer;
}
.bundle-app__nav-button--prev {
  right: auto;
  left: 10px;
  transform: rotate(180deg);
}
.bundle-app__nav-button.js-slider-btn_disabled {
  display: none;
}
.bundle-app__item-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1240px) {
  .bundle-app__item-container {
    flex-direction: row;
    gap: 0;
  }
}
.bundle-app__max-discount-info {
  margin: 20px auto 0;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .bundle-app__max-discount-info {
    margin-top: 30px;
  }
}
@media (min-width: 1240px) {
  .bundle-app__max-discount-info {
    color: #c0c0c0;
  }
}
.bundle-app .options {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
}
.bundle-app .options--show {
  display: block;
}
.bundle-app .options__container {
  width: 100%;
  height: 100vh;
}
.bundle-app .options__items-wrapper {
  height: 100%;
  overflow-y: auto;
}
.bundle-app.inactive {
  display: none;
}
.bundle-app .max-discount-info__text {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 140%;
  color: #808080;
}
.bundle-app .max-discount-info .discount-label {
  color: #FFF;
  font-size: 14px;
  line-height: 140%;
  border: 2px solid #EF7D05;
  background: #EF7D05;
  border-radius: 3px;
  padding: 0 5px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .bundle-app .max-discount-info .discount-label {
    font-size: 16px;
  }
}
.bundle-app .max-discount-info__disclaimer {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 140%;
  color: #7B7E85;
  text-align: center;
}
@media (min-width: 768px) {
  .bundle-app .max-discount-info__disclaimer {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.bundle-app .max-discount-info__button {
  padding: 0 0 0 30px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  position: relative;
  border-radius: 0;
  cursor: pointer;
}
.bundle-app .max-discount-info__button::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  background-color: transparent;
  border-radius: 3px;
  left: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .bundle-app .max-discount-info__button {
    font-size: 16px;
  }
}
.bundle-app .max-discount-info__button:focus {
  outline: none;
}
.bundle-app .max-discount-info__button.selected::before {
  border-color: #EF7D05;
  background-color: #EF7D05;
}
.bundle-app .max-discount-info__button.selected::after {
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/icon-check.svg');
  background-position: center;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(100%) contrast(103%);
  left: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 10px;
}
.bundle-app .discount-label {
  display: inline-block;
  padding: 4px 5px;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  background-color: #EF7D05;
  border-radius: 2px;
}
.bundle-app .bundle-tabs__button {
  width: auto;
  padding: 7px 15px;
  margin-right: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  color: #000;
  text-align: center;
  background: #F2F2F2;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  height: 40px;
  transition: all 0.35s;
}
@media (min-width: 768px) {
  .bundle-app .bundle-tabs__button {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.bundle-app .bundle-tabs__button:hover {
  background-color: #C1C1C1;
}
.bundle-app .bundle-tabs__button.active {
  color: #FFF;
  background-color: #000;
}
.bundle-app .bundle-item {
  display: grid;
  grid-template-columns: 80px 1fr 90px;
  column-gap: 10px;
  row-gap: 10px;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 20px 10px;
  background-color: #fff;
}
@media (min-width: 426px) {
  .bundle-app .bundle-item {
    grid-template-columns: 90px 120px 1fr;
    padding: 20px 34px;
  }
}
@media (min-width: 1240px) {
  .bundle-app .bundle-item {
    grid-template-columns: 1fr 90px;
    grid-template-rows: 200px 1fr 30px;
    max-width: 250px;
    padding: 16px 20px;
  }
}
.bundle-app .bundle-item__top--clickable {
  cursor: pointer;
}
.bundle-app .bundle-item__input-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 18px;
  height: 18px;
  user-select: none;
}
.bundle-app .bundle-item__quantity {
  margin-left: auto;
  width: 100%;
  display: flex;
  grid-column: 3/4;
  grid-row: 2/3;
}
@media (min-width: 426px) {
  .bundle-app .bundle-item__quantity {
    margin-left: 0;
  }
}
.bundle-app .bundle-item__discount-label {
  position: absolute;
  top: 2px;
  left: 0;
}
.bundle-app .bundle-item__label {
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #C1C1C1;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
}
.bundle-app .bundle-item__input:checked + .bundle-item__label {
  border: 2px solid #EF7D05;
  background-color: #EF7D05;
  position: relative;
}
.bundle-app .bundle-item__input:checked + .bundle-item__label:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/icon-check.svg');
  background-position: center;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(100%) contrast(103%);
}
.bundle-app .bundle-item__input:focus + .bundle-item__label {
  outline: 2px solid #EF7D05;
}
.bundle-app .bundle-item__top {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: start;
}
@media (min-width: 1240px) {
  .bundle-app .bundle-item__top {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
.bundle-app .bundle-item__bottom {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  row-gap: 10px;
  grid-column: 2/4;
  grid-row: 1/2;
}
@media (min-width: 1240px) {
  .bundle-app .bundle-item__bottom {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.bundle-app .bundle-item__image {
  display: block;
  height: auto;
  width: 80px;
  aspect-ratio: 1;
  object-fit: contain;
}
@media (min-width: 1240px) {
  .bundle-app .bundle-item__image {
    width: 200px;
    aspect-ratio: 1;
    object-fit: contain;
  }
}
.bundle-app .bundle-item__item-price {
  order: -2;
  display: flex;
  gap: 8px;
}
.bundle-app .bundle-item__item-price .final-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.bundle-app .bundle-item__item-price .base-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #9c9c9c;
  text-decoration: line-through;
}
.bundle-app .bundle-item__item-price .discount {
  padding: 2px 5px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  background-color: #000;
}
.bundle-app .bundle-item__item-price .discount-label {
  display: none;
}
.bundle-app .bundle-item__name {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 1240px) {
  .bundle-app .bundle-item__name {
    font-size: 14px;
  }
}
.bundle-app .bundle-item__name a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.bundle-app .bundle-item__name a:hover {
  text-decoration: #EF7D05;
}
.bundle-app .bundle-item__name a:focus {
  outline: 2px solid #EF7D05;
}
.bundle-app .bundle-item__sku {
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  color: #707070;
}
.bundle-app .bundle-item.locked .bundle-spinner {
  display: none;
}
.bundle-app .bundle-spinner {
  width: 90px;
  height: 28px;
  padding: 6px 10px;
  box-sizing: border-box;
  background-color: #f4f5f7;
}
@media (min-width: 1240px) {
  .bundle-app .bundle-spinner {
    height: 30px;
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
.bundle-app .bundle-spinner__input {
  width: 100%;
  height: 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: none;
  background-color: transparent;
}
.bundle-app .bundle-spinner__form {
  display: flex;
  align-items: center;
}
.bundle-app .bundle-spinner__button {
  width: 16px;
  height: 16px;
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
.bundle-app .bundle-spinner__button:before,
.bundle-app .bundle-spinner__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  transition: 0.25s;
}
.bundle-app .bundle-spinner__button:before {
  content: '';
  width: 14px;
  height: 2px;
}
.bundle-app .bundle-spinner__button_increase::after {
  content: '';
  width: 2px;
  height: 14px;
}
.bundle-app .bundle-spinner__button:not(:disabled):hover:before,
.bundle-app .bundle-spinner__button:not(:disabled):hover:after {
  background-color: #EF7D05;
}
.bundle-app .bundle-spinner__button[disabled] {
  opacity: .5;
  cursor: unset;
}
.bundle-app .bundle-totals {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  padding: 18px 15px;
  margin: 10px 0 0;
  background: #000;
  border-radius: 0;
}
@media (min-width: 1240px) {
  .bundle-app .bundle-totals {
    width: 380px;
    margin: 0 0 0 10px;
    padding: 18px 30px;
  }
}
.bundle-app .bundle-totals__title {
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 4px;
}
@media (min-width: 1240px) {
  .bundle-app .bundle-totals__title {
    font-size: 30px;
  }
}
.bundle-app .bundle-totals__items-text {
  margin-bottom: 15px;
  color: #808080;
}
@media (min-width: 1240px) {
  .bundle-app .bundle-totals__items-text {
    color: #c0c0c0;
  }
}
.bundle-app .bundle-totals__calc {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bundle-app .bundle-totals__final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .bundle-app .bundle-totals__final {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1240px) {
  .bundle-app .bundle-totals__final {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }
}
.bundle-app .bundle-totals__calc-item {
  margin: 0 0 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: none;
  padding: 0;
}
@media (min-width: 768px) {
  .bundle-app .bundle-totals__calc-item {
    margin: 0 20px 18px 0;
    font-size: 18px;
    line-height: 21px;
  }
}
.bundle-app .bundle-totals__calc-item.savings {
  padding: 7px 5px;
  background-color: #232430;
}
.bundle-app .bundle-totals__discount-label {
  margin-left: 5px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  padding: 0 5px;
}
.bundle-app .bundle-totals__price {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-decoration: line-through;
}
@media (min-width: 1240px) {
  .bundle-app .bundle-totals__price {
    color: #969696;
  }
}
.bundle-app .bundle-totals__add-to-cart {
  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;
  padding: 14px 15px;
  min-width: 270px;
  width: 100%;
  border-radius: 0;
}
.bundle-app .bundle-totals__add-to-cart.disabled,
.bundle-app .bundle-totals__add-to-cart:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.bundle-app .bundle-totals__add-to-cart:hover,
.bundle-app .bundle-totals__add-to-cart:focus {
  background-color: #CB6A04;
  border-color: #CB6A04;
  color: #fff;
}
.bundle-app .bundle-totals__add-to-cart[disabled],
.bundle-app .bundle-totals__add-to-cart[disabled]:hover,
.bundle-app .bundle-totals__add-to-cart[disabled]:focus {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #fff;
}
.bundle-app .bundle-totals__final-price-wrapper {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  margin: 5px 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .bundle-app .bundle-totals__final-price-wrapper {
    margin: 20px 0 15px;
  }
}
@media (min-width: 1024px) {
  .bundle-app .bundle-totals__final-price-wrapper {
    margin: 0 20px 0 0;
  }
}
.bundle-app .bundle-totals__final-price {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1240px) {
  .bundle-app .bundle-totals__final-price {
    font-size: 34px;
  }
}
.bundle-app .options {
  background-color: rgba(0, 0, 0, 0.6);
}
.bundle-app .options__btn-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .bundle-app .options__btn-close {
    top: 40px;
  }
}
.bundle-app .options__btn-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/Dismiss_24_Regular.svg');
  background-position: center;
}
.bundle-app .options__btn-close:hover::before {
  filter: invert(50%) sepia(71%) saturate(3526%) hue-rotate(11deg) brightness(106%) contrast(96%);
}
.bundle-app .options__container {
  background-color: #f4f5f7;
  height: 100vh;
  margin-left: auto;
  position: relative;
  width: 100%;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .bundle-app .options__container {
    max-width: 568px;
  }
}
.bundle-app .options__title {
  padding: 20px 10px;
  font-size: clamp(20px, 3vw, 22px);
  line-height: 120%;
  font-weight: 700;
  color: #000;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .bundle-app .options__title {
    padding: 40px 15px 30px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .bundle-app .options__title {
    padding: 40px 20px 30px;
  }
}
.bundle-app .options__items-wrapper {
  padding: 0 15px 20px;
  margin: 0;
  min-height: 250px;
  list-style: none;
}
@media (min-width: 1024px) {
  .bundle-app .options__items-wrapper {
    padding: 20px 24px;
  }
}
.bundle-app .options-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 7px 20px;
  background: #FFFFFF;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bundle-app .options-item {
    padding: 12px 10px;
    margin-bottom: 15px;
  }
}
.bundle-app .options-item:last-child {
  border-bottom: none;
}
.bundle-app .options-item::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 11px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #676766;
  box-sizing: border-box;
}
.bundle-app .options-item:not(.selected):hover {
  cursor: pointer;
}
.bundle-app .options-item:not(.selected):hover::after {
  border: 6px solid #EF7D05;
}
.bundle-app .options-item.selected {
  border: 1px solid #EF7D05;
}
.bundle-app .options-item.selected::after {
  border: 4px solid #EF7D05;
}
.bundle-app .options-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .bundle-app .options-item__inner {
    padding-bottom: 0;
  }
}
.bundle-app .options-item__info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bundle-app .options-item__category-name {
  display: none;
}
.bundle-app .options-item__img-container {
  margin-right: 20px;
  max-width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  .bundle-app .options-item__img-container {
    max-width: 100px;
    margin-right: 22px;
  }
}
.bundle-app .options-item__img-container img {
  width: 100%;
  height: auto;
  display: block;
}
.bundle-app .options-item__item-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
@media (min-width: 768px) {
  .bundle-app .options-item__item-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.bundle-app .options-item__sku {
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  margin: 0 0 10px;
  color: #707070;
}
.bundle-app .options-item__savings {
  width: fit-content;
  color: #000;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  position: relative;
  order: 2;
  border: 1px solid #000000;
  border-radius: 2px;
  padding: 4px 6px 4px 47px;
  margin: 0;
}
@media (min-width: 768px) {
  .bundle-app .options-item__savings {
    font-size: 13px;
    line-height: 15px;
    padding: 4px 6px 4px 55px;
  }
}
.bundle-app .options-item__savings:before {
  content: "Выгода";
  position: absolute;
  top: 4px;
  left: 6px;
}
.bundle-app .options-item__final-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.bundle-app .options-item__price {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9c9c9c;
  text-decoration: line-through;
}
.bundle-app .options-item__savings-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 2px 5px;
  background: #000;
}
.bundle-app .options-item__price-container {
  display: flex;
  gap: 8px;
  margin: 0 0 6px;
}
.bundle-app .options-item__add-button {
  display: inline-block;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #EF7D05;
  order: 3;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .bundle-app .options-item__add-button {
    margin: 15px 0 0;
  }
}
.bundle-app .options-item__add-button:hover {
  color: #CB6A04;
}
.bundle-app .options-item__added {
  display: inline-block;
  padding: 0 0 0 29px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #707070;
  position: relative;
  width: fit-content;
  order: 3;
  margin: 18px 0 0;
}
.bundle-app .options-item__added::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url('/skin/frontend/lite/masterclub/icons/icon-check.svg');
  background-position: center;
  filter: invert(50%) sepia(71%) saturate(3526%) hue-rotate(11deg) brightness(106%) contrast(96%);
  background-size: 16px;
  z-index: 1;
}
.bundle-app-wrapper {
  position: relative;
  left: 50%;
  right: 50%;
  margin: 30px -50vw 0;
  width: 100vw;
  background-color: #f6f6f6;
  padding: 30px 0;
}
@media (min-width: 1240px) {
  .bundle-app-wrapper {
    padding: 38px 0;
  }
}
.bundle-app-wrapper.loader {
  height: 620px;
}
.fixed-main-product .bundle-app__swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1240px) {
  .fixed-main-product .bundle-app__swiper-wrapper {
    flex-direction: row;
  }
}
.bundle-app-wrapper.loader {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bundle-app-wrapper.loader::before {
  content: "";
  z-index: 100;
  width: 40px;
  height: 40px;
  border: 2px solid #EF7D05;
  border-top-color: #dcdce2;
  border-radius: 50%;
  animation: spinner 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.bundle-app-wrapper.loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F2F2F2;
  z-index: 10;
}
.tingle-modal.bundle-popup .tingle-modal-box__content {
  overflow-y: initial;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__products-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__products-item {
  border-bottom: 1px solid #ECECEC;
  padding: 20px 0;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__products-item:first-child {
  padding: 0 0 20px;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__products-item:last-child {
  border-bottom: none;
  padding: 20px 0 30px;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__products-item .modal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__products-item .modal-item__image {
  height: 90px;
  width: 90px;
  object-fit: contain;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__products-item .modal-item__sku {
  font-size: 13px;
  line-height: 140%;
  margin: 0 0 10px;
  color: #9D9D9D;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__products-item .modal-item__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
  margin-bottom: 10px;
}
@media (min-width: 450px) {
  .tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper {
    flex-direction: row;
  }
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button {
  width: 100%;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_primary {
  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: #000;
  border-color: #000;
  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;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_primary.disabled,
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_primary:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_primary:hover,
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_primary:focus {
  background-color: #EF7D05;
  border-color: #EF7D05;
  color: #fff;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_primary[disabled],
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_primary[disabled]:hover,
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_primary[disabled]:focus {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #fff;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_secondary {
  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: #F2F2F2;
  border-color: #F2F2F2;
  color: #000;
  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;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_secondary.disabled,
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_secondary:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_secondary:hover,
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_secondary:focus {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #EF7D05;
}
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_secondary[disabled],
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_secondary[disabled]:hover,
.tingle-modal.bundle-popup .tingle-modal-box .layer-modal__button-wrapper .button_secondary[disabled]:focus {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #fff;
}

@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes button-loading{0%,to{background-color:#f2f2f2;border-color:#f2f2f2}50%{background-color:#717171;border-color:#717171}}.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}.fix-container{width:100%;margin:0 auto}#box-description .rich-content{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:768px){#box-description .rich-content{gap:60px}}#box-description .rich-content__fullscreen-image{border-radius:20px;overflow:hidden}#box-description .rich-content__fullscreen-image_mc{display:block}#box-description .rich-content__fullscreen-image_project{display:none}#box-description .rich-content__fullscreen-image-text{position:relative;border-radius:22px;overflow:hidden}#box-description .rich-content__fullscreen-image-text .description-block{position:absolute;bottom:45px;left:18px;color:#fff}@media (min-width:768px){#box-description .rich-content__fullscreen-image-text .description-block{bottom:52px;left:52px}}#box-description .rich-content__fullscreen-image-text .description-block__title{font-size:14px;font-weight:700;line-height:16.09px}@media (min-width:768px){#box-description .rich-content__fullscreen-image-text .description-block__title{font-size:32px;line-height:41.6px}}#box-description .rich-content__fullscreen-image-text .description-block ul{margin-top:22px;padding-left:20px;list-style:disc}@media (min-width:768px){#box-description .rich-content__fullscreen-image-text .description-block ul{margin-top:20px}}#box-description .rich-content__fullscreen-image-text .description-block li{font-size:14px;line-height:19.07px;font-weight:600;padding:0;margin:0}@media (min-width:768px){#box-description .rich-content__fullscreen-image-text .description-block li{font-size:20px;line-height:30px;font-weight:400}}#box-description .rich-content__fullscreen-image-text .description-block li:before{content:none}#box-description .rich-content__feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media (min-width:768px){#box-description .rich-content__feature-grid{gap:0}}#box-description .rich-content__feature-item{background-color:#f4f4f4;position:relative;padding:17px 13px 23px}@media (min-width:768px){#box-description .rich-content__feature-item{padding:60px 10px;text-align:center}}#box-description .rich-content__feature-item img{display:block;width:100%;max-width:33px;height:33px;background-color:#000;border-radius:50%;margin:0 auto 13px}@media (min-width:768px){#box-description .rich-content__feature-item img{max-width:67px;height:67px;margin-bottom:10px}}#box-description .rich-content__feature-item .item-block__number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:4px;font-weight:400;line-height:150%;font-size:20px}@media (min-width:768px){#box-description .rich-content__feature-item .item-block__number{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:30px;line-height:34px}}#box-description .rich-content__feature-item .item-block__number span{font-family:"Ubuntu","Arial","Helvetica Neue",sans-serif;font-weight:400;line-height:23px;font-size:14px}@media (min-width:768px){#box-description .rich-content__feature-item .item-block__number span{font-size:20px;line-height:26px}}#box-description .rich-content__feature-item .item-block__subtext{font-size:12px;font-style:normal;font-weight:400;line-height:13.25px;margin-top:4px}@media (min-width:768px){#box-description .rich-content__feature-item .item-block__subtext{font-size:20px;line-height:30px}}#box-description .rich-content__list{padding:0}#box-description .rich-content__list li{list-style:none;padding:19px 14px 19px 18px;font-size:12px;font-style:normal;line-height:normal;border-bottom:1px solid #dbdbdb;position:relative;margin:0}#box-description .rich-content__list li:before{content:'';display:block;width:9px;height:9px;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);left:0;background-color:#ef7d05}@media (min-width:768px){#box-description .rich-content__list li{font-size:16px;padding:20px 15px 20px 31px}#box-description .rich-content__list li:before{width:11px;height:11px}}#box-description .rich-content__two-column-grid{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width:1024px){#box-description .rich-content__two-column-grid{grid-template-columns:repeat(2,1fr);gap:48px}}#box-description .rich-content__two-column-grid.rtl{direction:rtl}#box-description .rich-content__two-column-grid-vertical{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:1024px){#box-description .rich-content__two-column-grid-vertical{grid-template-columns:repeat(2,1fr);gap:44px}}#box-description .rich-content__two-column-grid-vertical .image-block{background-color:#f4f4f4;margin-bottom:16px}#box-description .rich-content__column.image-block img,#box-description .rich-content__two-column-grid-vertical .image-block img{display:block;width:100%;height:auto}#box-description .rich-content__two-column-grid-vertical .description-block{display:flex;flex-direction:column;gap:4px;direction:ltr}@media (min-width:768px){#box-description .rich-content__two-column-grid-vertical .description-block{gap:24.25px;justify-content:center}}#box-description .rich-content__column.description-block .description-block__title,#box-description .rich-content__two-column-grid-vertical .description-block__title{font-size:14px;font-weight:700;line-height:normal;text-align:left;max-width:350px}@media (min-width:768px){#box-description .rich-content__two-column-grid-vertical .description-block__title{font-size:18px;line-height:23.4px}}#box-description .rich-content__two-column-grid-vertical .description-block__text{max-width:500px}#box-description .rich-content__two-column-grid-vertical .description-block__text p{font-size:12px;font-style:normal;font-weight:400;line-height:13.251px;text-align:left;margin:0 0 16px}#box-description .rich-content__two-column-grid-vertical .description-block__text p:last-child{margin-bottom:0}#box-description .rich-content__column.description-block .description-block__text p.with-img,#box-description .rich-content__two-column-grid-vertical .description-block__text p.with-img{display:flex;align-items:center;gap:11px}@media (min-width:768px){#box-description .rich-content__two-column-grid-vertical .description-block__text p{font-size:16px;line-height:22.4px}}#box-description .rich-content__column.image-block{background-color:#f4f4f4}#box-description .rich-content__column.description-block{display:flex;flex-direction:column;gap:4px;direction:ltr}@media (min-width:768px){#box-description .rich-content__column.description-block{gap:24.25px;justify-content:center}}@media (min-width:768px){#box-description .rich-content__column.description-block .description-block__title{font-size:25.985px;line-height:31.962px}}#box-description .rich-content__column.description-block .description-block__text{max-width:350px}#box-description .rich-content__column.description-block .description-block__text p{font-size:12px;font-style:normal;font-weight:400;line-height:13.251px;text-align:left}@media (min-width:768px){#box-description .rich-content__column.description-block .description-block__text p{font-size:14px;line-height:17.22px}}#box-description .rich-content__guarantee{border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;padding:28px 0;display:flex;flex-direction:column;align-items:center;gap:17px}#box-description .rich-content__guarantee__year{font-size:14.135px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:20.355px;text-transform:uppercase}@media (min-width:768px){#box-description .rich-content__guarantee__year{font-size:15.909px;letter-spacing:22.909px}}#box-description .rich-content__guarantee__title{font-size:22.746px;font-style:normal;font-weight:700;line-height:32.786px;letter-spacing:1.592px;text-align:center}@media (min-width:768px){#box-description .rich-content__guarantee__title{font-size:40px;line-height:36.9px;letter-spacing:2.8px}}#box-description .rich-content__guarantee__text{font-size:11.551px;font-style:normal;font-weight:400;line-height:12.439px;text-align:center;max-width:380px}@media (min-width:768px){#box-description .rich-content__guarantee__text{font-size:13px;line-height:14px}}#box-description .rich-content__description-title{font-size:21px;line-height:25px;font-weight:700;width:100%}@media (min-width:768px){#box-description .rich-content__description-title{font-size:32px;line-height:41.6px}}#box-description .rich-content__description{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;padding:26px 10px 10px;text-align:center;gap:30px;background-color:#f4f4f4;border-radius:12px}@media (min-width:768px){#box-description .rich-content__description{padding:99px 15px 103px;gap:68px 15px}}#box-description .rich-content__description .item-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:5px}@media (min-width:768px){#box-description .rich-content__description .item-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}}#box-description .rich-content__description .item-block__title{font-size:14px;line-height:14px;font-weight:700}@media (min-width:768px){#box-description .rich-content__description .item-block__title{font-size:18px;line-height:30px}}#box-description .rich-content__description .item-block__text{font-size:12px;line-height:13.25px}@media (min-width:768px){#box-description .rich-content__description .item-block__text{font-size:20px;line-height:30px}}#box-description .rich-content__three-column-grid{display:grid;grid-template-columns:100%;gap:30px}@media (min-width:768px){#box-description .rich-content__three-column-grid{grid-template-columns:repeat(3,1fr);gap:20px}}#box-description .rich-content__three-column-grid .rich-content__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;flex:1 0;background-color:#f4f4f4;color:#000;padding:30px 12px 0;border-radius:20px}@media (min-width:768px){#box-description .rich-content__three-column-grid .rich-content__column{padding:40px 23px 0 36px;gap:55px}}#box-description .rich-content__three-column-grid .rich-content__column>picture:not(.description-icon){height:100%}#box-description .rich-content__three-column-grid .rich-content__column>picture:not(.description-icon)>img{border-radius:20px;width:100%;height:100%;object-fit:cover;object-position:center}#box-description .rich-content__three-column-grid .description-block__title{font-size:21px;line-height:25px;font-weight:700;margin-bottom:13px}@media (min-width:768px){#box-description .rich-content__three-column-grid .description-block__title{font-size:18px;line-height:23px;margin-bottom:33px;max-width:292px}}#box-description .rich-content__three-column-grid .description-block__text{font-size:clamp(12px,1vw,16px);line-height:clamp(15px,1.5vw,22px)}#box-description .rich-content__three-column-grid .description-icon{height:170px;min-height:170px;width:113px;margin:20px 0 auto;padding:0 clamp(20px,2vw,30px) 20px;display:flex;align-items:center;justify-content:center}#box-description .rich-content__three-column-grid .description-icon img{width:unset}@media (min-width:768px){#box-description .rich-content__three-column-grid .description-icon{padding-top:0;margin-top:11.5%}}#box-description .rich-content__three-column-grid.rich-content__three-column-grid_grohe .rich-content__column{width:100%;padding:0;gap:36px}@media (min-width:768px){#box-description .rich-content__three-column-grid.rich-content__three-column-grid_grohe .rich-content__column{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;gap:55px}}#box-description .rich-content__three-column-grid.rich-content__three-column-grid_grohe .description-block{padding:0 clamp(20px,2vw,30px) 20px;height:100%}#box-description .rich-content__three-column-grid.rich-content__three-column-grid_grohe .description-block__title{font-size:clamp(20px,3vw,32px);line-height:clamp(23px,4vw,42px);margin-bottom:clamp(20px,3vw,35px)}#box-description .rich-content__three-column-grid.rich-content__three-column-grid_grohe .description-block__text{font-size:clamp(12px,2vw,20px);line-height:clamp(14px,2.5vw,30px)}#box-description .rich-content__text-block{text-align:center;max-width:753px;margin:0 auto}#box-description .rich-content__text-block .rich-content__text-title{font-size:clamp(21px,5vw,32px);line-height:clamp(25px,6vw,41px);font-weight:700}#box-description .rich-content__text-block .rich-content__text-subtitle{font-size:clamp(12px,1vw,16px);line-height:clamp(15px,1.5vw,22px);margin:clamp(13px,1vw,16px) auto 0;max-width:582px}#box-description .rich-content__list-block{background-color:#f4f4f4;padding:30px 22px 0;border-radius:20px}@media (min-width:768px){#box-description .rich-content__list-block{background-color:transparent;padding:0}}#box-description .rich-content__list-block .rich-content__list-title{font-weight:700;font-size:14px;line-height:16px;margin-bottom:10px}@media (min-width:768px){#box-description .rich-content__list-block .rich-content__list-title{font-size:32px;line-height:41px;text-align:center;margin-bottom:40px}}#box-description .rich-content__list-block li:last-child{border:0}@media (min-width:768px){#box-description .rich-content__list-block li:last-child{border-bottom:1px solid #dbdbdb}}#box-description .description__container_rich-content .product-files{margin-top:30px}

