.ContactsPhoneButton.-hiddenIcon{padding-left:2px;padding-right:2px}.ContactsPhoneButton.-hiddenIcon .ButtonRefresh-icon{display:none}
@-webkit-keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.UIFormRow{margin-bottom:16px}.UIFormGroup{display:-webkit-flex;display:flex}@media(max-width:939px){.UIFormGroup.-wrap{-webkit-flex-direction:column;flex-direction:column}.UIFormGroup.-wrap .UIFormRow{margin-right:0;margin-bottom:8px}.UIFormGroup.-wrap .UIButton{-webkit-justify-content:center;justify-content:center}}.UIFormGroup .UIFormRow{-webkit-flex:1;flex:1;margin-right:8px;margin-bottom:0}.UIInput{position:relative}.UIInput .UIInput-field{display:-webkit-flex;display:flex;height:48px;border:1px solid rgba(0,0,0,.1);border-radius:8px;position:relative;transition:all .25s ease-out}.UIInput .UIInput-field:hover{border-color:rgba(0,0,0,.25)}.UIInput .UIInput-field:hover .UIInput-label{color:rgba(0,0,0,.84)}.UIInput .UIInput-field:hover .UIInput-input:-moz-placeholder,.UIInput .UIInput-field:hover .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-field:hover .UIInput-input::-moz-placeholder,.UIInput .UIInput-field:hover .UIInput-input::-webkit-input-placeholder{color:rgba(0,0,0,.84);transition:all .25s ease-out}.UIInput .UIInput-field:hover .UIInput-input:-moz-placeholder,.UIInput .UIInput-field:hover .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-field:hover .UIInput-input::-moz-placeholder,.UIInput .UIInput-field:hover .UIInput-input::-webkit-input-placeholder,.UIInput .UIInput-field:hover .UIInput-input::placeholder{color:rgba(0,0,0,.84);transition:all .25s ease-out}.UIInput .UIInput-field.-error,.UIInput .UIInput-field.-error:hover{border-color:#e35241}.UIInput .UIInput-field.-error .UIInput-label,.UIInput .UIInput-field.-error:hover .UIInput-label{color:#e35241}.UIInput .UIInput-field.-active,.UIInput .UIInput-field.-active:hover{border-color:#ff9800}.UIInput .UIInput-field.-active:hover .UIInput-label{color:#ff9800}.UIInput .UIInput-field.-active .UIInput-label{color:#ff9800;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:13px;line-height:16px;background:#fff}.UIInput .UIInput-field.-active .UIInput-icon~.UIInput-label{left:14px}.UIInput .UIInput-field.-active .PhoneInputCountry{display:block}.UIInput .UIInput-field.-filled .UIInput-label{top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:13px;line-height:16px;background:#fff}.UIInput .UIInput-field.-filled .PhoneInputCountry{display:block}.UIInput .UIInput-field.-disabled{pointer-events:none;border-color:rgba(0,0,0,.1)}.UIInput .UIInput-field.-disabled .UIInput-input:-moz-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input::-moz-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input::-webkit-input-placeholder{color:rgba(0,0,0,.25);transition:all .25s ease-out}.UIInput .UIInput-field.-disabled .UIInput-input:-moz-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input::-moz-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input::-webkit-input-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input::placeholder{color:rgba(0,0,0,.25);transition:all .25s ease-out}.UIInput .UIInput-field.-disabled .UIInput-label{color:rgba(0,0,0,.25)}.UIInput .UIInput-field.-textarea{height:auto}.UIInput .UIInput-field.-textarea .UIInput-input{vertical-align:top;resize:none}.UIInput .UIInput-field.-phone .UIInput-input{padding:0}.UIInput .UIInput-input{width:100%;height:100%;font-size:16px;line-height:24px;padding:12px 16px;border:none;border-radius:8px;outline:none;background:#fff}.UIInput .UIInput-input:-moz-placeholder,.UIInput .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-input::-moz-placeholder,.UIInput .UIInput-input::-webkit-input-placeholder{color:rgba(0,0,0,.5);transition:all .25s ease-out}.UIInput .UIInput-input:-moz-placeholder,.UIInput .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-input::-moz-placeholder,.UIInput .UIInput-input::-webkit-input-placeholder,.UIInput .UIInput-input::placeholder{color:rgba(0,0,0,.5);transition:all .25s ease-out}.UIInput .UIInput-label{position:absolute;top:12px;left:14px;font-size:16px;line-height:24px;padding:0 2px;background:#fff;color:rgba(0,0,0,.5);cursor:text;pointer-events:none;transition:all .25s ease-out}.UIInput .UIInput-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:default;pointer-events:none;left:12px;z-index:1}.UIInput .UIInput-icon+.UIInput-input{padding:12px 16px 12px 46px}.UIInput .UIInput-icon~.UIInput-label{left:40px}.UIInput .UIInput-icon .ico{fill:rgba(0,0,0,.5)}.UIInput .PhoneInputCountry,.UIInput .PhoneInputCountrySelect{display:none}.UIInput .PhoneInputCountryIcon{position:absolute;left:16px;width:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.UIInput .PhoneInputCountryIcon img{width:100%}.UIInput .PhoneInputCountryIcon{color:rgba(0,0,0,.84)}.UIInput .PhoneInputCountryIcon svg{width:20px}.UIInput .PhoneInputCountryIconImg{color:rgba(0,0,0,.84)}.UIInput .PhoneInputInput{width:100%;height:100%;font-size:16px;line-height:24px;padding:12px 16px 12px 46px;border:none;border-radius:8px;outline:none}.UIInput .UIInput-error{position:absolute;bottom:-4px;left:16px;-webkit-transform:translateY(100%);transform:translateY(100%);font-size:13px;line-height:16px;color:#e35241}.TypographyRefresh-h1{font-size:56px;line-height:60px}.TypographyRefresh-h1,.TypographyRefresh-h2{font-family:Inter,sans-serif;font-style:normal;font-weight:900}.TypographyRefresh-h2{font-size:40px;line-height:40px}.TypographyRefresh-h3{font-family:Roboto;font-style:normal;font-weight:900;font-size:36px;line-height:36px;letter-spacing:.714286px}.TypographyRefresh-h4{font-size:30px;line-height:32px}.TypographyRefresh-h4,.TypographyRefresh-h5{font-family:Roboto;font-style:normal;font-weight:700;letter-spacing:.2px;-webkit-font-smoothing:antialiased}.TypographyRefresh-h5{font-size:24px;line-height:30px}.TypographyRefresh-h6{font-size:20px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.TypographyRefresh-h6,.TypographyRefresh-subtitle1{font-family:Roboto;font-style:normal;font-weight:700;line-height:24px}.TypographyRefresh-subtitle1{font-size:18px}.TypographyRefresh-subtitle2{font-family:Roboto;font-style:normal;font-weight:700;font-size:16px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.TypographyRefresh-button{font-weight:500}.TypographyRefresh-body1,.TypographyRefresh-button{font-family:Roboto;font-style:normal;font-size:15px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-body1{font-weight:400}.TypographyRefresh-body2{font-weight:700}.TypographyRefresh-body2,.TypographyRefresh-caption{font-family:Roboto;font-style:normal;font-size:13px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-caption{font-weight:400;-webkit-font-smoothing:antialiased}.TypographyRefresh-menu{font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-tiny{font-size:10px;line-height:14px}.TypographyRefresh-input,.TypographyRefresh-tiny{font-family:Roboto;font-style:normal;font-weight:400;letter-spacing:.2px}.TypographyRefresh-input{font-size:16px;line-height:22px;-webkit-font-smoothing:antialiased}.UIInput-field.-refresh,.UIInput-field.-refresh.-filled{border-color:#caccd8}.UIInput-field.-refresh.-filled:hover,.UIInput-field.-refresh:hover{border-color:#000}.UIInput-field.-refresh.-filled:hover .UIInput-label,.UIInput-field.-refresh:hover .UIInput-label{color:#000}.UIInput-field.-refresh.-filled .UIInput-input,.UIInput-field.-refresh .UIInput-input{color:#000;background:var(--input-background,#fff);font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.2px;-webkit-font-smoothing:antialiased}.UIInput-field.-refresh.-filled .UIInput-label,.UIInput-field.-refresh .UIInput-label{color:#caccd8;background:var(--input-background,#fff)}.UIInput-field.-refresh.-disabled{border-color:#caccd8}.UIInput-field.-refresh.-disabled .UIInput-input{color:#caccd8}.UIInput-field.-refresh.-disabled .UIInput-label{color:#9396a8;background:var(--input-background,#fff)}.UIStyles{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px}.UIStyles-block{grid-row-end:span var(--span)}.UIStyles-header{background-color:#ff9800;color:#fff;padding:24px;border-radius:8px 8px 0 0;font-size:24px;font-weight:500}.UIStyles-content{border:1px solid #ededed;padding:0 24px 24px;color:#bfbfbf;border-radius:0 0 8px 8px;overflow:hidden}.UIStyles-content.-dark{background-color:rgba(0,0,0,.7);border:none;color:#fff}.UITelegramButton{border-radius:8px;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer;overflow:hidden;background:#34aadf;border:none;text-decoration:none;font-family:Roboto,sans-serif;font-size:15px;line-height:24px;color:#fff;padding:12px 8px 12px 16px;height:48px;transition:background .25s ease-out}.UITelegramButton:active,.UITelegramButton:focus{outline:none}.UITelegramButton.-disabled,.UITelegramButton[disabled]{cursor:default;pointer-events:none}.UITelegramButton:hover{background:#008dcc}.UITelegramButton:active{background:#007bb3}.UITelegramButton-content{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.UITelegramButton-icon{margin-left:8px}.UITelegramButton-icon .ico{fill:#fff;width:32px;height:32px}.UITelegramButton.-fullWidth{width:100%}.Subscribe{border-radius:8px;border:1px solid #e0e0e0}@media(max-width:939px){.Subscribe .Subscribe-title{line-height:24px;margin-bottom:2px}.Subscribe .Subscribe-content{padding:16px}.Subscribe .Subscribe-header{border-bottom:none;padding-bottom:0}.Subscribe .Subscribe-actions{margin:0;padding:16px 16px 24px}.Subscribe .Subscribe-actions,.Subscribe .Subscribe-form{-webkit-flex-direction:column;flex-direction:column}.Subscribe .Subscribe-form .UIFormRow{margin-bottom:8px;margin-right:0}.Subscribe .Subscribe-points{width:100%;margin:0}.Subscribe .Subscribe-points>div,.Subscribe .Subscribe-section,.Subscribe .Subscribe-section.-form{width:100%;margin:8px 0;white-space:normal}.Subscribe .Subscribe-section:last-child{margin-bottom:0}}.Subscribe.-short .Subscribe-title{line-height:24px;margin-bottom:2px}.Subscribe.-short .Subscribe-content{padding:16px}.Subscribe.-short .Subscribe-header{border-bottom:none;padding-bottom:0}.Subscribe.-short .Subscribe-actions{margin:0;padding:16px 16px 24px}.Subscribe.-short .Subscribe-actions,.Subscribe.-short .Subscribe-form{-webkit-flex-direction:column;flex-direction:column}.Subscribe.-short .Subscribe-form .UIFormRow{margin-bottom:8px;margin-right:0}.Subscribe.-short .Subscribe-points{width:100%;margin:0}.Subscribe.-short .Subscribe-points>div,.Subscribe.-short .Subscribe-section,.Subscribe.-short .Subscribe-section.-form{width:100%;margin:8px 0;white-space:normal}.Subscribe.-short .Subscribe-section:last-child{margin-bottom:0}.Subscribe-header{border-bottom:1px solid #e0e0e0}.Subscribe-content{padding:24px}.Subscribe-title{font-weight:500;font-size:20px;line-height:140%;margin-bottom:12px}.Subscribe-description{font-size:15px;line-height:160%;margin-top:12px}.Subscribe-points{-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0 -12px -12px}.Subscribe-points,.Subscribe-points>div{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start}.Subscribe-points>div{width:calc(50% - 24px);margin:0 12px 12px;font-size:15px;line-height:160%;white-space:nowrap;color:rgba(0,0,0,.5)}.Subscribe-points>div:before{content:"";width:24px;height:24px;background-image:url(/images/check.svg);background-size:cover;margin-right:8px;-webkit-flex-shrink:0;flex-shrink:0}.Subscribe-actions{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:0 -12px;padding:16px}.Subscribe-section{width:calc(60% - 24px);margin:12px}@media(max-width:1199px){.Subscribe-section{width:calc(100% - 24px)}}.Subscribe .countdown{margin:8px 0 16px}.Subscribe .countdown-item{-webkit-flex:1;flex:1}.Subscribe .countdown+.Subscribe-description{font-weight:500;font-size:15px;line-height:160%}.UIGrid .Subscribe{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;height:100%}
@-webkit-keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.UIStyles{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px}.UIStyles-block{grid-row-end:span var(--span)}.UIStyles-header{background-color:#ff9800;color:#fff;padding:24px;border-radius:8px 8px 0 0;font-size:24px;font-weight:500}.UIStyles-content{border:1px solid #ededed;padding:0 24px 24px;color:#bfbfbf;border-radius:0 0 8px 8px;overflow:hidden}.UIStyles-content.-dark{background-color:rgba(0,0,0,.7);border:none;color:#fff}.UIInput{position:relative}.UIInput .UIInput-field{display:-webkit-flex;display:flex;height:48px;border:1px solid rgba(0,0,0,.1);border-radius:8px;position:relative;transition:all .25s ease-out}.UIInput .UIInput-field:hover{border-color:rgba(0,0,0,.25)}.UIInput .UIInput-field:hover .UIInput-label{color:rgba(0,0,0,.84)}.UIInput .UIInput-field:hover .UIInput-input:-moz-placeholder,.UIInput .UIInput-field:hover .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-field:hover .UIInput-input::-moz-placeholder,.UIInput .UIInput-field:hover .UIInput-input::-webkit-input-placeholder{color:rgba(0,0,0,.84);transition:all .25s ease-out}.UIInput .UIInput-field:hover .UIInput-input:-moz-placeholder,.UIInput .UIInput-field:hover .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-field:hover .UIInput-input::-moz-placeholder,.UIInput .UIInput-field:hover .UIInput-input::-webkit-input-placeholder,.UIInput .UIInput-field:hover .UIInput-input::placeholder{color:rgba(0,0,0,.84);transition:all .25s ease-out}.UIInput .UIInput-field.-error,.UIInput .UIInput-field.-error:hover{border-color:#e35241}.UIInput .UIInput-field.-error .UIInput-label,.UIInput .UIInput-field.-error:hover .UIInput-label{color:#e35241}.UIInput .UIInput-field.-active,.UIInput .UIInput-field.-active:hover{border-color:#ff9800}.UIInput .UIInput-field.-active:hover .UIInput-label{color:#ff9800}.UIInput .UIInput-field.-active .UIInput-label{color:#ff9800;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:13px;line-height:16px;background:#fff}.UIInput .UIInput-field.-active .UIInput-icon~.UIInput-label{left:14px}.UIInput .UIInput-field.-active .PhoneInputCountry{display:block}.UIInput .UIInput-field.-filled .UIInput-label{top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:13px;line-height:16px;background:#fff}.UIInput .UIInput-field.-filled .PhoneInputCountry{display:block}.UIInput .UIInput-field.-disabled{pointer-events:none;border-color:rgba(0,0,0,.1)}.UIInput .UIInput-field.-disabled .UIInput-input:-moz-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input::-moz-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input::-webkit-input-placeholder{color:rgba(0,0,0,.25);transition:all .25s ease-out}.UIInput .UIInput-field.-disabled .UIInput-input:-moz-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input::-moz-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input::-webkit-input-placeholder,.UIInput .UIInput-field.-disabled .UIInput-input::placeholder{color:rgba(0,0,0,.25);transition:all .25s ease-out}.UIInput .UIInput-field.-disabled .UIInput-label{color:rgba(0,0,0,.25)}.UIInput .UIInput-field.-textarea{height:auto}.UIInput .UIInput-field.-textarea .UIInput-input{vertical-align:top;resize:none}.UIInput .UIInput-field.-phone .UIInput-input{padding:0}.UIInput .UIInput-input{width:100%;height:100%;font-size:16px;line-height:24px;padding:12px 16px;border:none;border-radius:8px;outline:none;background:#fff}.UIInput .UIInput-input:-moz-placeholder,.UIInput .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-input::-moz-placeholder,.UIInput .UIInput-input::-webkit-input-placeholder{color:rgba(0,0,0,.5);transition:all .25s ease-out}.UIInput .UIInput-input:-moz-placeholder,.UIInput .UIInput-input:-ms-input-placeholder,.UIInput .UIInput-input::-moz-placeholder,.UIInput .UIInput-input::-webkit-input-placeholder,.UIInput .UIInput-input::placeholder{color:rgba(0,0,0,.5);transition:all .25s ease-out}.UIInput .UIInput-label{position:absolute;top:12px;left:14px;font-size:16px;line-height:24px;padding:0 2px;background:#fff;color:rgba(0,0,0,.5);cursor:text;pointer-events:none;transition:all .25s ease-out}.UIInput .UIInput-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:default;pointer-events:none;left:12px;z-index:1}.UIInput .UIInput-icon+.UIInput-input{padding:12px 16px 12px 46px}.UIInput .UIInput-icon~.UIInput-label{left:40px}.UIInput .UIInput-icon .ico{fill:rgba(0,0,0,.5)}.UIInput .PhoneInputCountry,.UIInput .PhoneInputCountrySelect{display:none}.UIInput .PhoneInputCountryIcon{position:absolute;left:16px;width:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.UIInput .PhoneInputCountryIcon img{width:100%}.UIInput .PhoneInputCountryIcon{color:rgba(0,0,0,.84)}.UIInput .PhoneInputCountryIcon svg{width:20px}.UIInput .PhoneInputCountryIconImg{color:rgba(0,0,0,.84)}.UIInput .PhoneInputInput{width:100%;height:100%;font-size:16px;line-height:24px;padding:12px 16px 12px 46px;border:none;border-radius:8px;outline:none}.UIInput .UIInput-error{position:absolute;bottom:-4px;left:16px;-webkit-transform:translateY(100%);transform:translateY(100%);font-size:13px;line-height:16px;color:#e35241}.UIInput-field.-refresh,.UIInput-field.-refresh.-filled{border-color:#caccd8}.UIInput-field.-refresh.-filled:hover,.UIInput-field.-refresh:hover{border-color:#000}.UIInput-field.-refresh.-filled:hover .UIInput-label,.UIInput-field.-refresh:hover .UIInput-label{color:#000}.UIInput-field.-refresh.-filled .UIInput-input,.UIInput-field.-refresh .UIInput-input{color:#000;background:var(--input-background,#fff);font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.2px;-webkit-font-smoothing:antialiased}.UIInput-field.-refresh.-filled .UIInput-label,.UIInput-field.-refresh .UIInput-label{color:#caccd8;background:var(--input-background,#fff)}.UIInput-field.-refresh.-disabled{border-color:#caccd8}.UIInput-field.-refresh.-disabled .UIInput-input{color:#caccd8}.UIInput-field.-refresh.-disabled .UIInput-label{color:#9396a8;background:var(--input-background,#fff)}.TypographyRefresh-h1{font-size:56px;line-height:60px}.TypographyRefresh-h1,.TypographyRefresh-h2{font-family:Inter,sans-serif;font-style:normal;font-weight:900}.TypographyRefresh-h2{font-size:40px;line-height:40px}.TypographyRefresh-h3{font-family:Roboto;font-style:normal;font-weight:900;font-size:36px;line-height:36px;letter-spacing:.714286px}.TypographyRefresh-h4{font-size:30px;line-height:32px}.TypographyRefresh-h4,.TypographyRefresh-h5{font-family:Roboto;font-style:normal;font-weight:700;letter-spacing:.2px;-webkit-font-smoothing:antialiased}.TypographyRefresh-h5{font-size:24px;line-height:30px}.TypographyRefresh-h6{font-size:20px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.TypographyRefresh-h6,.TypographyRefresh-subtitle1{font-family:Roboto;font-style:normal;font-weight:700;line-height:24px}.TypographyRefresh-subtitle1{font-size:18px}.TypographyRefresh-subtitle2{font-family:Roboto;font-style:normal;font-weight:700;font-size:16px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.TypographyRefresh-button{font-weight:500}.TypographyRefresh-body1,.TypographyRefresh-button{font-family:Roboto;font-style:normal;font-size:15px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-body1{font-weight:400}.TypographyRefresh-body2{font-weight:700}.TypographyRefresh-body2,.TypographyRefresh-caption{font-family:Roboto;font-style:normal;font-size:13px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-caption{font-weight:400;-webkit-font-smoothing:antialiased}.TypographyRefresh-menu{font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-tiny{font-size:10px;line-height:14px}.TypographyRefresh-input,.TypographyRefresh-tiny{font-family:Roboto;font-style:normal;font-weight:400;letter-spacing:.2px}.TypographyRefresh-input{font-size:16px;line-height:22px;-webkit-font-smoothing:antialiased}.SubscriptionBlock{border-radius:8px;background:#ebeef4;display:-webkit-flex;display:flex;padding:35px 50px;-webkit-align-items:center;align-items:center;position:relative;overflow:hidden}@media(max-width:939px){.SubscriptionBlock{-webkit-flex-direction:column;flex-direction:column;padding:24px}}.SubscriptionBlock-title{color:#000;font-family:Roboto;font-style:normal;font-weight:700;font-size:30px;line-height:32px;letter-spacing:.2px;-webkit-font-smoothing:antialiased}@media(max-width:939px){.SubscriptionBlock-title{font-family:Roboto;font-style:normal;font-weight:700;font-size:24px;line-height:30px;letter-spacing:.2px;-webkit-font-smoothing:antialiased}}.SubscriptionBlock-form{width:33.333%;padding:0 0 0 30px;margin-top:auto}@media(max-width:939px){.SubscriptionBlock-form{z-index:1;width:100%;padding:0 0 2px}}.SubscriptionBlock-form .UIFormRow{margin-bottom:24px}@media(max-width:725px){.SubscriptionBlock-form .UIFormRow{margin-bottom:10px}}.SubscriptionBlock-form .UIInput .UIInput-input{font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.2px;-webkit-font-smoothing:antialiased;background:#ebeef4}.SubscriptionBlock-form .UIInput .UIInput-field{border-color:#caccd8}.SubscriptionBlock-form .UIInput .UIInput-field:hover{border-color:#000}.SubscriptionBlock-form .UIInput .UIInput-label{font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.2px;-webkit-font-smoothing:antialiased;background:transparent;color:#9396a8}.SubscriptionBlock-form .UIInput .UIInput-field.-filled{border-color:#caccd8}.SubscriptionBlock-form .UIInput .UIInput-field.-filled .UIInput-label,.SubscriptionBlock-form .UIInput .UIInput-field.-filled:hover .UIInput-label{color:#9396a8;background:#ebeef4;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.SubscriptionBlock-form .UIInput .UIInput-field.-filled:hover{border-color:#000}.SubscriptionBlock-form .UIInput .UIInput-field.-filled:hover .UIInput-label{color:#000}.SubscriptionBlock-form .UIInput .UIInput-field.-active,.SubscriptionBlock-form .UIInput .UIInput-field.-active:hover{box-shadow:0 0 0 1px #000;border-color:#000}.SubscriptionBlock-form .UIInput .UIInput-field.-active .UIInput-label,.SubscriptionBlock-form .UIInput .UIInput-field.-active:hover .UIInput-label{font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px;color:#000;background:#ebeef4}.SubscriptionBlock-text{width:33.333%;z-index:1;color:#000}@media(max-width:939px){.SubscriptionBlock-text{width:100%;margin-bottom:22px;max-width:223px;margin-right:auto}}@media(max-width:725px){.SubscriptionBlock-text{text-align:center;margin-left:auto}}.SubscriptionBlock-text .SubscriptionBlock-title{margin-bottom:19px}@media(max-width:725px){.SubscriptionBlock-text .SubscriptionBlock-title{margin-bottom:9px}}@media(max-width:725px){.SubscriptionBlock-text .TypographyRefresh-button{font-weight:400;font-size:15px;line-height:24px}}.SubscriptionBlock-telegram{padding-left:30px;margin-top:auto;width:33.333%;z-index:1}@media(max-width:939px){.SubscriptionBlock-telegram{width:100%;padding:0;margin:18px 0 0}}.SubscriptionBlock-telegram .ButtonRefresh{width:100%}@media(max-width:939px){.SubscriptionBlock-telegram .ButtonRefresh{padding-left:10px;padding-right:10px}}.SubscriptionBlock-telegram .ButtonRefresh-icon{margin-right:4px}.SubscriptionBlock-telegram .ButtonRefresh:not(:hover){background:#6bcefb}.SubscriptionBlock-picture{position:absolute;z-index:0;height:100%;bottom:0;right:calc((100% - 100px)/6);-webkit-transform:translateX(calc(50% - 30px));transform:translateX(calc(50% - 30px))}@media(max-width:725px){.SubscriptionBlock-picture{position:relative;margin-bottom:10px;-webkit-transform:none;transform:none;right:auto}}.SubscriptionBlock-picture img{height:100%;width:auto}@media(max-width:725px){.SubscriptionBlock-picture img{width:89px;height:auto}}.SubscriptionBlock-building{display:-webkit-flex;display:flex;width:100%;-webkit-justify-content:space-between;justify-content:space-between}@media(max-width:939px){.SubscriptionBlock-building{-webkit-flex-direction:column;flex-direction:column}}.SubscriptionBlock-building .SubscriptionBlock-title{width:33.3333%;-webkit-flex-shrink:0;flex-shrink:0;padding-right:24px}@media(max-width:725px){.SubscriptionBlock-building .SubscriptionBlock-title{width:100%;padding:0;text-align:center}}.SubscriptionBlock-building .SubscriptionBlock-telegram{padding:0}.SubscriptionBlock-points{padding:0;-webkit-flex:1;flex:1;margin:-6px 0;color:#000}@media(max-width:939px){.SubscriptionBlock-points{padding:18px 0 22px}}.SubscriptionBlock-points>div{font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px;padding:0;position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:24px;margin:6px 0}.SubscriptionBlock-points>div:before{content:"";width:24px;height:24px;display:block;background-image:url(/images/check.svg);background-size:cover;margin-right:8px;-webkit-flex-shrink:0;flex-shrink:0}
@-webkit-keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.TypographyRefresh-h1{font-size:56px;line-height:60px}.TypographyRefresh-h1,.TypographyRefresh-h2{font-family:Inter,sans-serif;font-style:normal;font-weight:900}.TypographyRefresh-h2{font-size:40px;line-height:40px}.TypographyRefresh-h3{font-family:Roboto;font-style:normal;font-weight:900;font-size:36px;line-height:36px;letter-spacing:.714286px}.TypographyRefresh-h4{font-size:30px;line-height:32px}.TypographyRefresh-h4,.TypographyRefresh-h5{font-family:Roboto;font-style:normal;font-weight:700;letter-spacing:.2px;-webkit-font-smoothing:antialiased}.TypographyRefresh-h5{font-size:24px;line-height:30px}.TypographyRefresh-h6{font-size:20px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.TypographyRefresh-h6,.TypographyRefresh-subtitle1{font-family:Roboto;font-style:normal;font-weight:700;line-height:24px}.TypographyRefresh-subtitle1{font-size:18px}.TypographyRefresh-subtitle2{font-family:Roboto;font-style:normal;font-weight:700;font-size:16px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.TypographyRefresh-button{font-weight:500}.TypographyRefresh-body1,.TypographyRefresh-button{font-family:Roboto;font-style:normal;font-size:15px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-body1{font-weight:400}.TypographyRefresh-body2{font-weight:700}.TypographyRefresh-body2,.TypographyRefresh-caption{font-family:Roboto;font-style:normal;font-size:13px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-caption{font-weight:400;-webkit-font-smoothing:antialiased}.TypographyRefresh-menu{font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-tiny{font-size:10px;line-height:14px}.TypographyRefresh-input,.TypographyRefresh-tiny{font-family:Roboto;font-style:normal;font-weight:400;letter-spacing:.2px}.TypographyRefresh-input{font-size:16px;line-height:22px;-webkit-font-smoothing:antialiased}.BuildingSubscribe{margin-bottom:32px;margin-top:12px}.BuildingSubscribe .Subscribe-section{margin-top:8px;margin-bottom:8px}.BuildingSubscribe .Subscribe-section+.Subscribe-section{margin-top:8px}.BuildingSubscribe .Subscribe-actions{-webkit-flex-direction:row;flex-direction:row}@media(max-width:939px){.BuildingSubscribe .Subscribe-actions{-webkit-flex-direction:column;flex-direction:column}}.BuildingSubscribeNewProject{width:100%}.BuildingSubscribeNewProject-title{font-family:Roboto;font-style:normal;font-weight:700;font-size:24px;line-height:30px;letter-spacing:.2px;-webkit-font-smoothing:antialiased;margin-bottom:16px}.BuildingSubscribeNewProject-column{width:47%;padding-left:30px}@media(max-width:939px){.BuildingSubscribeNewProject-column{width:100%;padding-left:0}}.BuildingSubscribeNewProject-column.-body{display:-webkit-flex;display:flex;padding-left:0;-webkit-align-items:center;align-items:center;width:53%}@media(max-width:939px){.BuildingSubscribeNewProject-column.-body{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;text-align:center;width:100%}}.BuildingSubscribeNewProject-subtitle{font-family:Roboto;font-style:normal;font-weight:700;font-size:13px;line-height:22px;letter-spacing:.2px}.BuildingSubscribeNewProject .SubscriptionBlock{padding-left:30px;padding-right:30px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}@media(max-width:939px){.BuildingSubscribeNewProject .SubscriptionBlock{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}}.BuildingSubscribeNewProject .SubscriptionBlock-picture{position:relative;left:unset;right:unset;top:unset;bottom:unset;-webkit-transform:none;transform:none;margin-right:19px}@media(max-width:939px){.BuildingSubscribeNewProject .SubscriptionBlock-picture{margin-right:0}}.BuildingSubscribeNewProject .SubscriptionBlock-telegram{width:100%;padding-left:0;padding-top:10px}
@-webkit-keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.Clipper{width:100%;display:none;margin-top:20px}@media(max-width:725px){.Clipper{display:block}}.Clipper.-visible{display:block}
native-gallery{display:-webkit-flex;display:flex;overflow-x:scroll;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}native-gallery::-webkit-scrollbar{display:none}native-gallery:not(.-loaded) [loading=lazy]{display:none}native-gallery>div,native-gallery>img{object-fit:contain}native-gallery>div,native-gallery>img,native-gallery>picture{-webkit-flex:0 0 auto;flex:0 0 auto;width:100%;height:100%;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;scroll-snap-align:center;scroll-snap-stop:always}native-gallery>picture img{width:100%;height:100%;object-fit:contain;vertical-align:top}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;transform-origin:left top;transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1),-webkit-transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img,.pswp__item{position:absolute;left:0;top:0}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;transition:opacity .2s;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/assets/build/images/e3f799c6dec9af194c86decdf7392405.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:1.1dppx),(min-resolution:105dpi){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/assets/build/images/b257fa9c5ac8c515ac4d77a667ce2943.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);transform:translateY(6px);transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{color:#000;text-decoration:none}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/assets/build/images/e34aafbb485a96eaf2a789b2bf3af6fe.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{box-sizing:border-box;width:14px;height:14px;border-radius:50%;border-color:#fff #fff transparent transparent;border-style:solid;border-width:2px;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}
@-webkit-keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.pswp__caption .pswp__caption__center{text-align:center;font-size:13px;color:hsla(0,0%,100%,.5);padding:12px;max-width:unset}.UIStyles{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px}.UIStyles-block{grid-row-end:span var(--span)}.UIStyles-header{background-color:#ff9800;color:#fff;padding:24px;border-radius:8px 8px 0 0;font-size:24px;font-weight:500}.UIStyles-content{border:1px solid #ededed;padding:0 24px 24px;color:#bfbfbf;border-radius:0 0 8px 8px;overflow:hidden}.UIStyles-content.-dark{background-color:rgba(0,0,0,.7);border:none;color:#fff}.NavigationArrow{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:48px;height:48px}.NavigationArrow.-disabled .NavigationArrow-button{cursor:default}.NavigationArrow.-disabled svg{fill:#636778}@media(hover:hover)and (pointer:fine){.NavigationArrow:not(.-disabled) .NavigationArrow-button:hover{padding:12px}}.NavigationArrow-button{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;padding:6px;border-radius:8px;background:#000;outline:none;border:none;cursor:pointer;transition:all .25s ease-out}.NavigationArrow-button:active svg{fill:#636778}.NavigationArrow-button svg{fill:#fff;transition:all .25s ease-out}.Gallery,.Gallery-view{position:relative}.Gallery-view{height:100%;min-height:570px;background:#d6d6d6;transition:background .2s ease-in-out}@media(max-width:939px){.Gallery-view{min-height:0;height:0;padding-top:75%}}.Gallery-view:after,.Gallery-view:before{content:"";position:absolute;left:0;pointer-events:none;width:100%;z-index:2}.Gallery-view:before{background:linear-gradient(rgba(0,0,0,.2),transparent);height:70px;top:0}.Gallery-view:after{background:linear-gradient(transparent,rgba(0,0,0,.2));bottom:0;height:80px}.Gallery-slider{position:absolute;left:0;top:0;width:100%;height:100%}.Gallery-slider img.-cover{object-fit:cover;object-position:right bottom}@media(max-width:725px){.Gallery-slider img.-cover{object-position:center}}.Gallery-nav{position:absolute;top:120px;bottom:120px;width:80px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border:none;background:none;padding:0;outline:none;z-index:10}@media(max-width:939px){.Gallery-nav{display:none}}.Gallery-nav.-next{right:0;padding-right:10px;-webkit-justify-content:flex-end;justify-content:flex-end}.Gallery-nav.-prev{left:0;padding-left:10px;-webkit-justify-content:flex-start;justify-content:flex-start}.Gallery-fs{position:absolute;bottom:16px;right:16px;z-index:10}@media(max-width:725px){.Gallery-fs{bottom:24px}}.Gallery-bulletsHolder{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;position:absolute;left:0;right:0;margin:0 auto;width:calc(100% - 148px);bottom:17px;z-index:10}.Gallery-bullets{overflow-x:scroll;scroll-behavior:auto;scrollbar-width:none}.Gallery-bullet,.Gallery-bullets{display:-webkit-flex;display:flex}.Gallery-bullet{-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;position:relative;width:12px;height:12px;border-radius:50%;cursor:pointer;transition:all .25s ease-out;-webkit-flex-shrink:0;flex-shrink:0}.Gallery-bullet:after{content:"";width:6px;height:6px;background-color:hsla(0,0%,100%,.5);border-radius:50%}.Gallery-bullet.-active:after{background-color:#fff}
@-webkit-keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.ProjectGallery{position:relative;overflow:hidden;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:40px}@media(max-width:939px){.ProjectGallery{margin-bottom:16px;border-radius:0}}.ProjectGallery native-gallery>picture img{object-fit:cover}
@-webkit-keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.ProjectLayouts .PlansCard-title{margin-bottom:0}
@-webkit-keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.BuildingMenuHolder{box-shadow:inset 0 1px 0 0 #ebeef4;position:-webkit-sticky;position:sticky;top:-1px;z-index:25;background:#fff;margin:0 auto 16px;width:100%}@media(max-width:725px){.BuildingMenuHolder{margin-bottom:8px}}.BuildingMenuHolder .SecondaryNavigation{position:relative}.BuildingMenu{margin:0 auto;width:100%;z-index:25;box-shadow:inset 0 -1px 0 0 #ebeef4}@media(max-width:939px){.BuildingMenu{padding:0;top:49px}}@media(max-width:725px){.BuildingMenu{transition:top .4s}}.BuildingMenu-content{display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch;height:100%}@media(max-width:725px){.BuildingMenu-content{display:block}}.BuildingMenu-buildingName{font-family:Roboto;font-style:normal;font-weight:700;font-size:20px;line-height:24px;-webkit-font-smoothing:antialiased;letter-spacing:.2px;color:#000;max-width:408px;padding:10px 24px 10px 0;-webkit-flex-shrink:0;flex-shrink:0;margin:auto 0}@media(max-width:725px){.BuildingMenu-buildingName{display:none}}.BuildingMenu .wrapper{height:100%}@media(max-width:725px){.BuildingMenu .wrapper{padding-left:0;padding-right:0}}.BuildingMenu .UITabs{min-height:57px;-webkit-align-items:stretch;align-items:stretch}@media(max-width:725px){.BuildingMenu .UITabs{padding-left:0}}.SecondaryNavigation{position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:25}.SecondaryNavigation-content{display:none;background:#fff;border-bottom:1px solid #ebeef4}@media(max-width:725px){.SecondaryNavigation-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:12px 44px;color:#000;width:100%}.SecondaryNavigation-content svg{fill:currentColor;-webkit-flex-shrink:0;flex-shrink:0;position:absolute;left:16px;width:24px;height:24px}}.SecondaryNavigation-title{font-family:Roboto;font-style:normal;font-weight:700;font-size:18px;line-height:24px;text-align:center;-webkit-font-smoothing:antialiased}.Clipper{width:100%;display:none;margin-top:20px}@media(max-width:725px){.Clipper{display:block}}.Clipper.-visible{display:block}.ProjectGrid-item{display:none}@media(max-width:725px){.ProjectGrid-item{display:block}}.ProjectGrid-item.-visible,.ProjectGrid-item:nth-child(-n+4){display:block}@media(max-width:725px){.ProjectGrid .Clipper{display:none}}.ProjectInfo{color:#000}.ProjectInfo-subtitle{margin-bottom:22px;font-family:Roboto;font-style:normal;font-weight:700;font-size:16px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}@media(max-width:939px){.ProjectInfo-subtitle{margin-bottom:20px}}@media(max-width:939px){.ProjectInfo-subtitle+.ProjectInfo-items{grid-template-columns:1fr}}.ProjectInfo-items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0 16px}@media(max-width:939px){.ProjectInfo-items{grid-template-columns:1fr 1fr}}.ProjectInfo-items+.ProjectInfo-items{margin-top:20px}.ProjectInfo .UIMainTitle{margin-bottom:20px}@media(max-width:939px){.ProjectInfo .UIMainTitle{margin-bottom:10px}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}.ChipRefresh{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:7px 16px;border-radius:8px;min-width:32px;height:36px;cursor:pointer;white-space:nowrap;-webkit-flex-shrink:0;flex-shrink:0;border:none;outline:none;background:#ebeef4;color:#000;font-family:Roboto;font-style:normal;font-weight:400;font-size:15px;line-height:22px;letter-spacing:.2px}@media(hover:hover)and (pointer:fine){.ChipRefresh:hover{background:#000;color:#fff}}.ChipRefresh.-active,.ChipRefresh:active{background:#000;color:#fff}.ChipRefresh.-disabled,.ChipRefresh[disabled]{background:#ebeef4;color:#caccd8;pointer-events:none}.ChipRefresh-icon{width:18px;height:18px;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-right:-4px;margin-left:6px}.ChipRefresh-icon .ico,.ChipRefresh-icon img{width:18px;height:18px;vertical-align:top}.ChipRefresh .ico{fill:currentColor}.UIChips.-wrap .ChipRefresh{margin-bottom:10px}.UIChips.-wrap .ChipRefresh:not(:last-child){margin-right:10px}.UILabel{display:-webkit-inline-flex;display:inline-flex}.UILabel.-small{padding:0 8px;border-radius:4px}.UILabel.-medium{padding:4px 8px;border-radius:8px}.UILabel.-grey-light{background:#f2f2f2;color:rgba(0,0,0,.5)}.UILabel.-transparent{background:hsla(0,0%,100%,.3);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.UILabel.-accent{background:#ff9800;color:#fff}.UILabel.-dark{color:#fff;background:rgba(0,0,0,.84)}.UIContactButton{border-radius:8px;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer;overflow:hidden;background:#ededed;border:none;text-decoration:none;font-family:Roboto,sans-serif;font-size:15px;line-height:24px;color:rgba(0,0,0,.84);padding:12px 16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background .25s ease-out}.UIContactButton:active,.UIContactButton:focus{outline:none}.UIContactButton.-disabled,.UIContactButton[disabled]{cursor:default;pointer-events:none}.UIContactButton.-secondary{color:rgba(0,0,0,.84);background:#ededed;transition:background .25s ease-out}.UIContactButton.-secondary:hover{background:#e0e0e0}.UIContactButton.-secondary:hover .UIContactButton-icon{border-color:#e0e0e0}.UIContactButton.-secondary:active{background:#bfbfbf;transition:all .05s ease-out}.UIContactButton.-secondary:active .UIContactButton-icon{border-color:#bfbfbf;transition:border-color .05s ease-out}.UIContactButton.-secondary .UIContactButton-icon{border:2px solid #ededed;transition:border-color .25s ease-out}.UIContactButton.-secondary.-disabled,.UIContactButton.-secondary[disabled]{background:#ededed;transition:background .25s ease-out;color:rgba(0,0,0,.5)}.UIContactButton.-secondary.-disabled:hover,.UIContactButton.-secondary[disabled]:hover{background:#ededed}.UIContactButton.-secondary.-disabled:hover .UIContactButton-icon,.UIContactButton.-secondary[disabled]:hover .UIContactButton-icon{border-color:#ededed}.UIContactButton.-secondary.-disabled:active,.UIContactButton.-secondary[disabled]:active{background:#ededed;transition:all .05s ease-out}.UIContactButton.-secondary.-disabled:active .UIContactButton-icon,.UIContactButton.-secondary[disabled]:active .UIContactButton-icon{border-color:#ededed;transition:border-color .05s ease-out}.UIContactButton.-secondary.-disabled .UIContactButton-icon,.UIContactButton.-secondary[disabled] .UIContactButton-icon{border:2px solid #ededed;transition:border-color .25s ease-out}.UIContactButton.-secondary.-disabled .ico,.UIContactButton.-secondary[disabled] .ico{fill:#bfbfbf}.UIContactButton.-secondary .UIButton-loading-path{stroke:rgba(0,0,0,.25)}.UIContactButton.-secondary .ico{fill:rgba(0,0,0,.7)}.UIContactButton.-primary{color:#fff;background:#ff9800;transition:background .25s ease-out}.UIContactButton.-primary:hover{background:#fa7800}.UIContactButton.-primary:hover .UIContactButton-icon{border-color:#fa7800}.UIContactButton.-primary:active{background:#f06400;transition:all .05s ease-out}.UIContactButton.-primary:active .UIContactButton-icon{border-color:#f06400;transition:border-color .05s ease-out}.UIContactButton.-primary .UIContactButton-icon{border:2px solid #ff9800;transition:border-color .25s ease-out}.UIContactButton.-primary.-disabled,.UIContactButton.-primary[disabled]{background:#bfbfbf;transition:background .25s ease-out}.UIContactButton.-primary.-disabled:hover,.UIContactButton.-primary[disabled]:hover{background:#bfbfbf}.UIContactButton.-primary.-disabled:hover .UIContactButton-icon,.UIContactButton.-primary[disabled]:hover .UIContactButton-icon{border-color:#bfbfbf}.UIContactButton.-primary.-disabled:active,.UIContactButton.-primary[disabled]:active{background:#bfbfbf;transition:all .05s ease-out}.UIContactButton.-primary.-disabled:active .UIContactButton-icon,.UIContactButton.-primary[disabled]:active .UIContactButton-icon{border-color:#bfbfbf;transition:border-color .05s ease-out}.UIContactButton.-primary.-disabled .UIContactButton-icon,.UIContactButton.-primary[disabled] .UIContactButton-icon{border:2px solid #bfbfbf;transition:border-color .25s ease-out}.UIContactButton.-primary .UIButton-loading-path{stroke:hsla(0,0%,100%,.5)}.UIContactButton.-primary .ico{fill:#fff}.UIContactButton.-transparent{background:hsla(0,0%,100%,.3);transition:background .25s ease-out;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.UIContactButton.-transparent:hover{background:hsla(0,0%,100%,.4)}.UIContactButton.-transparent:hover .UIContactButton-icon:before{border-color:hsla(0,0%,100%,.4)}.UIContactButton.-transparent:active{background:hsla(0,0%,100%,.5);transition:all .05s ease-out}.UIContactButton.-transparent:active .UIContactButton-icon:before{border-color:hsla(0,0%,100%,.5);transition:border-color .05s ease-out}.UIContactButton.-transparent .UIContactButton-icon:before{border:2px solid hsla(0,0%,100%,.3);transition:border-color .25s ease-out}.UIContactButton.-transparent .ico{fill:#fff}.UIContactButton.-transparent.-disabled,.UIContactButton.-transparent[disabled]{background:hsla(0,0%,100%,.3);transition:background .25s ease-out;color:hsla(0,0%,100%,.5)}.UIContactButton.-transparent.-disabled:hover,.UIContactButton.-transparent[disabled]:hover{background:hsla(0,0%,100%,.3)}.UIContactButton.-transparent.-disabled:hover .UIContactButton-icon:before,.UIContactButton.-transparent[disabled]:hover .UIContactButton-icon:before{border-color:hsla(0,0%,100%,.3)}.UIContactButton.-transparent.-disabled:active,.UIContactButton.-transparent[disabled]:active{background:hsla(0,0%,100%,.3);transition:all .05s ease-out}.UIContactButton.-transparent.-disabled:active .UIContactButton-icon:before,.UIContactButton.-transparent[disabled]:active .UIContactButton-icon:before{border-color:hsla(0,0%,100%,.3);transition:border-color .05s ease-out}.UIContactButton.-transparent.-disabled .UIContactButton-icon:before,.UIContactButton.-transparent[disabled] .UIContactButton-icon:before{border:2px solid hsla(0,0%,100%,.3);transition:border-color .25s ease-out}.UIContactButton.-transparent.-disabled .ico,.UIContactButton.-transparent[disabled] .ico{fill:hsla(0,0%,100%,.5)}.UIContactButton.-transparent .UIButton-loading-path{stroke:hsla(0,0%,100%,.5)}.UIContactButton.-transparent .UIContactButton-icon{position:relative;border:2px solid var(--color)}.UIContactButton.-transparent .UIContactButton-icon:before{content:"";display:block;position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%}.UIContactButton-icons{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin:-6px -8px -6px 8px}.UIContactButton-icons .ico:not([fill=none]){fill:rgba(0,0,0,.7)}.UIContactButton-icon{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:36px;width:36px;padding:6px;margin-right:-16px;border-radius:50%;background:#fff}.UIContactButton-icon:last-child{margin-right:0}.UIContactButton.-fullWidth{width:100%}.UITwoLinerButton{border-radius:8px;display:-webkit-inline-flex;display:inline-flex;cursor:pointer;overflow:hidden;background:none;border:none;text-decoration:none;font-family:Roboto,sans-serif;font-size:15px;line-height:24px;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.UITwoLinerButton-main{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:12px 16px;width:100%}.UITwoLinerButton-column{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;justify-content:center;overflow:hidden}.UITwoLinerButton:active,.UITwoLinerButton:focus{outline:none}.UITwoLinerButton.-disabled,.UITwoLinerButton[disabled]{cursor:default;pointer-events:none}.UITwoLinerButton.-primary{color:#fff;background:#ff9800;transition:background .25s ease-out}.UITwoLinerButton.-primary:hover{background:#fa7800}.UITwoLinerButton.-primary:active{background:#f06400;transition:all .05s ease-out}.UITwoLinerButton.-primary.-disabled,.UITwoLinerButton.-primary[disabled]{background:#bfbfbf;transition:background .25s ease-out}.UITwoLinerButton.-primary.-disabled:hover,.UITwoLinerButton.-primary[disabled]:hover{background:#bfbfbf}.UITwoLinerButton.-primary.-disabled:active,.UITwoLinerButton.-primary[disabled]:active{background:#bfbfbf;transition:all .05s ease-out}.UITwoLinerButton.-primary .UIButton-loading-path{stroke:hsla(0,0%,100%,.5)}.UITwoLinerButton.-primary .ico{fill:#fff}.UITwoLinerButton.-secondary{color:rgba(0,0,0,.84);background:#ededed;transition:background .25s ease-out}.UITwoLinerButton.-secondary:hover{background:#e0e0e0}.UITwoLinerButton.-secondary:active{background:#bfbfbf;transition:all .05s ease-out}.UITwoLinerButton.-secondary.-disabled,.UITwoLinerButton.-secondary[disabled]{background:#ededed;transition:background .25s ease-out;color:rgba(0,0,0,.5)}.UITwoLinerButton.-secondary.-disabled:hover,.UITwoLinerButton.-secondary[disabled]:hover{background:#ededed}.UITwoLinerButton.-secondary.-disabled:active,.UITwoLinerButton.-secondary[disabled]:active{background:#ededed;transition:all .05s ease-out}.UITwoLinerButton.-secondary.-disabled .ico,.UITwoLinerButton.-secondary[disabled] .ico{fill:#bfbfbf}.UITwoLinerButton.-secondary .UIButton-loading-path{stroke:rgba(0,0,0,.25)}.UITwoLinerButton.-secondary .ico{fill:rgba(0,0,0,.7)}.UITwoLinerButton.-transparent{background:hsla(0,0%,100%,.3);transition:background .25s ease-out;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.UITwoLinerButton.-transparent:hover{background:hsla(0,0%,100%,.4)}.UITwoLinerButton.-transparent:active{background:hsla(0,0%,100%,.5);transition:all .05s ease-out}.UITwoLinerButton.-transparent .ico{fill:#fff}.UITwoLinerButton.-transparent.-disabled,.UITwoLinerButton.-transparent[disabled]{background:hsla(0,0%,100%,.3);transition:background .25s ease-out;color:hsla(0,0%,100%,.5)}.UITwoLinerButton.-transparent.-disabled:hover,.UITwoLinerButton.-transparent[disabled]:hover{background:hsla(0,0%,100%,.3)}.UITwoLinerButton.-transparent.-disabled:active,.UITwoLinerButton.-transparent[disabled]:active{background:hsla(0,0%,100%,.3);transition:all .05s ease-out}.UITwoLinerButton.-transparent.-disabled .ico,.UITwoLinerButton.-transparent[disabled] .ico{fill:hsla(0,0%,100%,.5)}.UITwoLinerButton.-transparent .UIButton-loading-path{stroke:hsla(0,0%,100%,.5)}.UITwoLinerButton.-transparent .UITwoLinerButton-caption{color:hsla(0,0%,100%,.5)}.UITwoLinerButton.-branded{background:#fff;color:var(--branding-color-00)}.UITwoLinerButton.-branded .UITwoLinerButton-main{background:transparent;transition:background .25s ease-out}.UITwoLinerButton.-branded .UITwoLinerButton-main:hover{background:var(--branding-color-01)}.UITwoLinerButton.-branded .UITwoLinerButton-main:active{background:var(--branding-color-02);transition:all .05s ease-out}.UITwoLinerButton.-fullWidth{width:100%}.UITwoLinerButton-caption{font-size:13px;line-height:16px}.UITwoLinerButton-caption,.UITwoLinerButton-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:start;width:100%}.UITwoLinerButton-content{letter-spacing:.5px;font-weight:500}.UITwoLinerButton-icon{display:-webkit-flex;display:flex;background:#fff;margin-left:8px;margin-right:-4px;padding:6px;border-radius:50%}.UITwoLinerButton-icon .ico{width:20px;height:20px}.ContactsViberButton.-colored{background:#fff;color:#7360f2}.ContactsViberButton.-colored:hover,.ContactsViberButton.-primary{background:#7360f2;color:#fff}.ContactsViberButton.-primary:hover{background:#9585ff}.ContactsActions-row{display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch;margin-bottom:8px}.ContactsActions-row:last-child{margin-bottom:0}.ContactsActions-row>.UIButton,.ContactsActions-row>.UIContactButton,.ContactsActions-row>.UITwoLinerButton{-webkit-flex:1;flex:1;width:100%}.ContactsActions-row>.UIButton:first-child,.ContactsActions-row>.UIContactButton:first-child,.ContactsActions-row>.UITwoLinerButton:first-child{margin-right:8px}.ContactsActions-row>.UIButton:last-child,.ContactsActions-row>.UIContactButton:last-child,.ContactsActions-row>.UITwoLinerButton:last-child{margin-right:0}.ContactsActions-taxi-title{font-weight:500;text-align:left;margin-bottom:4px;letter-spacing:.5px}.DeveloperQuestionPopup .UIModal-content{width:597px}@media(max-width:725px){.DeveloperQuestionPopup .UIModal-content{width:100%}}.DeveloperQuestionPopup .UIModal-content-inner{position:relative;height:calc(100vh - 100px);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow:hidden}@media(max-width:725px){.DeveloperQuestionPopup .UIModal-content-inner{height:100vh;height:100svh}}.DeveloperQuestionPopup-frame{width:100%;border-radius:8px;overflow:hidden;height:100%;border:none}.BuildingContacts{border-radius:8px;background:#f5f6fa}.BuildingContacts-media{border-radius:8px 8px 0 0;overflow:hidden;width:100%}.BuildingContacts-branding{background:rgb(var(--color));padding:4px;position:relative;height:54px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.BuildingContacts-branding img{max-width:100%;max-height:100%;height:auto;width:auto}.BuildingContacts-content{padding:20px;color:#000}@media(max-width:725px){.BuildingContacts-content{padding:20px 16px}}.BuildingContacts-header{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;width:100%;margin-bottom:8px;-webkit-justify-content:space-between;justify-content:space-between}.BuildingContacts-header:empty{display:none}.BuildingContacts-top-actions{display:-webkit-flex;display:flex;margin-left:10px;margin-top:-6px;-webkit-align-items:center;align-items:center;position:relative}.BuildingContacts-title{font-weight:700;font-size:24px;line-height:30px;-webkit-font-smoothing:antialiased}.BuildingContacts-address,.BuildingContacts-title{font-family:Roboto;font-style:normal;letter-spacing:.2px}.BuildingContacts-address{font-weight:400;font-size:15px;line-height:22px;text-underline-offset:2px}.BuildingContacts-address a{text-decoration:underline;color:#000;text-decoration-thickness:1px}.BuildingContacts-address a,.BuildingContacts-address span{margin-right:8px;white-space:nowrap}.BuildingContacts-details{margin-top:10px}.BuildingContacts-salesCenter-content{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:0 0 8px}.BuildingContacts-avatar{border-radius:50%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background:#fff;width:50px;height:50px;-webkit-flex-shrink:0;flex-shrink:0;margin-right:10px}.BuildingContacts-workingHours{display:-webkit-flex;display:flex;-webkit-flex:1;flex:1;-webkit-justify-content:space-between;justify-content:space-between}.BuildingContacts-workingHours-schedule{margin-right:18px;margin-left:8px}.BuildingContacts-workingHours-caption{font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px;max-width:92px;margin:3px 0}.BuildingContacts-workingHours .placeholder{color:#9396a8}.BuildingContacts-workingHours td{white-space:nowrap;padding:0}.BuildingContacts-workingHours td+td{padding-left:10px}.BuildingContacts-actions{margin-top:-4px;margin-bottom:-4px}@media(max-width:939px){.BuildingContacts-actions.-row:not(:has(.BuildingContacts-actionsRow:only-child)){display:-webkit-flex;display:flex;margin-left:-4px;margin-right:-4px}.BuildingContacts-actions.-row:not(:has(.BuildingContacts-actionsRow:only-child)) .BuildingContacts-actionsRow{width:50%;margin:0}}.BuildingContacts-actionsRow{display:-webkit-flex;display:flex;margin:0 -4px}.BuildingContacts-action{-webkit-flex:1;flex:1;padding:4px;-webkit-flex-shrink:0;flex-shrink:0;overflow:hidden;text-overflow:ellipsis}.BuildingContacts-notes{color:#636778;margin-bottom:10px;margin-top:2px}.UITypography{color:rgba(0,0,0,.84)}.UITypography-h1{font-size:32px;line-height:40px}.UITypography-h1,.UITypography-h2{font-family:Roboto;font-weight:500;letter-spacing:.2px}.UITypography-h2{font-size:24px;line-height:28px}.UITypography-h3{font-size:20px}.UITypography-h3,.UITypography-h4{font-family:Roboto;font-weight:500;line-height:24px;letter-spacing:.2px}.UITypography-h4{font-size:17px}.UITypography-body,.UITypography-link{font-weight:400}.UITypography-body,.UITypography-bold,.UITypography-link{font-family:Roboto;font-size:15px;line-height:24px;letter-spacing:0}.UITypography-bold{font-weight:500}.UITypography-caption{font-family:Roboto;font-weight:400;font-size:13px;line-height:16px;letter-spacing:0}.UITypography-label{font-family:Roboto;font-weight:500;font-size:11px;line-height:16px;letter-spacing:1px}.UITypography-button-bold{font-weight:500}.UITypography-button,.UITypography-button-bold{font-family:Roboto;font-size:15px;line-height:24px;letter-spacing:.5px}.UITypography-button{font-weight:400}.UICircularProgress{width:20px;height:20px;-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;position:relative}.UICircularProgress-path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:rgba(0,0,0,.84)}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}.FavoriteButtonRefresh .ico-active{opacity:0}.FavoriteButtonRefresh.-active .ico{fill:#f06400;-webkit-animation:scale-down .4s;animation:scale-down .4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.FavoriteButtonRefresh.-active .ico .ico-active{opacity:1}.Label{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:1px 8px;border-radius:4px;background:#000;color:#fff;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.Label.-accent{background:#39cc6a;color:#000}.Label.-grey{background:#9396a8;color:#fff}.Label.-white{background:#fff;color:#000}.Label.-orange{background:rgba(240,100,0,.1);color:#f06400}.PlansCard{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;position:relative;width:100%;height:100%;cursor:pointer;border-radius:8px;border:1px solid #ebeef4}@media(hover:hover)and (pointer:fine){.PlansCard:hover{box-shadow:0 0 6px rgba(0,0,0,.05),0 4px 16px rgba(0,0,0,.1);border-color:transparent}.PlansCard:hover .PlansCard-image,.PlansCard:hover .PlansCard-picture img{-webkit-transform:scale(1.05);transform:scale(1.05)}}.PlansCard:has(.PlansCard-subtitle:not(:empty)) .PlansCard-title{margin-bottom:8px}.PlansCard.-muted .PlansCard-image,.PlansCard.-muted .PlansCard-picture img{-webkit-filter:grayscale(1);filter:grayscale(1)}.PlansCard.-muted .FavoriteButtonRefresh{pointer-events:none}.PlansCard-link{position:absolute;width:100%;height:100%;display:block;z-index:1}.PlansCard-inner{display:block;width:100%;position:relative;padding-top:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .25s ease-out}.PlansCard-inner>.Label{top:8px;left:8px;position:absolute;z-index:1;text-transform:lowercase}.PlansCard-image{object-fit:contain;transition:all .25s ease-out}.PlansCard-image,.PlansCard-picture{position:absolute;top:16px;left:16px;width:calc(100% - 32px);height:calc(100% - 32px)}.PlansCard-picture img{width:100%;height:100%;object-fit:contain;transition:all .25s ease-out}.PlansCard-content{-webkit-flex:1;flex:1;padding:16px}.PlansCard-content>div:last-child{margin-bottom:0}.PlansCard-title{margin-bottom:12px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Roboto;font-style:normal;font-weight:700;font-size:20px;line-height:24px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.PlansCard-title:empty{display:none}.PlansCard-subtitle{color:#000;margin-bottom:4px;font-family:Roboto;font-style:normal;font-weight:700;font-size:16px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.PlansCard-subtitle:empty{display:none}.PlansCard-column{overflow:hidden}.PlansCard-items{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}@media(max-width:725px){.PlansCard-items{gap:0 16px}}.PlansCard-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:4px 0;overflow:hidden;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.PlansCard-item-description{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-transform:lowercase}.PlansCard-item svg{margin-right:10px;-webkit-flex-shrink:0;flex-shrink:0}.PlansCard .FavoriteButtonRefresh{position:absolute;top:8px;right:8px;z-index:2}.ProjectsCard .PlansCard-inner{border-radius:8px 8px 0 0}.ProjectsCard .PlansCard-image{object-fit:cover}.ProjectsCard .PlansCard-image,.ProjectsCard .PlansCard-picture{top:0;left:0;width:100%;height:100%}.ProjectsCard .PlansCard-image img,.ProjectsCard .PlansCard-picture img{width:100%;height:100%;object-fit:cover}.UIGrid{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:-12px}@media(max-width:725px){.UIGrid{margin:-6px}}@media(max-width:939px)and (min-width:725px){.UIGrid:not(.-always-wrap-md){margin:-12px -16px;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto;overflow-y:hidden}.UIGrid:not(.-always-wrap-md)::-webkit-scrollbar{display:none}}@media(max-width:939px)and (min-width:725px){.UIGrid:not(.-always-wrap-md) [class*=UIGrid-col],.UIGrid:not(.-always-wrap-md) [class^=UIGrid-col]{padding:12px 8px}}@media(max-width:725px){.UIGrid:not(.-always-wrap-sm){margin:-12px -16px;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto;overflow-y:hidden}.UIGrid:not(.-always-wrap-sm)::-webkit-scrollbar{display:none}}@media(max-width:725px){.UIGrid:not(.-always-wrap-sm) [class*=UIGrid-col],.UIGrid:not(.-always-wrap-sm) [class^=UIGrid-col]{padding:12px 8px}}.UIGrid.-scrollable{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.UIGrid.-scrollable::-webkit-scrollbar{display:none}@media(max-width:725px){.UIGrid:not(.-no-mobile-gallery){-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-left:8px}.UIGrid:not(.-no-mobile-gallery) [class*=UIGrid-col],.UIGrid:not(.-no-mobile-gallery) [class^=UIGrid-col]{padding:12px 8px;width:calc(100% - 32px);max-width:360px;scroll-snap-align:start;scroll-snap-stop:always}.UIGrid:not(.-no-mobile-gallery) [class*=UIGrid-col]:first-child,.UIGrid:not(.-no-mobile-gallery) [class*=UIGrid-col]:last-child,.UIGrid:not(.-no-mobile-gallery) [class^=UIGrid-col]:first-child,.UIGrid:not(.-no-mobile-gallery) [class^=UIGrid-col]:last-child{width:calc(100% - 24px);max-width:368px}.UIGrid:not(.-no-mobile-gallery) [class*=UIGrid-col]:only-child,.UIGrid:not(.-no-mobile-gallery) [class^=UIGrid-col]:only-child{width:100%;max-width:none}}@media(max-width:939px)and (min-width:725px){.UIGrid .UIGrid-col-md{min-width:262px;padding:12px 8px}.UIGrid .UIGrid-col-md:first-child{min-width:270px;padding-left:16px}.UIGrid .UIGrid-col-md:last-child{min-width:270px;padding-right:16px}}@media(max-width:725px){.UIGrid .UIGrid-col-sm{padding:12px 8px}.UIGrid .UIGrid-col-sm:first-child{padding-left:16px}.UIGrid .UIGrid-col-sm:last-child{padding-right:16px}}.UIGrid .UIGrid-col-3{width:25%;-webkit-flex:none;flex:none;padding:12px}@media(max-width:725px){.UIGrid .UIGrid-col-3{padding:6px}}.UIGrid .UIGrid-col-4{width:33.33333%;-webkit-flex:none;flex:none;padding:12px}@media(max-width:725px){.UIGrid .UIGrid-col-4{padding:6px}}.UIGrid .UIGrid-col-5{width:41.66667%;-webkit-flex:none;flex:none;padding:12px}@media(max-width:725px){.UIGrid .UIGrid-col-5{padding:6px}}.UIGrid .UIGrid-col-6{width:50%;-webkit-flex:none;flex:none;padding:12px}@media(max-width:725px){.UIGrid .UIGrid-col-6{padding:6px}}.UIGrid .UIGrid-col-7{width:58.33333%;-webkit-flex:none;flex:none;padding:12px}@media(max-width:725px){.UIGrid .UIGrid-col-7{padding:6px}}.UIGrid .UIGrid-col-8{width:66.66667%;-webkit-flex:none;flex:none;padding:12px}@media(max-width:725px){.UIGrid .UIGrid-col-8{padding:6px}}.UIGrid .UIGrid-col-9{width:75%;-webkit-flex:none;flex:none;padding:12px}@media(max-width:725px){.UIGrid .UIGrid-col-9{padding:6px}}.UIGrid .UIGrid-col-10{width:83.33333%;-webkit-flex:none;flex:none;padding:12px}@media(max-width:725px){.UIGrid .UIGrid-col-10{padding:6px}}.UIGrid .UIGrid-col-11{width:91.66667%;-webkit-flex:none;flex:none;padding:12px}@media(max-width:725px){.UIGrid .UIGrid-col-11{padding:6px}}.UIGrid .UIGrid-col-12{width:100%;-webkit-flex:none;flex:none;padding:12px}@media(max-width:725px){.UIGrid .UIGrid-col-12{padding:6px}}@media(max-width:1199px){.UIGrid .UIGrid-col-lg-3{width:25%}}@media(max-width:1199px){.UIGrid .UIGrid-col-lg-4{width:33.33333%}}@media(max-width:1199px){.UIGrid .UIGrid-col-lg-5{width:41.66667%}}@media(max-width:1199px){.UIGrid .UIGrid-col-lg-6{width:50%}}@media(max-width:1199px){.UIGrid .UIGrid-col-lg-7{width:58.33333%}}@media(max-width:1199px){.UIGrid .UIGrid-col-lg-8{width:66.66667%}}@media(max-width:1199px){.UIGrid .UIGrid-col-lg-9{width:75%}}@media(max-width:1199px){.UIGrid .UIGrid-col-lg-10{width:83.33333%}}@media(max-width:1199px){.UIGrid .UIGrid-col-lg-11{width:91.66667%}}@media(max-width:1199px){.UIGrid .UIGrid-col-lg-12{width:100%}}@media(max-width:939px){.UIGrid .UIGrid-col-md-3{width:25%}}@media(max-width:939px){.UIGrid .UIGrid-col-md-4{width:33.33333%}}@media(max-width:939px){.UIGrid .UIGrid-col-md-5{width:41.66667%}}@media(max-width:939px){.UIGrid .UIGrid-col-md-6{width:50%}}@media(max-width:939px){.UIGrid .UIGrid-col-md-7{width:58.33333%}}@media(max-width:939px){.UIGrid .UIGrid-col-md-8{width:66.66667%}}@media(max-width:939px){.UIGrid .UIGrid-col-md-9{width:75%}}@media(max-width:939px){.UIGrid .UIGrid-col-md-10{width:83.33333%}}@media(max-width:939px){.UIGrid .UIGrid-col-md-11{width:91.66667%}}@media(max-width:939px){.UIGrid .UIGrid-col-md-12{width:100%}}@media(max-width:725px){.UIGrid .UIGrid-col-sm-3{width:25%}}@media(max-width:725px){.UIGrid .UIGrid-col-sm-4{width:33.33333%}}@media(max-width:725px){.UIGrid .UIGrid-col-sm-5{width:41.66667%}}@media(max-width:725px){.UIGrid .UIGrid-col-sm-6{width:50%}}@media(max-width:725px){.UIGrid .UIGrid-col-sm-7{width:58.33333%}}@media(max-width:725px){.UIGrid .UIGrid-col-sm-8{width:66.66667%}}@media(max-width:725px){.UIGrid .UIGrid-col-sm-9{width:75%}}@media(max-width:725px){.UIGrid .UIGrid-col-sm-10{width:83.33333%}}@media(max-width:725px){.UIGrid .UIGrid-col-sm-11{width:91.66667%}}@media(max-width:725px){.UIGrid .UIGrid-col-sm-12{width:100%}}@media(max-width:480px){.UIGrid .UIGrid-col-xs-3{width:25%}}@media(max-width:480px){.UIGrid .UIGrid-col-xs-4{width:33.33333%}}@media(max-width:480px){.UIGrid .UIGrid-col-xs-5{width:41.66667%}}@media(max-width:480px){.UIGrid .UIGrid-col-xs-6{width:50%}}@media(max-width:480px){.UIGrid .UIGrid-col-xs-7{width:58.33333%}}@media(max-width:480px){.UIGrid .UIGrid-col-xs-8{width:66.66667%}}@media(max-width:480px){.UIGrid .UIGrid-col-xs-9{width:75%}}@media(max-width:480px){.UIGrid .UIGrid-col-xs-10{width:83.33333%}}@media(max-width:480px){.UIGrid .UIGrid-col-xs-11{width:91.66667%}}@media(max-width:480px){.UIGrid .UIGrid-col-xs-12{width:100%}}.UIChips{display:-webkit-flex;display:flex}.UIChips .UIChip:not(:last-child){margin-right:8px}.UIChips.-scrollable:not(.-wrap){display:block;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto;overflow-y:hidden}.UIChips.-scrollable:not(.-wrap)::-webkit-scrollbar{display:none}@media(max-width:725px){.UIChips.-scrollable:not(.-wrap){margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}}.UIChips.-scrollable:not(.-wrap) .UIChip{position:relative}.UIChips.-scrollable:not(.-wrap) .UIChip:after{content:"";position:absolute;display:block;height:100%;right:-16px;width:16px}@media(max-width:939px){.UIChips.-scrollable.-wrap{display:block;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto;overflow-y:hidden}.UIChips.-scrollable.-wrap::-webkit-scrollbar{display:none}}@media(max-width:939px)and (max-width:725px){.UIChips.-scrollable.-wrap{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}}@media(max-width:939px){.UIChips.-scrollable.-wrap .UIChip{position:relative}.UIChips.-scrollable.-wrap .UIChip:after{content:"";position:absolute;display:block;height:100%;right:-16px;width:16px}}.UIChips.-margin{margin-bottom:16px}.UIChips.-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.UIChips.-wrap .UIChip{margin-bottom:8px}.UIChip{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:4px 16px;border-radius:8px;min-width:32px;height:32px;cursor:pointer;white-space:nowrap;-webkit-flex-shrink:0;flex-shrink:0;border:none;outline:none;font-size:15px;line-height:24px;letter-spacing:.5px;transition:all .25s ease-out}.UIChip:active{transition:all .05s ease-out}.UIChip-icon{-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.UIChip-icon,.UIChip-icon .ico{width:20px;height:20px}.UIChip .ico{fill:currentColor}.UIChip.-regular{background:#ededed;color:rgba(0,0,0,.84)}.UIChip.-regular:active,.UIChip.-regular:hover{background:#e0e0e0}.UIChip.-regular.-active{background:rgba(0,0,0,.7);color:#fff}.UIChip.-regular.-disabled,.UIChip.-regular[disabled]{pointer-events:none;color:rgba(0,0,0,.25);background:#ededed}.UIChip.-overlay{box-shadow:0 0 4px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.1);background:#fff;color:rgba(0,0,0,.84)}.UIChip.-overlay:hover{background:#f2f2f2}.UIChip.-overlay:active{background:#e0e0e0}.UIChip.-overlay.-active{background:rgba(0,0,0,.7);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.UIChip.-overlay.-disabled,.UIChip.-overlay[disabled]{background:#ededed;color:rgba(0,0,0,.25)}.UIChip.-toggle{background:hsla(0,0%,100%,0);color:#fff}.UIChip.-toggle:hover{background:hsla(0,0%,100%,.3)}.UIChip.-toggle:active{background:hsla(0,0%,100%,.4)}.UIChip.-toggle.-active{background:#fff;color:rgba(0,0,0,.7)}.UIChip.-toggle.-disabled,.UIChip.-toggle[disabled]{background:hsla(0,0%,100%,0);color:hsla(0,0%,100%,.3)}.UIChip.-icon{padding:6px}.UIChip.-icon-left{padding-left:12px}.UIChip.-icon-left .UIChip-icon{margin-right:8px}.UIChip.-icon-right{-webkit-flex-direction:row-reverse;flex-direction:row-reverse;padding-right:12px}.UIChip.-icon-right .UIChip-icon{margin-left:8px}.-UiKitMainTitle-margin{margin-bottom:24px}@media(max-width:939px){.-UiKitMainTitle-margin{margin-bottom:16px}}.UIMainTitle{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-bottom:24px}@media(max-width:939px){.UIMainTitle{margin-bottom:16px}}.UIMainTitle.-with-subtitle{margin-bottom:8px}.UIMainTitle.-with-chip{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}@media(max-width:939px){.UIMainTitle.-with-chip{margin-bottom:8px}}.UIMainTitle.-with-chip .h1,.UIMainTitle.-with-chip .h2{margin-right:16px}@media(max-width:725px){.UIMainTitle.-with-chip .h1,.UIMainTitle.-with-chip .h2{margin-bottom:8px;margin-right:8px}}.UIMainTitle.-with-chip .UIChip{white-space:nowrap}@media(max-width:725px){.UIMainTitle.-with-chip .UIChip{margin-bottom:8px}}.UIMainTitle .h1{font-size:32px;line-height:1.25;font-weight:500;letter-spacing:.2px}@media(max-width:725px){.UIMainTitle .h1{font-size:24px}}.UIMainTitle .h2{font-size:24px;line-height:1.25;font-weight:500;letter-spacing:.2px}@media(max-width:725px){.UIMainTitle .h2{font-size:20px}}.UIPopup{position:absolute;visibility:hidden;opacity:0;z-index:1000;transition:all .4s cubic-bezier(.25,1,.6,1)}@media(max-width:725px){.UIPopup{position:fixed;top:auto;right:16px;bottom:16px;left:16px;z-index:1600;max-height:calc(100% - 54px)}}.UIPopup.-no-transitions{transition:none!important}.UIPopup.-top{-webkit-transform:translateY(16px);transform:translateY(16px);bottom:100%;margin-bottom:8px}@media(max-width:725px){.UIPopup.-top{bottom:16px;margin-bottom:0}}.UIPopup.-bottom{-webkit-transform:translateY(-16px);transform:translateY(-16px);top:100%;margin-top:8px}@media(max-width:725px){.UIPopup.-bottom{top:auto;margin-top:0;-webkit-transform:translateY(16px);transform:translateY(16px)}}.UIPopup.-right{right:0}@media(max-width:725px){.UIPopup.-right{right:16px}}.UIPopup.-wide{min-width:100%}@media(max-width:725px){.UIPopup.-wide{min-width:auto}}.UIPopup.-opened{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media(max-width:725px){.UIPopup.-opened{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}}@media(max-width:725px){.UIPopup.-opened.-with-subpopup{-webkit-transform:none;transform:none}}.UIPopup-content{overflow:auto;background:#fff;border-radius:8px;padding:8px;max-height:var(--height);box-shadow:0 0 6px rgba(0,0,0,.05),0 4px 16px rgba(0,0,0,.1)}@media(max-width:725px){.UIPopup-content{max-height:none}}.UIPopup-content+.UIButton{display:none}@media(max-width:725px){.UIPopup-content+.UIButton{display:-webkit-inline-flex;display:inline-flex;margin-top:8px;-webkit-flex-shrink:0;flex-shrink:0}}@media(max-width:725px){.UIPopup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;z-index:1500;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-transform:translateY(100%);transform:translateY(100%);background-color:rgba(0,0,0,.7);transition:opacity .4s cubic-bezier(.4,0,.75,0),-webkit-transform 0s .4s;transition:opacity .4s cubic-bezier(.4,0,.75,0),transform 0s .4s;transition:opacity .4s cubic-bezier(.4,0,.75,0),transform 0s .4s,-webkit-transform 0s .4s}.UIPopup-overlay.-no-transitions{transition:none!important}}@media(max-width:725px){.UIPopup-overlay.-opened{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;z-index:1500;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-transform:translateY(100%);transform:translateY(100%);background-color:rgba(0,0,0,.7);transition:opacity .4s cubic-bezier(.4,0,.75,0),-webkit-transform 0s .4s;transition:opacity .4s cubic-bezier(.4,0,.75,0),transform 0s .4s;transition:opacity .4s cubic-bezier(.4,0,.75,0),transform 0s .4s,-webkit-transform 0s .4s;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);transition:opacity .4s cubic-bezier(.25,1,.6,1)}.UIPopup-overlay.-opened.-no-transitions{transition:none!important}}.UIPopup .UISelect{position:static}@media(max-width:725px){.UIPopup{position:fixed!important;inset:16px!important;bottom:16px!important;right:16px!important;left:16px!important;pointer-events:none}}.UIPopup.-opened{pointer-events:auto}.UIPopup.-top{-webkit-transform:translateY(16px)!important;transform:translateY(16px)!important;bottom:100%!important;margin-bottom:8px!important}@media(max-width:725px){.UIPopup.-top{top:auto!important;bottom:16px!important;margin-bottom:0!important}}.UIPopup.-top.-opened{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.UIPopup.-top.-right{right:0!important;left:auto!important}@media(max-width:725px){.UIPopup.-top.-right{right:16px!important;left:16px!important}}.UIPopup.-bottom{-webkit-transform:translateY(-16px)!important;transform:translateY(-16px)!important;top:100%!important;margin-top:8px!important}@media(max-width:725px){.UIPopup.-bottom{top:auto!important;margin-top:0!important;-webkit-transform:translateY(16px)!important;transform:translateY(16px)!important}}.UIPopup.-bottom.-opened{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.UIPopup.-bottom.-right{right:0!important;left:auto!important}@media(max-width:725px){.UIPopup.-bottom.-right{right:16px!important;left:16px!important}}@media(max-width:725px){body.UIPopup-no-scroll{height:100%;width:100%;overflow:hidden;position:fixed;top:var(--scrollPosition);-ms-scroll-chaining:none;overscroll-behavior:contain}}.UICell{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:4px 8px;margin-bottom:8px;border-radius:8px;cursor:pointer;color:rgba(0,0,0,.84);transition:all .25s ease-out}@media(max-width:725px){.UICell{padding:8px}}.UICell:last-child{margin-bottom:0}.UICell:hover{background:rgba(0,0,0,.05)}.UICell.-selected,.UICell:active{background:rgba(0,0,0,.1);transition:all .05s ease-out}.UICell.-disabled{color:rgba(0,0,0,.25);cursor:default}.UICell.-disabled.-selected,.UICell.-disabled:active,.UICell.-disabled:hover{background:transparent}.UICell.-non-interactive{color:rgba(0,0,0,.5);cursor:default}.UICell.-non-interactive.-selected,.UICell.-non-interactive:active,.UICell.-non-interactive:hover{background:transparent}.UICell-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-flex:1;flex:1}.UICell-icon{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.UICell-icon.-left{margin-right:8px}.UICell-icon.-left .ico{fill:rgba(0,0,0,.7)}.UICell-icon.-right{margin-left:8px}.UICell-icon.-right .ico{fill:rgba(0,0,0,.25)}.UISection{margin-bottom:8px}.UISection:last-child{margin-bottom:0}.UISection-header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-right:-8px;margin-bottom:8px}.UISection-header .UICell{margin-bottom:0}.UISection-divider{height:1px;background:rgba(0,0,0,.1);width:100%;min-width:24px;margin:8px 0 8px 8px}.UISection-title{-webkit-flex-shrink:0;flex-shrink:0;padding:4px 8px;color:rgba(0,0,0,.84);max-width:calc(100% - 24px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:1}@media(max-width:725px){.UISection-title{padding:8px}}.UISection.-checkbox-with-title>.UICell{margin-left:24px}.UICheckbox{cursor:pointer;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center}.UICheckbox.-disabled{color:rgba(0,0,0,.25);cursor:default}.UICheckbox.-disabled:active,.UICheckbox.-disabled:hover{background:transparent}.UICheckbox.-disabled .UICheckbox-custom{border-color:rgba(0,0,0,.1)}.UICheckbox-custom{-webkit-flex:none;flex:none;position:relative;margin-right:.5em;width:18px;height:18px;border-radius:2px;border:2px solid rgba(0,0,0,.25);transition:background-color .25s ease-out;transition:border-color .25s ease-out}.UICheckbox-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UICheckbox input[type=checkbox]{display:none}.UICheckbox input[type=checkbox]:checked+.UICheckbox-custom{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11"><path fill="white" fill-rule="evenodd" d="M5 11L0 6l1.41-1.41L5 8.17 12.59.58 14 2"/></svg>') 50% no-repeat #ff9800;border-color:#ff9800}.UIStyles{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px}.UIStyles-block{grid-row-end:span var(--span)}.UIStyles-header{background-color:#ff9800;color:#fff;padding:24px;border-radius:8px 8px 0 0;font-size:24px;font-weight:500}.UIStyles-content{border:1px solid #ededed;padding:0 24px 24px;color:#bfbfbf;border-radius:0 0 8px 8px;overflow:hidden}.UIStyles-content.-dark{background-color:rgba(0,0,0,.7);border:none;color:#fff}.UIRadio{cursor:pointer;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center}.UIRadio.-disabled{color:rgba(0,0,0,.25);cursor:default}.UIRadio.-disabled:active,.UIRadio.-disabled:hover{background:transparent}.UIRadio.-disabled .UIRadio-custom{border-color:rgba(0,0,0,.1)}.UIRadio-custom{-webkit-flex:none;flex:none;position:relative;margin-right:.5em;width:18px;height:18px;border-radius:50%;border:2px solid rgba(0,0,0,.25);transition:all .25s ease-out}.UIRadio-custom:before{content:"";position:absolute;width:8px;height:8px;left:50%;top:50%;background:#ff9800;border-radius:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:all .25s ease-out}.UIRadio-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UIRadio input[type=radio]{display:none}.UIRadio input[type=radio]:checked+.UIRadio-custom{border-color:#ff9800}.UIRadio input[type=radio]:checked+.UIRadio-custom:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.UIMenu-label{font-size:12px;background:#ededed;color:rgba(0,0,0,.7);padding:2px 6px;border-radius:4px}.UISection-header .UIMenu-label{white-space:nowrap;margin-left:auto;margin-right:16px}.UISorting{position:relative}.UISorting .UICell{padding:4px 12px;font-family:Roboto;font-style:normal;font-weight:400;font-size:15px;line-height:22px;letter-spacing:.2px}@media(max-width:725px){.UISorting .UICell{margin-bottom:16px}}@media(max-width:725px){.UISorting .UICell:last-child{margin-bottom:0}}.UISorting .UICell:active,.UISorting .UICell:hover{background:#000;color:#fff}@media(max-width:725px){.UISorting .UIPopup-content{padding:16px 8px}}@media(max-width:725px){.UISorting .ButtonRefresh{padding:0 10px}.UISorting .ButtonRefresh-content{display:none}.UISorting .ButtonRefresh-icon{margin-left:0}}.UIMainTitle.-with-subtitle{margin-bottom:12px}@media(max-width:725px){.UIMainTitle.-with-subtitle{margin-bottom:10px}}@media(max-width:725px){.UIMainTitle.-with-button{-webkit-justify-content:space-between;justify-content:space-between}}.UIMainTitle.-with-button .UIMainTitle-actions{margin-left:20px}.UIMainTitle-actions{margin-left:16px}.UIMainTitle .UISorting+.UIChip{margin-left:8px}.UIMainTitle .h1,.UIMainTitle .h2{font-family:Roboto;font-style:normal;font-weight:700;font-size:24px;line-height:30px;letter-spacing:.2px;-webkit-font-smoothing:antialiased;color:#000}@media(max-width:725px){.UIMainTitle .h1,.UIMainTitle .h2{font-family:Roboto;font-style:normal;font-weight:700;font-size:20px;line-height:24px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}}@keyframes scale-down{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1);transform:scale(1)}}.TypographyRefresh-h1{font-size:56px;line-height:60px}.TypographyRefresh-h1,.TypographyRefresh-h2{font-family:Inter,sans-serif;font-style:normal;font-weight:900}.TypographyRefresh-h2{font-size:40px;line-height:40px}.TypographyRefresh-h3{font-family:Roboto;font-style:normal;font-weight:900;font-size:36px;line-height:36px;letter-spacing:.714286px}.TypographyRefresh-h4{font-size:30px;line-height:32px}.TypographyRefresh-h4,.TypographyRefresh-h5{font-family:Roboto;font-style:normal;font-weight:700;letter-spacing:.2px;-webkit-font-smoothing:antialiased}.TypographyRefresh-h5{font-size:24px;line-height:30px}.TypographyRefresh-h6{font-size:20px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.TypographyRefresh-h6,.TypographyRefresh-subtitle1{font-family:Roboto;font-style:normal;font-weight:700;line-height:24px}.TypographyRefresh-subtitle1{font-size:18px}.TypographyRefresh-subtitle2{font-family:Roboto;font-style:normal;font-weight:700;font-size:16px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.TypographyRefresh-button{font-weight:500}.TypographyRefresh-body1,.TypographyRefresh-button{font-family:Roboto;font-style:normal;font-size:15px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-body1{font-weight:400}.TypographyRefresh-body2{font-weight:700}.TypographyRefresh-body2,.TypographyRefresh-caption{font-family:Roboto;font-style:normal;font-size:13px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-caption{font-weight:400;-webkit-font-smoothing:antialiased}.TypographyRefresh-menu{font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:22px;letter-spacing:.2px}.TypographyRefresh-tiny{font-size:10px;line-height:14px}.TypographyRefresh-input,.TypographyRefresh-tiny{font-family:Roboto;font-style:normal;font-weight:400;letter-spacing:.2px}.TypographyRefresh-input{font-size:16px;line-height:22px;-webkit-font-smoothing:antialiased}.PlanContacts{display:none}@media(max-width:939px){.PlanContacts{display:block}}.PlanContacts-content{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;-webkit-flex:1;flex:1}.PlanContacts-caption{font-weight:400;font-size:13px;-webkit-font-smoothing:antialiased}.PlanContacts-caption,.PlanContacts-title{font-family:Roboto;font-style:normal;line-height:22px;letter-spacing:.2px}.PlanContacts-title{font-weight:500;font-size:15px;margin-top:2px}.PlanContacts-actions{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.PlanContacts .ButtonRefresh{width:44px;margin-left:10px}.PlanContacts .BuildingContacts-notes{display:none}.PlanContacts .BuildingContacts-details{margin-top:0}.PlanContacts .BuildingContacts-salesCenter-content{margin-bottom:0}.ProjectView-content{margin-top:20px;display:-webkit-flex;display:flex}@media(max-width:939px){.ProjectView-content{-webkit-flex-direction:column;flex-direction:column;margin:0 -16px}}@media(max-width:939px){.ProjectView-section{margin-bottom:40px;padding:0 16px}}.ProjectView-section>.UIMainTitle{margin-bottom:25px}@media(max-width:939px){.ProjectView-section>.UIMainTitle{margin-bottom:20px}}.ProjectView-sidebar{position:relative;max-width:370px;-webkit-flex:1;flex:1;margin-left:25px}@media(max-width:939px){.ProjectView-sidebar{display:none}}.ProjectView-sidebar .BuildingContacts{position:-webkit-sticky;position:sticky;top:64px}.ProjectView-main{max-width:calc(100% - 395px);-webkit-flex:1;flex:1}@media(max-width:939px){.ProjectView-main{max-width:none}}.ProjectView .Subscribe{margin-bottom:24px}.ProjectView .pswp__img{object-fit:contain}

/*# sourceMappingURL=ProjectView.a7b82265174de4b7643b.css.map*/