@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap";.category{display:flex;align-items:center;text-decoration:none;border-radius:4px;background:#F3F6FA;padding:12px 16px;height:100%;transition:background .3s ease,border .3s ease}@media only screen and (max-width: 767px){.category{padding:14px 20px;flex-direction:column;justify-content:center;text-align:center}}@media (hover: hover){.category:hover{background:#ecf1f7}}.category.active{background:#5E7BA5;border-radius:6px}.category.active .category__name{color:#fff;font-weight:600}.category.active .category__icon{background-image:var(--b5b6d604)!important}.category__icon{flex-shrink:0;width:24px;height:24px;margin-right:12px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain}@media only screen and (max-width: 767px){.category__icon{margin-right:0;margin-bottom:8px}}.category__name{color:var(--color-text);font-size:15px;font-weight:500;line-height:normal;text-decoration:none;transition:color .3s ease}@media only screen and (max-width: 767px){.category__name{font-size:14px}}.loader{display:flex;align-items:center;justify-content:center;padding:80px 20px}.loader.hide{display:none!important}.loader--sm{padding:0;min-height:62px}@media only screen and (max-width: 1024px){.loader--sm{min-height:48px}}.loader--sm .loader__image{width:48px;height:48px}@media only screen and (max-width: 1024px){.loader--sm .loader__image{width:40px;height:40px}}.loader__image{width:64px;height:64px;flex-shrink:0;border-radius:50%;overflow:hidden;box-shadow:0 2px 8px #00000012}.loader__image img{display:block;width:100%;height:100%;object-fit:contain}.categories-container{height:100%;position:relative;overflow-y:auto;padding-bottom:40px}@media only screen and (max-width: 1279px){.categories-container{height:auto;overflow:visible;padding-bottom:0}}.categories-container::-webkit-scrollbar{width:4px;background-color:#eee}.categories-container::-webkit-scrollbar-track{box-shadow:none}.categories-container::-webkit-scrollbar-thumb{background:#818A8F;border-radius:3px}.categories{padding-right:12px;position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width: 1279px){.categories{padding-right:0;position:relative;height:auto;padding-bottom:16px}}@media only screen and (max-width: 1024px){.categories{padding-bottom:40px}}@media only screen and (max-width: 767px){.categories{padding-bottom:40px}}.categories__title{color:var(--primary-dark-grey);font-size:18px;font-weight:600;line-height:normal;padding-bottom:14px;display:none}@media only screen and (max-width: 1024px){.categories__title{font-size:16px}}@media only screen and (max-width: 767px){.categories__title{font-size:15px;display:block}}.categories__grid{display:grid;grid-template-columns:1fr;gap:4px}@media only screen and (max-width: 1279px){.categories__grid{grid-template-columns:1fr 1fr 1fr;gap:4px 16px}}@media only screen and (max-width: 767px){.categories__grid{grid-template-columns:1fr 1fr;gap:10px}}.categories__item{height:100%}.property-value{display:inline-flex;align-items:center;justify-content:center;padding:0 20px;height:44px;border-radius:4px;border:1px solid #C2CFE0;background-color:#f3f6fa;margin:3px;transition:background-color .3s ease,background-image .3s ease,border-color .3s ease}@media only screen and (max-width: 767px){.property-value{padding:0 16px;height:40px}}@media (hover: hover){.property-value:hover{background-color:#ecf1f7}}.property-value.active{background-color:#5e7ba5;border-color:#5e7ba5}.property-value.active .property-value__icon{display:flex}.property-value.active .property-value__text{color:#fff}.property-value.disabled{background-color:#f7f9fd;border-color:#f7f9fd;background-image:var(--2c3ada32);background-position:50% 50%;background-size:auto 140%;background-repeat:no-repeat}.property-value.disabled .property-value__text{color:#909ba9}.property-value.disabled.active{border-color:#5e7ba5}.property-value.disabled.active .property-value__text{color:var(--color-text)}.property-value__icon{flex-shrink:0;display:none;width:16px;height:16px;margin-right:6px;background-image:var(--2d39ae20);background-position:50% 50%;background-size:contain;background-repeat:no-repeat}.property-value__text{color:var(--color-text);font-size:17px;font-weight:500;line-height:16px;transition:color .3s ease,opacity .3s ease}@media only screen and (max-width: 767px){.property-value__text{font-size:15px;line-height:normal}}.alert{padding:12px 16px;display:flex;align-items:center;border-radius:4px;background:#FFFAEA;margin-bottom:8px;margin-top:24px}@media only screen and (max-width: 767px){.alert{margin-top:18px}}.alert__icon{flex-shrink:0;width:18px;height:18px;background-image:var(--d2768d12);background-position:50% 50%;background-repeat:no-repeat;background-size:contain;margin-right:16px}.alert__text{flex:1;color:var(--primary-dark-grey, #37424A);font-family:Montserrat;font-size:13px;font-weight:500;line-height:normal;margin-right:16px}.alert__close{margin-left:auto}.alert__close svg{display:block;stroke:#37424a;transition:stroke .3s ease}@media (hover: hover){.alert__close:hover svg{stroke:#485761}}.property{position:relative;scroll-margin-top:16px}.property.error .property__wrapper{border-color:#f07075;background:#FFF9F9}.property__wrapper{padding:24px;border-radius:8px;border:2px solid #DCE5F0;position:relative;transition:border .3s ease}@media only screen and (max-width: 767px){.property__wrapper{padding:24px 20px 20px}}.property__title{color:var(--color-text);font-size:18px;font-weight:600;line-height:normal;background:#fff;padding:0 7px;position:absolute;top:0;left:20px;transform:translateY(-50%);transition:color .3s ease}@media only screen and (max-width: 1279px){.property__title{left:16px}}@media only screen and (max-width: 1024px){.property__title{font-size:16px}}@media only screen and (max-width: 767px){.property__title{left:15px}}.property__input{-moz-appearance:textfield;-webkit-appearance:none;-ms-progress-appearance:none;box-shadow:none;outline:none;border-radius:4px;border:1px solid #D0D0D0;background:#FFF;width:185px;height:44px;line-height:44px;display:flex;align-items:center;padding:0 14px;color:var(--color-text-dark);font-size:17px;font-weight:500;transition:border .3s ease,background .3s ease}.property__input::-webkit-outer-spin-button,.property__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.property__input[disabled]{display:none}.property__input.error{border-color:#f07075;background:#FFF9F9}.property__input+.property__values{margin-top:14px}.property__values{position:relative;max-height:306px;overflow-y:auto;padding-right:6px}.property__values-row{margin:-3px;display:flex;flex-wrap:wrap;padding-right:8px}.error-msg{color:#ed1c24;font-size:12px;font-weight:500;line-height:normal;padding-top:8px;padding-bottom:8px}.error-msg+.alert{margin-top:16px!important}@media only screen and (max-width: 767px){.error-msg+.alert{margin-top:8px!important}}.properties{min-height:100%}@media only screen and (max-width: 1024px){.properties{padding-bottom:32px}}@media only screen and (max-width: 767px){.properties{padding-bottom:18px}}.properties__header{display:none}@media only screen and (max-width: 767px){.properties__header{display:block}}.properties__fields{display:grid;gap:24px;align-self:flex-start}@media only screen and (max-width: 767px){.properties__fields{gap:18px}}.reference-note{padding:24px 0;color:#ed1c24;font-size:12px;font-weight:500;line-height:1.5}.total{padding:20px 0;border-radius:4px;border:1px solid #DCE5F0;background:#FFF;box-shadow:0 1px 7px #0000001a;position:sticky;bottom:0;z-index:3;display:grid;gap:28px;grid-template-columns:repeat(12,1fr);transition:box-shadow .3s ease,border .3s ease}.total.active{box-shadow:0 0 24px #0000001a,12px 24px 24px #0000001a;border-radius:4px 4px 0 0}@media only screen and (max-width: 1439px){.total{gap:16px}}@media only screen and (max-width: 1279px){.total{gap:20px}}@media only screen and (max-width: 1024px){.total{gap:16px;padding:16px 0}}@media only screen and (max-width: 767px){.total{grid-template-columns:auto;grid-auto-rows:auto;position:relative;padding:0;scroll-margin-bottom:16px;box-shadow:none!important;border:none!important}}.total__calculation{grid-column:10/13;padding-right:24px;min-height:40px;position:relative}@media only screen and (max-width: 1279px){.total__calculation{grid-column:9/13}}@media only screen and (max-width: 1024px){.total__calculation{padding-right:20px}}@media only screen and (max-width: 767px){.total__calculation{grid-column:auto;padding-right:0;min-height:48px}}.total__specs{width:100%;display:flex;flex-wrap:wrap;align-items:center;align-self:flex-start;grid-column:1/10;align-self:center}@media only screen and (max-width: 1279px){.total__specs{grid-column:1/9;padding-left:20px}}@media only screen and (max-width: 767px){.total__specs{grid-column:auto;flex-direction:column;align-items:flex-start;background:#F3F6FA;border-radius:4px;padding:20px}}.total__spec{display:inline-block;padding-right:24px;margin-right:24px;position:relative;color:#37424a;font-size:16px;font-weight:500;line-height:normal}@media only screen and (max-width: 1279px){.total__spec{font-size:14px}}@media only screen and (max-width: 1024px){.total__spec{font-size:14px;margin-right:18px;padding-right:18px}}@media only screen and (max-width: 767px){.total__spec{font-size:16px;margin-right:0;padding-right:0;margin-bottom:10px;padding-bottom:10px;display:block;width:100%}}.total__spec:first-child{font-weight:600;padding:0 24px;margin-right:auto}.total__spec:first-child:before{display:none}@media only screen and (max-width: 767px){.total__spec:first-child:before{display:block}}@media only screen and (max-width: 1279px){.total__spec:first-child{display:none}}@media only screen and (max-width: 1024px){.total__spec:first-child{padding:0 20px}}@media only screen and (max-width: 767px){.total__spec:first-child{padding-bottom:18px;padding-left:0;display:block}}.total__spec:before{content:"";position:absolute;top:50%;right:0;width:1px;height:20px;transform:translateY(-50%);background:#DBDFE3}@media only screen and (max-width: 767px){.total__spec:before{right:auto;top:auto;width:100%;height:1px;transform:none;bottom:0;left:0}}.total__spec:last-child{margin-right:0;padding-bottom:0;margin-bottom:0}.total__spec:last-child:before{display:none}.total__calc{position:relative}.total__btn{display:flex;align-items:center;justify-content:center;height:40px;background:#ED1C24;border-radius:4px;padding:0 20px;color:#fff;text-align:center;font-size:14px;font-weight:500;line-height:1;transition:opacity .3s ease,background .3s ease}@media only screen and (max-width: 767px){.total__btn{height:48px;opacity:0;visibility:hidden}}.total__btn.disabled{pointer-events:none;background:#D0D0D0}@media (hover: hover){.total__btn:hover{background:#c61017}}.total__btn.disabled{background:#D0D0D0;pointer-events:none}.total__result{display:flex;align-items:center;justify-content:center;min-height:100%}@media only screen and (max-width: 767px){.total__result{border-radius:4px;padding:14px 16px;background:#F3F6FA}}.total__result-item{padding-right:16px;display:flex;flex-wrap:wrap}.total__result-item:last-child{padding-right:0}.total__result-value{color:#37424a;font-size:16px;font-weight:500;line-height:normal;padding-right:4px}@media only screen and (max-width: 1279px){.total__result-value{font-size:14px}}@media only screen and (max-width: 1024px){.total__result-value{font-size:14px}}@media only screen and (max-width: 767px){.total__result-value{font-size:16px}}.total__result-value:last-child{padding-right:0}.total__result-value--red{color:#ed1c24}.total__loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.backlink{display:flex;align-items:center}.backlink__icon{flex-shrink:0;width:24px;height:24px;margin-right:8px;background:var(--25c67a83) 50% 50% no-repeat;background-size:contain}.backlink__name{color:#5e7ba5;font-size:16px;font-weight:600;line-height:normal}.header-sm{padding-bottom:40px}.header-sm__backlink{padding-bottom:20px}.header-sm__title{color:var(--primary-dark-grey, #37424A);font-size:22px;font-weight:700;line-height:normal;letter-spacing:-.22px}.scheme{border-radius:8px;border:2px solid #DCE5F0;height:100%;display:flex;flex-direction:column;overflow:hidden}@media only screen and (max-width: 1024px){.scheme{margin-bottom:32px}}@media only screen and (max-width: 767px){.scheme{margin-bottom:18px}}.scheme__header{padding:8px;position:relative;z-index:2;width:100%}.scheme__title{color:#37424a;font-size:18px;font-weight:500;line-height:normal;padding:10px 12px 14px}@media only screen and (max-width: 1279px){.scheme__title{font-size:16px}}.scheme__dropdown{position:relative}.scheme__dropdown-arrow{width:20px;height:20px;flex-shrink:0;margin-left:14px}.scheme__dropdown-arrow svg{display:block;width:100%;height:100%;transition:transform .3s ease}.scheme__dropdown-arrow.active svg{transform:rotate(-180deg)}.scheme__dropdown-current{padding:11px 16px;display:flex;justify-content:space-between;align-items:center;border-radius:4px;background:#5E7BA5;cursor:pointer;color:#fff;font-size:18px;font-weight:500;line-height:normal;transition:background .3s ease}@media only screen and (max-width: 1279px){.scheme__dropdown-current{font-size:16px}}@media (hover: hover){.scheme__dropdown-current:hover{background:#546f96}}.scheme__dropdown-current.disabled{pointer-events:none}.scheme__dropdown-list{position:absolute;margin:8px 0 0;width:100%;padding:4px 0;border-radius:6px;background:#FFF;box-shadow:0 8px 50px #3b3e4726}.scheme__dropdown-item{padding:16px 14px 16px 18px;color:#37424a;font-size:16px;font-weight:500;line-height:normal;cursor:pointer;background:#fff;position:relative;transition:background .3s ease,color .3s ease}.scheme__dropdown-item:before{content:"";position:absolute;top:50%;right:14px;transform:translateY(-50%);width:20px;height:20px;background:var(--73c3cee3) 50% 50% no-repeat;background-size:contain;display:none}@media (hover: hover){.scheme__dropdown-item:hover{background:#F3F6FA}}.scheme__dropdown-item.active{background:#F3F6FA;color:#5e7ba5;padding-right:50px;pointer-events:none}.scheme__dropdown-item.active:before{display:block}.scheme__body{background:#F3F6FA;flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:60px 24px 180px;z-index:1;width:100%}@media only screen and (max-width: 1279px){.scheme__body{padding:60px 40px 116px}}@media only screen and (max-width: 1024px){.scheme__body{padding:50px}}@media only screen and (max-width: 767px){.scheme__body{padding:50px 40px 116px}}.scheme__body img{display:block;max-width:100%;max-height:100%;object-fit:contain}.scheme__logo{position:absolute;bottom:70px;left:50%;transform:translate(-50%);width:230px;height:40px;background:var(--45d0b470) 50% 50% no-repeat;background-size:contain}@media only screen and (max-width: 1279px){.scheme__logo{width:210px;height:36px;bottom:40px}}@media only screen and (max-width: 1024px){.scheme__logo{width:152px;height:26px;transform:none;bottom:24px;right:24px;left:auto}}@media only screen and (max-width: 767px){.scheme__logo{right:auto;left:50%;transform:translate(-50%);bottom:40px}}.total-btn-mobile{position:sticky;bottom:16px;z-index:4;margin-top:-47px}.total-btn-mobile.disabled{pointer-events:none}.total-btn-mobile__btn{display:flex;align-items:center;justify-content:center;height:48px;background:#ED1C24;border-radius:4px;padding:0 20px;color:#fff;text-align:center;font-size:14px;font-weight:500;line-height:1;transition:opacity .3s ease,background .3s ease,visibility .3s ease}@media (hover: hover){.total-btn-mobile__btn:hover{background:#c61017}}.total-btn-mobile__btn.disabled{background:#D0D0D0;pointer-events:none}.total-btn-mobile__btn.hidden{opacity:0;visibility:hidden}:root{--vt-c-white: #ffffff;--primary-dark-grey: #37424A;--primary-black-1: #161616}:root{--color-background: var(--vt-c-white);--color-text: var(--primary-dark-grey);--color-text-dark: var(--primary-black-1)}*,*:before,*:after{box-sizing:border-box;margin:0}body{line-height:1.4;font-family:Montserrat,sans-serif;font-size:16px;min-height:100vh;transition:color .5s,background-color .5s;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;outline:none}#mi-mcalc{color:var(--color-text);background:var(--color-background);line-height:1.4;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400}.v-enter-active,.v-leave-active{transition:opacity .3s ease}.v-enter-from,.v-leave-to{opacity:0}.calculator-app.isLoading{pointer-events:none}.calculator-app__grid{display:grid;gap:38px 28px;grid-template-columns:repeat(12,1fr)}@media only screen and (max-width: 1439px){.calculator-app__grid{gap:38px 16px}}@media only screen and (max-width: 1279px){.calculator-app__grid{gap:24px 20px}}@media only screen and (max-width: 1024px){.calculator-app__grid{display:block}}.calculator-app__categories{grid-column:1/4;min-height:672px;height:100%}@media only screen and (max-width: 1279px){.calculator-app__categories{grid-column:1/13;min-height:auto;height:auto}}.calculator-app__properties{grid-column:4/10;min-height:100%}@media only screen and (max-width: 1279px){.calculator-app__properties{grid-row:2/3;grid-column:1/9}}.calculator-app__scheme{grid-column:10/13;min-height:100%}@media only screen and (max-width: 1279px){.calculator-app__scheme{grid-row:2/3;grid-column:9/13}}.calculator-app__total{grid-row:2/3;grid-column:1/13}@media only screen and (max-width: 1279px){.calculator-app__total{grid-row:3/4;grid-column:1/13}}
