.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)}}.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}.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)}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@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}}@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}.BuildingContactsBranding{margin-bottom:32px}@media(min-width:1200px){.BuildingContactsBranding .BuildingContacts{display:-webkit-flex;display:flex}.BuildingContactsBranding .BuildingContacts-media{width:370px;height:unset;border-radius:8px 0 0 8px;position:relative;-webkit-flex-shrink:0;flex-shrink:0}.BuildingContactsBranding .BuildingContacts-media img{width:100%;height:100%;object-fit:contain}.BuildingContactsBranding .BuildingContacts-branding{width:100%;height:100%;position:absolute;padding:24px}.BuildingContactsBranding .BuildingContacts-content{-webkit-flex:1;flex:1;padding:20px 40px}.BuildingContactsBranding .BuildingContacts-details{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between}.BuildingContactsBranding .BuildingContacts-actions,.BuildingContactsBranding .BuildingContacts-salesCenter{width:calc(50% - 20px)}.BuildingContactsBranding .BuildingContacts-salesCenter-content{max-width:333px}}.BuildingSimilar{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 30px;padding:0;gap:6px}@media(max-width:939px){.BuildingSimilar{padding:0 16px}}@media(max-width:725px){.BuildingSimilar{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.BuildingSimilar::-webkit-scrollbar{display:none}}.BuildingSimilar-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0;color:#636778;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.BuildingSimilar-item:last-child{margin-right:0}.BuildingSimilar-item a{color:#636778}.BuildingSimilar-item a:hover{text-decoration:underline}.BuildingSimilar-item svg{width:16px;height:16px;margin-left:6px;fill:#636778}@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}.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}.UIChips.-scrollable{display:block}.UIChip.-disabled{cursor:default}.UIChip.-badge{position:relative}.UIChip.-badge:after{content:"";display:block;position:absolute;width:10px;height:10px;border:2px solid #fff;background:#ff9800;border-radius:50%;top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.Pagination{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin:50px 0 90px}.Pagination,.Pagination .ButtonRefresh{-webkit-justify-content:center;justify-content:center}.Pagination .ButtonRefresh{margin-right:10px;padding-left:8px;padding-right:8px}.Pagination .ButtonRefresh[disabled]{background:#fff}.Pagination .ButtonRefresh:last-child{margin-right:0}.Pagination .ButtonRefresh.-iconOnly{padding-top:13px;padding-bottom:13px}.Pagination .ButtonRefresh.-iconOnly .ButtonRefresh-icon svg{width:20px;height:20px}.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}.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}.NewsItem{display:grid;gap:24px;grid-template-columns:100px 1fr auto 36px;padding:16px 24px;border:1px solid #ebeef4;border-radius:8px;color:#000}@media(max-width:939px){.NewsItem{grid-template-columns:100px 1fr 36px}}@media(max-width:725px){.NewsItem{grid-template-columns:1fr auto;gap:20px}}@media(hover:hover)and (pointer:fine){.NewsItem[href]:hover{border-color:rgba(235,238,244,0);box-shadow:0 0 6px rgba(0,0,0,.05),0 4px 16px rgba(0,0,0,.1)}}@media(max-width:725px){.NewsItem-body{grid-row:2/3;grid-column:1/3}}.NewsItem-title{font-family:Roboto;font-style:normal;font-weight:700;font-size:18px;line-height:24px}.NewsItem-description{margin-top:10px;font-family:Roboto;font-style:normal;font-weight:400;font-size:13px;line-height:22px;-webkit-font-smoothing:antialiased;letter-spacing:.2px}.NewsItem-li{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start}.NewsItem-li svg{margin-right:8px;margin-top:7.5px;width:6px;height:7px}.NewsItem-li+.NewsItem-li{margin-top:8px}.NewsItem-images{display:grid;gap:10px;-webkit-justify-content:flex-start;justify-content:flex-start;grid-auto-flow:column}@media(max-width:939px){.NewsItem-images{grid-row:2/3;grid-column:2/3}}@media(max-width:725px){.NewsItem-images{grid-row:3/4;grid-column:1/3}}.NewsItem-image{position:relative;border-radius:8px;overflow:hidden;width:80px;height:80px}.NewsItem-image img{object-fit:contain;width:100%;height:100%;border-radius:8px}.NewsItem-icon img,.NewsItem-icon svg{height:80px;width:auto}.NewsItem-more{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;text-align:center;background:rgba(0,0,0,.5);color:#fff;font-family:Roboto;font-style:normal;font-weight:500;font-size:15px;line-height:22px;letter-spacing:.2px}.NewsItem-actionButton.ButtonRefresh{pointer-events:none;border-color:#ebeef4;margin:auto 0}@media(max-width:725px){.NewsItem-actionButton.ButtonRefresh{margin:0}}.NewsItem+.NewsItem{margin-top:10px}.UIChips{margin-bottom:16px}@media(max-width:939px){.UIChips{margin-bottom:8px}}.News-list{margin-bottom:24px}@media(max-width:939px){.News-list{margin-right:-6px;margin-left:-6px}}.News .Subscribe{margin-bottom:24px}

/*# sourceMappingURL=News.79b3bf674a822b882ef0.css.map*/