@charset "UTF-8";.rhs-alert{--rhs-alert-description-color:#4e4e4e;color:var(--rhs-alert-color);display:flex;flex-direction:column;gap:4px;padding:8px 0}.rhs-alert--variant-info{--rhs-alert-color:#000}.rhs-alert--variant-success{--rhs-alert-color:#4fc7b5}.rhs-alert--variant-danger{--rhs-alert-color:#e50040}.rhs-alert--size-m{--rhs-alert-heading-gap:16px;--rhs-alert-heading-arrow-size:12px}@media(min-width:576px){.rhs-alert--size-m{--rhs-alert-heading-gap:16px;--rhs-alert-heading-arrow-size:16px}}.rhs-alert--size-l{--rhs-alert-heading-gap:16px;--rhs-alert-heading-arrow-size:16px}@media(min-width:1200px){.rhs-alert--size-l{--rhs-alert-heading-arrow-size:20px}}.rhs-alert__heading{align-items:center;display:flex;gap:var(--rhs-alert-heading-gap)}.rhs-alert__heading .rhs-icon{height:var(--rhs-alert-heading-arrow-size);width:var(--rhs-alert-heading-arrow-size)}.rhs-alert__description{color:var(--rhs-alert-description-color);margin:0;padding-left:calc(var(--rhs-alert-heading-arrow-size) + var(--rhs-alert-heading-gap))}.dark .rhs-alert{--rhs-alert-description-color:#d9d9d9}.dark .rhs-alert--variant-info{--rhs-alert-color:#f8f8f8}.dark .rhs-alert--variant-success{--rhs-alert-color:#4fc7b5}.dark .rhs-alert--variant-danger{--rhs-alert-color:#e50040}.rhs-card{--rhs-card-gap:16px;--rhs-card-heading-color:#000}@media(min-width:576px){.rhs-card{--rhs-card-gap:20px}}@media(min-width:1200px){.rhs-card{--rhs-card-gap:24px}}.rhs-card__wrapper{display:flex;flex-direction:column;gap:var(--rhs-card-gap)}.rhs-card__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.rhs-card__heading{color:var(--rhs-card-heading-color);margin:0}.rhs-textarea{--rhs-textarea-item-color:#000;--rhs-textarea-item-border:#d9d9d9;--rhs-textarea-item-bg:#fff;--rhs-textarea-item-border-focus:#000;--rhs-textarea-item-disabled-color:#000;--rhs-textarea-item-disabled-border-color:#ededed;--rhs-textarea-item-disabled-bg:#f8f8f8;--rhs-textarea-item-placeholder-color:#b0b0b0;--rhs-textarea-item-error-border-color:#e50040;--rhs-textarea-item-hover-bg:#fff;--rhs-textarea-item-hover-border-color:#818181;--rhs-textarea-item-hover-color:#b0b0b0;display:flex;flex-direction:column}.rhs-textarea--error .rhs-textarea__item{border-color:var(--rhs-textarea-item-error-border-color)}.rhs-textarea--size-s{--rhs-textarea-item-padding-y:4px;--rhs-textarea-item-padding-x:15px;--rhs-textarea-item-font-size:14px;--rhs-textarea-item-line-height:22px}@media(min-width:576px){.rhs-textarea--size-s{--rhs-textarea-item-padding-y:7px;--rhs-textarea-item-font-size:16px;--rhs-textarea-item-line-height:24px}}@media(min-width:1200px){.rhs-textarea--size-s{--rhs-textarea-item-padding-y:9px}}.rhs-textarea--size-m{--rhs-textarea-item-padding-y:7px;--rhs-textarea-item-padding-x:15px;--rhs-textarea-item-font-size:16px;--rhs-textarea-item-line-height:24px}@media(min-width:576px){.rhs-textarea--size-m{--rhs-textarea-item-padding-y:9px}}@media(min-width:1200px){.rhs-textarea--size-m{--rhs-textarea-item-padding-y:11px}}.rhs-textarea--size-l{--rhs-textarea-item-padding-y:9px;--rhs-textarea-item-padding-x:15px;--rhs-textarea-item-font-size:16px;--rhs-textarea-item-line-height:24px}@media(min-width:576px){.rhs-textarea--size-l{--rhs-textarea-item-padding-y:11px}}@media(min-width:1200px){.rhs-textarea--size-l{--rhs-textarea-item-padding-y:13px;--rhs-textarea-item-padding-x:23px;--rhs-textarea-item-font-size:20px;--rhs-textarea-item-line-height:28px}}.rhs-textarea__wrapper{position:relative}.rhs-textarea__item{background-color:var(--rhs-textarea-item-bg);border:1px solid var(--rhs-textarea-item-border);color:var(--rhs-textarea-item-color);font:inherit;font-size:var(--rhs-textarea-item-font-size);font-weight:500;line-height:var(--rhs-textarea-item-line-height);min-height:120px;padding:var(--rhs-textarea-item-padding-y) var(--rhs-textarea-item-padding-x);resize:vertical;transition-delay:0s;transition-duration:.15s;transition-property:background-color,border-color,color;transition-timing-function:ease-out;width:100%}.rhs-textarea__item::-moz-placeholder{color:var(--rhs-textarea-item-placeholder-color)}.rhs-textarea__item::placeholder{color:var(--rhs-textarea-item-placeholder-color)}.rhs-textarea__item:focus,.rhs-textarea__item:focus-visible{border:1px solid var(--rhs-textarea-item-border-focus);border-radius:0;box-sizing:border-box;outline:0}.rhs-textarea__item:hover{background-color:var(--rhs-textarea-item-hover-bg);border-color:var(--rhs-textarea-item-hover-border-color)}.rhs-textarea__item:disabled{background-color:var(--rhs-textarea-item-disabled-bg);border-color:var(--rhs-textarea-item-disabled-border-color);color:var(--rhs-textarea-item-disabled-color);cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rhs-textarea__couner{color:var(--rhs-textarea-item-placeholder-color);font-size:var(--rhs-textarea-item-font-size);font-weight:500;line-height:var(--rhs-textarea-item-line-height);position:absolute;right:var(--rhs-textarea-item-padding-x);top:var(--rhs-textarea-item-padding-y)}.dark .rhs-textarea{--rhs-textarea-item-color:#f8f8f8;--rhs-textarea-item-bg:#313131;--rhs-textarea-item-border:#4e4e4e;--rhs-textarea-item-border-focus:#818181;--rhs-textarea-item-disabled-color:#f8f8f8;--rhs-textarea-item-disabled-border-color:#4e4e4e;--rhs-textarea-item-disabled-bg:#4e4e4e;--rhs-textarea-item-placeholder-color:#818181;--rhs-textarea-item-hover-bg:#4e4e4e;--rhs-textarea-item-hover-color:#f8f8f8;--rhs-textarea-item-hover-border-color:#4e4e4e}.rhs-form-description{--rhs-form-heading-color:#000;--rhs-form-description-color:#000}.rhs-form-description__heading{color:var(--rhs-form-heading-color);margin:0}.rhs-form-description__text{color:var(--rhs-form-description-color);margin:16px 0 0}.rhs-form-description__text p{margin:0;padding:0}.dark .rhs-form-description{--rhs-form-heading-color:#f8f8f8;--rhs-form-description-color:#f8f8f8}.rhs-form{--rhs-form-padding-y:48px;--rhs-form-padding-x:12px;--rhs-form-bg:#f8f8f8;--rhs-form-wrapper-padding:24px;--rhs-form-wrapper-bg:#fff;--rhs-form-title-font-size:24px;--rhs-form-title-line-height:32px;--rhs-form-title-color:#000;--rhs-form-description-font-size:14px;--rhs-form-description-line-height:22px;--rhs-form-description-color:#4e4e4e;background-color:var(--rhs-form-bg)}@media(min-width:576px){.rhs-form{--rhs-form-padding-y:64px;--rhs-form-padding-x:32px;--rhs-form-description-font-size:16px;--rhs-form-description-line-height:24px}}@media(min-width:1200px){.rhs-form{--rhs-form-padding-y:96px}}.rhs-form__container{padding:var(--rhs-form-padding-y) var(--rhs-form-padding-x)}.rhs-form__container--center .rhs-form__wrapper{margin:0 auto}.rhs-form__container--right{display:grid;justify-content:center}@media(min-width:1200px){.rhs-form__container--right{align-items:start;gap:40px;grid-template-columns:repeat(2,1fr);justify-content:space-between}}.rhs-form__container--right .rhs-form__description{width:100%}@media(min-width:1200px){.rhs-form__container--right .rhs-form__description{padding-bottom:var(--rhs-form-wrapper-padding)}}.rhs-form__wrapper{background-color:var(--rhs-form-wrapper-bg);max-width:792px;padding:var(--rhs-form-wrapper-padding)}@media(min-width:576px){.rhs-form__wrapper{--rhs-form-wrapper-padding:32px}}.rhs-form__description{padding-bottom:0}.rhs-form__main{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.dark .rhs-form{--rhs-form-bg:#3d3d3d;--rhs-form-wrapper-bg:#313131;--rhs-form-title-color:#f8f8f8;--rhs-form-description-color:#d9d9d9}.installation-scheme-feature-text[data-v-9ac582be]{align-items:flex-start;display:flex;flex:1;flex-direction:column;justify-content:flex-start}.installation-scheme-feature-text.--center[data-v-9ac582be]{align-items:center;justify-content:center}.installation-scheme-feature-text.--center .installation-scheme-feature-text__description[data-v-9ac582be],.installation-scheme-feature-text.--center .installation-scheme-feature-text__top[data-v-9ac582be]{text-align:center}.installation-scheme-feature-text__top[data-v-9ac582be]{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:flex-start}.installation-scheme-feature-text__number[data-v-9ac582be]{align-items:center;background-color:#4fc7b5;display:flex;flex-direction:row;height:20px;justify-content:center;width:20px}.installation-scheme-feature-text__number-text[data-v-9ac582be]{color:#fff}.installation-scheme-feature-text__title[data-v-9ac582be]{font-weight:600}.installation-scheme-feature[data-v-d7025397]{background:#fff;border:2px solid #4fc7b5;display:flex;flex-direction:column;max-width:390px;padding:5px;position:relative;width:100%}.installation-scheme-feature-node-number[data-v-5e090708]{align-items:center;background:#4fc7b5;color:#fff;display:flex;justify-content:center;position:absolute;z-index:2}.installation-scheme-feature-node-number.--static[data-v-5e090708]{left:0;top:0}.installation-scheme-feature-node-number-text[data-v-5e090708]{position:relative;top:1px}.installation-scheme-feature-node[data-v-552d6456]{background:#fff;border:2px solid #4fc7b5;border-radius:50%;pointer-events:auto;z-index:10}.installation-scheme-feature-node__img[data-v-552d6456]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.fade-enter-active[data-v-0f2788e6],.fade-leave-active[data-v-0f2788e6]{transition:opacity .4s ease}.fade-enter-from[data-v-0f2788e6],.fade-leave-to[data-v-0f2788e6]{opacity:0}.screen-overlay[data-v-0f2788e6]{background:#0006;inset:0;pointer-events:none;position:fixed;z-index:999}.installation-scheme__container[data-v-0f2788e6]{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.installation-scheme__content[data-v-0f2788e6]{display:flex;gap:12px;height:100%;width:100%}.installation-scheme__feature[data-v-0f2788e6]{width:100%}.installation-scheme__feature.--active[data-v-0f2788e6]{position:relative;z-index:1000}.installation-scheme__textbox[data-v-0f2788e6]{display:flex;flex:1;flex-direction:column;gap:12px}.installation-scheme__textbox.--left[data-v-0f2788e6]{align-items:flex-start}.installation-scheme__textbox.--right[data-v-0f2788e6]{align-items:flex-end}.installation-scheme[data-v-0f2788e6]{aspect-ratio:389/578;background:url(../img/landings/installyatsiya/installyatsiya-img-2.png) no-repeat 50%/contain;max-height:578px;max-width:389px;position:relative;width:100%}.installation-scheme-mobile[data-v-62900ddd]{align-items:center;display:flex;flex-direction:column;gap:24px}.installation-scheme-mobile__image[data-v-62900ddd]{aspect-ratio:430/578;background:url(../img/landings/installyatsiya/installyatsiya-img-3.png) no-repeat 50%/contain;max-width:430px;position:relative;width:100%}.installation-scheme-mobile__number-text[data-v-62900ddd]{position:relative;top:1px}.installation-scheme-mobile__nodes[data-v-62900ddd]{display:flex;flex-direction:column;gap:24px;width:100%}.installation-scheme-mobile__node[data-v-62900ddd]{align-items:center;display:flex;gap:18px}.installation-scheme-mobile__modal-content[data-v-62900ddd]{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center}.landings-override__feature--height100[data-v-909c84d6] .rhs-feature-box-large,.landings-override__feature--height100[data-v-909c84d6] .rhs-feature-box-small,.landings-override__video--height100[data-v-909c84d6] .rhs-player{height:100%}.landings-override__slider-green-rows[data-v-909c84d6] .rhs-slider-nav-btn{color:#4fc7b5}.installation[data-v-909c84d6] .rhs-catalogue-card{min-height:440px}@media(max-width:575px){.installation[data-v-909c84d6] .rhs-catalogue-card{min-height:400px}}.installation[data-v-909c84d6] .rhs-catalogue-card .rhs-catalogue-card__heading{font-size:16px;font-weight:500;line-height:24px}.installation[data-v-909c84d6] .rhs-catalogue-card__preview-img{height:210px}@media(max-width:575px){.installation[data-v-909c84d6] .rhs-catalogue-card__preview-img{min-height:240px}}.installation[data-v-909c84d6] .rhs-catalogue-card__favorite{display:none}.installation[data-v-909c84d6] .installation__box-content{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:flex-start}.installation[data-v-909c84d6] .installation__list{list-style:none}.installation[data-v-909c84d6] .installation__list li{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start}.installation[data-v-909c84d6] .installation__list li a{color:#000;font-size:16px;font-weight:300;line-height:24px;text-decoration:underline;text-underline-offset:5px}.installation[data-v-909c84d6] .installation__list li:before{align-items:center;content:"•";display:flex;justify-content:center;padding:0 5px}.installation__docs[data-v-909c84d6] .rhs-contact-banner__right{align-items:flex-end;display:flex;justify-content:flex-start}.installation__scheme[data-v-909c84d6]{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center;width:100%}.installation__scheme-desktop[data-v-909c84d6]{display:flex}@media(max-width:959px){.installation__scheme-desktop[data-v-909c84d6]{display:none}}.installation__scheme-mobile[data-v-909c84d6]{display:none}@media(max-width:959px){.installation__scheme-mobile[data-v-909c84d6]{display:flex}}.installation__box-1[data-v-909c84d6] .rhs-feature-box-small__img img{aspect-ratio:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:left top;object-position:left top}.installation__box-2[data-v-909c84d6] .rhs-button{text-align:left}.installation__box-3[data-v-909c84d6] .rhs-deco-link:hover{color:#000}.installation__empty[data-v-909c84d6]{height:100vh;width:100%}.installation__form[data-v-909c84d6]{width:100%}.installation__contacts[data-v-909c84d6]{display:flex;flex-direction:column;gap:10px}.installation__error-modal[data-v-909c84d6]{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;margin-top:24px}.installation__link[data-v-909c84d6]{color:#fff;font-weight:500;text-decoration:underline;text-underline-offset:3px}.installation__phone-link[data-v-909c84d6]{width:-moz-fit-content;width:fit-content}.installation__phone-link[data-v-909c84d6]:hover{color:#fff}.installation__accordion-top[data-v-909c84d6]{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;margin-bottom:32px}.installation__accordion-accordion[data-v-909c84d6] .rhs-container{padding-left:0;padding-right:0}.installation__accordion-image[data-v-909c84d6]{align-items:center;display:flex;flex-direction:row;justify-content:center}.installation__accordion-image img[data-v-909c84d6]{height:-moz-fit-content;height:fit-content;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:-moz-fit-content;width:fit-content}.installation__stepper-subtitle[data-v-909c84d6]{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:flex-start}
