@charset "UTF-8";.option.svelte-cznb3c{align-items:center;background:none;border:0;color:#1e2243;cursor:pointer;display:flex;font-size:14px;padding:4px 0;transition:opacity .2s;width:100%}.option.svelte-cznb3c:hover:not(.active):not(.not-clickable){opacity:.5}.option.not-clickable.svelte-cznb3c{cursor:default}.option.active.svelte-cznb3c{color:#267fe5}.option.svelte-cznb3c:not(:last-child){margin-bottom:5px}.option__icon.svelte-cznb3c{flex-shrink:0;margin:3px 4px auto 0;width:19px;height:20px}.option__icon.svelte-cznb3c img:where(.svelte-cznb3c){display:block;width:100%;height:100%;object-fit:contain}.option__content.svelte-cznb3c{text-align:left}.option__label.svelte-cznb3c,.option__price.svelte-cznb3c{font-weight:700}.option__price.svelte-cznb3c{margin-left:auto;padding-left:10px}.option__description.svelte-cznb3c{line-height:1.2;margin-top:-2px}.option__info.svelte-cznb3c{color:#979797;font-size:12px;line-height:1.2;margin-top:-2px}.select.svelte-1wdleyx{display:block;width:100%}.select__button.svelte-1wdleyx{align-items:center;appearance:none;background:#fff;border:1px solid #D8D8D8;border-radius:3px;cursor:pointer;display:flex;min-height:46px;padding:4px 33px 4px 11px;position:relative;width:100%;transition:border-color .2s}.select__button.svelte-1wdleyx:after{border-bottom:2px solid #1E2243;border-right:2px solid #1E2243;content:"";width:10px;height:10px;position:absolute;right:12px;top:calc(50% - 8px);transform:rotate(45deg) skew(-2deg,-2deg)}.select__button.svelte-1wdleyx:focus{border-color:#2d3261}.select__button.opened.svelte-1wdleyx{border-color:#2d3261}.select__button.opened.svelte-1wdleyx:after{transform:rotate(225deg) skew(-2deg,-2deg) translate(-3px,-3px)}.select__icon.svelte-1wdleyx{flex-shrink:0;margin:0 6px 0 -2px;width:21px;height:21px}.select__icon.svelte-1wdleyx img:where(.svelte-1wdleyx){display:block;width:100%;height:100%;object-fit:contain}.select__label.svelte-1wdleyx{color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select__drop.svelte-1wdleyx{background:#fff;border:1px solid #D8D8D8;box-shadow:0 4px 26px #00000040;border-radius:5px;max-height:calc(100vh - 70px);min-width:230px;overflow:auto;padding:15px 14px;z-index:2000}.quantity.svelte-14xv5cj{align-items:center;display:inline-flex;justify-content:center}.quantity.svelte-14xv5cj button:where(.svelte-14xv5cj){appearance:none;background:none;border:0;border-radius:50%;cursor:pointer;width:23px;height:23px;padding:0;position:relative;transition:opacity .2s}.quantity.svelte-14xv5cj button:where(.svelte-14xv5cj):before{background:#e7e9f1;border-radius:50%;content:"";position:absolute;inset:0}.quantity__minus.svelte-14xv5cj:hover,.quantity__plus.svelte-14xv5cj:hover{opacity:.7}.quantity__minus.svelte-14xv5cj i:where(.svelte-14xv5cj):before,.quantity__minus.svelte-14xv5cj i:where(.svelte-14xv5cj):after,.quantity__plus.svelte-14xv5cj i:where(.svelte-14xv5cj):before,.quantity__plus.svelte-14xv5cj i:where(.svelte-14xv5cj):after{content:"";position:absolute;background:currentColor}.quantity__minus.svelte-14xv5cj i:where(.svelte-14xv5cj):before,.quantity__plus.svelte-14xv5cj i:where(.svelte-14xv5cj):before{height:1px;left:7px;right:7px;top:11px}.quantity__plus.svelte-14xv5cj i:where(.svelte-14xv5cj):after{width:1px;left:11px;top:7px;bottom:7px}.quantity.svelte-14xv5cj input{background:none;border:1px solid rgba(0,0,0,.1);border-radius:5px;height:34px;width:60px;text-align:center;font-size:16px;font-weight:700;display:inline-block;vertical-align:middle;line-height:34px;margin:0 5px;padding:0 2px}.quantity.svelte-14xv5cj input:focus{border-color:#0000004d;outline:none}.quantity.svelte-14xv5cj input[readonly]:where(.svelte-14xv5cj){border-color:transparent;pointer-events:none}.quantity.svelte-14xv5cj input::-webkit-outer-spin-button,.quantity.svelte-14xv5cj input::-webkit-inner-spin-button{-webkit-appearance:none}.quantity--large.svelte-14xv5cj button:where(.svelte-14xv5cj){width:29px;height:29px}.quantity--large.svelte-14xv5cj button:where(.svelte-14xv5cj):before{inset:3px}.quantity--large.svelte-14xv5cj button:where(.svelte-14xv5cj) i:where(.svelte-14xv5cj):before{left:10px;right:10px;top:14px}.quantity--large.svelte-14xv5cj button:where(.svelte-14xv5cj) i:where(.svelte-14xv5cj):after{left:14px;top:10px;bottom:10px}.quantity--large.svelte-14xv5cj .quantity__minus:where(.svelte-14xv5cj){margin-left:-3px}.quantity--large.svelte-14xv5cj .quantity__plus:where(.svelte-14xv5cj){margin-right:-3px}.quantity--large.svelte-14xv5cj input{font-size:22px;font-weight:600;width:80px}.quantity--block.svelte-14xv5cj{display:flex;width:100%}.quantity--block.svelte-14xv5cj input{flex-grow:1}.spinner{display:flex;justify-content:center;margin:auto;position:relative}.spinner i{animation:spinner-animation 1.5s linear infinite;background:currentColor;flex-shrink:0;display:block;margin:0 5px;width:12px;height:12px}.spinner i:nth-child(2){animation-delay:.3s}.spinner i:nth-child(3){animation-delay:.6s}.spinner i:nth-child(4){animation-delay:.9s}@keyframes spinner-animation{20%{transform:translateZ(0)}40%{transform:translate3d(0,-10px,0)}60%{transform:translateZ(0)}}.switch__inner{display:flex;justify-content:center;align-items:center}.switch .switch-button{background:#117e9c;border-color:#117e9c;border-radius:16px;width:70px;height:32px}.switch .switch-button:before{background:#fff;border-color:#fff;top:1px;width:28px;height:28px}.switch .switch-button:checked{background:#052a45;border-color:#052a45}.switch .switch-button:checked:before{background:#fff;border-color:#052a45;transform:translate3d(38px,0,0)}.switch__indicator{font-size:14px;color:#2d3261a6;font-weight:700}.switch__indicator:first-child{margin-right:21px}.switch__indicator:last-child{margin-left:21px}.switch__indicator.active{color:#1e1f21}.switch-button{background:#c3c6d7;border:1px solid #afb1c0;border-radius:11px;flex-shrink:0;position:relative;width:45px;height:22px;outline:none;-webkit-appearance:none;-moz-appearance:none;transition:all .3s ease;padding:0}@media(max-width:998px){.switch-button{width:56px;height:28px;border-radius:14px}}.switch-button:before{background:#fff;border:1px solid #9a9ba9;border-radius:50%;box-shadow:0 3px 1px #0000000d,0 2px 2px #0000001a,0 3px 3px #0000000d;content:"";position:absolute;width:20px;height:20px;top:0;left:1px;transition:all .3s ease}@media(max-width:998px){.switch-button:before{height:26px;width:26px}}.switch-button:checked{background:#038cc5;border-color:#007eaf}.switch-button:checked:before{border-color:#0079a9;transform:translate3d(21px,0,0)}@media(max-width:998px){.switch-button:checked:before{transform:translate3d(28px,0,0)}}.sidebar.svelte-1mt3ygh{background:linear-gradient(180deg,#c93a30,#fd5b4f);box-shadow:0 2px 17px #0f0d511a;border-radius:4px;color:#fff;padding:33px 30px;width:100%}@media(max-width:767px){.sidebar.svelte-1mt3ygh{border-top-right-radius:0;border-top-left-radius:0;display:flex;flex-direction:column;margin-top:-10px}}@media(min-width:999px)and (max-width:1199px){.sidebar.svelte-1mt3ygh{padding-right:20px;padding-left:20px}}.sidebar__head.svelte-1mt3ygh{width:100%}@media(max-width:998px){.sidebar__head.svelte-1mt3ygh{align-items:center;cursor:pointer;display:flex;justify-content:space-between}}@media(min-width:768px){.sidebar__head.svelte-1mt3ygh{border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:22px}}.sidebar__head-arrow.svelte-1mt3ygh{display:none}@media(max-width:767px){.sidebar__head-arrow.svelte-1mt3ygh{width:30px;height:30px;position:relative}.sidebar__head-arrow.svelte-1mt3ygh:before,.sidebar__head-arrow.svelte-1mt3ygh:after{content:"";position:absolute;width:18px;height:2px;background:#fff;top:50%}.sidebar__head-arrow.svelte-1mt3ygh:before{left:0;transform:rotate(45deg)}.sidebar__head-arrow.svelte-1mt3ygh:after{right:0;transform:rotate(-45deg)}}@media(min-width:999px){.sidebar__head-arrow.svelte-1mt3ygh{display:none}}.sidebar__body.svelte-1mt3ygh{font-size:14px;line-height:1.2;padding:25px 0 8px;width:100%}.sidebar__body.svelte-1mt3ygh table:where(.svelte-1mt3ygh){border:0;width:100%}.sidebar__body.svelte-1mt3ygh th:where(.svelte-1mt3ygh),.sidebar__body.svelte-1mt3ygh td:where(.svelte-1mt3ygh){height:26px;padding-bottom:11px}.sidebar__body.svelte-1mt3ygh th:where(.svelte-1mt3ygh){font-weight:800}.sidebar__body.svelte-1mt3ygh td:where(.svelte-1mt3ygh){padding-left:20px;text-align:right}.sidebar__body.svelte-1mt3ygh td:where(.svelte-1mt3ygh):last-child{width:40px}.sidebar__body.svelte-1mt3ygh .td-separator:where(.svelte-1mt3ygh){padding:8px 0 25px}.sidebar__body.svelte-1mt3ygh .td-separator:where(.svelte-1mt3ygh):before{background:#fff3;content:"";display:block;height:1px}.sidebar__bottom.svelte-1mt3ygh{width:100%}@media(max-width:767px){.sidebar__bottom.svelte-1mt3ygh{border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:20px;order:-1;padding-bottom:28px}}@media(min-width:768px){.sidebar__bottom.svelte-1mt3ygh{border-top:1px solid rgba(255,255,255,.2);margin-top:15px;padding-top:28px}}.sidebar__switch.svelte-1mt3ygh{--switch-button-background: #ff8a82;--switch-button-border: rgba(0, 0, 0, .1);--switch-button-active-background: #ffb3ae;--switch-button-active-border: rgba(0, 0, 0, .1);--switch-trigger-active-border: #ffb3ae;--switch-text-color: rgba(255, 255, 255, .65);--switch-text-active-color: #fff;margin-bottom:18px}.sidebar__switch.svelte-1mt3ygh .switch__indicator{color:#ffffffa6;font-size:16px}.sidebar__switch.svelte-1mt3ygh .switch__indicator.active{color:#fff}.sidebar__switch.svelte-1mt3ygh .switch-button{background:#7a1a14;border-color:#7a1a14}.sidebar__switch.svelte-1mt3ygh .switch-button:checked{background:#b03028;border-color:#b03028}.sidebar__switch.svelte-1mt3ygh .switch-button:checked:before{border-color:#b03028}.sidebar__bottom-text.svelte-1mt3ygh{font-size:13px;text-align:center;margin-bottom:20px;opacity:.6}.sidebar__total-price.svelte-1mt3ygh{font-size:24px;font-weight:500;letter-spacing:.023em;line-height:1.25;text-align:center}.sidebar__total-price.svelte-1mt3ygh span:where(.svelte-1mt3ygh){font-size:32px;font-weight:800;letter-spacing:.0175em}.sidebar__spinner.svelte-1mt3ygh{padding-top:25px}.sidebar__message.svelte-1mt3ygh{border-radius:4px;font-weight:700;line-height:1.5;margin-top:25px;padding:8px 5px 11px;text-align:center}.sidebar__message.error.svelte-1mt3ygh{background:red;color:#fff}.sidebar.svelte-1mt3ygh .button{background-color:#fff;color:#7a1a14;width:100%}.configurator.svelte-omm38q{margin-bottom:45px}@media(min-width:768px){.configurator.svelte-omm38q{display:flex}}.configurator.loading.svelte-omm38q{pointer-events:none}@media(min-width:768px){.configurator__content.svelte-omm38q{flex-grow:1;padding-right:12px;width:calc(100% - 320px)}}.configurator__title.svelte-omm38q{border-bottom:1px solid #D6D6D6;margin-bottom:25px;padding-bottom:12px}@media(min-width:999px){.configurator__title.svelte-omm38q{margin-bottom:32px}}.configurator__controls.svelte-omm38q{position:relative;transition:opacity .2s}.configurator__controls.loading.svelte-omm38q{opacity:.3}@media(min-width:768px){.configurator__sidebar.svelte-omm38q{align-self:flex-start;flex-shrink:0;width:320px}}@media(min-width:768px){.configurator__sidebar-inner.svelte-omm38q{position:sticky;top:140px;z-index:1}}.configurator.svelte-omm38q .panel{margin-bottom:0}@media(min-width:1200px){.configurator.svelte-omm38q .panel{padding-left:60px;padding-right:50px;padding-bottom:50px}}.rangePips{--pip: var(--range-pip, lightslategray);--pip-text: var(--range-pip-text, var(--pip));--pip-active: var(--range-pip-active, darkslategrey);--pip-active-text: var(--range-pip-active-text, var(--pip-active));--pip-hover: var(--range-pip-hover, darkslategrey);--pip-hover-text: var(--range-pip-hover-text, var(--pip-hover));--pip-in-range: var(--range-pip-in-range, var(--pip-active));--pip-in-range-text: var(--range-pip-in-range-text, var(--pip-active-text));--pip-out-of-limit: var(--range-pip-out-of-limit, #aebecf);--pip-out-of-limit-text: var(--range-pip-out-of-limit-text, var(--pip-out-of-limit))}.rangePips{position:absolute;height:1em;left:0;right:0;bottom:-1em;font-variant-numeric:tabular-nums}.rangePips.vertical{height:auto;width:1em;inset:0 auto 0 100%}.rangePips .pip{height:.4em;position:absolute;top:.25em;width:1px;white-space:nowrap}.rangePips.vertical .pip{height:1px;width:.4em;left:.25em;top:auto;bottom:auto}.rangePips .pipVal{position:absolute;top:.4em;transform:translate(-50%,25%);display:inline-flex}.rangePips.vertical .pipVal{position:absolute;top:0;left:.4em;transform:translate(25%,-50%)}.rangePips .pip{transition:all .15s ease}.rangePips .pipVal{transition:all .15s ease,font-weight 0s linear}.rangePips .pip{color:#789;color:var(--pip-text);background-color:#789;background-color:var(--pip)}.rangePips .pip.selected{color:#2f4f4f;color:var(--pip-active-text);background-color:#2f4f4f;background-color:var(--pip-active)}.rangePips.hoverable:not(.disabled) .pip:not(.out-of-limit):hover{color:#2f4f4f;color:var(--pip-hover-text);background-color:#2f4f4f;background-color:var(--pip-hover)}.rangePips .pip.in-range{color:#2f4f4f;color:var(--pip-in-range-text);background-color:#2f4f4f;background-color:var(--pip-in-range)}.rangePips .pip.out-of-limit{color:#aebecf;color:var(--pip-out-of-limit-text);background-color:#aebecf;background-color:var(--pip-out-of-limit)}.rangePips .pip.selected{height:.75em}.rangePips.vertical .pip.selected{height:1px;width:.75em}.rangePips .pip.selected .pipVal{font-weight:700;top:.75em}.rangePips.vertical .pip.selected .pipVal{top:0;left:.75em}.rangePips.hoverable:not(.disabled) .pip:not(.selected):not(.out-of-limit):hover{transition:none}.rangePips.hoverable:not(.disabled) .pip:not(.selected):not(.out-of-limit):hover .pipVal{transition:none;font-weight:700}.rangeSlider{--slider: var(--range-slider, #d7dada);--handle-inactive: var(--range-handle-inactive, #99a2a2);--handle: var(--range-handle, #838de7);--handle-focus: var(--range-handle-focus, #4a40d4);--handle-border: var(--range-handle-border, var(--handle));--range-inactive: var(--range-range-inactive, var(--handle-inactive));--range: var(--range-range, var(--handle-focus));--range-limit: var(--range-range-limit, #b9c2c2);--float-inactive: var(--range-float-inactive, var(--handle-inactive));--float: var(--range-float, var(--handle-focus));--float-text: var(--range-float-text, white)}.rangeSlider{position:relative;border-radius:100px;height:.5em;margin:1em;transition:opacity .2s ease;user-select:none}.rangeSlider *{user-select:none}.rangeSlider.pips{margin-bottom:1.8em}.rangeSlider.pip-labels{margin-bottom:2.8em}.rangeSlider.vertical{display:inline-block;border-radius:100px;width:.5em;min-height:200px}.rangeSlider.vertical.pips{margin-right:1.8em;margin-bottom:1em}.rangeSlider.vertical.pip-labels{margin-right:2.8em;margin-bottom:1em}.rangeSlider .rangeHandle{position:absolute;display:block;height:1.4em;width:1.4em;top:.25em;bottom:auto;transform:translateY(-50%) translate(-50%);z-index:2}.rangeSlider.reversed .rangeHandle{transform:translateY(-50%) translate(50%)}.rangeSlider.vertical .rangeHandle{left:.25em;top:auto;transform:translateY(50%) translate(-50%)}.rangeSlider.vertical.reversed .rangeHandle{transform:translateY(-50%) translate(-50%)}.rangeSlider .rangeNub,.rangeSlider .rangeHandle:before{position:absolute;left:0;top:0;display:block;border-radius:10em;height:100%;width:100%;transition:box-shadow .2s ease}.rangeSlider .rangeHandle:before{content:"";inset:1px;height:auto;width:auto;box-shadow:0 0 0 0 var(--handle-border);opacity:0}.rangeSlider.hoverable:not(.disabled) .rangeHandle:hover:before{box-shadow:0 0 0 8px var(--handle-border);opacity:.2}.rangeSlider.hoverable:not(.disabled) .rangeHandle.press:before,.rangeSlider.hoverable:not(.disabled) .rangeHandle.press:hover:before{box-shadow:0 0 0 12px var(--handle-border);opacity:.4}.rangeSlider.range:not(.min):not(.max) .rangeNub{border-radius:10em 10em 10em 1.6em}.rangeSlider.range .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(-135deg)}.rangeSlider.range .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(45deg)}.rangeSlider.range.reversed .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(45deg)}.rangeSlider.range.reversed .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(-135deg)}.rangeSlider.range.vertical .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(135deg)}.rangeSlider.range.vertical .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(-45deg)}.rangeSlider.range.vertical.reversed .rangeHandle:nth-of-type(1) .rangeNub{transform:rotate(-45deg)}.rangeSlider.range.vertical.reversed .rangeHandle:nth-of-type(2) .rangeNub{transform:rotate(135deg)}.rangeSlider .rangeFloat{display:block;position:absolute;left:50%;top:-.5em;transform:translate(-50%,-100%);font-size:1em;text-align:center;opacity:0;pointer-events:none;white-space:nowrap;transition:all .2s ease;font-size:.9em;padding:.2em .4em;border-radius:.2em}.rangeSlider .rangeHandle.active .rangeFloat,.rangeSlider.hoverable .rangeHandle:hover .rangeFloat{opacity:1;top:-.2em;transform:translate(-50%,-100%)}.rangeSlider .rangeBar,.rangeSlider .rangeLimit{position:absolute;display:block;transition:background .2s ease;border-radius:1em;height:.5em;top:0;user-select:none;z-index:1}.rangeSlider.vertical .rangeBar,.rangeSlider.vertical .rangeLimit{width:.5em;height:auto}.rangeSlider{background-color:#d7dada;background-color:var(--slider)}.rangeSlider .rangeBar{background-color:#99a2a2;background-color:var(--range-inactive)}.rangeSlider.focus .rangeBar{background-color:#838de7;background-color:var(--range)}.rangeSlider .rangeLimit{background-color:#99a2a280;background-color:var(--range-limit)}.rangeSlider .rangeNub{background-color:#99a2a2;background-color:var(--handle-inactive)}.rangeSlider.focus .rangeNub{background-color:#838de7;background-color:var(--handle)}.rangeSlider .rangeHandle.active .rangeNub{background-color:#4a40d4;background-color:var(--handle-focus)}.rangeSlider .rangeFloat{color:#fff;color:var(--float-text);background-color:#99a2a2;background-color:var(--float-inactive)}.rangeSlider.focus .rangeFloat{background-color:#4a40d4;background-color:var(--float)}.rangeSlider.disabled{opacity:.5}.rangeSlider.disabled .rangeNub{background-color:#d7dada;background-color:var(--slider)}.range-slider.svelte-mgmqvt{--range-slider: #E9EBF5;--range-handle-inactive: #8FB4F3;--range-handle: #838de7;--range-handle-focus: #3570E6;--range-handle-border: var(--range-handle);--range-range-inactive: #3570E6;--range-range: #3570E6;--range-pip: transparent;--range-pip-text: #2D3261;--range-pip-hover: var(--range-pip);--range-pip-hover-text: var(--range-pip-text);--range-pip-active: var(--range-pip);--range-pip-active-text: var(--range-pip-text);min-height:68px}.range-slider.svelte-mgmqvt .rangeSlider{margin-left:11px;margin-right:0;margin-bottom:0}.range-slider.svelte-mgmqvt .rangePips{left:5px;right:5px}.range-slider.svelte-mgmqvt .rangePips .pipVal{top:.2em}.range-slider.svelte-mgmqvt .rangePips .pip.selected .pipVal{top:.5em}.subtitle.svelte-7jjw65{font-size:16px;font-weight:800;line-height:1.5;margin-bottom:12px}@media(min-width:768px){.subtitle.svelte-7jjw65{font-size:18px}}@media(min-width:999px){.subtitle.svelte-7jjw65{font-size:20px}}.subtitle.svelte-7jjw65:not(:first-child){margin-top:25px}.controller.svelte-177qilh{border:1px solid #2D3261;border-radius:7px;display:flex;flex-direction:column;margin-bottom:10px;padding:24px 20px}@media(min-width:768px){.controller.svelte-177qilh{padding:28px 24px}}@media(min-width:1200px){.controller.svelte-177qilh{width:calc(50% - 5px)}.controller.svelte-177qilh:nth-child(odd){margin-right:5px}.controller.svelte-177qilh:nth-child(2n){margin-left:5px}}.controller__head.svelte-177qilh{align-items:center;display:flex;margin-bottom:15px}@media(min-width:999px){.controller__head.svelte-177qilh{margin-bottom:24px}}.controller__icon.svelte-177qilh{background-color:#e7efff;border-radius:50%;width:33px;height:33px;margin-right:13px}.controller__title.svelte-177qilh{font-weight:800}.controller__price.svelte-177qilh{font-size:20px;font-weight:600;margin-left:auto}@media(min-width:1200px){.controller__body.svelte-177qilh{align-items:center;display:flex;min-height:68px}}.controller__body-inner.svelte-177qilh{width:100%}.controller__text.svelte-177qilh{font-size:14px;line-height:1.3;margin-top:auto;padding-top:10px}.rack-item.svelte-eaa8wd{align-items:center;background:#fff;border:1px solid #E7E9F1;border-radius:7px;color:#1e2243;cursor:pointer;display:flex;flex-direction:column;margin:0 5px 10px;padding:18px 18px 28px;transition:border-color .2s,box-shadow .2s;width:calc(50% - 10px)}@media(min-width:1200px){.rack-item.svelte-eaa8wd{width:calc(25% - 10px)}}.rack-item.active.svelte-eaa8wd{border-color:#fd5b4f;box-shadow:0 0 0 1px #fd5b4f,3px 4px 4px #0000001a}.rack-item__icon.svelte-eaa8wd{margin-bottom:14px;width:50px;height:50px}.rack-item__icon.svelte-eaa8wd img:where(.svelte-eaa8wd){display:block;object-fit:contain;width:100%;height:100%}.rack-item__title.svelte-eaa8wd{font-size:16px;font-weight:700;margin-bottom:10px;transition:color .2s}.rack-item__title.active.svelte-eaa8wd{color:#fd5b4f}.rack-item__select.svelte-eaa8wd{margin:auto 0;width:100%}.rack-item__text.svelte-eaa8wd{font-size:13px;text-align:center}.rack-item__text.svelte-eaa8wd p:where(.svelte-eaa8wd){margin-bottom:5px}.rack-item__price.svelte-eaa8wd{font-size:20px;line-height:1;margin-top:auto;padding-top:20px}.racks.svelte-1a7vt05{display:flex;flex-wrap:wrap;margin:0 -5px}.predefined-sockets.svelte-v8sggh{align-items:center;display:flex;min-height:68px;text-align:center}.predefined-sockets__inner.svelte-v8sggh{width:100%}.predefined-sockets__title.svelte-v8sggh{color:#fd5b4f;font-size:24px;font-weight:800;line-height:1.1;margin-bottom:5px}.predefined-sockets__text.svelte-v8sggh{font-weight:800;font-size:16px;line-height:1.5}@media(min-width:1200px){.colocation-configurator__blocks.svelte-1bsfua1{display:flex;flex-wrap:wrap}}.colocation-configurator__quantity.svelte-1bsfua1{text-align:center}.colocation-configurator-container[data-astro-cid-z6z2z4fd]{position:relative;margin-top:-100px;z-index:2}@media(min-width:999px){.colocation-configurator-container[data-astro-cid-z6z2z4fd]{margin-top:-224px}}.colocation-configurator-container[data-astro-cid-z6z2z4fd]+.banner{margin-top:0}.colocation-images{padding-top:30px;position:relative}@media(min-width:1024px){.colocation-images{padding-top:66px}}.colocation-images__items{display:flex;flex-wrap:wrap;justify-content:space-between}.colocation-images__item{border-radius:10px;margin-bottom:20px;overflow:hidden;position:relative;width:calc(50% - 10px);z-index:1}@media(min-width:1024px){.colocation-images__item{width:calc(25% - 15px)}}.colocation-images__item:after{content:"";display:block;padding-bottom:115%}.colocation-images__item img{background:#0000001a;display:block;filter:grayscale(1);height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:filter .3s;width:100%}.colocation-images__item:hover img{filter:grayscale(0)}.colo-location[data-astro-cid-ck7xwksb]{color:#fff;padding:60px 0 40px}.colo-location__title[data-astro-cid-ck7xwksb]{font-size:28px;font-weight:800;margin-bottom:16px;text-align:center}@media(min-width:1024px){.colo-location__title[data-astro-cid-ck7xwksb]{font-size:36px}}.colo-location__text[data-astro-cid-ck7xwksb]{font-size:16px;line-height:1.6;margin:0 auto 40px;max-width:680px;opacity:.8;text-align:center}.colo-location__image[data-astro-cid-ck7xwksb]{position:relative}@media(max-width:767px){.colo-location__image[data-astro-cid-ck7xwksb]:after{content:"";display:block;padding-bottom:70%}}@media(min-width:1280px){.colo-location__image[data-astro-cid-ck7xwksb]{margin:0 -12px}}.colo-location__map[data-astro-cid-ck7xwksb]{border-radius:10px;display:block;height:100%;object-fit:contain;width:100%}@media(max-width:767px){.colo-location__map[data-astro-cid-ck7xwksb]{left:0;object-fit:cover;position:absolute;top:0}}.colo-location__pin[data-astro-cid-ck7xwksb]{display:block;height:46px;left:calc(50% - 23px);object-fit:contain;position:absolute;top:calc(50% - 34px);width:46px}@media(min-width:768px){.colo-location__pin[data-astro-cid-ck7xwksb]{height:60px;left:calc(50% - 30px);top:calc(50% - 42px);width:60px}}@media(min-width:1024px){.colo-location__pin[data-astro-cid-ck7xwksb]{height:92px;left:calc(50% - 46px);top:calc(50% - 70px);width:92px}}@media(min-width:1280px){.colo-location__pin[data-astro-cid-ck7xwksb]{top:calc(50% - 64px)}}.colocation-why[data-astro-cid-2fupewlu]{background-color:#1a1a2e;padding:80px 0}.colocation-why__inner[data-astro-cid-2fupewlu]{text-align:center}.colocation-why__title[data-astro-cid-2fupewlu]{color:#fff;font-size:32px;font-weight:800;margin-bottom:16px}@media(min-width:999px){.colocation-why__title[data-astro-cid-2fupewlu]{font-size:40px}}.colocation-why__title[data-astro-cid-2fupewlu] span[data-astro-cid-2fupewlu]{color:#fd5b4f}.colocation-why__subtitle[data-astro-cid-2fupewlu]{color:#ffffffb3;font-size:16px;margin-bottom:60px}.colocation-why__grid[data-astro-cid-2fupewlu]{display:grid;gap:32px;grid-template-columns:1fr;margin-bottom:60px;text-align:left}@media(min-width:768px){.colocation-why__grid[data-astro-cid-2fupewlu]{grid-template-columns:repeat(2,1fr)}}@media(min-width:999px){.colocation-why__grid[data-astro-cid-2fupewlu]{grid-template-columns:repeat(4,1fr)}}.colocation-why__item[data-astro-cid-2fupewlu] img[data-astro-cid-2fupewlu]{display:block;filter:invert(1) brightness(2);height:40px;margin-bottom:16px;object-fit:contain;width:40px}.colocation-why__item[data-astro-cid-2fupewlu] h3[data-astro-cid-2fupewlu]{color:#fff;font-size:16px;font-weight:700;margin-bottom:10px}.colocation-why__item[data-astro-cid-2fupewlu] p[data-astro-cid-2fupewlu]{color:#ffffffa6;font-size:14px;line-height:1.6}.colocation-why__cta[data-astro-cid-2fupewlu]{text-align:center}.colocation-why__btn[data-astro-cid-2fupewlu]{background-color:#fd5b4f;border-radius:6px;color:#fff;display:inline-block;font-size:15px;font-weight:700;padding:14px 32px;text-decoration:none;transition:background-color .2s}.colocation-why__btn[data-astro-cid-2fupewlu]:hover{background-color:#e84a3e}.connectivity{padding:60px 0 40px;position:relative}@media(min-width:999px){.connectivity{padding:80px 0 60px}}.connectivity__head{color:#ffffffd9;margin-bottom:50px;text-align:center}@media(min-width:999px){.connectivity__head{margin-bottom:70px}}.connectivity__title{color:#fff;font-size:26px;font-weight:800;margin-bottom:16px}@media(min-width:999px){.connectivity__title{font-size:32px}}.connectivity__text{color:#ffffffbf;font-size:15px;line-height:1.7;margin:0 auto;max-width:620px}.connectivity__image svg{display:block;height:auto;width:100%;aspect-ratio:1083/790}.page-colocation-hosting .hero-column__inner{padding-bottom:60px}.page-colocation-hosting .colocation-configurator-container{margin-top:40px}.page-colocation-hosting .datacenter-features+.datacenter-features{border-top:1px solid rgba(255,255,255,.08)}.colocation-connectivity-wrap{background-color:#12122a}
