@charset "UTF-8";.loader{position:absolute;display:flex;left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:50% 50%;animation-name:rotate;animation-iteration-count:infinite;animation-timing-function:linear;animation-play-state:paused}.loader__item{width:8px;height:8px;margin-left:8px;margin-right:8px;background-color:var(--color-brand-dark-blue);border-radius:calc(var(--is-br) * 50%)}@media only screen and (min-width:670px){.loader__item{width:8px}}@media only screen and (min-width:960px){.loader__item{width:8px}}@media only screen and (min-width:670px){.loader__item{height:8px}}@media only screen and (min-width:960px){.loader__item{height:8px}}@media only screen and (min-width:670px){.loader__item{margin-left:8px}}@media only screen and (min-width:960px){.loader__item{margin-left:8px}}@media only screen and (min-width:670px){.loader__item{margin-right:8px}}@media only screen and (min-width:960px){.loader__item{margin-right:8px}}.loader__item:nth-child(1){animation:scale .6s 0s linear infinite alternate}.loader__item:nth-child(2){animation:scale .6s .2s linear infinite alternate}.loader__item:nth-child(3){animation:scale .6s .4s linear infinite alternate}@keyframes scale{0%{transform:scale(.7)}to{transform:scale(1.3)}}.parametric-button{border:none;margin:0;padding:0;width:auto;overflow:visible;text-align:inherit;outline:none;cursor:pointer;background-color:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;font-size:14px;line-height:1.1;font-weight:600;text-transform:uppercase;transition-property:background-color,color,border-color;transition-duration:.3s;transition-timing-function:ease;position:relative;overflow:hidden;min-height:44px;border-radius:100px;background-color:var(--color-brand-mid-blue-gradient);color:var(--color-white);display:inline-flex;align-items:center;white-space:nowrap;justify-content:center;flex-shrink:0}.parametric-button::-moz-focus-inner{border:0;padding:0}@media only screen and (min-width:670px){.parametric-button{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-button{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-button{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-button:hover .parametric-button__label{transform:translateY(-100%)}.parametric-button:hover .parametric-button__label-duplicate{transform:translateY(0)}}.parametric-button:disabled,.parametric-button.is-disabled,.parametric-button-disabled{pointer-events:none;opacity:.7}.parametric-button__wrapper{transition-property:opacity;transition-duration:.3s;transition-timing-function:ease;position:relative;display:flex;flex-direction:column;height:auto;overflow:hidden}.parametric-button__label{padding-left:16px;padding-right:16px;transition-property:transform;transition-duration:.3s;transition-timing-function:ease;display:flex;align-items:center;flex-grow:1}@media only screen and (min-width:670px){.parametric-button__label{padding-left:18px}}@media only screen and (min-width:1280px){.parametric-button__label{padding-left:20px}}@media only screen and (min-width:1900px){.parametric-button__label{padding-left:20px}}@media only screen and (min-width:670px){.parametric-button__label{padding-right:18px}}@media only screen and (min-width:1280px){.parametric-button__label{padding-right:20px}}@media only screen and (min-width:1900px){.parametric-button__label{padding-right:20px}}.parametric-button__label-duplicate{position:absolute;top:0;left:0;right:0;transform:translateY(calc(100% + 2px))}.parametric-button_width_block{width:100%}.parametric-button_theme_white{background-color:var(--color-white);border-color:var(--color-white);color:var(--color-brand-dark-blue)}.parametric-button_theme_blue-light{background-color:rgba(var(--color-brand-dark-blue-rgb),50%);border-color:rgba(var(--color-brand-dark-blue-rgb),50%);color:var(--color-brand-dark-blue)}.parametric-button_theme_blue-dark{background-color:var(--color-brand-dark-blue);border-color:var(--color-brand-dark-blue);color:var(--color-white)}.parametric-button_theme_clear{background-color:transparent;border-color:transparent;color:var(--color-brand-dark-blue);min-height:auto;height:fit-content}.parametric-button_theme_clear .parametric-button__label{padding:0}.parametric-button_theme_clear.parametric-button_theme_white{background-color:transparent;border-color:transparent;color:var(--color-white)}.parametric-button_theme_clear.parametric-button_theme_blue-light{background-color:transparent;border-color:transparent;color:rgba(var(--color-brand-dark-blue-rgb),50%)}.parametric-button_theme_clear.parametric-button_theme_blue-dark{background-color:transparent;border-color:transparent;color:var(--color-white)}.parametric-button_theme_bordered{background-color:transparent;border:1px solid var(--color-brand-dark-blue);color:var(--color-brand-dark-blue)}.parametric-button_theme_bordered.parametric-button_theme_white{border:1px solid var(--color-white);color:var(--color-white)}.parametric-button_theme_bordered.parametric-button_theme_blue-light{border:1px solid rgba(var(--color-brand-dark-blue-rgb),50%);color:rgba(var(--color-brand-dark-blue-rgb),50%)}.parametric-button_theme_bordered.parametric-button_theme_blue-dark{border:1px solid var(--color-brand-dark-blue);color:var(--color-white)}.parametric-button_theme_bordered:disabled,.parametric-button_theme_bordered.is-disabled,.parametric-button_theme_bordered-disabled{border-color:rgba(var(--color-brand-dark-blue-rgb),.3);opacity:.5}.parametric-button_size_l{font-size:18px;line-height:1.1;font-weight:600}@media only screen and (min-width:670px){.parametric-button_size_l{font-size:22px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-button_size_l{font-size:24px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-button_size_l{font-size:24px;line-height:1.1}}.parametric-button_size_xl{font-size:36px;line-height:1.08;font-weight:600}@media only screen and (min-width:670px){.parametric-button_size_xl{font-size:40px;line-height:1.08}}@media only screen and (min-width:1280px){.parametric-button_size_xl{font-size:56px;line-height:1.08}}@media only screen and (min-width:1900px){.parametric-button_size_xl{font-size:56px;line-height:1.08}}.parametric-button_size_xs{font-size:13px;line-height:1.1;font-weight:600}@media only screen and (min-width:670px){.parametric-button_size_xs{font-size:13px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-button_size_xs{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-button_size_xs{font-size:14px;line-height:1.1}}.parametric-button_theme_icon svg{margin-left:8px;line-height:0}@media only screen and (min-width:670px){.parametric-button_theme_icon svg{margin-left:8px}}@media only screen and (min-width:1280px){.parametric-button_theme_icon svg{margin-left:8px}}@media only screen and (min-width:1900px){.parametric-button_theme_icon svg{margin-left:8px}}.parametric-button_theme_left-icon svg{margin-right:8px;line-height:0;margin-left:0}@media only screen and (min-width:670px){.parametric-button_theme_left-icon svg{margin-right:8px}}@media only screen and (min-width:1280px){.parametric-button_theme_left-icon svg{margin-right:8px}}@media only screen and (min-width:1900px){.parametric-button_theme_left-icon svg{margin-right:8px}}.parametric-button_theme_loading .parametric-button__wrapper{opacity:0}.parametric-button-circle{border:none;margin:0;padding:0;width:auto;overflow:visible;text-align:inherit;outline:none;cursor:pointer;background-color:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;transition-property:background-color,color,border-color;transition-duration:.3s;transition-timing-function:ease;width:44px;height:44px;position:relative;display:flex;align-items:center;justify-content:center;border-radius:calc(var(--is-br) * 50%);border:1px solid var(--color-brand-dark-blue)}.parametric-button-circle::-moz-focus-inner{border:0;padding:0}@media only screen and (min-width:1280px){.parametric-button-circle:hover .parametric-button-circle__label{transform:translateY(-100%)}.parametric-button-circle:hover .parametric-button-circle__label-duplicate{transform:translateY(0)}}.parametric-button-circle:disabled,.parametric-button-circle.is-disabled{pointer-events:none;cursor:default}.parametric-button-circle__wrapper{position:relative;display:flex;flex-direction:column;height:auto;overflow:hidden}.parametric-button-circle__label{transition-property:transform;transition-duration:.3s;transition-timing-function:ease;display:flex;align-items:center}.parametric-button-circle__label svg{flex-shrink:0}.parametric-button-circle__label-duplicate{position:absolute;top:0;left:0;right:0;transform:translateY(100%)}.parametric-button-circle_theme_white{background-color:var(--color-white);border-color:var(--color-white);color:var(--color-brand-dark-blue)}.parametric-button-circle_theme_mid-blue{background-color:var(--color-brand-mid-blue-gradient);border-color:var(--color-brand-mid-blue-gradient);color:var(--color-white)}.parametric-button-circle_theme_light-blue{background-color:var(--color-white);border-color:rgba(var(--color-brand-dark-blue-rgb),.1);color:var(--color-brand-dark-blue-rgb)}.parametric-button-circle_theme_small{width:38px;height:38px}@media only screen and (min-width:670px){.parametric-button-circle_theme_small{width:44px;height:44px}}.parametric-button-circle_theme_large{width:52px;height:52px}@media only screen and (min-width:670px){.parametric-button-circle_theme_large{width:64px;height:64px}}@media only screen and (min-width:1280px){.parametric-button-circle_theme_large{width:72px;height:72px}}.parametric-button-circle_theme_clear{background-color:transparent;border-color:transparent}.parametric-button-circle_theme_clear.parametric-button-circle_theme_white{background-color:transparent;border-color:transparent;color:var(--color-white)}.toast{padding:18px 2.7777777778%;position:fixed;left:0;bottom:0;z-index:5;display:flex;flex-direction:column;gap:10px;width:100%}@media only screen and (min-width:670px){.toast{padding-top:28px}}@media only screen and (min-width:1280px){.toast{padding-top:32px}}@media only screen and (min-width:1900px){.toast{padding-top:32px}}@media only screen and (min-width:670px){.toast{padding-bottom:28px}}@media only screen and (min-width:1280px){.toast{padding-bottom:32px}}@media only screen and (min-width:1900px){.toast{padding-bottom:32px}}@media only screen and (min-width:1280px){.toast{left:50%;transform:translate(-50%)}}.toast__item{margin-left:auto;margin-right:auto;padding:8px 8px 8px 20px;display:flex;align-items:center;justify-content:space-between;max-width:340px;width:100%;border-radius:100px;background:rgba(var(--color-brand-dark-blue-rgb),.9)}@media only screen and (min-width:670px){.toast__item{padding-top:8px}}@media only screen and (min-width:1280px){.toast__item{padding-top:8px}}@media only screen and (min-width:1900px){.toast__item{padding-top:8px}}@media only screen and (min-width:670px){.toast__item{padding-bottom:8px}}@media only screen and (min-width:1280px){.toast__item{padding-bottom:8px}}@media only screen and (min-width:1900px){.toast__item{padding-bottom:8px}}@media only screen and (min-width:1280px){.toast__item{max-width:none;width:fit-content}}@media only screen and (min-width:1280px){.toast__item-btn-mob{display:none}}.toast__item-btn-desk{display:none}@media only screen and (min-width:1280px){.toast__item-btn-desk{display:flex;flex-shrink:0}}@media only screen and (min-width:1280px){.toast__item-content{display:flex;padding-left:24px;gap:6px;flex-shrink:0}}.toast__item-inner{flex-grow:1;display:flex;align-items:center;justify-content:space-between;max-width:247px;width:100%}@media only screen and (min-width:1280px){.toast__item-inner{padding-right:24px;max-width:none;width:fit-content;flex-grow:0;flex-shrink:0}}.toast__item-content-title,.toast__item-content-text{font-size:14px;line-height:1.2;font-weight:500;flex-shrink:0}@media only screen and (min-width:670px){.toast__item-content-title,.toast__item-content-text{font-size:15px;line-height:1.2}}@media only screen and (min-width:1280px){.toast__item-content-title,.toast__item-content-text{font-size:18px;line-height:1.2}}@media only screen and (min-width:1900px){.toast__item-content-title,.toast__item-content-text{font-size:18px;line-height:1.2}}.toast__item-content-title{color:var(--color-white)}.toast__item-content-text{color:rgba(var(--color-white-rgb),.7)}.pr-skeleton{position:relative;overflow:hidden;width:100%;height:100%;background-color:rgba(var(--color-dark),.1)}.pr-skeleton__highlight{content:"";position:absolute;top:-25%;left:0;display:block;width:100%;height:200%;transform:skew(-10deg);animation:translate-left 1.5s infinite;background-color:rgba(var(--color-dark),.2)}@keyframes translate-left{0%{opacity:0;transform:translate(-110%) skew(-10deg)}30%{opacity:1}70%{opacity:1}to{opacity:0;transform:translate(110%) skew(-10deg)}}.pr-card-skeleton{padding-all:40px;height:520px;width:100%;display:flex;flex-direction:column;background:var(--color-white);border:1px solid var(--color-dark);box-sizing:border-box}@media only screen and (min-width:670px){.pr-card-skeleton{padding-all:76px}}@media only screen and (min-width:1280px){.pr-card-skeleton{padding-all:160px}}@media only screen and (min-width:1900px){.pr-card-skeleton{padding-all:160px}}@media only screen and (min-width:670px){.pr-card-skeleton{height:620px}}@media only screen and (min-width:960px){.pr-card-skeleton{height:750px}}.pr-card-skeleton__image{height:280px;width:100%}@media only screen and (min-width:670px){.pr-card-skeleton__image{height:320px}}@media only screen and (min-width:960px){.pr-card-skeleton__image{height:380px}}.pr-card-skeleton__info{padding-top:26px;padding-left:14px;padding-right:14px;flex-grow:1;display:flex;flex-direction:column}@media only screen and (min-width:670px){.pr-card-skeleton__info{padding-top:38px}}@media only screen and (min-width:1280px){.pr-card-skeleton__info{padding-top:48px}}@media only screen and (min-width:1900px){.pr-card-skeleton__info{padding-top:48px}}@media only screen and (min-width:670px){.pr-card-skeleton__info{padding-left:20px}}@media only screen and (min-width:960px){.pr-card-skeleton__info{padding-left:24px}}@media only screen and (min-width:670px){.pr-card-skeleton__info{padding-right:20px}}@media only screen and (min-width:960px){.pr-card-skeleton__info{padding-right:24px}}.pr-card-skeleton__title{height:32px;margin-bottom:26px;padding-bottom:26px;width:60%}@media only screen and (min-width:670px){.pr-card-skeleton__title{height:32px}}@media only screen and (min-width:960px){.pr-card-skeleton__title{height:32px}}@media only screen and (min-width:670px){.pr-card-skeleton__title{margin-bottom:38px}}@media only screen and (min-width:1280px){.pr-card-skeleton__title{margin-bottom:48px}}@media only screen and (min-width:1900px){.pr-card-skeleton__title{margin-bottom:48px}}@media only screen and (min-width:670px){.pr-card-skeleton__title{padding-bottom:38px}}@media only screen and (min-width:1280px){.pr-card-skeleton__title{padding-bottom:48px}}@media only screen and (min-width:1900px){.pr-card-skeleton__title{padding-bottom:48px}}.pr-card-skeleton__metro{margin-bottom:26px;height:20px;width:40%}@media only screen and (min-width:670px){.pr-card-skeleton__metro{margin-bottom:38px}}@media only screen and (min-width:1280px){.pr-card-skeleton__metro{margin-bottom:48px}}@media only screen and (min-width:1900px){.pr-card-skeleton__metro{margin-bottom:48px}}@media only screen and (min-width:670px){.pr-card-skeleton__metro{height:20px}}@media only screen and (min-width:960px){.pr-card-skeleton__metro{height:20px}}.pr-card-skeleton__bottom{height:60px;margin-top:auto;width:100%;border-top:1px solid var(--color-dark);display:flex;align-items:center;justify-content:space-between}@media only screen and (min-width:670px){.pr-card-skeleton__bottom{height:70px}}@media only screen and (min-width:960px){.pr-card-skeleton__bottom{height:80px}}.pr-card-skeleton__price{height:24px;width:100px}@media only screen and (min-width:670px){.pr-card-skeleton__price{height:24px}}@media only screen and (min-width:960px){.pr-card-skeleton__price{height:24px}}@media only screen and (min-width:670px){.pr-card-skeleton__price{width:100px}}@media only screen and (min-width:960px){.pr-card-skeleton__price{width:100px}}.pr-card-skeleton__count{height:20px;width:80px}@media only screen and (min-width:670px){.pr-card-skeleton__count{height:20px}}@media only screen and (min-width:960px){.pr-card-skeleton__count{height:20px}}@media only screen and (min-width:670px){.pr-card-skeleton__count{width:80px}}@media only screen and (min-width:960px){.pr-card-skeleton__count{width:80px}}.pr-loader__header-top{padding-left:5.5555555556%;padding-right:5.5555555556%}.pr-loader__header-buttons{padding-left:5.5555555556%;padding-right:5.5555555556%;gap:14px;height:54px;display:grid;grid-template-columns:1fr 3fr 1fr}@media only screen and (min-width:670px){.pr-loader__header-buttons{gap:24px}}@media only screen and (min-width:960px){.pr-loader__header-buttons{gap:24px}}@media only screen and (min-width:670px){.pr-loader__header-buttons{height:54px}}@media only screen and (min-width:960px){.pr-loader__header-buttons{height:54px}}@media only screen and (min-width:670px){.pr-loader__header-buttons{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1280px){.pr-loader__header-buttons{display:none}}.pr-loader__header-tabs{height:52px;margin-top:0;margin-bottom:0;border-top:1px solid var(--color-dark);display:flex}@media only screen and (min-width:670px){.pr-loader__header-tabs{height:64px}}@media only screen and (min-width:960px){.pr-loader__header-tabs{height:68px}}@media only screen and (min-width:670px){.pr-loader__header-tabs{margin-top:0}}@media only screen and (min-width:1280px){.pr-loader__header-tabs{margin-top:0}}@media only screen and (min-width:1900px){.pr-loader__header-tabs{margin-top:0}}.pr-loader__header-tabs .pr-skeleton{width:96px}@media only screen and (min-width:670px){.pr-loader__header-tabs .pr-skeleton{width:96px}}@media only screen and (min-width:960px){.pr-loader__header-tabs .pr-skeleton{width:108px}}.pr-loader__header-tabs .pr-skeleton:not(:last-child){margin-right:24px}@media only screen and (min-width:670px){.pr-loader__header-tabs .pr-skeleton:not(:last-child){margin-right:32px}}@media only screen and (min-width:960px){.pr-loader__header-tabs .pr-skeleton:not(:last-child){margin-right:32px}}.pr-loader__header-filter{padding-left:5.5555555556%;padding-right:5.5555555556%;display:none}@media only screen and (min-width:1280px){.pr-loader__header-filter{height:54px;display:grid;grid-template-columns:1fr 186px}}@media only screen and (min-width:1280px) and (min-width:670px){.pr-loader__header-filter{height:54px}}@media only screen and (min-width:1280px) and (min-width:960px){.pr-loader__header-filter{height:54px}}.pr-loader__header-filter-inner{display:grid;grid-template-columns:repeat(2,1fr) repeat(2,1.28fr) 1fr;max-width:80%}@media only screen and (min-width:960px){.pr-loader__header-filter-inner{gap:22px}}.parametric-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.parametric-breadcrumbs__text{font-size:14px;line-height:1.1;font-weight:600;color:rgba(var(--color-brand-dark-blue-rgb),.7);text-transform:uppercase}@media only screen and (min-width:670px){.parametric-breadcrumbs__text{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-breadcrumbs__text{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-breadcrumbs__text{font-size:14px;line-height:1.1}}.parametric-slider{transition-property:border-color;transition-duration:.3s;transition-timing-function:ease;padding-left:16px;padding-right:16px;border-radius:100px;width:100%;height:44px;background-color:var(--color-white);border:1px solid rgba(var(--color-brand-dark-blue-rgb),.1)}@media only screen and (min-width:670px){.parametric-slider{padding-left:18px}}@media only screen and (min-width:1280px){.parametric-slider{padding-left:20px}}@media only screen and (min-width:1900px){.parametric-slider{padding-left:20px}}@media only screen and (min-width:670px){.parametric-slider{padding-right:18px}}@media only screen and (min-width:1280px){.parametric-slider{padding-right:20px}}@media only screen and (min-width:1900px){.parametric-slider{padding-right:20px}}@media only screen and (min-width:1280px){.parametric-slider:hover{border-color:var(--color-brand-dark-blue)}}.parametric-slider .vue-slider-rail{position:relative;cursor:pointer}.parametric-slider .vue-slider-rail:after{height:30px;content:"";position:absolute;top:50%;width:100%;left:0;transform:translateY(-50%)}.parametric-slider .vue-slider-dot{background-color:var(--color-brand-dark-blue)}.parametric-slider .vue-slider-dot-handle{transition-property:background-color,height,width;transition-duration:.3s;transition-timing-function:ease;width:11px;height:11px;background-color:var(--color-brand-dark-blue);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 1px))}.parametric-slider .vue-slider-dot-handle:before{content:"";position:absolute;width:40px;height:40px;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (min-width:670px){.parametric-slider .vue-slider-dot-handle:before{width:36px}}@media only screen and (min-width:670px){.parametric-slider .vue-slider-dot-handle:before{height:36px}}.parametric-slider .vue-slider-process{background-color:var(--color-brand-mid-blue);height:2px!important;top:50%;margin-left:0;transform:translateY(-50%)}.parametric-slider__inputs{position:relative;align-items:center;justify-content:space-between;width:100%;height:100%;display:flex}.parametric-slider__inputs :last-child{justify-self:end}.parametric-slider__inputs-separator{font-size:14px;line-height:1.1;font-weight:600}@media only screen and (min-width:670px){.parametric-slider__inputs-separator{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-slider__inputs-separator{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-slider__inputs-separator{font-size:14px;line-height:1.1}}.parametric-slider__inputs-wrap{display:flex;align-items:center}.parametric-slider__inputs-prefix{padding-right:8px;font-size:13px;line-height:1.1;font-weight:600;color:var(--color-brand-slate)}@media only screen and (min-width:670px){.parametric-slider__inputs-prefix{padding-right:8px}}@media only screen and (min-width:1280px){.parametric-slider__inputs-prefix{padding-right:8px}}@media only screen and (min-width:1900px){.parametric-slider__inputs-prefix{padding-right:8px}}@media only screen and (min-width:670px){.parametric-slider__inputs-prefix{font-size:13px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-slider__inputs-prefix{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-slider__inputs-prefix{font-size:14px;line-height:1.1}}.parametric-slider__inputs-suffix{font-size:14px;line-height:1.1;font-weight:600}@media only screen and (min-width:670px){.parametric-slider__inputs-suffix{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-slider__inputs-suffix{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-slider__inputs-suffix{font-size:14px;line-height:1.1}}.parametric-slider__inputs-input{overflow:hidden;visibility:hidden;position:absolute;opacity:0}.parametric-slider__inputs-value{font-size:14px;line-height:1.1;font-weight:600}@media only screen and (min-width:670px){.parametric-slider__inputs-value{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-slider__inputs-value{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-slider__inputs-value{font-size:14px;line-height:1.1}}.pr-checkbox{padding-left:10px;padding-right:10px;min-height:36px;display:flex;align-items:center}@media only screen and (min-width:670px){.pr-checkbox{padding-left:10px}}@media only screen and (min-width:960px){.pr-checkbox{padding-left:10px}}@media only screen and (min-width:670px){.pr-checkbox{padding-right:10px}}@media only screen and (min-width:960px){.pr-checkbox{padding-right:10px}}@media only screen and (min-width:670px){.pr-checkbox{min-height:36px}}@media only screen and (min-width:960px){.pr-checkbox{min-height:36px}}@media only screen and (min-width:1280px){.pr-checkbox:hover .pr-checkbox__icon-wrapper span{background:rgba(var(--color-brand-dark-blue-rgb),.5)}}.pr-checkbox.pr-checkbox__checked .pr-checkbox__icon-wrapper span{background:var(--color-brand-dark-blue)}.pr-checkbox.pr-checkbox__disabled{opacity:.5;pointer-events:none}@media only screen and (min-width:1280px){.pr-checkbox.pr-checkbox__disabled{cursor:default}}.pr-checkbox__input{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:0;width:0;margin:-1px;padding:0;border:0}.pr-checkbox__icon-wrapper{width:14px;height:14px;border:1px solid var(--color-brand-dark-blue);border-radius:100%;display:flex;align-items:center;justify-content:center}.pr-checkbox__icon-wrapper span{transition-property:background;transition-duration:.3s;transition-timing-function:ease;display:flex;width:10px;height:10px;border-radius:100%;background:rgba(var(--color-brand-dark-blue-rgb),.1)}.pr-checkbox__label{text-transform:uppercase;font-size:14px;line-height:1.1;font-weight:600;display:flex;align-items:center;gap:4px;width:100%;height:100%;cursor:pointer;color:var(--color-brand-dark-blue)}@media only screen and (min-width:670px){.pr-checkbox__label{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.pr-checkbox__label{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.pr-checkbox__label{font-size:14px;line-height:1.1}}.parametric-select{position:relative}.parametric-select__input{transition-property:border-color;transition-duration:.3s;transition-timing-function:ease;width:100%;padding:8px 18px;height:44px;width:220px;border-radius:100px;background-color:var(--color-white);border:1px solid rgba(var(--color-brand-dark-blue-rgb),.1);display:flex;align-items:center;justify-content:space-between;cursor:pointer}@media only screen and (min-width:670px){.parametric-select__input{padding-top:10px}}@media only screen and (min-width:1280px){.parametric-select__input{padding-top:10px}}@media only screen and (min-width:1900px){.parametric-select__input{padding-top:10px}}@media only screen and (min-width:670px){.parametric-select__input{padding-bottom:10px}}@media only screen and (min-width:1280px){.parametric-select__input{padding-bottom:10px}}@media only screen and (min-width:1900px){.parametric-select__input{padding-bottom:10px}}@media only screen and (min-width:670px){.parametric-select__input{width:100%}}@media only screen and (min-width:960px){.parametric-select__input{width:100%}}@media only screen and (min-width:1280px){.parametric-select__input{width:220px}}@media only screen and (min-width:1440px){.parametric-select__input{width:260px}}@media only screen and (min-width:1280px){.parametric-select__input:hover{border-color:var(--color-brand-dark-blue)}}.parametric-select__input.is-open{border-color:var(--color-brand-dark-blue)}.parametric-select__input.is-open .parametric-select__input-icon{transform:rotate(-180deg)}.parametric-select__input-icon{transition-property:transform;transition-duration:.3s;transition-timing-function:ease;margin-left:8px}.parametric-select__input-text{text-transform:uppercase;font-size:14px;line-height:1.1;font-weight:600;color:var(--color-brand-dark-blue);white-space:nowrap;flex-grow:1}@media only screen and (min-width:670px){.parametric-select__input-text{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-select__input-text{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-select__input-text{font-size:14px;line-height:1.1}}.parametric-select__content-wrapper{box-shadow:0 25px 50px #0000001a;position:absolute;left:0;top:calc(100% + 4px);z-index:5;width:100%}.parametric-select__content{padding:10px;background-color:var(--color-white);border:1px solid rgba(var(--color-brand-dark-blue-rgb),.1)}@media only screen and (min-width:670px){.parametric-select__content{padding-top:14px}}@media only screen and (min-width:1280px){.parametric-select__content{padding-top:16px}}@media only screen and (min-width:1900px){.parametric-select__content{padding-top:16px}}@media only screen and (min-width:670px){.parametric-select__content{padding-bottom:14px}}@media only screen and (min-width:1280px){.parametric-select__content{padding-bottom:16px}}@media only screen and (min-width:1900px){.parametric-select__content{padding-bottom:16px}}@media only screen and (min-width:670px){.parametric-select__content{padding-left:14px}}@media only screen and (min-width:1280px){.parametric-select__content{padding-left:16px}}@media only screen and (min-width:1900px){.parametric-select__content{padding-left:16px}}@media only screen and (min-width:670px){.parametric-select__content{padding-right:14px}}@media only screen and (min-width:1280px){.parametric-select__content{padding-right:16px}}@media only screen and (min-width:1900px){.parametric-select__content{padding-right:16px}}.parametric-select__items{max-height:300px;overflow-y:auto}.parametric-filter{display:none}@media only screen and (min-width:1280px){.parametric-filter{padding-top:16px;display:flex}}@media only screen and (min-width:1280px) and (min-width:670px){.parametric-filter{padding-top:26px}}@media only screen and (min-width:1280px) and (min-width:1280px){.parametric-filter{padding-top:28px}}@media only screen and (min-width:1280px) and (min-width:1900px){.parametric-filter{padding-top:28px}}@media only screen and (min-width:1900px){.parametric-filter{padding:0;width:100%}}@media only screen and (min-width:1900px) and (min-width:670px){.parametric-filter{padding-left:34px}}@media only screen and (min-width:1900px) and (min-width:1280px){.parametric-filter{padding-left:40px}}@media only screen and (min-width:1900px) and (min-width:1900px){.parametric-filter{padding-left:40px}}.parametric-filter__form{display:flex;align-items:center;justify-content:space-between;gap:28px}@media only screen and (min-width:1900px){.parametric-filter__form{gap:40px}}.parametric-filter__content{display:flex;width:100%;gap:10px}.parametric-filter__reset{flex-shrink:0}.modal-base{top:0;right:0;bottom:0;left:0;position:fixed;z-index:7;display:flex;flex-direction:column;justify-content:flex-end}.modal-base.modal-base__fullsize .modal-base__wrapper,.modal-base.modal-base__fullsize .modal-base__body{width:100%;height:100%}.modal-base.modal-base__fullsize .modal-base__wrapper{padding-top:26px}@media only screen and (min-width:670px){.modal-base.modal-base__fullsize .modal-base__wrapper{padding-top:38px}}@media only screen and (min-width:1280px){.modal-base.modal-base__fullsize .modal-base__wrapper{padding-top:48px}}@media only screen and (min-width:1900px){.modal-base.modal-base__fullsize .modal-base__wrapper{padding-top:48px}}.modal-base__overlay{top:0;right:0;bottom:0;left:0;position:absolute;z-index:0;background:rgba(var(--color-brand-dark-blue-rgb),.6)}.modal-base__wrapper{padding:16px 5.5555555556% 40px;position:relative;z-index:1;background:var(--color-white);display:flex;flex-direction:column}@media only screen and (min-width:670px){.modal-base__wrapper{padding-top:26px}}@media only screen and (min-width:1280px){.modal-base__wrapper{padding-top:28px}}@media only screen and (min-width:1900px){.modal-base__wrapper{padding-top:28px}}@media only screen and (min-width:670px){.modal-base__wrapper{padding-bottom:76px}}@media only screen and (min-width:1280px){.modal-base__wrapper{padding-bottom:160px}}@media only screen and (min-width:1900px){.modal-base__wrapper{padding-bottom:160px}}.modal-base__header{display:flex;align-items:center;justify-content:space-between}.modal-base__title{text-transform:uppercase;font-size:14px;line-height:1.1;font-weight:600;color:var(--color-brand-gray-medium)}@media only screen and (min-width:670px){.modal-base__title{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.modal-base__title{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.modal-base__title{font-size:14px;line-height:1.1}}.modal-base__close-btn{margin-left:auto}.modal-base__body{-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto;overflow-x:hidden}.modal-base__body::-webkit-scrollbar{display:none}.parametric-radio_theme_large .parametric-radio__btn:not(:first-child){margin-top:20px}@media only screen and (min-width:670px){.parametric-radio_theme_large .parametric-radio__btn:not(:first-child){margin-top:32px}}@media only screen and (min-width:1280px){.parametric-radio_theme_large .parametric-radio__btn:not(:first-child){margin-top:36px}}@media only screen and (min-width:1900px){.parametric-radio_theme_large .parametric-radio__btn:not(:first-child){margin-top:36px}}.parametric-radio__title{font-size:14px;line-height:1.1;font-weight:600;text-transform:uppercase;color:var(--color-brand-gray-medium)}@media only screen and (min-width:670px){.parametric-radio__title{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-radio__title{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-radio__title{font-size:14px;line-height:1.1}}.parametric-radio__btn{margin-top:16px;display:flex;align-items:center;gap:4px;height:15px;cursor:pointer}@media only screen and (min-width:670px){.parametric-radio__btn{margin-top:18px}}@media only screen and (min-width:1280px){.parametric-radio__btn{margin-top:20px}}@media only screen and (min-width:1900px){.parametric-radio__btn{margin-top:20px}}.parametric-radio__btn-inner{width:14px;height:14px;border:1px solid var(--color-brand-dark-blue);border-radius:100%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.parametric-radio__btn-inner span{transition-property:background;transition-duration:.3s;transition-timing-function:ease;display:flex;width:10px;height:10px;border-radius:100%;background:rgba(var(--color-brand-dark-blue-rgb),.1)}@media only screen and (min-width:670px){.parametric-radio__btn-inner span{width:6px;height:6px}}.parametric-radio__btn-text{font-size:14px;line-height:1.1;font-weight:600;text-transform:uppercase;color:var(--color-brand-dark-blue)}@media only screen and (min-width:670px){.parametric-radio__btn-text{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-radio__btn-text{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-radio__btn-text{font-size:14px;line-height:1.1}}.parametric-radio__btn--active .parametric-radio__btn-inner span{background:var(--color-brand-dark-blue)}.parametric-tabs{display:inline-flex;background-color:var(--color-white);border-radius:100px;width:100%;border:1px solid rgba(var(--color-brand-dark-blue-rgb),.1)}@media only screen and (min-width:1280px){.parametric-tabs{width:auto}}.parametric-tabs__btn{flex:0 0 50%}.parametric-tabs__btn-input{position:absolute;height:0}.parametric-tabs__btn-input:checked~.parametric-tabs__btn-label{background-color:var(--color-brand-mid-blue-gradient);color:var(--color-white)}.parametric-tabs__btn-input:not(:checked)~.parametric-tabs__btn-label{cursor:pointer}@media only screen and (min-width:1280px){.parametric-tabs__btn-input:not(:checked)~.parametric-tabs__btn-label:hover .parametric-tabs__btn-text-wrapper .parametric-tabs__btn-text{transform:translateY(-100%)}.parametric-tabs__btn-input:not(:checked)~.parametric-tabs__btn-label:hover .parametric-tabs__btn-text-wrapper .parametric-tabs__btn-text-duplicate{transform:translateY(0)}}.parametric-tabs__btn-input:disabled~.parametric-tabs__btn-label{pointer-events:none}.parametric-tabs__btn-label{transition-property:background-color,color,border-color;transition-duration:.3s;transition-timing-function:ease;min-height:44px;border-radius:100px;font-size:14px;line-height:1.1;font-weight:600;padding-left:16px;padding-right:16px;position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;text-transform:uppercase}@media only screen and (min-width:670px){.parametric-tabs__btn-label{min-height:44px}}@media only screen and (min-width:960px){.parametric-tabs__btn-label{min-height:44px}}@media only screen and (min-width:670px){.parametric-tabs__btn-label{border-radius:100px}}@media only screen and (min-width:960px){.parametric-tabs__btn-label{border-radius:100px}}@media only screen and (min-width:670px){.parametric-tabs__btn-label{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-tabs__btn-label{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-tabs__btn-label{font-size:14px;line-height:1.1}}@media only screen and (min-width:670px){.parametric-tabs__btn-label{padding-left:18px}}@media only screen and (min-width:1280px){.parametric-tabs__btn-label{padding-left:20px}}@media only screen and (min-width:1900px){.parametric-tabs__btn-label{padding-left:20px}}@media only screen and (min-width:670px){.parametric-tabs__btn-label{padding-right:18px}}@media only screen and (min-width:1280px){.parametric-tabs__btn-label{padding-right:20px}}@media only screen and (min-width:1900px){.parametric-tabs__btn-label{padding-right:20px}}.parametric-tabs__btn-text-wrapper{position:relative;display:flex;flex-direction:column;height:auto;overflow:hidden}.parametric-tabs__btn-text{transition-property:transform;transition-duration:.3s;transition-timing-function:ease;display:flex;align-items:center;flex-grow:1}.parametric-tabs__btn-text-duplicate{position:absolute;top:0;left:0;right:0;transform:translateY(100%)}.pr-modal{display:flex;flex-direction:column;justify-content:space-between;height:100%}.pr-modal__title{text-transform:uppercase;font-size:36px;line-height:1.08;font-weight:500;letter-spacing:-1.8px;margin-bottom:39px}@media only screen and (min-width:670px){.pr-modal__title{font-size:60px;line-height:1.08}}@media only screen and (min-width:1280px){.pr-modal__title{font-size:80px;line-height:1.08}}@media only screen and (min-width:1900px){.pr-modal__title{font-size:80px;line-height:1.08}}@media only screen and (min-width:670px){.pr-modal__title{letter-spacing:-3px}}@media only screen and (min-width:960px){.pr-modal__title{letter-spacing:-3px}}@media only screen and (min-width:1280px){.pr-modal__title{letter-spacing:-4px}}.pr-modal__body{display:flex;flex-direction:column;flex-grow:1}.pr-modal__radio-button{margin-bottom:34px}@media only screen and (min-width:670px){.pr-modal__radio-button{margin-bottom:50px}}@media only screen and (min-width:1280px){.pr-modal__radio-button{margin-bottom:72px}}@media only screen and (min-width:1900px){.pr-modal__radio-button{margin-bottom:72px}}.pr-modal__item{padding-bottom:26px}@media only screen and (min-width:670px){.pr-modal__item{padding-bottom:38px}}@media only screen and (min-width:1280px){.pr-modal__item{padding-bottom:48px}}@media only screen and (min-width:1900px){.pr-modal__item{padding-bottom:48px}}.pr-modal__buttons{display:flex;flex-direction:column}.pr-modal__button{margin-bottom:8px}@media only screen and (min-width:670px){.pr-modal__button{margin-bottom:8px}}@media only screen and (min-width:1280px){.pr-modal__button{margin-bottom:8px}}@media only screen and (min-width:1900px){.pr-modal__button{margin-bottom:8px}}.parametric-header{padding:30px 2.7777777778%;width:100%;border-bottom:1px solid rgba(var(--color-brand-dark-blue-rgb),.1)}@media only screen and (min-width:670px){.parametric-header{padding-top:42px}}@media only screen and (min-width:1280px){.parametric-header{padding-top:56px}}@media only screen and (min-width:1900px){.parametric-header{padding-top:56px}}@media only screen and (min-width:670px){.parametric-header{padding-bottom:42px}}@media only screen and (min-width:1280px){.parametric-header{padding-bottom:56px}}@media only screen and (min-width:1900px){.parametric-header{padding-bottom:56px}}.parametric-header__breadcrumbs{padding-bottom:14px}@media only screen and (min-width:670px){.parametric-header__breadcrumbs{padding-bottom:20px}}@media only screen and (min-width:1280px){.parametric-header__breadcrumbs{padding-bottom:24px}}@media only screen and (min-width:1900px){.parametric-header__breadcrumbs{padding-bottom:24px}}.parametric-header__title{padding-bottom:38px;font-size:36px;line-height:1.08;font-weight:500}@media only screen and (min-width:670px){.parametric-header__title{padding-bottom:68px}}@media only screen and (min-width:1280px){.parametric-header__title{padding-bottom:104px}}@media only screen and (min-width:1900px){.parametric-header__title{padding-bottom:104px}}@media only screen and (min-width:670px){.parametric-header__title{font-size:60px;line-height:1.08}}@media only screen and (min-width:1280px){.parametric-header__title{font-size:80px;line-height:1.08}}@media only screen and (min-width:1900px){.parametric-header__title{font-size:80px;line-height:1.08}}.parametric-header-filter{display:none}@media only screen and (min-width:1280px){.parametric-header-filter{display:block}}.parametric-header__modal{padding:22px 2.7777777778% 34px;position:fixed;left:0;right:0;bottom:0;z-index:2;background:var(--color-white)}@media only screen and (min-width:670px){.parametric-header__modal{padding-top:34px}}@media only screen and (min-width:1280px){.parametric-header__modal{padding-top:40px}}@media only screen and (min-width:1900px){.parametric-header__modal{padding-top:40px}}@media only screen and (min-width:670px){.parametric-header__modal{padding-bottom:50px}}@media only screen and (min-width:1280px){.parametric-header__modal{padding-bottom:72px}}@media only screen and (min-width:1900px){.parametric-header__modal{padding-bottom:72px}}@media only screen and (min-width:1280px){.parametric-header__modal{display:none}}@media only screen and (min-width:1900px){.parametric-header__actions{display:flex;width:100%;align-items:center}}.project-card{position:relative;display:flex;flex-direction:column;background:var(--color-brand-gray);overflow:hidden}@media only screen and (min-width:1280px){.project-card{display:grid;grid-template-columns:repeat(2,1fr);height:547px}}.project-card__info{padding:22px;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:670px){.project-card__info{padding-top:34px}}@media only screen and (min-width:1280px){.project-card__info{padding-top:40px}}@media only screen and (min-width:1900px){.project-card__info{padding-top:40px}}@media only screen and (min-width:670px){.project-card__info{padding-bottom:34px}}@media only screen and (min-width:1280px){.project-card__info{padding-bottom:40px}}@media only screen and (min-width:1900px){.project-card__info{padding-bottom:40px}}@media only screen and (min-width:670px){.project-card__info{padding-left:34px}}@media only screen and (min-width:1280px){.project-card__info{padding-left:40px}}@media only screen and (min-width:1900px){.project-card__info{padding-left:40px}}@media only screen and (min-width:670px){.project-card__info{padding-right:34px}}@media only screen and (min-width:1280px){.project-card__info{padding-right:40px}}@media only screen and (min-width:1900px){.project-card__info{padding-right:40px}}@media only screen and (min-width:670px){.project-card__info{height:360px}}@media only screen and (min-width:1280px){.project-card__info{height:100%}}.project-card__header{padding-bottom:22px}@media only screen and (min-width:670px){.project-card__header{padding-bottom:34px}}@media only screen and (min-width:1280px){.project-card__header{padding-bottom:40px}}@media only screen and (min-width:1900px){.project-card__header{padding-bottom:40px}}.project-card__type{padding-bottom:8px;font-size:14px;line-height:1.2;font-weight:500}@media only screen and (min-width:670px){.project-card__type{padding-bottom:10px}}@media only screen and (min-width:1280px){.project-card__type{padding-bottom:10px}}@media only screen and (min-width:1900px){.project-card__type{padding-bottom:10px}}@media only screen and (min-width:670px){.project-card__type{font-size:15px;line-height:1.2}}@media only screen and (min-width:1280px){.project-card__type{font-size:18px;line-height:1.2}}@media only screen and (min-width:1900px){.project-card__type{font-size:18px;line-height:1.2}}.project-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}@media only screen{.project-card__title-row{justify-content:flex-start;gap:0}}.project-card__title{text-transform:uppercase;font-size:66px;line-height:1.2;font-weight:600;letter-spacing:-2.64px;line-height:1.12}@media only screen and (min-width:670px){.project-card__title{font-size:48px;line-height:1.2}}@media only screen and (min-width:1280px){.project-card__title{font-size:66px;line-height:1.2}}@media only screen and (min-width:1900px){.project-card__title{font-size:66px;line-height:1.2}}@media only screen{.project-card__title{padding-right:16px}}@media only screen and (min-width:670px){.project-card__title{padding-right:18px}}@media only screen and (min-width:1280px){.project-card__title{padding-right:20px}}@media only screen and (min-width:1900px){.project-card__title{padding-right:20px}}.project-card__footer{display:flex;flex-direction:column}@media only screen and (min-width:960px){.project-card__footer{flex-direction:row;justify-content:space-between;align-items:center}}@media only screen and (min-width:1280px){.project-card__footer{flex-direction:column;align-items:flex-start}}@media only screen and (min-width:1900px){.project-card__footer{flex-direction:row;align-items:flex-end}}.project-card__stats{padding-bottom:20px;display:flex;flex-direction:column;gap:22px}@media only screen and (min-width:670px){.project-card__stats{padding-bottom:32px}}@media only screen and (min-width:1280px){.project-card__stats{padding-bottom:36px}}@media only screen and (min-width:1900px){.project-card__stats{padding-bottom:36px}}@media only screen and (min-width:670px){.project-card__stats{padding-bottom:16px;flex-direction:row;align-items:center;gap:30px}}@media only screen and (min-width:670px) and (min-width:670px){.project-card__stats{padding-bottom:26px}}@media only screen and (min-width:670px) and (min-width:1280px){.project-card__stats{padding-bottom:28px}}@media only screen and (min-width:670px) and (min-width:1900px){.project-card__stats{padding-bottom:28px}}@media only screen and (min-width:960px){.project-card__stats{justify-content:space-between;padding:0;gap:32px}}@media only screen and (min-width:1280px){.project-card__stats{padding-bottom:16px;width:100%}}@media only screen and (min-width:1280px) and (min-width:670px){.project-card__stats{padding-bottom:26px}}@media only screen and (min-width:1280px) and (min-width:1280px){.project-card__stats{padding-bottom:28px}}@media only screen and (min-width:1280px) and (min-width:1900px){.project-card__stats{padding-bottom:28px}}@media only screen and (min-width:1900px){.project-card__stats{padding:0;justify-content:flex-start;gap:40px}}.project-card__stat{display:flex;flex-direction:column}.project-card__stat-value{padding-bottom:2px;font-size:20px;line-height:1.14;font-weight:500;letter-spacing:-.4px}@media only screen and (min-width:670px){.project-card__stat-value{padding-bottom:4px}}@media only screen and (min-width:1280px){.project-card__stat-value{padding-bottom:4px}}@media only screen and (min-width:1900px){.project-card__stat-value{padding-bottom:4px}}@media only screen and (min-width:670px){.project-card__stat-value{font-size:20px;line-height:1.14}}@media only screen and (min-width:1280px){.project-card__stat-value{font-size:28px;line-height:1.14}}@media only screen and (min-width:1900px){.project-card__stat-value{font-size:28px;line-height:1.14}}@media only screen and (min-width:1280px){.project-card__stat-value{letter-spacing:-.56px}}.project-card__stat-label{font-size:14px;line-height:1.2;font-weight:500;color:rgba(var(--color-brand-dark-blue-rgb),.7)}@media only screen and (min-width:670px){.project-card__stat-label{font-size:15px;line-height:1.2}}@media only screen and (min-width:1280px){.project-card__stat-label{font-size:18px;line-height:1.2}}@media only screen and (min-width:1900px){.project-card__stat-label{font-size:18px;line-height:1.2}}.project-card__image-wrapper{width:100%;height:280px}@media only screen and (min-width:1280px){.project-card__image-wrapper{height:547px}}.project-card__image{object-fit:cover;object-position:center;font-family:"object-fit: cover; object-position: center;";width:100%;height:100%}.project-card__video{object-fit:fill;width:100%;height:100%}.parametric-button-favorite svg{transition-property:fill;transition-duration:.3s;transition-timing-function:ease}.parametric-button-favorite_active svg{fill:currentColor}.property-card{transition-property:border-color;transition-duration:.3s;transition-timing-function:ease;padding-top:18px;padding-bottom:18px;margin-left:2.7777777778%;margin-right:2.7777777778%;height:78px;position:relative;border-bottom:1px solid rgba(var(--color-brand-dark-blue-rgb),.1);width:94.4444444444%;cursor:pointer;display:grid;grid-template-areas:"area price fav" "number date fav";grid-template-columns:repeat(2,1fr) 38px;gap:8px 20px}@media only screen and (min-width:670px){.property-card{padding-top:28px}}@media only screen and (min-width:1280px){.property-card{padding-top:32px}}@media only screen and (min-width:1900px){.property-card{padding-top:32px}}@media only screen and (min-width:670px){.property-card{padding-bottom:28px}}@media only screen and (min-width:1280px){.property-card{padding-bottom:32px}}@media only screen and (min-width:1900px){.property-card{padding-bottom:32px}}@media only screen and (min-width:670px){.property-card{height:102px}}@media only screen and (min-width:960px){.property-card{height:102px}}@media only screen and (min-width:1280px){.property-card{height:108px}}@media only screen and (min-width:670px){.property-card{margin:0;width:100%;gap:10px 24px;grid-template-columns:repeat(2,1fr) 44px}}@media only screen and (min-width:1280px){.property-card{grid-template-columns:repeat(7,1fr) 44px;grid-template-areas:none;align-items:center;gap:0}.property-card:hover{border-color:var(--color-brand-mid-blue-gradient)}}.property-card__building,.property-card__number,.property-card__office,.property-card__production,.property-card__area,.property-card__price,.property-card__num-building,.property-card__date{font-size:14px;line-height:1.2;font-weight:500}@media only screen and (min-width:670px){.property-card__building,.property-card__number,.property-card__office,.property-card__production,.property-card__area,.property-card__price,.property-card__num-building,.property-card__date{font-size:15px;line-height:1.2}}@media only screen and (min-width:1280px){.property-card__building,.property-card__number,.property-card__office,.property-card__production,.property-card__area,.property-card__price,.property-card__num-building,.property-card__date{font-size:18px;line-height:1.2}}@media only screen and (min-width:1900px){.property-card__building,.property-card__number,.property-card__office,.property-card__production,.property-card__area,.property-card__price,.property-card__num-building,.property-card__date{font-size:18px;line-height:1.2}}.property-card__building,.property-card__number,.property-card__office,.property-card__production{display:none}@media only screen and (min-width:1280px){.property-card__building,.property-card__number,.property-card__office,.property-card__production{display:flex}}.property-card__area span{text-transform:uppercase;font-size:14px;line-height:1.1;font-weight:600}@media only screen and (min-width:670px){.property-card__area span{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.property-card__area span{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.property-card__area span{font-size:14px;line-height:1.1}}.property-card__price span,.property-card__area span{text-transform:uppercase;font-size:14px;line-height:1.1;font-weight:600}@media only screen and (min-width:670px){.property-card__price span,.property-card__area span{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.property-card__price span,.property-card__area span{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.property-card__price span,.property-card__area span{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.property-card__price span,.property-card__area span{display:none}}.property-card__price{grid-area:price;justify-self:end}@media only screen and (min-width:1280px){.property-card__price{grid-area:auto;justify-self:start}}.property-card__num-building,.property-card__date{color:var(--color-brand-gray-medium)}@media only screen and (min-width:1280px){.property-card__num-building,.property-card__date{color:var(--color-brand-dark-blue)}}.property-card__num-building{grid-area:number;display:flex;align-items:center;gap:5px}@media only screen and (min-width:1280px){.property-card__num-building{display:none}}.property-card__num-building__dot{width:3px;height:3px;border-radius:100%;background:var(--color-brand-gray-medium)}.property-card__date{grid-area:date;justify-self:end}@media only screen and (min-width:1280px){.property-card__date{grid-area:auto;justify-self:start}}.property-card__favorite{position:relative;z-index:1;grid-area:fav}@media only screen and (min-width:1280px){.property-card__favorite{grid-area:auto}}.property-card__link{top:0;right:0;bottom:0;left:0;position:absolute;z-index:0}.property-list-head{display:none}@media only screen and (min-width:1280px){.property-list-head{padding-top:34px;padding-bottom:18px;border-bottom:1px solid rgba(var(--color-brand-dark-blue-rgb),.1);width:100%;display:grid;grid-template-columns:repeat(7,1fr) 44px;align-items:end;gap:0}}@media only screen and (min-width:1280px) and (min-width:670px){.property-list-head{padding-top:50px}}@media only screen and (min-width:1280px) and (min-width:1280px){.property-list-head{padding-top:72px}}@media only screen and (min-width:1280px) and (min-width:1900px){.property-list-head{padding-top:72px}}@media only screen and (min-width:1280px) and (min-width:670px){.property-list-head{padding-bottom:28px}}@media only screen and (min-width:1280px) and (min-width:1280px){.property-list-head{padding-bottom:32px}}@media only screen and (min-width:1280px) and (min-width:1900px){.property-list-head{padding-bottom:32px}}.property-list-head__item{text-transform:uppercase;font-size:14px;line-height:1.1;font-weight:600;color:rgba(var(--color-brand-dark-blue-rgb),.5)}@media only screen and (min-width:670px){.property-list-head__item{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.property-list-head__item{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.property-list-head__item{font-size:14px;line-height:1.1}}.parametric-list__item{padding-bottom:34px;position:relative}@media only screen and (min-width:670px){.parametric-list__item{padding-bottom:50px}}@media only screen and (min-width:1280px){.parametric-list__item{padding-bottom:72px}}@media only screen and (min-width:1900px){.parametric-list__item{padding-bottom:72px}}.parametric-list__item:before,.parametric-list__item:after{display:none;position:absolute;width:100%;height:100%;top:0;left:0;z-index:5;content:""}.parametric-list__item:before{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.parametric-list__item:after{background:linear-gradient(to left,rgba(var(--color-brand-light-blue-rgb),0),rgba(var(--color-brand-light-blue-rgb),.15) 30%,rgba(var(--color-brand-light-blue-rgb),0) 81%),linear-gradient(to right,rgba(var(--color-brand-light-blue-rgb),0),rgba(var(--color-brand-light-blue-rgb),.15) 30%,rgba(var(--color-brand-light-blue-rgb),0) 81%);animation:moving-gradient .6s ease-in-out infinite}.parametric-list__footer{margin-left:2.7777777778%;margin-right:2.7777777778%;padding-top:14px;display:flex;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:670px){.parametric-list__footer{padding-top:20px}}@media only screen and (min-width:1280px){.parametric-list__footer{padding-top:24px}}@media only screen and (min-width:1900px){.parametric-list__footer{padding-top:24px}}@media only screen and (min-width:670px){.parametric-list__footer{margin:0}}.parametric-list__footer-btn{width:100%}@media only screen and (min-width:960px){.parametric-list__footer-btn{width:auto}}.parametric-list__item-loading{overflow:hidden;pointer-events:none}.parametric-list__item-loading:before,.parametric-list__item-loading:after{display:flex}@keyframes moving-gradient{0%{transform:translate3d(-100%,0,0)}to{transform:translate3d(100%,0,0)}}.parametric-sort{position:relative}.parametric-sort__input{padding:12px 0;height:44px;background-color:var(--color-white);display:flex;align-items:center;justify-content:space-between;width:fit-content;cursor:pointer}@media only screen and (min-width:1280px){.parametric-sort__input:hover{border-color:var(--color-brand-dark-blue)}}.parametric-sort__input.is-open .parametric-sort__input-icon{transform:rotate(-180deg)}.parametric-sort__input-icon{transition-property:transform;transition-duration:.3s;transition-timing-function:ease}.parametric-sort__input-text{padding-right:8px;text-transform:uppercase;font-size:14px;line-height:1.1;font-weight:600;color:var(--color-brand-dark-blue);white-space:nowrap}@media only screen and (min-width:670px){.parametric-sort__input-text{padding-right:8px}}@media only screen and (min-width:1280px){.parametric-sort__input-text{padding-right:8px}}@media only screen and (min-width:1900px){.parametric-sort__input-text{padding-right:8px}}@media only screen and (min-width:670px){.parametric-sort__input-text{font-size:14px;line-height:1.1}}@media only screen and (min-width:1280px){.parametric-sort__input-text{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.parametric-sort__input-text{font-size:14px;line-height:1.1}}.parametric-sort__content-wrapper{display:none}@media only screen and (min-width:1280px){.parametric-sort__content-wrapper{display:block;box-shadow:0 25px 50px #0000001a;position:absolute;right:0;top:calc(100% + 4px);z-index:5}}.parametric-sort__content{padding:10px;width:220px;background-color:var(--color-white);border:1px solid rgba(var(--color-brand-dark-blue-rgb),.1)}@media only screen and (min-width:670px){.parametric-sort__content{padding-top:14px}}@media only screen and (min-width:1280px){.parametric-sort__content{padding-top:16px}}@media only screen and (min-width:1900px){.parametric-sort__content{padding-top:16px}}@media only screen and (min-width:670px){.parametric-sort__content{padding-bottom:14px}}@media only screen and (min-width:1280px){.parametric-sort__content{padding-bottom:16px}}@media only screen and (min-width:1900px){.parametric-sort__content{padding-bottom:16px}}@media only screen and (min-width:670px){.parametric-sort__content{padding-left:14px}}@media only screen and (min-width:1280px){.parametric-sort__content{padding-left:16px}}@media only screen and (min-width:1900px){.parametric-sort__content{padding-left:16px}}@media only screen and (min-width:670px){.parametric-sort__content{padding-right:14px}}@media only screen and (min-width:1280px){.parametric-sort__content{padding-right:16px}}@media only screen and (min-width:1900px){.parametric-sort__content{padding-right:16px}}@media only screen and (min-width:960px){.parametric-sort__modal-radio-button{padding-top:7px}}.parametric-list{padding-top:30px;padding-bottom:30px;display:flex;flex-direction:column}@media only screen and (min-width:670px){.parametric-list{padding-top:42px}}@media only screen and (min-width:1280px){.parametric-list{padding-top:56px}}@media only screen and (min-width:1900px){.parametric-list{padding-top:56px}}@media only screen and (min-width:670px){.parametric-list{padding-bottom:42px}}@media only screen and (min-width:1280px){.parametric-list{padding-bottom:56px}}@media only screen and (min-width:1900px){.parametric-list{padding-bottom:56px}}@media only screen and (min-width:670px){.parametric-list{padding-left:2.7777777778%;padding-right:2.7777777778%;width:100%}}.parametric-list__header{padding-left:2.7777777778%;padding-right:2.7777777778%;padding-bottom:18px;width:100%}@media only screen and (min-width:670px){.parametric-list__header{padding-bottom:28px}}@media only screen and (min-width:1280px){.parametric-list__header{padding-bottom:32px}}@media only screen and (min-width:1900px){.parametric-list__header{padding-bottom:32px}}@media only screen and (min-width:670px){.parametric-list__header{padding-left:0;padding-right:0}}@media only screen and (min-width:960px){.parametric-list__header{display:flex;align-items:center;justify-content:space-between}}.parametric-list__header-title{padding-bottom:10px;font-size:14px;line-height:1.2;font-weight:500;color:var(--color-brand-gray-dark)}@media only screen and (min-width:670px){.parametric-list__header-title{padding-bottom:14px}}@media only screen and (min-width:1280px){.parametric-list__header-title{padding-bottom:16px}}@media only screen and (min-width:1900px){.parametric-list__header-title{padding-bottom:16px}}@media only screen and (min-width:670px){.parametric-list__header-title{font-size:15px;line-height:1.2}}@media only screen and (min-width:1280px){.parametric-list__header-title{font-size:18px;line-height:1.2}}@media only screen and (min-width:1900px){.parametric-list__header-title{font-size:18px;line-height:1.2}}@media only screen and (min-width:960px){.parametric-list__header-title{padding:0}}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{display:flex;flex-direction:column;margin:0;overflow-anchor:none;-webkit-font-smoothing:antialiased}main{flex:1 0 auto}main.main_theme_full{width:100%}a,button,label{-webkit-tap-highlight-color:transparent}a{transition-property:color;transition-duration:.3s;transition-timing-function:ease;color:inherit;text-decoration:none;outline:none}a[href^="tel:"]{white-space:nowrap}img{max-width:100%;height:auto;display:block}textarea{resize:none}input,textarea{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit;border:none;border-radius:0}input:focus,textarea:focus{outline:none}input:invalid,textarea:invalid{box-shadow:none}input::-ms-clear,textarea::-ms-clear{display:none}input:-webkit-autofill,textarea:-webkit-autofill{transition:background-color 0s 50000s}input:-webkit-autofill[readonly=readonly],textarea:-webkit-autofill[readonly=readonly]{-webkit-text-fill-color:rgba(var(--color-brand-dark-blue-rgb),.7)}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration,textarea[type=search]::-webkit-search-decoration,textarea[type=search]::-webkit-search-cancel-button,textarea[type=search]::-webkit-search-results-button,textarea[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}picture{display:block;background-repeat:no-repeat;background-size:cover}iframe{border-style:none}.grid{margin-left:auto;margin-right:auto;width:100%;max-width:1900px}.grid__common{width:94.4444444444%;margin:0 auto}.grid__heading{margin-bottom:30px;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between}@media only screen and (min-width:670px){.grid__heading{margin-bottom:42px}}@media only screen and (min-width:1280px){.grid__heading{margin-bottom:56px}}@media only screen and (min-width:1900px){.grid__heading{margin-bottom:56px}}@media only screen and (min-width:670px){.grid__heading{flex-direction:row}}.grid__heading-btn{margin-top:26px;align-self:end;width:100%}@media only screen and (min-width:670px){.grid__heading-btn{margin-top:38px}}@media only screen and (min-width:1280px){.grid__heading-btn{margin-top:48px}}@media only screen and (min-width:1900px){.grid__heading-btn{margin-top:48px}}@media only screen and (min-width:670px){.grid__heading-btn{margin-top:0;width:auto}}.grid__heading-btn .button{width:100%}.grid-default-indents{padding-top:30px;margin-bottom:38px;margin-top:var(--header-height)}@media only screen and (min-width:670px){.grid-default-indents{padding-top:42px}}@media only screen and (min-width:1280px){.grid-default-indents{padding-top:56px}}@media only screen and (min-width:1900px){.grid-default-indents{padding-top:56px}}@media only screen and (min-width:670px){.grid-default-indents{margin-bottom:68px}}@media only screen and (min-width:1280px){.grid-default-indents{margin-bottom:104px}}@media only screen and (min-width:1900px){.grid-default-indents{margin-bottom:104px}}.grid__default{margin-left:5.5555555556%;margin-right:5.5555555556%;width:88.8888888889%}@media only screen and (min-width:1440px){.grid__default{margin-left:11.1111111111%;margin-right:11.1111111111%;width:77.7777777778%}}.grid__wrapper:not(:first-child){margin-top:38px}@media only screen and (min-width:670px){.grid__wrapper:not(:first-child){margin-top:54px}}@media only screen and (min-width:1280px){.grid__wrapper:not(:first-child){margin-top:80px}}@media only screen and (min-width:1900px){.grid__wrapper:not(:first-child){margin-top:80px}}.grid__button-wrapper{margin-top:16px}@media only screen and (min-width:670px){.grid__button-wrapper{margin-top:24px}}@media only screen and (min-width:1280px){.grid__button-wrapper{margin-top:24px}}@media only screen and (min-width:1900px){.grid__button-wrapper{margin-top:24px}}.grid__row{display:flex;flex-wrap:wrap}.grid__content{width:100%}@media only screen and (min-width:960px){.grid__content:not(:only-child){width:66.6666666667%}}@media only screen and (min-width:1280px){.grid__content:not(:only-child){width:64.2857142857%}}.grid__content:not(:first-child){margin-top:38px}@media only screen and (min-width:670px){.grid__content:not(:first-child){margin-top:54px}}@media only screen and (min-width:1280px){.grid__content:not(:first-child){margin-top:80px}}@media only screen and (min-width:1900px){.grid__content:not(:first-child){margin-top:80px}}.grid__content>p:not(:first-child){margin-top:16px}@media only screen and (min-width:670px){.grid__content>p:not(:first-child){margin-top:24px}}@media only screen and (min-width:1280px){.grid__content>p:not(:first-child){margin-top:24px}}@media only screen and (min-width:1900px){.grid__content>p:not(:first-child){margin-top:24px}}@media only screen and (min-width:1280px){.grid__content>p a:hover{color:var(--color-brand-dark-blue)}}.grid__content h2:first-child+p,.grid__content h3:first-child+p,.grid__content h4:first-child+p,.grid__content h5:first-child+p{margin-top:38px}@media only screen and (min-width:670px){.grid__content h2:first-child+p,.grid__content h3:first-child+p,.grid__content h4:first-child+p,.grid__content h5:first-child+p{margin-top:58px}}@media only screen and (min-width:1280px){.grid__content h2:first-child+p,.grid__content h3:first-child+p,.grid__content h4:first-child+p,.grid__content h5:first-child+p{margin-top:88px}}@media only screen and (min-width:1900px){.grid__content h2:first-child+p,.grid__content h3:first-child+p,.grid__content h4:first-child+p,.grid__content h5:first-child+p{margin-top:88px}}.grid__content h2:not(:first-child),.grid__content h3:not(:first-child),.grid__content h4:not(:first-child),.grid__content h5:not(:first-child){margin-top:38px}@media only screen and (min-width:670px){.grid__content h2:not(:first-child),.grid__content h3:not(:first-child),.grid__content h4:not(:first-child),.grid__content h5:not(:first-child){margin-top:58px}}@media only screen and (min-width:1280px){.grid__content h2:not(:first-child),.grid__content h3:not(:first-child),.grid__content h4:not(:first-child),.grid__content h5:not(:first-child){margin-top:88px}}@media only screen and (min-width:1900px){.grid__content h2:not(:first-child),.grid__content h3:not(:first-child),.grid__content h4:not(:first-child),.grid__content h5:not(:first-child){margin-top:88px}}.grid__content small{font-size:13px;line-height:1.1;font-weight:600;display:block}@media only screen and (min-width:670px){.grid__content small{font-size:13px;line-height:1.1}}@media only screen and (min-width:1280px){.grid__content small{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.grid__content small{font-size:14px;line-height:1.1}}.grid__content small:not(:first-child){margin-top:16px}@media only screen and (min-width:670px){.grid__content small:not(:first-child){margin-top:24px}}@media only screen and (min-width:1280px){.grid__content small:not(:first-child){margin-top:24px}}@media only screen and (min-width:1900px){.grid__content small:not(:first-child){margin-top:24px}}.grid__content p:not(:first-child){margin-top:16px}@media only screen and (min-width:670px){.grid__content p:not(:first-child){margin-top:24px}}@media only screen and (min-width:1280px){.grid__content p:not(:first-child){margin-top:24px}}@media only screen and (min-width:1900px){.grid__content p:not(:first-child){margin-top:24px}}.grid__content>ul,.grid__content>ol{margin-top:16px}@media only screen and (min-width:670px){.grid__content>ul,.grid__content>ol{margin-top:24px}}@media only screen and (min-width:1280px){.grid__content>ul,.grid__content>ol{margin-top:24px}}@media only screen and (min-width:1900px){.grid__content>ul,.grid__content>ol{margin-top:24px}}.grid__content>ul li,.grid__content>ol li{font-size:15px;line-height:1.24;font-weight:400;position:relative}@media only screen and (min-width:670px){.grid__content>ul li,.grid__content>ol li{font-size:16px;line-height:1.24}}@media only screen and (min-width:1280px){.grid__content>ul li,.grid__content>ol li{font-size:20px;line-height:1.24}}@media only screen and (min-width:1900px){.grid__content>ul li,.grid__content>ol li{font-size:20px;line-height:1.24}}.grid__content>ul li:not(:first-child),.grid__content>ol li:not(:first-child){margin-top:16px}@media only screen and (min-width:670px){.grid__content>ul li:not(:first-child),.grid__content>ol li:not(:first-child){margin-top:24px}}@media only screen and (min-width:1280px){.grid__content>ul li:not(:first-child),.grid__content>ol li:not(:first-child){margin-top:24px}}@media only screen and (min-width:1900px){.grid__content>ul li:not(:first-child),.grid__content>ol li:not(:first-child){margin-top:24px}}.grid__content>ul li{padding-left:32px}.grid__content>ul li:before{content:"";position:absolute;width:8px;height:8px;top:8px;left:8px;background-color:var(--color-brand-dark-blue);border-radius:50%}.grid__content>ol{padding-left:32px;list-style:decimal}.grid__content>ol li{padding-left:12px}.grid__content-section{width:100%}.grid__content-section:not(:first-child){margin-top:38px}@media only screen and (min-width:670px){.grid__content-section:not(:first-child){margin-top:58px}}@media only screen and (min-width:1280px){.grid__content-section:not(:first-child){margin-top:88px}}@media only screen and (min-width:1900px){.grid__content-section:not(:first-child){margin-top:88px}}.grid__content-section .gallery-mini{margin-left:-6.6666666667%;margin-right:-6.6666666667%;width:113.3333333333%}@media only screen and (min-width:670px){.grid__content-section .gallery-mini{margin-left:0%;margin-right:0%;width:100%}}.grid__factoid{margin-top:20px;width:100%}@media only screen and (min-width:670px){.grid__factoid{margin-top:0}}@media only screen and (min-width:960px){.grid__factoid{margin-left:6.6666666667%;width:26.6666666667%}}@media only screen and (min-width:1280px){.grid__factoid{margin-left:7.1428571429%;width:28.5714285714%}}.grid__media{margin-left:2.7777777778%;margin-right:2.7777777778%;width:94.4444444444%;position:relative}@media only screen and (min-width:1280px){.grid__media{margin-left:5.5555555556%;margin-right:5.5555555556%;width:88.8888888889%}}.grid__media .visual-inner{border-radius:calc(var(--is-br) * 8)}.grid__flat{margin-left:5.5555555556%;margin-right:5.5555555556%;width:88.8888888889%}.grid__text{margin-left:8.3333333333%;margin-right:8.3333333333%;flex-direction:column;width:83.3333333333%}@media only screen and (min-width:670px){.grid__text{margin-left:8.3333333333%;margin-right:8.3333333333%;width:83.3333333333%}}@media only screen and (min-width:1280px){.grid__text{margin-left:0%;margin-right:11.1111111111%;display:flex;align-items:flex-start;order:2;width:22.2222222222%}}.grid__visual{margin-left:2.7777777778%;margin-right:2.7777777778%;width:94.4444444444%}@media only screen and (min-width:670px){.grid__visual{margin-left:8.3333333333%;margin-right:8.3333333333%;width:83.3333333333%}}@media only screen and (min-width:1280px){.grid__visual{margin-left:11.1111111111%;margin-right:5.5555555556%;order:1;width:50%}}.grid__caption{width:100%}@media only screen and (min-width:1280px){.grid__caption{width:26.6666666667%}}.grid__caption h2,.grid__caption h3,.grid__caption h4{font-size:36px;line-height:1.08;font-weight:600}@media only screen and (min-width:670px){.grid__caption h2,.grid__caption h3,.grid__caption h4{font-size:40px;line-height:1.08}}@media only screen and (min-width:1280px){.grid__caption h2,.grid__caption h3,.grid__caption h4{font-size:56px;line-height:1.08}}@media only screen and (min-width:1900px){.grid__caption h2,.grid__caption h3,.grid__caption h4{font-size:56px;line-height:1.08}}.grid__caption>p{font-size:16px;line-height:1.5;font-weight:400}@media only screen and (min-width:670px){.grid__caption>p{font-size:14px;line-height:1.5}}@media only screen and (min-width:1280px){.grid__caption>p{font-size:16px;line-height:1.5}}@media only screen and (min-width:1900px){.grid__caption>p{font-size:16px;line-height:1.5}}.grid__caption>p:not(:first-child){margin-top:40px}@media only screen and (min-width:670px){.grid__caption>p:not(:first-child){margin-top:76px}}@media only screen and (min-width:1280px){.grid__caption>p:not(:first-child){margin-top:160px}}@media only screen and (min-width:1900px){.grid__caption>p:not(:first-child){margin-top:160px}}.grid__figure{margin-top:24px;width:100%}@media only screen and (min-width:670px){.grid__figure{margin-top:40px}}@media only screen and (min-width:960px){.grid__figure{margin-top:40px}}@media only screen and (min-width:1280px){.grid__figure{margin-top:0}}@media only screen and (min-width:1280px){.grid__figure{margin-left:6.6666666667%;width:66.6666666667%}}.grid__figure img{display:block;width:100%}.grid__figure svg{width:100%;height:auto}.grid__map{width:83.3333333333%;position:relative;overflow:hidden}@media only screen and (min-width:1280px){.grid__map{margin-left:5.5555555556%;margin-right:5.5555555556%;width:88.8888888889%}}.grid__map-route{position:absolute;top:8px;right:0;margin-right:56px}@media only screen and (min-width:670px){.grid__map-route{margin-right:64px;top:16px}}@media only screen and (min-width:1280px){.grid__map-route{margin-right:4.445vw;top:1.112vw}}@media only screen and (min-width:1900px){.grid__map-route{margin-right:64px;top:16px}}.grid__map-location{position:fixed;right:0;left:0;top:0;bottom:0;width:100%;height:100vh;z-index:2;pointer-events:none;overflow:hidden}@media only screen and (min-width:960px){.grid__map-location{position:static;width:45%;height:auto}}@media only screen and (min-width:1280px){.grid__map-location{width:33.3333333333%}}@media only screen and (min-width:1440px){.grid__map-location{width:28.125%}}.grid__map-location.is-open{pointer-events:all}.grid__map-filter-btn{position:absolute;left:8px;bottom:8px}@media only screen and (min-width:670px){.grid__map-filter-btn{left:16px;bottom:16px}}@media only screen and (min-width:1280px){.grid__map-filter-btn{left:1.112vw;bottom:1.112vw}}@media only screen and (min-width:1900px){.grid__map-filter-btn{left:16px;bottom:16px}}.grid__news{margin-left:0%;margin-right:0%;width:100%}.grid__news:not(:first-child){margin-top:26px}@media only screen and (min-width:670px){.grid__news:not(:first-child){margin-top:38px}}@media only screen and (min-width:1280px){.grid__news:not(:first-child){margin-top:48px}}@media only screen and (min-width:1900px){.grid__news:not(:first-child){margin-top:48px}}.grid__features{margin-bottom:0;display:flex;flex-wrap:wrap;width:100%}.grid__feature{margin-bottom:40px;padding-right:8px;width:50%}@media only screen and (min-width:670px){.grid__feature{margin-bottom:76px}}@media only screen and (min-width:1280px){.grid__feature{margin-bottom:160px}}@media only screen and (min-width:1900px){.grid__feature{margin-bottom:160px}}@media only screen and (min-width:670px){.grid__feature{padding-right:16px}}@media only screen and (min-width:670px){.grid__feature{width:33.3333333333%}}@media only screen and (min-width:1440px){.grid__feature{width:25%}}.grid__feature-title{font-size:13px;line-height:1.1;font-weight:600;opacity:.5}@media only screen and (min-width:670px){.grid__feature-title{font-size:13px;line-height:1.1}}@media only screen and (min-width:1280px){.grid__feature-title{font-size:14px;line-height:1.1}}@media only screen and (min-width:1900px){.grid__feature-title{font-size:14px;line-height:1.1}}p.grid__feature-text{font-size:16px;line-height:1.5;font-weight:400}@media only screen and (min-width:670px){p.grid__feature-text{font-size:14px;line-height:1.5}}@media only screen and (min-width:1280px){p.grid__feature-text{font-size:16px;line-height:1.5}}@media only screen and (min-width:1900px){p.grid__feature-text{font-size:16px;line-height:1.5}}p.grid__feature-text:not(:first-child){margin-top:0}.grid__form{margin-left:-6.6666666667%;margin-right:-6.6666666667%;padding:26px 10% 18px;width:113.3333333333%;border:1px solid var(--color-brand-dark-blue);border-radius:calc(var(--is-br) * 8)}@media only screen and (min-width:670px){.grid__form{padding-top:38px}}@media only screen and (min-width:1280px){.grid__form{padding-top:48px}}@media only screen and (min-width:1900px){.grid__form{padding-top:48px}}@media only screen and (min-width:670px){.grid__form{padding-bottom:28px}}@media only screen and (min-width:1280px){.grid__form{padding-bottom:32px}}@media only screen and (min-width:1900px){.grid__form{padding-bottom:32px}}@media only screen and (min-width:670px){.grid__form{margin-left:0%;margin-right:0%;width:100%;border-top-right-radius:0;border-bottom-right-radius:0}}@media only screen and (min-width:960px){.grid__form{padding-left:7.1428571429%;padding-right:7.1428571429%;border-right:none;width:50%}}.grid__poster{display:none}@media only screen and (min-width:960px){.grid__poster{display:block;width:50%}}.grid__poster picture{display:inline}.grid__poster img{object-fit:cover;object-position:center;font-family:"object-fit: cover; object-position: center;";border-top-left-radius:0;border-bottom-left-radius:0;height:100%;width:100%}@media only screen and (min-width:670px){.grid__poster img{border-top-right-radius:calc(var(--is-br) * 8);border-bottom-right-radius:calc(var(--is-br) * 8)}}.grid__parametric{padding-top:var(--header-height);width:100%}.grid__flat-plan{position:absolute;top:-80px;right:2.7777777778%;width:37.5%;z-index:1}@media only screen and (min-width:670px){.grid__flat-plan{top:0;right:1.3888888889%}}@media only screen and (min-width:960px){.grid__flat-plan{top:-40px}}@media only screen and (min-width:1280px){.grid__flat-plan{top:-12.5vw;right:5.5555555556%;width:36.1111111111%}}@media only screen and (min-width:1440px){.grid__flat-plan{top:-13.888vw}}@media only screen and (min-width:1900px){.grid__flat-plan{top:-200px}}.grid__gallery{margin-top:8px}@media only screen and (min-width:670px){.grid__gallery{margin-top:10px}}@media only screen and (min-width:1280px){.grid__gallery{margin-top:10px}}@media only screen and (min-width:1900px){.grid__gallery{margin-top:10px}}.grid__favorites{padding-top:var(--header-height);width:100%}.grid__projects{width:100%}@media only screen and (min-width:1280px){.grid__common_size_wide{margin-left:11.1111111111%;margin-right:5.5555555556%;width:83.3333333333%}}.grid_theme_relative{position:relative}@media only screen and (min-width:960px){.grid_theme_reverse .grid__content{order:1}}@media only screen and (min-width:960px){.grid_theme_reverse .grid__factoid{margin-left:0%;margin-right:6.6666666667%;order:0}}@media only screen and (min-width:1280px){.grid_theme_reverse .grid__factoid{margin-right:7.1428571429%}}@media only screen and (min-width:1280px){.grid_theme_reverse .grid__visual{margin-left:2.7777777778%;margin-right:11.1111111111%;order:2}}@media only screen and (min-width:1280px){.grid_theme_reverse .grid__text{margin-left:11.1111111111%;margin-right:2.7777777778%;order:1}}@media only screen and (min-width:1280px){.grid_theme_reverse .grid__caption{order:1}}@media only screen and (min-width:1280px){.grid_theme_reverse .grid__figure{margin-left:0%;margin-right:6.6666666667%;order:0}}.grid_theme_reverse .grid__common_size_wide{margin-left:5.5555555556%;margin-right:11.1111111111%}@media only screen and (min-width:960px) and (max-width:1279px){.grid_side_laptop .grid__content{width:100%}}@media only screen and (min-width:960px) and (max-width:1279px){.grid_side_laptop .grid__factoid{margin-top:40px;margin-left:0;width:100%}}.grid__wrapper_size_blue:not(:first-child){margin-top:26px}@media only screen and (min-width:670px){.grid__wrapper_size_blue:not(:first-child){margin-top:38px}}@media only screen and (min-width:1280px){.grid__wrapper_size_blue:not(:first-child){margin-top:48px}}@media only screen and (min-width:1900px){.grid__wrapper_size_blue:not(:first-child){margin-top:48px}}@media only screen and (min-width:670px){.grid__content_size_medium{width:56.6666666667%}}@media only screen and (min-width:1280px){.grid__content_size_medium{width:53.5714285714%}}@media only screen and (min-width:960px){.grid__content_size_full{width:100%}}@media only screen and (min-width:1280px){.grid__content_size_full{width:100%}}.grid__flat_theme_v2{margin-left:0%;margin-right:0%;width:100%}@media only screen and (min-width:670px){.grid__flat_theme_v2{margin-left:5.5555555556%;margin-right:5.5555555556%;width:88.8888888889%}}.grid_theme_full-tour{position:relative;height:100%}.h1{font-size:60px;line-height:1.02;font-weight:500;letter-spacing:-3px;margin-top:0;margin-bottom:0;color:var(--color-brand-dark-blue)}@media only screen and (min-width:670px){.h1{font-size:76px;line-height:1.02}}@media only screen and (min-width:1280px){.h1{font-size:92px;line-height:1.02}}@media only screen and (min-width:1900px){.h1{font-size:92px;line-height:1.02}}@media only screen and (min-width:670px){.h1{letter-spacing:-3.8px}}@media only screen and (min-width:960px){.h1{letter-spacing:-4.6px}}.h2{font-size:36px;line-height:1.08;font-weight:500;letter-spacing:-1.8px;margin-top:0;margin-bottom:0;color:var(--color-brand-dark-blue)}@media only screen and (min-width:670px){.h2{font-size:60px;line-height:1.08}}@media only screen and (min-width:1280px){.h2{font-size:80px;line-height:1.08}}@media only screen and (min-width:1900px){.h2{font-size:80px;line-height:1.08}}@media only screen and (min-width:670px){.h2{letter-spacing:-3px}}@media only screen and (min-width:960px){.h2{letter-spacing:-4px}}.h3{font-size:72px;line-height:1.2;font-weight:600;margin-top:0;margin-bottom:0;color:var(--color-brand-dark-blue)}@media only screen and (min-width:670px){.h3{font-size:60px;line-height:1.2}}@media only screen and (min-width:1280px){.h3{font-size:72px;line-height:1.2}}@media only screen and (min-width:1900px){.h3{font-size:72px;line-height:1.2}}.h4{font-size:66px;line-height:1.2;font-weight:600;margin-top:0;margin-bottom:0;color:var(--color-brand-dark-blue)}@media only screen and (min-width:670px){.h4{font-size:48px;line-height:1.2}}@media only screen and (min-width:1280px){.h4{font-size:66px;line-height:1.2}}@media only screen and (min-width:1900px){.h4{font-size:66px;line-height:1.2}}.h5{font-size:36px;line-height:1.08;font-weight:600;letter-spacing:-1.08px;margin-top:0;margin-bottom:0;color:var(--color-brand-dark-blue)}@media only screen and (min-width:670px){.h5{font-size:40px;line-height:1.08}}@media only screen and (min-width:1280px){.h5{font-size:56px;line-height:1.08}}@media only screen and (min-width:1900px){.h5{font-size:56px;line-height:1.08}}@media only screen and (min-width:670px){.h5{letter-spacing:-1.2px}}@media only screen and (min-width:960px){.h5{letter-spacing:-1.68px}}.h6{font-size:24px;line-height:1.08;font-weight:600;letter-spacing:-.72px;margin-top:0;margin-bottom:0;color:var(--color-brand-dark-blue)}@media only screen and (min-width:670px){.h6{font-size:32px;line-height:1.08}}@media only screen and (min-width:1280px){.h6{font-size:40px;line-height:1.08}}@media only screen and (min-width:1900px){.h6{font-size:40px;line-height:1.08}}@media only screen and (min-width:670px){.h6{letter-spacing:-.96px}}@media only screen and (min-width:960px){.h6{letter-spacing:-1.2px}}h1,h2,h3,h4,h5,h6{text-wrap:balance;text-transform:uppercase;margin-top:0;margin-bottom:0;color:var(--color-brand-dark-blue)}p{font-size:inherit;margin-top:0;margin-bottom:0}ol,ul,dl,dt,dd,address{font:inherit;font-size:100%;border:0;list-style:none;margin:0;padding:0;vertical-align:baseline}blockquote{margin:0}.typo-reset li{font-size:15px;line-height:1.24;font-weight:400}@media only screen and (min-width:670px){.typo-reset li{font-size:16px;line-height:1.24}}@media only screen and (min-width:1280px){.typo-reset li{font-size:20px;line-height:1.24}}@media only screen and (min-width:1900px){.typo-reset li{font-size:20px;line-height:1.24}}.typo-reset ul li:before{padding-right:5px;content:"•";position:absolute;top:0;left:0;text-align:right}@media only screen and (min-width:670px){.typo-reset ul li:before{padding-right:5px}}@media only screen and (min-width:960px){.typo-reset ul li:before{padding-right:5px}}.typo-reset ol{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.typo-reset ol>li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.typo-reset ol>li:before{padding-right:5px;content:counter(list-0) ". ";position:absolute;white-space:nowrap;top:0;left:0}@media only screen and (min-width:670px){.typo-reset ol>li:before{padding-right:5px}}@media only screen and (min-width:960px){.typo-reset ol>li:before{padding-right:5px}}.typo-reset ol>li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-1}.typo-reset ol>li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". ";text-align:right}.typo-reset ol>li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-2}.typo-reset ol>li.ql-indent-2:before{content:counter(list-2,lower-roman) ". ";text-align:right}.typo-reset ol>li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-3}.typo-reset ol>li.ql-indent-3:before{content:counter(list-3,decimal) ". ";text-align:right}.typo-reset ol>li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9;counter-increment:list-4}.typo-reset ol>li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". ";text-align:right}.typo-reset ol>li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9;counter-increment:list-5}.typo-reset ol>li.ql-indent-5:before{content:counter(list-5,lower-roman) ". ";text-align:right}.typo-reset ol>li.ql-indent-6{counter-reset:list-7 list-8 list-9;counter-increment:list-6}.typo-reset ol>li.ql-indent-6:before{content:counter(list-6,decimal) ". ";text-align:right}.typo-reset ol>li.ql-indent-7{counter-reset:list-8 list-9;counter-increment:list-7}.typo-reset ol>li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". ";text-align:right}.typo-reset ol>li.ql-indent-8{counter-reset:list-9;counter-increment:list-8}.typo-reset ol>li.ql-indent-8:before{content:counter(list-8,lower-roman) ". ";text-align:right}.typo-reset ol>li.ql-indent-9{counter-reset:list-10 list-9;counter-increment:list-9}.typo-reset ol>li.ql-indent-9:before{content:counter(list-9,decimal) ". ";text-align:right}.typo-reset ul li,.typo-reset ol li{padding-left:24px;position:relative}@media only screen and (min-width:670px){.typo-reset ul li,.typo-reset ol li{padding-left:24px}}@media only screen and (min-width:960px){.typo-reset ul li,.typo-reset ol li{padding-left:24px}}.typo-reset ul li:not(:first-child),.typo-reset ol li:not(:first-child){margin-top:16px}@media only screen and (min-width:670px){.typo-reset ul li:not(:first-child),.typo-reset ol li:not(:first-child){margin-top:24px}}@media only screen and (min-width:1280px){.typo-reset ul li:not(:first-child),.typo-reset ol li:not(:first-child){margin-top:24px}}@media only screen and (min-width:1900px){.typo-reset ul li:not(:first-child),.typo-reset ol li:not(:first-child){margin-top:24px}}.typo-reset ul:not(:first-child),.typo-reset ol:not(:first-child){margin-top:16px}@media only screen and (min-width:670px){.typo-reset ul:not(:first-child),.typo-reset ol:not(:first-child){margin-top:24px}}@media only screen and (min-width:1280px){.typo-reset ul:not(:first-child),.typo-reset ol:not(:first-child){margin-top:24px}}@media only screen and (min-width:1900px){.typo-reset ul:not(:first-child),.typo-reset ol:not(:first-child){margin-top:24px}}.typo-reset ul ol,.typo-reset ul ul,.typo-reset ol ol,.typo-reset ol ul{margin-top:16px}@media only screen and (min-width:670px){.typo-reset ul ol,.typo-reset ul ul,.typo-reset ol ol,.typo-reset ol ul{margin-top:24px}}@media only screen and (min-width:1280px){.typo-reset ul ol,.typo-reset ul ul,.typo-reset ol ol,.typo-reset ol ul{margin-top:24px}}@media only screen and (min-width:1900px){.typo-reset ul ol,.typo-reset ul ul,.typo-reset ol ol,.typo-reset ol ul{margin-top:24px}}.typo-reset ul ul,.typo-reset ol ol{margin-left:40px}@media only screen and (min-width:670px){.typo-reset ul ul,.typo-reset ol ol{margin-left:40px}}@media only screen and (min-width:960px){.typo-reset ul ul,.typo-reset ol ol{margin-left:40px}}.typo-reset .ql-indent-1{padding-left:48px}@media only screen and (min-width:670px){.typo-reset .ql-indent-1{padding-left:48px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-1{padding-left:48px}}.typo-reset .ql-indent-1:before{width:48px}@media only screen and (min-width:670px){.typo-reset .ql-indent-1:before{width:48px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-1:before{width:48px}}.typo-reset .ql-indent-2{padding-left:72px}@media only screen and (min-width:670px){.typo-reset .ql-indent-2{padding-left:72px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-2{padding-left:72px}}.typo-reset .ql-indent-2:before{width:72px}@media only screen and (min-width:670px){.typo-reset .ql-indent-2:before{width:72px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-2:before{width:72px}}.typo-reset .ql-indent-3{padding-left:96px}@media only screen and (min-width:670px){.typo-reset .ql-indent-3{padding-left:96px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-3{padding-left:96px}}.typo-reset .ql-indent-3:before{width:96px}@media only screen and (min-width:670px){.typo-reset .ql-indent-3:before{width:96px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-3:before{width:96px}}.typo-reset .ql-indent-4{padding-left:120px}@media only screen and (min-width:670px){.typo-reset .ql-indent-4{padding-left:120px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-4{padding-left:120px}}.typo-reset .ql-indent-4:before{width:120px}@media only screen and (min-width:670px){.typo-reset .ql-indent-4:before{width:120px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-4:before{width:120px}}.typo-reset .ql-indent-5{padding-left:144px}@media only screen and (min-width:670px){.typo-reset .ql-indent-5{padding-left:144px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-5{padding-left:144px}}.typo-reset .ql-indent-5:before{width:144px}@media only screen and (min-width:670px){.typo-reset .ql-indent-5:before{width:144px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-5:before{width:144px}}.typo-reset .ql-indent-6{padding-left:168px}@media only screen and (min-width:670px){.typo-reset .ql-indent-6{padding-left:168px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-6{padding-left:168px}}.typo-reset .ql-indent-6:before{width:168px}@media only screen and (min-width:670px){.typo-reset .ql-indent-6:before{width:168px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-6:before{width:168px}}.typo-reset .ql-indent-7{padding-left:192px}@media only screen and (min-width:670px){.typo-reset .ql-indent-7{padding-left:192px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-7{padding-left:192px}}.typo-reset .ql-indent-7:before{width:192px}@media only screen and (min-width:670px){.typo-reset .ql-indent-7:before{width:192px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-7:before{width:192px}}.typo-reset .ql-indent-8{padding-left:216px}@media only screen and (min-width:670px){.typo-reset .ql-indent-8{padding-left:216px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-8{padding-left:216px}}.typo-reset .ql-indent-8:before{width:216px}@media only screen and (min-width:670px){.typo-reset .ql-indent-8:before{width:216px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-8:before{width:216px}}.typo-reset .ql-indent-9{padding-left:240px}@media only screen and (min-width:670px){.typo-reset .ql-indent-9{padding-left:240px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-9{padding-left:240px}}.typo-reset .ql-indent-9:before{width:240px}@media only screen and (min-width:670px){.typo-reset .ql-indent-9:before{width:240px}}@media only screen and (min-width:960px){.typo-reset .ql-indent-9:before{width:240px}}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.fade-fast-enter-active,.fade-fast-leave-active{transition:opacity .15s}.fade-fast-enter-from,.fade-fast-leave-to{opacity:0}.modal-enter-active,.modal-leave-active{transition:transform .3s}.modal-enter-active .modal-base__overlay,.modal-leave-active .modal-base__overlay{transition:opacity .3s}.modal-enter-active .modal-base__wrapper,.modal-leave-active .modal-base__wrapper{transition:transform .3s}.modal-enter-from .modal-base__overlay,.modal-leave-to .modal-base__overlay{opacity:0}.modal-enter-from .modal-base__wrapper,.modal-leave-to .modal-base__wrapper{transform:translateY(100%)}.select-enter-from,.select-leave-to{opacity:0;transform:translate3d(0,10%,0)}.select-enter-active,.select-leave-active{transition:opacity .3s,transform .3s ease-in-out}.select-enter-from,.select-leave-active{opacity:0;transform:translate3d(0,-10%,0)}.list-enter-active,.list-leave-active{transition:all .3s}.list-enter-from,.list-leave-to{opacity:0;transform:translateY(30px)}.toast-enter-active{transition:all .25s ease-in}.toast-leave-active{transition:all .3s ease-out}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,30px)}.toast-item-enter-active,.toast-item-leave-active{transition:all .3s ease-in-out}.toast-item-enter-from{opacity:.5;transform:translateY(30px)}.toast-item-leave-to{opacity:.5;transform:translateY(-30px)}.parametric-list-empty{margin-top:38px;margin-bottom:40px;display:flex;flex-direction:column;align-items:center}@media only screen and (min-width:670px){.parametric-list-empty{margin-top:62px}}@media only screen and (min-width:1280px){.parametric-list-empty{margin-top:96px}}@media only screen and (min-width:1900px){.parametric-list-empty{margin-top:96px}}@media only screen and (min-width:670px){.parametric-list-empty{margin-bottom:76px}}@media only screen and (min-width:1280px){.parametric-list-empty{margin-bottom:160px}}@media only screen and (min-width:1900px){.parametric-list-empty{margin-bottom:160px}}.parametric-list-empty__icon{margin-top:10px;margin-bottom:10px}@media only screen and (min-width:670px){.parametric-list-empty__icon{margin-top:14px}}@media only screen and (min-width:1280px){.parametric-list-empty__icon{margin-top:16px}}@media only screen and (min-width:1900px){.parametric-list-empty__icon{margin-top:16px}}@media only screen and (min-width:670px){.parametric-list-empty__icon{margin-bottom:14px}}@media only screen and (min-width:1280px){.parametric-list-empty__icon{margin-bottom:16px}}@media only screen and (min-width:1900px){.parametric-list-empty__icon{margin-bottom:16px}}.parametric-list-empty__title{font-size:20px;line-height:1.14;font-weight:500;margin-top:8px;margin-bottom:8px}@media only screen and (min-width:670px){.parametric-list-empty__title{font-size:20px;line-height:1.14}}@media only screen and (min-width:1280px){.parametric-list-empty__title{font-size:28px;line-height:1.14}}@media only screen and (min-width:1900px){.parametric-list-empty__title{font-size:28px;line-height:1.14}}@media only screen and (min-width:670px){.parametric-list-empty__title{margin-top:8px}}@media only screen and (min-width:1280px){.parametric-list-empty__title{margin-top:8px}}@media only screen and (min-width:1900px){.parametric-list-empty__title{margin-top:8px}}@media only screen and (min-width:670px){.parametric-list-empty__title{margin-bottom:8px}}@media only screen and (min-width:1280px){.parametric-list-empty__title{margin-bottom:8px}}@media only screen and (min-width:1900px){.parametric-list-empty__title{margin-bottom:8px}}.parametric-list-empty__text{font-size:15px;line-height:1.2;font-weight:500}@media only screen and (min-width:670px){.parametric-list-empty__text{font-size:16px;line-height:1.2}}@media only screen and (min-width:1280px){.parametric-list-empty__text{font-size:18px;line-height:1.2}}@media only screen and (min-width:1900px){.parametric-list-empty__text{font-size:18px;line-height:1.2}}
