.RuProductBundle{margin:24px 0 16px;display:flex;flex-direction:column;gap:5px;border:0;color:#1f1f1f;font-family:inherit}.RuProductBundle__header{box-sizing:border-box;width:100%;padding:9px 12px 8px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #d9d9d9;background:#f3f3f3;color:inherit;text-align:left;cursor:pointer}.RuProductBundle__title,.RuProductBundle__subtitle{display:block;line-height:1.2}.RuProductBundle__title{font-size:13px;font-family:DM Sans,sans-serif;font-weight:400;color:#1e1e1e}.RuProductBundle__subtitle{margin-top:2px;color:#8a8a8a;font-size:13px}.RuProductBundle__toggleIcon{font-size:20px;font-size:16px;line-height:1;font-weight:300;color:#333}.RuProductBundle__packs{display:flex;flex-direction:column;gap:5px;padding:0;margin:0;border:0;background:transparent}.RuProductBundle__packList--more,.RuProductBundle__packList{display:flex;flex-direction:column;gap:5px}.RuProductBundle__pack{box-sizing:border-box;width:100%;min-height:80px;margin:0;padding:11px 12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #dfdfdf;background:#fff;color:inherit;text-align:left;cursor:pointer}.RuProductBundle__pack:hover,.RuProductBundle__pack:focus-visible{border-color:#1f1f1f}.RuProductBundle__packBadge,.RuProductBundleModal__discount{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:2px 7px;border:1px solid #c71919;border-radius:3px;color:#c71919;font-size:11px;font-weight:700;line-height:1}.RuProductBundle__packText{font-size:13px;line-height:1.25;font-weight:400;text-transform:uppercase}.RuProductBundle__packImages{display:flex;align-items:center;flex-shrink:0}.RuProductBundle__packImage{width:52px;height:auto;aspect-ratio:4 / 5;object-fit:contain;border-radius:5px;background:#f1f1f1;border:2px solid white}@media(min-width:640px){.RuProductBundle__packImage{width:46px}}.RuProductBundle__packImage+.RuProductBundle__packImage{margin-left:-22px}.RuProductBundleModal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none}.RuProductBundleModal.is-open{display:block}.RuProductBundleModal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#00000073}.RuProductBundleModal__dialog{position:absolute;z-index:1;top:24px;right:24px;bottom:24px;left:24px;max-width:1200px;margin:auto;display:flex;flex-direction:column;background:#fff;box-shadow:0 12px 40px #00000038;overflow:hidden}@media(min-width:768px){.RuProductBundleModal__dialog{inset:auto;top:127px;right:24px;bottom:0;left:24px;width:auto;max-width:1200px;height:auto;margin:0 auto;transition:top .25s ease}.RuProductBundleModal.is-open .RuProductBundleModal__dialog{animation:RuProductBundleSlideUp .28s cubic-bezier(.22,1,.36,1)}.RuProductBundleModal.is-closing .RuProductBundleModal__dialog{animation:RuProductBundleSlideDown .24s ease-in forwards}@keyframes RuProductBundleSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes RuProductBundleSlideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.RuProductBundleModal__dialog--nav-visible{top:150px;bottom:0}.RuProductBundleModal__dialog--nav-hidden{top:94px;bottom:0}}.RuProductBundleModal__header{min-height:56px;padding:12px 18px;display:flex;align-items:center;gap:14px;border-bottom:1px solid #e7e7e7;background:#f4f4f4}.RuProductBundleModal__headerMain{flex:1;min-width:0}.RuProductBundleModal__titleRow{display:flex;align-items:center;gap:10px}.RuProductBundleModal__title,.RuProductBundleModal__subtitle{margin:0;line-height:1.2}.RuProductBundleModal__title{font-size:14px;text-transform:uppercase}@media(max-width:640px){.RuProductBundleModal__title{font-size:12px}}.RuProductBundleModal__subtitle{margin-top:2px;color:#8b8b8b;font-size:12px}@media(min-width:1007px){.RuProductBundleModal__subtitle{margin-top:-2px}}.RuProductBundleModal__discount{flex-shrink:0}.RuProductBundleModal__close{border:0;background:transparent;color:#8b8b8b;font-size:22px;line-height:1;cursor:pointer}.RuProductBundleModal__content{min-height:0;flex:1;display:grid;grid-template-columns:minmax(0,1fr) 330px}.RuProductBundleModal__steps{min-width:0;overflow:auto}.RuProductBundleStep{border-bottom:1px solid #e7e7e7}.RuProductBundleStep__head{width:100%;padding:14px 18px;display:flex;align-items:center;gap:8px;border:0;background:#fff;color:inherit;text-align:left;cursor:pointer}@media(min-width:1007px){.RuProductBundleStep.is-open .RuProductBundleStep__head{padding:14px 18px 1px}}.RuProductBundleStep__label{font-size:14px;text-transform:uppercase}.RuProductBundleStep__selectedText{color:#7f7f7f;font-size:13px}.RuProductBundleStep__selectedText:before{content:"|";font-size:15px;color:#000;margin-right:5px;opacity:0}.RuProductBundleStep__check{display:none;min-width:24px;height:18px;align-items:center;justify-content:center;background:#edf8e9;color:#2b6d25;font-weight:700}.RuProductBundleStep.is-complete .RuProductBundleStep__check{display:inline-flex}.RuProductBundleStep__plus{margin-left:auto;font-size:18px}.RuProductBundleStep.is-open .RuProductBundleStep__plus{transform:rotate(45deg)}.RuProductBundleStep__body{display:none;padding:0 18px 22px}.RuProductBundleStep.is-open .RuProductBundleStep__body{display:block}.RuProductBundleStep__hint{margin:-6px 0 10px;color:#969696;font-size:12px}.RuProductBundleSizeList{display:flex;flex-wrap:wrap;gap:4px}.RuProductBundleSize{border:1px solid #1f1f1f;background:#fff;color:#1f1f1f;font-size:13px;display:inline-flex;justify-content:center;align-items:center;text-align:center;min-width:30px;min-height:29px;height:29px;border:1px solid var(--text-color);color:var(--text-color);cursor:pointer;border-radius:3px;padding:3px;line-height:1;font-size:10px}@media(max-width:640px){.RuProductBundleSize{min-width:8.8%}}.RuProductBundleSize.is-selected{background:#1f1f1f;color:#fff;font-weight:700}.RuProductBundleSize[disabled]{border-color:#d7d7d7;color:#b5b5b5;cursor:not-allowed}.RuProductBundleProductGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;row-gap:22px}.RuProductBundleProduct{min-width:0;overflow:visible}.RuProductBundleProduct__imageWrap{position:relative;display:flex;align-items:center;justify-content:center;background:#f2f2f2;overflow:hidden}.RuProductBundleProduct__image{width:100%;height:100%;object-fit:contain}.RuProductBundleProduct__info{padding-top:8px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:6px}.RuProductBundleProduct__meta{min-width:0;display:flex;flex-direction:column;gap:2px}.RuProductBundleProduct__title{margin:0;font-size:11px;font-weight:700;line-height:1.2;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.RuProductBundleProduct__meta .CartProductItem__ModelName{margin:0;font-size:11px;font-weight:400;line-height:1.2;text-transform:uppercase;color:var(--text-color-light, #7c7c7c);min-height:13px}.RuProductBundleProduct__price{display:flex;align-items:flex-start;align-self:start;justify-self:end;gap:5px;justify-content:flex-end;font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap}.RuProductBundleProduct__priceSale{color:#a01414}.RuProductBundleProduct__priceRegular{color:#1f1f1f}.RuProductBundleProduct__priceCompare{color:gray;text-decoration:line-through}.RuProductBundle .RuProductBundleProduct__controls{margin-top:6px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-xs, 8px);position:relative;overflow:visible}.RuProductBundle .RuProductBundleProduct__sizeSelector{position:relative;flex:0 1 auto;z-index:1}.RuProductBundle .RuProductBundleProduct__sizeSelector:has(.RuProductBundleProduct__options[aria-hidden=false]){z-index:30}.RuProductBundle .RuProductBundleProduct__selectTrigger{position:relative;display:flex;align-items:center;justify-content:space-between;width:65px;min-width:50px;max-width:88px;padding:7px 22px 7px 8px;border:1px solid var(--border-color, #d0d0d0);border-radius:4px;background:var(--background, #fff);color:inherit;font-size:12px;line-height:1;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none}.RuProductBundle .RuProductBundleProduct__selectTrigger .ProductForm__SelectedValue{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.RuProductBundle .RuProductBundleProduct__selectTrigger .Icon--select-arrow{position:absolute;top:calc(50% - 5px);right:8px;width:10px;height:10px;pointer-events:none}.RuProductBundle .RuProductBundleProduct__selectTrigger.is-single-variant{width:auto;min-width:72px;max-width:none;padding-right:8px;pointer-events:none;cursor:default}.RuProductBundle .RuProductBundleProduct__selectTrigger.is-single-variant .Icon--select-arrow{display:none}.RuProductBundle .RuProductBundleProduct__options{position:absolute;left:calc(100% + 15px);bottom:0;z-index:20;width:auto;min-width:48px;background:var(--light-background, #fff);border-radius:8px;box-shadow:0 4px 8px #0000001a;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.RuProductBundle .RuProductBundleProduct__options:before{content:"";position:absolute;left:-15px;bottom:10px;width:10px;height:10px;border-style:solid;border-width:10px 15px 10px 0;border-color:transparent var(--light-background, #fff) transparent transparent;filter:drop-shadow(-2px 0 2px rgba(54,54,54,.2))}.RuProductBundle .RuProductBundleProduct__options[aria-hidden=false]{opacity:1;visibility:visible;pointer-events:auto}.RuProductBundle .RuProductBundleProduct__options .Popover__ValueList{max-height:260px;overflow:auto;padding:6px 0}.RuProductBundle .RuProductBundleProduct__options .Popover__Value{position:relative;display:block;width:100%;padding:8px 14px;border:0;background:transparent;color:#000;font-size:12px;line-height:1.2;text-align:center;cursor:pointer}.RuProductBundle .RuProductBundleProduct__options .Popover__Value:hover:not(.sold_out),.RuProductBundle .RuProductBundleProduct__options .Popover__Value:focus-visible:not(.sold_out){text-decoration:underline;outline:none}.RuProductBundle .RuProductBundleProduct__options .Popover__Value.is-selected{color:var(--text-color-light, #7c7c7c)}.RuProductBundle .RuProductBundleProduct__options .Popover__Value.sold_out{position:relative;opacity:.6;color:#9e9e9e;cursor:not-allowed}.RuProductBundle .RuProductBundleProduct__options .Popover__Value.sold_out:after{content:"";position:absolute;top:30%;left:30%;width:40%;height:40%;background:linear-gradient(to top left,transparent 0% calc(50% - 1px),#9e9e9e 50%,transparent calc(50% + 1px) 100%);pointer-events:none;z-index:1}.RuProductBundle .RuProductBundleProduct__add{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:auto;min-width:50px;height:29px;margin:0;padding:2.5px 10px;border:0;border-radius:4px;background-color:var(--button-background, #1f1f1f);background-image:none;color:var(--button-text-color, #fff);line-height:18px;cursor:pointer;isolation:isolate}.RuProductBundle .RuProductBundleProduct__add:hover:not(:disabled),.RuProductBundle .RuProductBundleProduct__add:focus-visible:not(:disabled){background-color:var(--button-background, #1f1f1f)}.RuProductBundle .RuProductBundleProduct__addIcon{display:block;width:100%;max-width:22px;height:auto;flex-shrink:0;object-fit:contain;pointer-events:none;background:transparent;mix-blend-mode:screen}.RuProductBundle .RuProductBundleProduct__add.is-sold-out{min-width:58px;padding:2.5px 6px;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:not-allowed}.RuProductBundle .RuProductBundleProduct__add:disabled{background-color:#d9d9d9;color:var(--button-text-color, #fff);font-size:12px;padding:6.5px;line-height:1;cursor:not-allowed}.RuProductBundle .RuProductBundleProduct__add:disabled .RuProductBundleProduct__addIcon{mix-blend-mode:screen;opacity:.9}@media(max-width:640px){.RuProductBundle .RuProductBundleProduct__selectTrigger{width:50px;max-width:50px;padding:8.5px 18px 8.5px 8px;font-size:10px}.RuProductBundle .RuProductBundleProduct__selectTrigger .Icon--select-arrow{right:5px;width:8px;height:8px;top:calc(50% - 4px)}.RuProductBundle .RuProductBundleProduct__add{min-width:50px;padding:4.5px 17px}.RuProductBundle .RuProductBundleProduct__addIcon{width:19px;height:19px;max-width:19px}.RuProductBundle .RuProductBundleProduct__add:disabled{font-size:8px}}.RuProductBundleSummary{min-height:0;padding:18px 18px 24px;display:flex;flex-direction:column;border-left:1px solid #e7e7e7}.RuProductBundleSummary__toggle{border:0;background:transparent;color:#1f1f1f;font-size:13px;text-align:center;cursor:pointer}.RuProductBundleSummary__toggle>span:not(.RuProductBundleSummary__toggleIcon){display:block;line-height:1.15}.RuProductBundleSummary__toggle>.RuProductBundleSummary__toggleIcon{display:inline-block;line-height:1;transform:rotate(0);transition:transform .2s ease}.RuProductBundleSummary.is-expanded>.RuProductBundleSummary__toggle>.RuProductBundleSummary__toggleIcon{transform:rotate(180deg)}.RuProductBundleSummary__slots{margin:16px 0;display:flex;justify-content:center;align-items:center;gap:4px}@media(min-width:1007px){.RuProductBundleSummary__slots{display:none}}@media(max-width:1007px){.RuProductBundleSummary.is-expanded .RuProductBundleSummary__slots,.RuProductBundleSummary__slots[hidden],.RuProductBundleSummary__slots.is-empty{display:none}}.RuProductBundleSlot{position:relative;flex:0 0 56px;width:56px;aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#eee;overflow:hidden}button.RuProductBundleSlot{border:0;padding:0;cursor:pointer;appearance:none;-webkit-appearance:none}.RuProductBundleSlot--empty{background:#eee;color:#b0b0b0}.RuProductBundleSlot__plus{display:block;line-height:1;font-size:18px;font-weight:400;pointer-events:none}.RuProductBundleSlot img{display:block;width:100%;height:100%;object-fit:contain}.RuProductBundleSummary__placeholder{display:none}.RuProductBundleSummary__details{flex:1;min-height:0;margin-top:8px;overflow:auto}@media(max-width:1007px){.RuProductBundleSummary__details{border-top:1px solid #e7e7e7;margin-top:10px}}.RuProductBundleSummary__totalWrap{flex-shrink:0}.RuProductBundleSummary__line{padding:12px 0;display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid #e7e7e7;font-size:12px}@media(min-width:1007px){.RuProductBundleSummary__line{padding:11px 0}}.RuProductBundleSummary__lineImageWrap{flex-shrink:0;width:81px;aspect-ratio:4 / 5;background:#f2f2f2;display:flex;align-items:center;justify-content:center;overflow:hidden}.RuProductBundleSummary__lineImage{width:100%;height:100%;object-fit:contain}.RuProductBundleSummary__lineMain{flex:1;min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.RuProductBundleSummary__lineInfo{min-width:0;flex:1}.RuProductBundleSummary__lineAside{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:10px;flex-shrink:0;align-self:stretch}.RuProductBundleSummary__lineActions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0;margin-top:auto}.RuProductBundleSummary__lineTitle{margin:0;font-weight:400;text-transform:uppercase}.RuProductBundleSummary__modify{flex-shrink:0;min-height:22px;padding:0 4px;border:1px solid #d0d0d0;border-radius:3px;background:#fff;color:#7c7c7c;font-size:11px;font-weight:400;letter-spacing:.02em;text-transform:uppercase;cursor:pointer}.RuProductBundleSummary__modify:hover,.RuProductBundleSummary__modify:focus-visible{border-color:#1f1f1f;color:#1f1f1f;outline:none}.RuProductBundleSummary__lineContent{position:relative;min-width:0}.RuProductBundleSummary__lineProduct{margin:0;font-weight:600;text-transform:uppercase;line-height:1.25}.RuProductBundleSummary__lineProduct.CartProductItem__ModelName{font-weight:400}.RuProductBundleSummary__lineVariant{margin:3px 0 0;color:#7c7c7c;line-height:1.25}.RuProductBundleSummary__lineMeta{margin:3px 0 0;color:#7c7c7c}.RuProductBundleSummary__remove{cursor:pointer}.RuProductBundleSlot .RuProductBundleSummary__remove{position:absolute;top:-5px;right:-4px;z-index:1;display:none;width:18px;height:18px;padding:0;border:0;border-radius:50%;background:transparent;color:#333;font-size:16px;line-height:1}.RuProductBundleSummary__lineActions .RuProductBundleSummary__remove{position:static;flex-shrink:0;min-height:22px;width:auto;height:auto;padding:0 4px;border:1px solid #d0d0d0;border-radius:3px;background:#fff;color:#7c7c7c;font-size:11px!important;font-weight:400;letter-spacing:.02em;line-height:1;text-transform:uppercase;text-decoration:none;cursor:pointer}.RuProductBundleSummary__lineActions .RuProductBundleSummary__remove:hover,.RuProductBundleSummary__lineActions .RuProductBundleSummary__remove:focus-visible{border-color:#1f1f1f;color:#1f1f1f;outline:none;text-decoration:none}.RuProductBundleSlot .RuProductBundleSummary__remove:hover,.RuProductBundleSlot .RuProductBundleSummary__remove:focus-visible{outline:none}.RuProductBundleSummary__linePrice{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.RuProductBundleSummary__linePrice.CartItem__PriceList{flex-direction:column;align-items:flex-end}.RuProductBundleSummary__lineSale{font-weight:700;color:#a01414}.RuProductBundleSummary__lineCompare{color:#7c7c7c;text-decoration:line-through}.RuProductBundleSummary__total{padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13px;border-bottom:1px solid #e7e7e7;border-top:1px solid #e7e7e7}.RuProductBundleSummary__totalLabel{flex-shrink:0;font-weight:700;text-transform:uppercase}.RuProductBundleSummary__totalPrices{display:flex;flex:1;min-width:0;flex-direction:column;align-items:flex-end;gap:6px;text-align:right}.RuProductBundleSummary__totalCompare{color:#7c7c7c;font-size:12px;font-weight:400;line-height:1.2}.RuProductBundleSummary__totalRow{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;flex-shrink:0;gap:8px;max-width:100%}.RuProductBundleSummary__totalBadge{padding:4px 8px;border-radius:3px;background:#f1f6ed;color:#444;font-size:11px;font-weight:400;letter-spacing:.02em;text-transform:uppercase;line-height:1.2;white-space:nowrap}.RuProductBundleSummary__totalFinal{font-size:18px;font-weight:800;line-height:1.1}.RuProductBundleSummary__terms{display:block;flex-shrink:0;margin:10px 0 8px;text-align:center;font-size:12px;line-height:1.3;text-decoration:underline;color:#1f1f1f}.RuProductBundleSummary__submit{width:100%;min-height:46px;margin-top:auto;border:1px solid #1f1f1f;background:#1f1f1f;color:#fff;font-size:13px;font-weight:800;cursor:pointer}@media(min-width:1007px){.RuProductBundleSummary__submit{max-width:calc(100% - 36px);min-width:calc(100% - 38px)}}.RuProductBundleSummary__submit.is-disabled,.RuProductBundleSummary__submit:disabled{background:#fff;color:#1f1f1f;cursor:not-allowed}.RuProductBundleStep__hint.is-validation-error{color:#d66}.RuProductBundleProduct__selectTrigger.is-validation-error,.RuProductBundleSize.is-validation-error{border-color:#d66;box-shadow:0 0 0 1px #d6666673}.RuProductBundleSummary__submit.is-loading{opacity:.65;pointer-events:none}body.RuProductBundleNoScroll{overflow:hidden}.RuProductBundleSummary__header{display:none}@media(min-width:1008px){.RuProductBundleModal__dialog{display:grid;grid-template-columns:minmax(0,1fr) 330px;grid-template-rows:auto minmax(0,1fr);grid-template-areas:"modal-header summary" "steps summary";flex-direction:unset}.RuProductBundleModal__header{grid-area:modal-header;border-right:1px solid #e7e7e7;background:#f4f4f4;padding:8px 12px}.RuProductBundleModal__titleRow{gap:12px}.RuProductBundleModal__close{display:none}.RuProductBundleModal__content{display:contents}.RuProductBundleModal__steps{grid-area:steps}.RuProductBundleSummary{grid-area:summary;grid-row:1 / -1;padding:0 0 24px;display:flex;flex-direction:column;min-height:0;background:transparent;border-left:1px solid #e7e7e7}.RuProductBundleSummary__header{display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;min-height:56px;padding:12px 44px;border-bottom:1px solid #e7e7e7;background:transparent}@media(min-width:1007px){.RuProductBundleSummary__header{border:none}}.RuProductBundleSummary__headerTitle{font-size:13px;text-transform:uppercase;text-align:center;line-height:1.15}.RuProductBundleSummary__close{position:absolute;top:50%;right:12px;transform:translateY(-50%);border:0;background:transparent;color:#8b8b8b;font-size:22px;line-height:1;cursor:pointer}.RuProductBundleSummary__toggle{display:none}.RuProductBundleSummary__slots,.RuProductBundleSummary__details,.RuProductBundleSummary__totalWrap,.RuProductBundleSummary__terms,.RuProductBundleSummary__submit{margin-left:18px;margin-right:18px}.RuProductBundleSummary__details{display:flex;flex-direction:column;flex:1;min-height:0;margin-top:8px;overflow:auto}.RuProductBundleSummary__line{flex-shrink:0}.RuProductBundleSummary__details>.RuProductBundleSummary__placeholder.RuProductBundleSlot{display:flex;align-items:center;justify-content:flex-start;flex:0 0 auto;align-self:stretch;box-sizing:border-box;width:100%;max-width:100%;height:auto;min-height:0;aspect-ratio:auto;margin:0;padding:12px 0;border:0;border-radius:0;border-bottom:1px solid #e7e7e7;background:transparent;color:#b0b0b0;cursor:pointer;appearance:none;-webkit-appearance:none}.RuProductBundleSummary__details>.RuProductBundleSummary__placeholder.RuProductBundleSlot--empty{background:transparent}.RuProductBundleSummary__details>.RuProductBundleSummary__placeholder .RuProductBundleSlot__plus{display:flex;align-items:center;justify-content:center;flex:0 0 auto;box-sizing:border-box;width:70px;aspect-ratio:4 / 5;height:auto;background:#eee;border-radius:0;font-size:18px;font-weight:400;line-height:1;color:#b0b0b0}.RuProductBundleSummary__details>.RuProductBundleSummary__placeholder.RuProductBundleSlot:last-child{border-bottom:0}.RuProductBundleSummary__submit{margin-top:8px}}@media(max-width:1007px){.RuProductBundle{margin-top:22px}.RuProductBundle__header{padding:9px 10px 8px}.RuProductBundle__title,.RuProductBundle__subtitle{font-size:12px}.RuProductBundle__packList{gap:5px}.RuProductBundle__pack{min-height:70px;padding:10px 8px;gap:9px}.RuProductBundle__packText{font-size:12px;font-weight:400;max-width:162px}.RuProductBundle__packImage{width:46px}.RuProductBundle__packImage+.RuProductBundle__packImage{margin-left:-18px}.RuProductBundleModal__overlay{display:block;background:#0000006b}.RuProductBundleModal__dialog{top:11vh;right:3%;bottom:0;left:3%;width:auto;max-width:none;height:auto;margin:0;border-radius:6px 6px 0 0;box-shadow:0 8px 32px #0003}.RuProductBundleModal__header{min-height:50px;padding:9px 12px;flex-shrink:0}.RuProductBundleModal__discount{margin-left:auto}.RuProductBundleModal__content{display:flex;flex-direction:column;flex:1;min-height:0;grid-template-columns:none;padding-bottom:0}.RuProductBundleModal__steps{flex:1;min-height:0;padding-bottom:12px;overflow:auto}.RuProductBundleStep__head{padding:14px 16px 0}.RuProductBundleStep__body{padding:0 16px 20px}.RuProductBundleProductGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;row-gap:22px}.RuProductBundleSummary{position:relative;right:auto;bottom:auto;left:auto;z-index:auto;display:flex;flex-direction:column;flex-shrink:0;min-height:0;max-height:none;padding:10px 16px 14px;border-left:0;border-top:1px solid #e7e7e7;background:#fff;box-shadow:0 -10px 25px #00000014;padding:5px 16px 14px}.RuProductBundleSummary.is-expanded{flex:1 1 0;min-height:0}.RuProductBundleModal__content:has(.RuProductBundleSummary.is-expanded) .RuProductBundleModal__steps{display:none}.RuProductBundleSummary__slots{margin:10px 0 14px;justify-content:center;flex-shrink:0}@media(min-width:1007px){.RuProductBundleSummary__slots{display:none}}.RuProductBundleSlot{flex:0 0 56px;width:56px;max-width:56px;aspect-ratio:4 / 5}.RuProductBundleSummary__details{display:none;flex:1 1 0;min-height:0;overflow-y:auto}.RuProductBundleSummary.is-expanded .RuProductBundleSummary__details{display:block}.RuProductBundleSummary__totalWrap{flex-shrink:0}.RuProductBundleSummary.is-expanded .RuProductBundleSummary__submit{margin-top:auto}.RuProductBundleSummary__submit{min-height:44px;margin-top:8px}}.RuProductBundleSummary.is-expanded .RuProductBundleSummary__details>div:last-child{border-bottom:none}@media(max-width:360px){.RuProductBundleProductGrid{gap:5px;row-gap:22px}.RuProductBundle .RuProductBundleProduct__controls{flex-wrap:wrap}}
/*# sourceMappingURL=/cdn/shop/t/330/assets/ru-product-bundle.css.map */
