.ShAlbumTag_AlbumTag_root{display:flex;flex-direction:row;gap:4px;align-items:center;padding:6px 8px;border-radius:8px;background:rgba(35,36,38,.502)}.ShAlbumTag_AlbumTag_total{font-weight:400;font-size:16px;line-height:20px;color:var(--text-icons-primary-inverse)}.ShAlbumTag_AlbumTag_icon{width:20px;height:20px;color:var(--text-icons-primary-inverse)}.ShApiImage_ApiImage_image{display:block;transition:opacity .18s ease}.ShApiImage_ApiImage_fill{position:absolute;inset:0;width:100%;height:100%}.ShApiImage_ApiImage_loader{background-color:#f4f7fc;opacity:.96}.Shbutton_Button_button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;font-family:ALSGranate,helvetica,arial,sans-serif;font-weight:700;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;cursor:pointer}.Shbutton_Button_button--small{padding:8px 12px;max-height:36px;border-radius:8px;font-size:14px;line-height:20px}.Shbutton_Button_button--medium{padding:9px 16px;border-radius:8px;font-size:16px;line-height:24px}.Shbutton_Button_button--large{font-weight:700;font-size:18px;line-height:24px;padding:13px 20px;border-radius:12px}.Shbutton_Button_button.Shbutton_Button_disabled,.Shbutton_Button_button:disabled{cursor:default;pointer-events:none}.Shbutton_Button_button-primary{background-color:var(--surfaces-primary);color:var(--white)}@media(min-width:1100px){.Shbutton_Button_button-primary:hover{background-color:var(--surfaces-primary-hover)}}.Shbutton_Button_button-primary.Shbutton_Button_disabled,.Shbutton_Button_button-primary:disabled{cursor:default;pointer-events:none;color:var(--surfaces-black-disable);background-color:var(--surfaces-black-disable-2)}.Shbutton_Button_button-secondary{background-color:var(--black-disable-3);color:var(--text-secondary-color)}@media(min-width:1100px){.Shbutton_Button_button-secondary:hover{background-color:var(--black-disable-2)}}.Shbutton_Button_button-black{color:var(--white);background-color:var(--black);border:1px solid var(--black)}@media(min-width:1100px){.Shbutton_Button_button-black:hover{background-color:var(--black-hover);border-color:var(--black-hover)}}.Shbutton_Button_button-outline{border:1px solid var(--surfaces-secondary-hover);color:var(--text-secondary-color)}@media(min-width:1100px){.Shbutton_Button_button-outline:hover{border-color:var(--text-secondary-color_50)}}.Shbutton_Button_button-outline-inverse{border:1px solid var(--white);color:var(--white)}@media(min-width:1100px){.Shbutton_Button_button-outline-inverse:hover{border-color:var(--black-disable-3)}}.Shbutton_Button_button-error{background-color:var(--text-icons-danger);color:var(--white);border:2px solid var(--text-icons-danger)}@media(min-width:1100px){.Shbutton_Button_button-error:hover{background-color:var(--white);color:var(--text-primary)}}.Shbutton_Bullet_root{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;height:16px}.Shbutton_Bullet_root__dot{width:16px}.Shbutton_Bullet_root__thumb{width:50px}.Shbutton_Bullet_container{position:relative;width:100%;height:100%;border-radius:4px;box-shadow:1px 1px 4px 0 rgba(0,0,0,.149);overflow:hidden}.Shbutton_Bullet_background{background-color:var(--white-40)}.Shbutton_Bullet_background,.Shbutton_Bullet_point{left:0;top:0;position:absolute;width:100%;height:100%}.Shbutton_Bullet_point{visibility:hidden;opacity:0;background-color:var(--white);transition:opacity .3s ease-in-out,width .3s ease-in-out,visibility .3s ease-in-out}.Shbutton_Bullet_active .Shbutton_Bullet_point{opacity:1;visibility:visible}.ShbuttonIcon_ButtonIcon_button_icon{display:flex;align-items:center;justify-content:center;padding:8px;width:40px;height:40px;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;cursor:pointer;box-sizing:border-box}.ShbuttonIcon_ButtonIcon_button_icon.ShbuttonIcon_ButtonIcon_square{border-radius:8px}.ShbuttonIcon_ButtonIcon_button_icon.ShbuttonIcon_ButtonIcon_circle{border-radius:20px}.ShbuttonIcon_ButtonIcon_button_icon svg{color:var(--text-primary)}.ShbuttonIcon_ButtonIcon_ghost{background-color:transparent}.ShbuttonIcon_ButtonIcon_ghost svg{color:var(--text-primary)}@media(min-width:1100px){.ShbuttonIcon_ButtonIcon_ghost:hover{background-color:var(--black-disable-3)}}.ShbuttonIcon_ButtonIcon_ghost_inverse{background-color:transparent}.ShbuttonIcon_ButtonIcon_ghost_inverse svg{color:var(--white)}@media(min-width:1100px){.ShbuttonIcon_ButtonIcon_ghost_inverse:hover{background-color:var(--black-hover)}}.ShbuttonIcon_ButtonIcon_secondary{background-color:var(--black-disable-3)}.ShbuttonIcon_ButtonIcon_secondary svg{color:var(--text-primary)}@media(min-width:1100px){.ShbuttonIcon_ButtonIcon_secondary:hover{background-color:var(--black-disable-2)}}.ShbuttonIcon_ButtonIcon_outline{background-color:transparent;border:1px solid var(--black-disable)}.ShbuttonIcon_ButtonIcon_outline svg{color:var(--text-primary)}@media(min-width:1100px){.ShbuttonIcon_ButtonIcon_outline:hover{border-color:var(--black-hover)}}.Wdgt_ResetButton_root{padding:0;font:inherit;background-color:transparent;border:0;color:inherit;cursor:pointer;text-align:unset;display:flex;align-items:center;justify-content:center}@keyframes ShDrawer_Drawer_show-background{0%{opacity:0}to{opacity:1}}@keyframes ShDrawer_Drawer_hide-background{0%{opacity:1}to{opacity:0}}@keyframes ShDrawer_Drawer_show-content{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0)}}@keyframes ShDrawer_Drawer_hide-content{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(100%)}}.ShDrawer_Drawer_enter .ShDrawer_Drawer_content{animation:ShDrawer_Drawer_show-content .2s linear}.ShDrawer_Drawer_enter .ShDrawer_Drawer_background{animation:ShDrawer_Drawer_show-background .2s linear}.ShDrawer_Drawer_exit .ShDrawer_Drawer_content{animation:ShDrawer_Drawer_hide-content .2s linear}.ShDrawer_Drawer_exit .ShDrawer_Drawer_background{animation:ShDrawer_Drawer_hide-background .2s linear}.ShDrawer_Drawer_exit__active .ShDrawer_Drawer_background,.ShDrawer_Drawer_exit__active .ShDrawer_Drawer_content{opacity:0}.ShDrawer_Drawer_root{position:fixed;z-index:102;inset:0}.ShDrawer_Drawer_root .ShDrawer_Drawer_puller{position:absolute;top:0;left:0;display:block;width:100%;height:24px;z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ShDrawer_Drawer_root .ShDrawer_Drawer_puller__icon{display:block;width:48px;height:4px;position:absolute;left:50%;top:6px;transform:translate(-50%);background-color:#ced2d9;transition:background-color .2s linear 0s;will-change:background-color}.ShDrawer_Drawer_root .ShDrawer_Drawer_cross{position:absolute;top:18px;right:6px;padding:8px}.ShDrawer_Drawer_root .ShDrawer_Drawer_cross__icon{width:24px;height:24px;color:var(--text-icons-primary)}.ShDrawer_Drawer_background{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(14,14,15,.502);z-index:-1;opacity:1}.ShDrawer_Drawer_content{background-color:var(--backgrounds-white);border-radius:16px 16px 0 0;overflow:hidden;position:absolute;bottom:0;left:0;width:100%;display:flex;flex-direction:column;padding:24px}.ShDrawer_Drawer_content.ShDrawer_Drawer_dragging_stop{transition:top .2s linear 0s;will-change:top}@media(max-width:767px){.ShDrawer_Drawer_content{padding:20px 16px 24px}.ShDrawer_Drawer_cross{display:none}}.ShTooltip_Tooltip_root{position:fixed;margin:0;z-index:104;pointer-events:none;max-width:320px}.ShTooltip_Tooltip_content{font-weight:400;font-size:13px;line-height:16px;margin-bottom:8px;padding:8px 12px;background:var(--text-secondary-color);gap:10px;border-radius:12px;color:var(--text-icons-primary-inverse);white-space:break-spaces}.ShTooltip_Tooltip_drawer{display:flex;flex-direction:column;gap:24px}.ShTooltip_Tooltip_drawer__header{display:flex;flex-direction:column;gap:8px}.ShTooltip_Tooltip_drawer__title{font-weight:700;font-size:20px;line-height:28px}.ShTooltip_Tooltip_drawer__content{font-weight:400;font-size:16px;line-height:20px;white-space:break-spaces}.ShButtonCopy_ButtonCopy_root.ShButtonCopy_ButtonCopy_button{display:flex;color:var(--text-icons-secondary);transition:color .2s ease-in-out}@media(min-width:1100px){.ShButtonCopy_ButtonCopy_root.ShButtonCopy_ButtonCopy_button:hover{color:var(--icons-primary-color)}}.ShButtonCopy_ButtonCopy_tooltip{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.ShButtonCopy_ButtonCopy_tooltip__active{opacity:1;visibility:visible}.ShButtonGroup_ButtonGroup_group{display:flex;flex-direction:row;align-items:center;padding:4px;gap:4px;border-radius:12px;background:var(--backgrounds-white);border:1px solid var(--surfaces-black-disable-2)}.ShButtonGroup_ButtonGroup_item{font:inherit;background-color:transparent;border:0;color:inherit;cursor:pointer;text-align:unset;font-weight:400;font-size:14px;line-height:18px;min-width:60px;max-width:100%;text-wrap:wrap;white-space:normal;word-break:break-word;padding:9px 16px;border-radius:8px;text-align:center;color:var(--text-primary);background:transparent;width:-moz-fit-content;width:fit-content}.ShButtonGroup_ButtonGroup_item.ShButtonGroup_ButtonGroup_active{background:var(--black);color:var(--text-icons-primary-inverse);box-shadow:1px 2px 4px 0 rgba(0,0,0,.051)}.ShCategories_Categories_header_link{font-weight:400;font-size:16px;line-height:20px;transition:color .25s linear 0s;will-change:color;color:var(--text-primary)}.ShCategories_Categories_header_link:hover{transition:color .1s linear 0s;will-change:color;color:var(--text-primary-color)}@media(max-width:1279px){.ShCategories_Categories_header_link{font-weight:400;font-size:14px;line-height:18px}}.ShCategories_Categories_mobile_item{position:relative;display:flex;align-items:center;padding-left:20px;background-color:var(--backgrounds-light);border-radius:8px;overflow:hidden}.ShCategories_Categories_mobile_item .ShCategories_Categories_mobile_title{font-weight:700;font-size:16px;line-height:24px;color:var(--text-primary);z-index:2}@media(max-width:767px){.ShCategories_Categories_mobile_item .ShCategories_Categories_mobile_title{font-weight:700;font-size:13px;line-height:16px}}.ShCategories_Categories_mobile_item:first-child{flex-direction:column;align-items:flex-start;gap:8px;padding-top:12px}.ShCategories_Categories_mobile_item:first-child .ShCategories_Categories_masked_image{position:absolute;bottom:0!important;right:-61px!important;min-width:300px;max-height:166px;margin:auto 0 0 auto}@media(max-width:767px){.ShCategories_Categories_mobile_item:first-child{padding-top:16px;gap:4px}.ShCategories_Categories_mobile_item:first-child .ShCategories_Categories_mobile_title{font-weight:700;font-size:16px;line-height:24px}.ShCategories_Categories_mobile_item:first-child .ShCategories_Categories_masked_image{left:unset;right:0!important;min-width:154px;max-width:154px;max-height:90px;margin:auto 0 0 auto}}.ShCategories_Categories_mobile_item:not(:first-child){height:50px}.ShCategories_Categories_mobile_item:not(:first-child) .ShCategories_Categories_masked_image{position:absolute;right:0;object-fit:cover;-webkit-mask-image:url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTA0IiBoZWlnaHQ9IjczIiB2aWV3Qm94PSIwIDAgMTA0IDczIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfOV8yMCkiPgo8cGF0aCBkPSJNLTQ4Ljg3MjEgMTQ2LjExNkgxNDAuMzM3VjY4LjYwNjRDMTQwLjMzNyAxOC4wMzI2IDExMC4xMzIgMC40NDE3NzMgODIuNzc2NiAwLjQ0MTc3MkM1Ny43MDA2IDAuNDQxNzcyIDQxLjc0MzIgMTAuODg2NCAyNC42NDYgMzYuMTczMkwtNDguODcyMSAxNDYuMTE2WiIgZmlsbD0iI0Q5RDlEOSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzlfMjAiPgo8cmVjdCB3aWR0aD0iMTA0IiBoZWlnaHQ9IjczIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");mask-image:url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTA0IiBoZWlnaHQ9IjczIiB2aWV3Qm94PSIwIDAgMTA0IDczIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfOV8yMCkiPgo8cGF0aCBkPSJNLTQ4Ljg3MjEgMTQ2LjExNkgxNDAuMzM3VjY4LjYwNjRDMTQwLjMzNyAxOC4wMzI2IDExMC4xMzIgMC40NDE3NzMgODIuNzc2NiAwLjQ0MTc3MkM1Ny43MDA2IDAuNDQxNzcyIDQxLjc0MzIgMTAuODg2NCAyNC42NDYgMzYuMTczMkwtNDguODcyMSAxNDYuMTE2WiIgZmlsbD0iI0Q5RDlEOSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzlfMjAiPgo8cmVjdCB3aWR0aD0iMTA0IiBoZWlnaHQ9IjczIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right;mask-position:right;width:100%;height:100%}@media(max-width:767px){.ShCategories_Categories_mobile_item:not(:first-child) .ShCategories_Categories_masked_image{-webkit-mask-position:right bottom;mask-position:right bottom;-webkit-mask-size:60px 43px;mask-size:60px 43px}}.ShCategories_Categories_mobile_item .ShCategories_Categories_mobile_link{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}@media(max-width:767px){.ShCategories_Categories_mobile_item{padding-left:12px}}.ShCategories_Categories_mobile_item_button{font-weight:400;font-size:14px;line-height:18px;padding:9px 12px;background-color:var(--surfaces-primary);border-radius:8px;color:var(--white);font-weight:700}@media(max-width:767px){.ShCategories_Categories_mobile_item_button{padding:5px 12px;font-size:11px;line-height:14px}.ShCategories_Categories_page_arrow_wrapper{display:flex;align-items:center;justify-content:center}}.ShCheckbox_Checkbox_checkbox{display:block;position:relative;padding-left:28px;cursor:pointer;font-size:16px;line-height:20px;color:var(--text-primary);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ShCheckbox_Checkbox_checkbox__checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:transparent;border:1px solid var(--black-10);border-radius:4px;transition:border-color .3s ease-in-out,background-color .2s ease-in-out}.ShCheckbox_Checkbox_checkbox__checkmark:after{content:"";position:absolute;display:none;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(https://static.prinzip.su/_next/static/media/mark.ea141e0a.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:12px;height:10px}.ShCheckbox_Checkbox_checkbox.ShCheckbox_Checkbox_disabled{cursor:default}@media(min-width:1100px){.ShCheckbox_Checkbox_checkbox:hover .ShCheckbox_Checkbox_checkbox__checkmark{border-color:var(--black-18)}}.ShCheckbox_Checkbox_checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.ShCheckbox_Checkbox_checkbox input:checked~.ShCheckbox_Checkbox_checkbox__checkmark{background-color:var(--surfaces-primary)}.ShCheckbox_Checkbox_checkbox input:checked~.ShCheckbox_Checkbox_checkbox__checkmark:after{display:block}.ShCheckSpecial_CheckSpecial_root{font-weight:400;font-size:16px;line-height:20px;display:flex;flex-direction:row;gap:6px;border:1px solid var(--surfaces-black-disable);padding:8px;border-radius:12px;cursor:pointer}.ShCheckSpecial_CheckSpecial_root svg{color:var(--text-icons-disabled)}.ShCheckSpecial_CheckSpecial_root.ShCheckSpecial_CheckSpecial_active{border-color:var(--surfaces-primary)}.ShCheckSpecial_CheckSpecial_root.ShCheckSpecial_CheckSpecial_active svg{color:var(--icons-primary-color)}.ShContent_Content_wrapper{max-width:100%;height:100%}.ShControlsForZoom_ControlsForZoom_zoom{position:absolute;right:20px;top:23px;box-shadow:0 0 8px 0 rgba(33,33,33,.102);background:var(--text-icons-primary-inverse);display:flex;flex-direction:column;width:40px;height:80px;align-items:center;justify-content:center;gap:14px;border-radius:8px;overflow:hidden;z-index:1}.ShControlsForZoom_ControlsForZoom_zoom__button{padding:0;font:inherit;background-color:transparent;border:0;color:inherit;cursor:pointer;text-align:unset}.ShControlsForZoom_ControlsForZoom_zoom__button:disabled{cursor:default;pointer-events:none;opacity:.5}.ShControlsForZoom_ControlsForZoom_zoom__icon{display:block;width:24px;height:24px}.ShFilterChip_FilterChip_root{display:flex;flex-direction:row;gap:6px;align-items:center;justify-content:center;border-radius:28px;cursor:pointer;text-wrap:nowrap;text-overflow:ellipsis;transition:border-color .2s ease,background .2s ease,color .2s ease;max-width:100%;overflow:hidden}.ShFilterChip_FilterChip_root svg{width:100%;height:100%}.ShFilterChip_FilterChip_root .ShFilterChip_FilterChip_content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:6px}.ShFilterChip_FilterChip_root.ShFilterChip_FilterChip_checked{background:var(--black);border-color:var(--black);color:var(--text-icons-primary-inverse)}.ShFilterChip_FilterChip_root.ShFilterChip_FilterChip_checked svg{color:var(--surfaces-primary-disable)}.ShFilterChip_FilterChip_root:not(.ShFilterChip_FilterChip_interactive){cursor:default}.ShFilterChip_FilterChip_root:disabled{cursor:default;pointer-events:none;background:transparent;border-color:var(--surfaces-black-disable);color:var(--text-icons-disabled)}.ShFilterChip_FilterChip_root:disabled svg{color:var(--surfaces-primary-disable)}.ShFilterChip_FilterChip_root.ShFilterChip_FilterChip_checked:disabled{background-color:var(--text-secondary);border-color:var(--text-secondary);color:var(--white)}.ShFilterChip_FilterChip_size__smallest{font-weight:400;font-size:13px;line-height:16px;padding:3px 11px;min-width:unset}.ShFilterChip_FilterChip_size__small{font-weight:400;font-size:13px;line-height:16px;padding:6px 12px;min-width:54px}.ShFilterChip_FilterChip_size__medium{font-weight:400;font-size:14px;line-height:18px;padding:9px 16px;min-width:54px}.ShFilterChip_FilterChip_size__big{font-weight:400;font-size:14px;line-height:18px;padding:12px 16px;min-width:52px}.ShFilterChip_FilterChip_size__huge{font-weight:400;font-size:16px;line-height:20px;padding:16px;min-width:56px}.ShFilterChip_FilterChip_format__default{border:1px solid var(--surfaces-black-disable);color:var(--text-primary);background-color:var(--white)}@media(min-width:1100px){.ShFilterChip_FilterChip_format__default:hover{border-color:var(--surfaces-mid-gray)}}.ShFilterChip_FilterChip_format__default svg{color:var(--text-primary)}.ShFilterChip_FilterChip_format__bordered{border:1px solid var(--surfaces-primary);color:var(--text-primary-color);background:var(--white)}@media(min-width:1100px){.ShFilterChip_FilterChip_format__bordered:hover{border-color:var(--surfaces-mid-gray)}}.ShFilterChip_FilterChip_format__bordered svg{color:var(--surfaces-primary-hover)}.ShFilterChip_FilterChip_format__colored,.ShFilterChip_FilterChip_format__colored_bold{border:1px solid transparent;color:var(--text-icons-primary-inverse);background:transparent;position:relative;overflow:hidden}.ShFilterChip_FilterChip_format__colored:before,.ShFilterChip_FilterChip_format__colored_bold:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(90deg,#8245e5,#232426);z-index:0}.ShFilterChip_FilterChip_format__colored.ShFilterChip_FilterChip_checked:before,.ShFilterChip_FilterChip_format__colored_bold.ShFilterChip_FilterChip_checked:before{background:linear-gradient(90deg,var(--black) 0,var(--black) 100%)}@media(min-width:1100px){.ShFilterChip_FilterChip_format__colored:hover:not(.ShFilterChip_FilterChip_checked):before,.ShFilterChip_FilterChip_format__colored_bold:hover:not(.ShFilterChip_FilterChip_checked):before{background:linear-gradient(90deg,#8245e5,#232426),linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3))}}.ShFilterChip_FilterChip_format__colored svg,.ShFilterChip_FilterChip_format__colored_bold svg{color:var(--surfaces-primary-disable)}.ShFilterChip_FilterChip_format__colored_bold{font-weight:700}.ShFilterChip_FilterChip_format__discount{border:1px solid transparent;color:var(--text-icons-primary-inverse);background-color:var(--text-secondary-color)}@media(min-width:1100px){.ShFilterChip_FilterChip_format__discount:hover{background-color:var(--text-secondary-color_50);border-color:var(--text-secondary-color_50)}}.ShFilterChip_FilterChip_format__discount svg{color:var(--text-icons-primary-inverse)}.ShFilterChip_FilterChip_format__gradient_light{border:0 solid transparent;color:var(--text-icons-primary-inverse);background:linear-gradient(90deg,#ab5dd8,#6fa5eb)}.ShFilterChip_FilterChip_format__gradient_light.ShFilterChip_FilterChip_checked{background:linear-gradient(90deg,var(--black) 0,var(--black) 100%)}@media(min-width:1100px){.ShFilterChip_FilterChip_format__gradient_light:hover:not(.ShFilterChip_FilterChip_checked){background:linear-gradient(90deg,#ab5dd8,#6fa5eb),linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3))}}.ShFilterChip_FilterChip_format__gradient_light svg{color:var(--text-icons-primary-inverse)}.ShFilterChip_FilterChip_format__main_color{border:1px solid transparent;color:var(--text-icons-primary-inverse);background:var(--icons-primary-color)}@media(min-width:1100px){.ShFilterChip_FilterChip_format__main_color:hover{background:var(--surfaces-primary-hover);border-color:var(--surfaces-primary-hover)}}.ShFilterChip_FilterChip_format__grey,.ShFilterChip_FilterChip_format__main_color svg{color:var(--text-icons-primary-inverse)}.ShFilterChip_FilterChip_format__grey{border:1px solid transparent;background:var(--black-25)}@media(min-width:1100px){.ShFilterChip_FilterChip_format__grey:hover{background:var(--black-25);border-color:var(--black-25)}}.ShFilterChip_FilterChip_format__grey svg{color:var(--text-icons-primary-inverse)}.ShFilterChip_FilterChip_format__disabled{border:1px solid transparent;color:var(--text-secondary-color);background:var(--black-disable-3)}@media(min-width:1100px){.ShFilterChip_FilterChip_format__disabled:hover{background:var(--black-disable-3);border-color:var(--text-secondary-color)}}.ShFilterChip_FilterChip_format__disabled svg{color:var(--text-secondary-color)}.ShFilterChip_FilterChip_chip__tooltip{position:relative;width:16px;height:16px;flex:0 0 16px}.ShFilterChip_FilterChip_chip__tooltip:before{content:"";position:absolute;z-index:3;top:50%;left:50%;width:150%;height:150%;transform:translate(-50%,-50%)}.ShSlider_Slider_input{border:0;clip:rect(0,0,0,0);height:100%;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:100%;direction:ltr}.ShSlider_Slider_root{border-radius:1px;box-sizing:content-box!important;display:inline-block;position:relative;cursor:pointer;touch-action:none;height:2px;width:100%;padding:7px 0}.ShSlider_Slider_root.ShSlider_Slider_dragging{cursor:-webkit-grabbing;cursor:grabbing}.ShSlider_Slider_root.ShSlider_Slider_dragging .ShSlider_Slider_thumb{transition:unset;cursor:-webkit-grabbing;cursor:grabbing}.ShSlider_Slider_root.ShSlider_Slider_dragging .ShSlider_Slider_track{transition:unset}.ShSlider_Slider_orientation__vertical{width:2px;height:100%;padding:0 7px}.ShSlider_Slider_orientation__vertical .ShSlider_Slider_rail{width:inherit;height:100%;top:unset;left:50%;transform:translateX(-50%)}.ShSlider_Slider_orientation__vertical .ShSlider_Slider_track{width:inherit;height:unset;top:unset;left:50%;transform:translateX(-50%)}.ShSlider_Slider_orientation__vertical .ShSlider_Slider_thumb{top:unset;left:50%}.ShSlider_Slider_orientation__vertical .ShSlider_Slider_thumb__container{position:relative;left:unset;width:unset;top:calc(var(--height-thumb)/2);height:calc(100% - var(--height-thumb))}.ShSlider_Slider_rail{background-color:#e7dcfa;width:100%}.ShSlider_Slider_rail,.ShSlider_Slider_track{display:block;position:absolute;border-radius:inherit;height:inherit;top:50%;transform:translateY(-50%)}.ShSlider_Slider_track{border:1px solid var(--surfaces-primary-hover);background-color:var(--surfaces-primary-hover);transition:left .15s cubic-bezier(.4,0,.2,1) 0ms,width .15s cubic-bezier(.4,0,.2,1) 0ms,bottom .15s cubic-bezier(.4,0,.2,1) 0ms,height .15s cubic-bezier(.4,0,.2,1) 0ms}.ShSlider_Slider_thumb{cursor:-webkit-grab;cursor:grab;position:absolute;width:var(--width-thumb);height:var(--height-thumb);box-sizing:border-box;background-color:var(--backgrounds-white);border:2px solid var(--surfaces-primary-hover);display:flex;align-items:center;justify-content:center;top:50%;transform:translate(-50%,-50%);border-radius:11px;box-shadow:1px 2px 8px 0 rgba(0,0,0,.149);outline:0;transition:box-shadow .15s cubic-bezier(.4,0,.2,1) 0ms,left .15s cubic-bezier(.4,0,.2,1) 0ms,bottom .15s cubic-bezier(.4,0,.2,1) 0ms}.ShSlider_Slider_thumb__container{position:relative;left:calc(var(--width-thumb)/2);width:calc(100% - var(--width-thumb))}.ShFilterDia_FilterDia_container,.ShFilterDia_FilterDia_root{display:flex;flex-direction:column}.ShFilterDia_FilterDia_container{gap:2px;padding:8px 12px;border-radius:8px;background:var(--black-disable-3);position:relative}.ShFilterDia_FilterDia_header{font-weight:400;font-size:13px;line-height:16px;min-height:18px;display:flex;position:relative;flex-direction:row;justify-content:center;color:var(--text-secondary-color_50)}.ShFilterDia_FilterDia_header__max,.ShFilterDia_FilterDia_header__min{font-weight:400;font-size:14px;line-height:18px;position:absolute;top:0}.ShFilterDia_FilterDia_header__min{left:0}.ShFilterDia_FilterDia_header__max{right:0}.ShFilterDia_FilterDia_input{font-weight:400;font-size:18px;line-height:24px;width:100%;background:transparent;text-align:center;padding:0;margin:0;border:unset;outline:unset;color:var(--text-primary)}.ShFilterDia_FilterDia_input.ShFilterDia_FilterDia_withPostFix{text-align:right}.ShFilterDia_FilterDia_slider{width:calc(100% - 16px)!important;bottom:0;transform:translateY(-50%);z-index:1;margin:0 8px -14px}.ShFilterDia_FilterDia_inputWrapper{position:relative;align-items:center;justify-content:center;grid-gap:6px;gap:6px;display:grid;grid-template-columns:55% 45%}.ShFilterDia_FilterDia_postFix{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#757980}.ShInput_Input_root{position:relative;width:100%}.ShInput_Input_root,.ShInput_Input_selective{display:flex;flex-direction:column;gap:4px}.ShInput_Input_container{position:relative;padding:16px 12px;border:1px solid var(--surfaces-gray);border-radius:8px;cursor:text;transition:border-color .2s ease-in-out;outline:0 solid var(--surfaces-gray)}@media(min-width:1100px){.ShInput_Input_container:hover{border-color:var(--surfaces-primary-hover)}}.ShInput_Input_container.ShInput_Input_show_label .ShInput_Input_field{position:relative;top:7px}.ShInput_Input_wrapper{position:relative;display:flex;flex-direction:row;align-items:center}.ShInput_Input_label{font-weight:400;font-size:16px;line-height:14px;position:absolute;top:85%;left:12px;transform:translateY(-50%);width:calc(100% - 24px);height:100%;text-align:left;color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;transition:transform .2s ease-in-out,color .2s ease-in-out}.ShInput_Input_field{font-weight:400;font-size:16px;line-height:20px;padding:0;outline:none;border:unset;width:100%;font-style:normal;background:inherit;color:var(--text-primary)}.ShInput_Input_field::placeholder{font-weight:400;font-size:16px;line-height:20px;color:var(--text-secondary)}.ShInput_Input_aside{display:flex;flex-direction:row;gap:4px;align-items:center;z-index:10}.ShInput_Input_size__small .ShInput_Input_container{padding:7px 8px}@media(min-width:1100px){.ShInput_Input_size__small .ShInput_Input_container:hover{border-color:var(--surfaces-mid-gray)}}.ShInput_Input_size__small .ShInput_Input_field{font-weight:400;font-size:14px;line-height:18px}.ShInput_Input_size__small2 .ShInput_Input_container{padding:11px 12px}@media(min-width:1100px){.ShInput_Input_size__small2 .ShInput_Input_container:hover{border-color:var(--surfaces-mid-gray)}}.ShInput_Input_size__small2 .ShInput_Input_field{font-weight:400;font-size:16px;line-height:20px}.ShInput_Input_focus .ShInput_Input_container{border-color:var(--surfaces-primary);outline:1px solid var(--surfaces-primary)}@media(min-width:1100px){.ShInput_Input_focus .ShInput_Input_container:hover{border-color:var(--surfaces-primary)}}.ShInput_Input_focus .ShInput_Input_container .ShInput_Input_field::placeholder{color:var(--text-icons-disabled-2)}.ShInput_Input_focus .ShInput_Input_container .ShInput_Input_label{color:var(--text-icons-disabled-2);font-size:11px;transform:translateY(-68%)}.ShInput_Input_focus.ShInput_Input_size__small .ShInput_Input_container{border-color:var(--surfaces-primary)}.ShInput_Input_error .ShInput_Input_container{border-color:var(--text-danger);outline:none}@media(min-width:1100px){.ShInput_Input_error .ShInput_Input_container:hover{border-color:var(--text-danger);outline:none}}.ShInput_Input_error__text{font-weight:400;font-size:13px;line-height:16px;padding:0 12px 2px;color:#e65f5f}.ShInput_Input_disabled .ShInput_Input_container{background-color:var(--surfaces-light-gray);border-color:var(--surfaces-light-gray)}.ShInput_Input_disabled .ShInput_Input_field{color:var(--text-gray)}.ShInput_Input_filled{position:relative}.ShInput_Input_filled .ShInput_Input_label{font-size:11px;transform:translateY(-68%)}.ShInput_Input_filled.ShInput_Input_focus .ShInput_Input_label{color:var(--text-primary-color)}.Shmodal_Modal_wrapper{position:fixed;z-index:100;inset:0}.Shmodal_Modal_wrapper.Shmodal_Modal_headerIsModalOpen{z-index:102}.Shmodal_Modal_background{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.349);z-index:-1;opacity:1;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);transition:-webkit-backdrop-filter .2s linear 0s;transition:backdrop-filter .2s linear 0s;transition:backdrop-filter .2s linear 0s,-webkit-backdrop-filter .2s linear 0s;will-change:backdrop-filter}.Shmodal_Modal_modal{position:absolute;top:50%;left:50%;background:var(--backgrounds-white);border-radius:12px;transform:translate(-50%,-50%);overflow:hidden;outline:none;box-shadow:0 0 12px 0 rgba(0,0,0,.2);max-height:calc(100vh - 2*24px - var(--header-height)*2);overflow-y:auto}@media(max-height:600px){.Shmodal_Modal_modal{top:calc(var(--header-height) + 24px);transform:translate(-50%);max-height:calc(100vh - 48px - (var(--header-height)))}}.Shmodal_Modal_cross{position:absolute;z-index:1;right:12px;top:12px;width:40px;height:40px}.Shmodal_Modal_cross__icon{width:24px;height:24px}.Shmodal_Modal_enter{opacity:0}.Shmodal_Modal_enter__active,.Shmodal_Modal_enter__done{opacity:1;transition:all .2s linear}.Shmodal_Modal_enter__done .Shmodal_Modal_background{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.Shmodal_Modal_exit{opacity:1}.Shmodal_Modal_exit__active{opacity:0;transition:all .2s linear}.Shmodal_Modal_title__wrapper{position:-webkit-sticky;position:sticky;top:-1px;left:0;width:100%;padding:32px 32px 4px;background-color:var(--white);border-radius:12px 12px 0 0;z-index:2}.Shmodal_Modal_title__wrapper:after{content:"";position:absolute;display:block;width:100%;height:20px;left:0;bottom:-20px;background:linear-gradient(0deg,hsla(0,0%,100%,0) 24.54%,#fff 75.13%)}.Shmodal_Modal_title{font-weight:700;font-size:28px;line-height:36px;color:var(--text-primary)}.Shmodal_Modal_header{transition:box-shadow .3s linear 0s;will-change:box-shadow;position:-webkit-sticky;position:sticky;left:0;top:0;padding:28px 32px 20px;background:var(--backgrounds-white);z-index:11}.Shmodal_Modal_header.Shmodal_Modal_sticky{box-shadow:0 2px 8px 0 rgba(0,0,0,.102)}.Shmodal_Modal_header .Shmodal_Modal_header__cross{top:24px;right:32px}.Shmodal_Modal_footer{transition:box-shadow .3s linear 0s;will-change:box-shadow;position:-webkit-sticky;position:sticky;left:0;bottom:0;padding:16px 32px;background:var(--backgrounds-white);z-index:11}.Shmodal_Modal_footer.Shmodal_Modal_sticky{box-shadow:0 6px 45px 0 rgba(0,0,0,.102)}@media(max-width:1099px){.Shmodal_Modal_modal{margin-top:30px}.Shmodal_Modal_title__wrapper{padding:24px 16px 4px}.Shmodal_Modal_title{font-weight:700;font-size:20px;line-height:28px}.Shmodal_Modal_header{padding:24px 32px}.Shmodal_Modal_footer{margin:auto 0 0;padding:12px 32px}}@media(max-width:767px){.Shmodal_Modal_enter .Shmodal_Modal_background,.Shmodal_Modal_enter__active .Shmodal_Modal_background,.Shmodal_Modal_enter__done .Shmodal_Modal_background{-webkit-backdrop-filter:unset;backdrop-filter:unset}.Shmodal_Modal_enter__done .Shmodal_Modal_modal.Shmodal_Modal_bottom{transform:translateY(0)}.Shmodal_Modal_exit .Shmodal_Modal_background,.Shmodal_Modal_exit__active .Shmodal_Modal_background{-webkit-backdrop-filter:unset;backdrop-filter:unset}.Shmodal_Modal_modal{max-width:calc(100% - 32px);border-radius:16px;margin-top:0;width:100%}.Shmodal_Modal_modal.Shmodal_Modal_bottom{top:unset;left:0;bottom:0;max-width:100%!important;width:100%;height:auto;max-height:calc(100% - 90px);border-radius:12px 12px 0 0;transform:translateY(100%);transition:transform .3s ease}.Shmodal_Modal_header{padding:16px}.Shmodal_Modal_header .Shmodal_Modal_header__cross{width:24px;height:24px;top:18px;right:16px}.Shmodal_Modal_footer{padding:12px 16px}}.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_wrapper{transition:background-color .25s linear 0s;will-change:background-color;display:grid;grid-template-columns:64px calc(100% - 64px - 12px);grid-gap:0 12px;gap:0 12px;justify-content:center;padding:8px;border-radius:12px;cursor:pointer;height:100%}.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_wrapper:hover{transition:background-color .1s linear 0s;will-change:background-color;background-color:var(--backgrounds-light)}.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_media{display:flex;grid-row:span 2;position:relative;width:64px;min-width:64px;height:64px;overflow:hidden;border-radius:12px}.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_media img,.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_media video{width:100%;height:100%;object-fit:cover}.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_card_title{font-weight:700;font-size:16px;line-height:24px;color:var(--text-primary)}@media(max-width:1279px){.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_card_title{font-size:14px;line-height:20px}}.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_card_description{font-weight:400;font-size:13px;line-height:16px;color:var(--text-primary)}@media(max-width:1279px){.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_card_description{font-size:12px;line-height:16px}}.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_bottom_tags{display:flex;max-height:min-content;margin-top:4px}.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_tag{font-weight:400;font-size:13px;line-height:16px;justify-content:flex-start;border:unset;background:transparent;padding:0;color:var(--text-secondary);text-align:left;border-radius:0}@media(max-width:1279px){.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_tag{font-size:12px;line-height:16px}}.ShProjectCard_ProjectCard_menu .ShProjectCard_ProjectCard_tag span{word-break:break-word;white-space:pre-wrap}.ShProjectCard_ProjectCard_page{position:relative}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_keen_slide{transition:transform .3s ease-in-out}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_wrapper{position:relative;display:flex;flex-direction:column;gap:16px;z-index:1}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_media{display:flex;height:412px;border-radius:12px;overflow:hidden;z-index:2;position:relative}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_media img,.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_media video{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-in-out}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_media img::-webkit-media-controls,.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_media video::-webkit-media-controls{display:none!important}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_media .ShProjectCard_ProjectCard_pagination{position:absolute;display:flex;right:16px;top:16px;z-index:10}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_card_content{display:flex;flex-direction:column;gap:2px;padding-left:16px}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_card_content .ShProjectCard_ProjectCard_card_title{font-weight:700;font-size:28px;line-height:36px;width:-moz-fit-content;width:fit-content;color:var(--text-primary);transition:color .3s ease-in-out}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_card_content .ShProjectCard_ProjectCard_card_title:hover{color:var(--text-primary-color)}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_card_content p{font-weight:400;font-size:18px;line-height:24px;color:var(--text-secondary)}@media(max-width:767px){.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_card_content{padding-left:0}}.ShProjectCard_ProjectCard_page.ShProjectCard_ProjectCard_long{grid-column:span 8!important}.ShProjectCard_ProjectCard_page.ShProjectCard_ProjectCard_long+li{grid-column:span 4!important}.ShProjectCard_ProjectCard_page:hover img,.ShProjectCard_ProjectCard_page:hover video{transform:scale(1.05)}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_top_tags{position:absolute;display:flex;flex-wrap:wrap;gap:8px;top:16px;left:16px;z-index:3}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_bottom_tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}@media(max-width:1099px){.ShProjectCard_ProjectCard_page{cursor:auto}.ShProjectCard_ProjectCard_page:hover img,.ShProjectCard_ProjectCard_page:hover video{transform:unset}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_keen_slide{transition:unset}.ShProjectCard_ProjectCard_page.ShProjectCard_ProjectCard_long,.ShProjectCard_ProjectCard_page.ShProjectCard_ProjectCard_long+li{grid-column:span 4!important}}@media(max-width:767px){.ShProjectCard_ProjectCard_page:hover .ShProjectCard_ProjectCard_card_content .ShProjectCard_ProjectCard_card_title{color:var(--white)}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_media{position:relative;height:457px;z-index:2}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_card_content{position:absolute;bottom:16px;left:16px;z-index:2}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_card_content .ShProjectCard_ProjectCard_card_title{font-weight:700;font-size:24px;line-height:32px;color:var(--white);transition:color .3s ease-in-out}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_card_content p{font-weight:400;font-size:14px;line-height:18px;color:var(--white)}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_bottom_tags{display:flex;flex-wrap:wrap;margin-top:8px}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_top_tags{width:100%;padding-right:16px;z-index:unset}.ShProjectCard_ProjectCard_page .ShProjectCard_ProjectCard_top_tags .ShProjectCard_ProjectCard_tag{z-index:3;position:relative}.ShProjectCard_ProjectCard_page.ShProjectCard_ProjectCard_saleTag{margin-top:32px}}.ShProjectCard_ProjectCard_page .keen-slider{z-index:1}.ShProjectCard_ProjectCard_page .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-width:100%}@media(max-width:767px){.ShProjectCard_ProjectCard_card_content{z-index:3}.ShProjectCard_ProjectCard_media:after{content:"";position:absolute;display:block;bottom:0;left:0;border-radius:0 0 12px 12px;width:100%;height:84px;background:linear-gradient(0deg,rgba(0,0,0,.75) 50%,transparent);z-index:2}}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}.ShPromoLine_PromoLine_promo_line{position:relative;display:flex;justify-content:space-between;align-items:center;padding:6px 32px;transition:background .2s ease-in-out;z-index:11}.ShPromoLine_PromoLine_promo_line .ShPromoLine_PromoLine_promo_container{display:flex;gap:4px;max-width:1592px;margin:0 auto;padding:0 32px}@media(max-width:767px){.ShPromoLine_PromoLine_promo_line .ShPromoLine_PromoLine_promo_container{padding:0 16px;justify-content:space-between;align-items:center}}.ShPromoLine_PromoLine_promo_line .ShPromoLine_PromoLine_promo_wrapper{display:flex;align-items:center;gap:8px}.ShPromoLine_PromoLine_promo_line .ShPromoLine_PromoLine_promo_text{display:flex;gap:8px}.ShPromoLine_PromoLine_promo_line .ShPromoLine_PromoLine_promo_text h4{font-weight:700;font-size:13px;line-height:16px}.ShPromoLine_PromoLine_promo_line .ShPromoLine_PromoLine_promo_text p{font-weight:400;font-size:13px;line-height:16px}@media(max-width:767px){.ShPromoLine_PromoLine_promo_line .ShPromoLine_PromoLine_promo_text{flex-direction:column;gap:0}}.ShPromoLine_PromoLine_promo_line a{position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width:1099px){.ShPromoLine_PromoLine_promo_line{background:var(--white-22);color:var(--white)}.ShPromoLine_PromoLine_promo_line svg path{fill:var(--white)}.ShPromoLine_PromoLine_promo_line .ShPromoLine_PromoLine_promo_container{margin:unset;width:100%;padding-left:0;padding-right:0}}@media(max-width:767px){.ShPromoLine_PromoLine_promo_line{padding:6px 16px}}.Shadmin_Loader_root{width:24px;height:24px;animation:Shadmin_Loader_rotation .7s linear infinite}@keyframes Shadmin_Loader_rotation{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}.Shadmin_Loader_color__light{color:var(--white)}.Shadmin_Loader_color__dark{color:var(--text-secondary)}.Shadmin_Loader_color__purple{color:var(--icons-primary-color)}.ShSelect_Select_select{display:flex;flex-direction:column;gap:8px;border:2px solid transparent}.ShSelect_Select_select:focus-visible{outline:none}.ShSelect_Select_select:focus-visible .ShSelect_Select_container{border:1px solid var(--surfaces-primary-hover);box-shadow:inset 0 0 0 1px var(--surfaces-primary-hover)}.ShSelect_Select_select.ShSelect_Select_open .ShSelect_Select_container{border:1px solid var(--surfaces-primary-hover);box-shadow:inset 0 0 0 1px var(--surfaces-primary-hover)}.ShSelect_Select_select.ShSelect_Select_open .ShSelect_Select_arrow{rotate:1turn;color:var(--icons-primary-color)}.ShSelect_Select_select.ShSelect_Select_loading{cursor:default;pointer-events:none}.ShSelect_Select_selective{display:flex;flex-direction:column;gap:4px}.ShSelect_Select_container{cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;position:relative;padding:12px;border:1px solid var(--surfaces-black-disable);border-radius:8px;gap:8px;transition:all .2s ease-in-out}@media(min-width:1100px){.ShSelect_Select_container:hover{border:1px solid var(--surfaces-primary-hover)}}.ShSelect_Select_arrow{color:var(--text-icons-secondary);rotate:180deg;transition:.3s;width:24px;height:24px;transition:rotate .3s ease-in-out,color .3s ease-in-out}.ShSelect_Select_loader{width:24px;height:24px}.ShSelect_Select_value{font-weight:400;font-size:16px;line-height:20px;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:1099px){.ShSelect_Select_value{font-weight:400;font-size:14px;line-height:18px}}.ShSelect_Select_wrapper{z-index:103;position:fixed;inset:0}.ShSelect_Select_background{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:-1;opacity:1;transition:opacity .2s linear 0s;will-change:opacity}.ShSelect_Select_menu{position:fixed;display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content;border-radius:8px;background:var(--backgrounds-white);overflow:auto;max-height:clamp(50px,25vh,320px);box-shadow:0 4px 8px 0 rgba(23,25,26,.2)}.ShSelect_Select_item{font:inherit;background-color:transparent;border:0;color:inherit;cursor:pointer;text-align:unset;font-weight:400;font-size:16px;line-height:20px;width:100%;padding:14px 12px;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s linear 0s;will-change:background-color}.ShSelect_Select_item:focus{background-color:var(--backgrounds-light)}@media(min-width:1100px){.ShSelect_Select_item:hover{background-color:var(--backgrounds-light)}}.ShSelect_Select_item.ShSelect_Select_active{color:var(--text-primary-color)}.ShSelect_Select_item:disabled{cursor:default;pointer-events:none;color:var(--text-icons-disabled)}.ShSwitch_Switch_root{cursor:pointer;display:flex;flex-direction:row;gap:12px;position:relative;--width:32px;--height:20px;--border-radius:16px;--size-cell:16px;--offset-cell:2px;--background-color:#eef0f5;--background-color-checked:#9f73e5}.ShSwitch_Switch_wrapper{position:relative}.ShSwitch_Switch_background{display:block;width:var(--width);height:var(--height);border-radius:var(--border-radius);background-color:var(--background-color);transition:background-color .3s ease}.ShSwitch_Switch_cell{position:absolute;top:var(--offset-cell);left:var(--offset-cell);display:block;width:var(--size-cell);height:var(--size-cell);box-shadow:0 0 2px 0 rgba(0,0,0,.149);border-radius:100%;background-color:var(--text-icons-primary-inverse);transition:left .3s ease}.ShSwitch_Switch_input{border:0;clip:rect(0,0,0,0);height:100%;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:100%}.ShSwitch_Switch_input:checked+.ShSwitch_Switch_wrapper .ShSwitch_Switch_background{background-color:var(--background-color-checked)}.ShSwitch_Switch_input:checked+.ShSwitch_Switch_wrapper .ShSwitch_Switch_cell{left:calc(var(--width) - var(--size-cell) - var(--offset-cell))}.ShSwitch_Switch_disabled{cursor:not-allowed;opacity:.5}.ShSwitch_Switch_description{font-weight:400;font-size:12px;line-height:16px;color:var(--text-icons-secondary)}.ShTextArea_TextArea_root{position:relative;display:flex;align-items:center;width:100%;height:101px;border:1px solid var(--surfaces-gray);border-radius:8px;outline:2px solid transparent;transition:border-color .2s ease-in-out,outline .1s ease-in-out;cursor:text}.ShTextArea_TextArea_root:after{content:"";position:absolute;display:block;width:100%;height:100%;border:2px solid transparent;border-radius:8px;transition:border-color .2s ease-in-out}@media(min-width:1100px){.ShTextArea_TextArea_root:hover{border-color:var(--surfaces-primary-hover)}}.ShTextArea_TextArea_root.ShTextArea_TextArea_focused:after{border-color:var(--text-primary-color)}.ShTextArea_TextArea_root.ShTextArea_TextArea_focused{border-color:transparent}.ShTextArea_TextArea_textarea{position:relative;padding:16px 12px;width:100%;height:100%;outline:none;border:none;background-color:transparent;resize:none;z-index:2}.ShTextArea_TextArea_textarea::placeholder{font-weight:400;font-size:16px;line-height:20px;color:var(--text-secondary)}@media(max-width:1099px){.ShTextArea_TextArea_root{height:136px}}@media(max-width:767px){.ShTextArea_TextArea_root{height:142px}}.ShThumb_Thumb_thumb{width:52px;height:52px;border-radius:12px;opacity:.75;transition:opacity .25s;background-color:var(--surfaces-primary-disable);overflow:hidden;border:1px solid var(--surfaces-black-disable);cursor:pointer;flex-shrink:0;position:relative}@media(max-width:767px){.ShThumb_Thumb_thumb{width:42px;height:42px;border-radius:8px}}.ShThumb_Thumb_active{opacity:1;border:2px solid var(--white)}.ShToast_ToastProvider_root{position:fixed;z-index:105;right:32px;bottom:108px;display:flex;flex-direction:column;gap:12px;width:min(420px,100vw - 64px);pointer-events:none}@media(max-width:1099px){.ShToast_ToastProvider_root{left:16px;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));width:auto}}.ShToast_ToastProvider_toast{--toast-accent:var(--text-secondary-color);--toast-background:var(--backgrounds-white);--toast-progress-background:rgb(23 25 26/4%);--toast-duration:6000ms;--toast-exit-duration:220ms;position:relative;display:grid;grid-template-columns:32px minmax(0,1fr) 24px;grid-gap:14px;gap:14px;align-items:flex-start;min-height:72px;padding:18px;border-radius:8px;border:1px solid rgba(23,25,26,.08);border-left:4px solid var(--toast-accent);box-shadow:0 16px 44px rgba(23,25,26,.14);pointer-events:auto;animation:ShToast_ToastProvider_toast-in .22s ease-out;background-color:var(--toast-background);color:var(--text-icons-primary);overflow:hidden}@media(max-width:1099px){.ShToast_ToastProvider_toast{grid-template-columns:28px minmax(0,1fr) 24px;gap:12px;min-height:64px;padding:14px}}.ShToast_ToastProvider_progress{position:absolute;inset:0;z-index:0;width:100%;background:linear-gradient(90deg,transparent 0,var(--toast-progress-background) 18%,var(--toast-progress-background) 100%);transform-origin:left center;animation:ShToast_ToastProvider_toast-progress var(--toast-duration) linear forwards;pointer-events:none}.ShToast_ToastProvider_closing{pointer-events:none;animation:ShToast_ToastProvider_toast-out var(--toast-exit-duration) ease-in forwards}.ShToast_ToastProvider_closing .ShToast_ToastProvider_progress{animation-play-state:paused}.ShToast_ToastProvider_success{--toast-accent:var(--brand-green);--toast-icon-background:rgba(129,209,38,.14)}.ShToast_ToastProvider_info{--toast-accent:var(--text-secondary-color);--toast-icon-background:rgba(61,80,114,.12)}.ShToast_ToastProvider_warning{--toast-accent:var(--brand-orange-main);--toast-icon-background:rgba(255,92,2,.12)}.ShToast_ToastProvider_error{--toast-accent:var(--text-icons-danger);--toast-icon-background:rgba(233,39,39,.12)}.ShToast_ToastProvider_icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:var(--toast-accent);background:var(--toast-icon-background)}.ShToast_ToastProvider_icon svg{width:22px;height:22px}@media(max-width:1099px){.ShToast_ToastProvider_icon{width:28px;height:28px}.ShToast_ToastProvider_icon svg{width:20px;height:20px}}.ShToast_ToastProvider_content{position:relative;z-index:1;display:flex;flex-direction:column;gap:2px;min-width:0}.ShToast_ToastProvider_title{font-weight:700;font-size:16px;line-height:24px}@media(max-width:1099px){.ShToast_ToastProvider_title{font-weight:700;font-size:14px;line-height:18px}}.ShToast_ToastProvider_text{font-weight:400;font-size:16px;line-height:20px}@media(max-width:1099px){.ShToast_ToastProvider_text{font-weight:400;font-size:14px;line-height:18px}}.ShToast_ToastProvider_close{padding:0;font:inherit;background-color:transparent;border:0;color:inherit;cursor:pointer;text-align:unset;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:currentcolor;opacity:.8}@media(hover:hover)and (pointer:fine){.ShToast_ToastProvider_close:hover{opacity:1}}@media(pointer:coarse){.ShToast_ToastProvider_close:active{opacity:1}}.ShToast_ToastProvider_close svg{width:24px;height:24px}@keyframes ShToast_ToastProvider_toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ShToast_ToastProvider_toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes ShToast_ToastProvider_toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.FtrsMainApartmentsMaps_Map_mark{box-sizing:border-box;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:center;white-space:nowrap;gap:12px;position:relative}.FtrsMainApartmentsMaps_Map_mark__balloon{position:relative}.FtrsMainApartmentsMaps_Map_mark__balloon__media{width:62px;height:52px;position:relative}.FtrsMainApartmentsMaps_Map_mark__balloon__image{position:relative;border-radius:26px;overflow:hidden;width:100%;height:100%;top:4px;left:4px;object-fit:cover;max-width:calc(100% - 8px);max-height:calc(100% - 8px)}.FtrsMainApartmentsMaps_Map_mark__balloon__container{border-radius:26px;box-shadow:0 4px 20px 0 rgba(0,0,0,.102);background:var(--white);display:flex;flex-direction:row}.FtrsMainApartmentsMaps_Map_mark__balloon__icon{display:block;left:50%;top:100%;position:absolute;width:12px;height:8px;transform:translate(-50%);background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjkgNS44NjY2N0wwLjUgMEgxMi41TDguMSA1Ljg2NjY3QzcuMyA2LjkzMzMzIDUuNyA2LjkzMzMzIDQuOSA1Ljg2NjY3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==")}.FtrsMainApartmentsMaps_Map_mark__balloon__text{padding:8px 16px 8px 6px;display:flex;flex-direction:column;justify-content:center}.FtrsMainApartmentsMaps_Map_mark__balloon__text_empty{padding:8px 16px}.FtrsMainApartmentsMaps_Map_mark__balloon__name{font-weight:700;font-size:14px;line-height:18px;transition:color .25s linear 0s;will-change:color;color:var(--text-icons-primary)}.FtrsMainApartmentsMaps_Map_mark__balloon__count,.FtrsMainApartmentsMaps_Map_mark__balloon__description{font-weight:400;font-size:14px;line-height:18px;color:var(--text-secondary-color)}.FtrsMainApartmentsMaps_Map_mark__round{transition:background-image .25s linear 0s;will-change:background-image;display:block;width:12px!important;height:12px!important;background-size:contain;background-image:url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjQuNSIgZmlsbD0id2hpdGUiIHN0cm9rZT0iIzgyNDVFNSIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=")}.FtrsMainApartmentsMaps_Map_mark.FtrsMainApartmentsMaps_Map_sizes__big .FtrsMainApartmentsMaps_Map_mark__balloon__text{display:flex}.FtrsMainApartmentsMaps_Map_mark.FtrsMainApartmentsMaps_Map_sizes__small .FtrsMainApartmentsMaps_Map_mark__balloon__text{display:none}.FtrsMainApartmentsMaps_Map_mark.FtrsMainApartmentsMaps_Map_format__residences .FtrsMainApartmentsMaps_Map_mark__round{background-image:url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjQuNSIgZmlsbD0id2hpdGUiIHN0cm9rZT0iI0U4NDQ4OSIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=")}@media(min-width:1100px){.FtrsMainApartmentsMaps_Map_mark.FtrsMainApartmentsMaps_Map_format__residences.FtrsMainApartmentsMaps_Map_isLink:hover .FtrsMainApartmentsMaps_Map_mark__balloon__name{color:var(--text-icons-pink-color)}.FtrsMainApartmentsMaps_Map_mark.FtrsMainApartmentsMaps_Map_format__residences.FtrsMainApartmentsMaps_Map_isLink:hover .FtrsMainApartmentsMaps_Map_mark__round{background-image:url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjMiIGZpbGw9IndoaXRlIiBzdHJva2U9IiNFODQ0ODkiIHN0cm9rZS13aWR0aD0iNiIvPgo8L3N2Zz4K")}}.FtrsMainApartmentsMaps_Map_mark.FtrsMainApartmentsMaps_Map_format__private .FtrsMainApartmentsMaps_Map_mark__round{background-image:url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNi41IiBjeT0iNiIgcj0iNC41IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjRkY1QzAyIiBzdHJva2Utd2lkdGg9IjMiLz4KPC9zdmc+Cg==")}@media(min-width:1100px){.FtrsMainApartmentsMaps_Map_mark.FtrsMainApartmentsMaps_Map_format__private.FtrsMainApartmentsMaps_Map_isLink:hover .FtrsMainApartmentsMaps_Map_mark__balloon__name{color:var(--brand-orange-main)}.FtrsMainApartmentsMaps_Map_mark.FtrsMainApartmentsMaps_Map_format__private.FtrsMainApartmentsMaps_Map_isLink:hover .FtrsMainApartmentsMaps_Map_mark__round{background-image:url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNi41IiBjeT0iNiIgcj0iMyIgZmlsbD0id2hpdGUiIHN0cm9rZT0iI0ZGNUMwMiIgc3Ryb2tlLXdpZHRoPSI2Ii8+Cjwvc3ZnPgo=")}.FtrsMainApartmentsMaps_Map_mark.FtrsMainApartmentsMaps_Map_isLink:hover .FtrsMainApartmentsMaps_Map_mark__balloon__name{transition:color .1s linear 0s;will-change:color;color:var(--icons-primary-color)}.FtrsMainApartmentsMaps_Map_mark.FtrsMainApartmentsMaps_Map_isLink:hover .FtrsMainApartmentsMaps_Map_mark__round{transition:background-image .1s linear 0s;will-change:background-image;background-image:url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjYiIGZpbGw9IiM4MjQ1RTUiLz4KPC9zdmc+Cg==")}}.FtrsMainApartmentsMaps_Map_cluster{font-weight:700;font-size:14px;line-height:18px;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;min-width:52px;border-radius:26px;height:32px;background-color:var(--surfaces-primary);box-shadow:0 4px 20px 0 rgba(0,0,0,.102);color:var(--text-icons-primary-inverse)}.FtrsMainApartmentsMaps_Map_cluster:before{content:"";display:block;left:50%;top:100%;position:absolute;width:12px;height:8px;transform:translate(-50%);background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjQgNS44NjY2N0wwIDBIMTJMNy42IDUuODY2NjdDNi44IDYuOTMzMzMgNS4yIDYuOTMzMzMgNC40IDUuODY2NjdaIiBmaWxsPSIjODI0NUU1Ii8+Cjwvc3ZnPgo=")}.FtrsMainApartmentsMaps_Map_infrastructure{display:flex;flex-direction:column;gap:2px;width:-moz-fit-content;width:fit-content;align-items:center;position:relative;z-index:10;cursor:pointer}.FtrsMainApartmentsMaps_Map_infrastructure__body{display:flex;align-items:center;justify-content:center;padding:5px;width:32px;height:32px;border-radius:50%;box-shadow:2px 2px 8px 0 rgba(0,0,0,.102);background:var(--surfaces-primary-hover);transition:all .2s linear 0s;will-change:all}.FtrsMainApartmentsMaps_Map_infrastructure__media{width:100%;height:100%;object-fit:cover}.FtrsMainApartmentsMaps_Map_infrastructure__media img{width:100%;height:100%;object-fit:contain}.FtrsMainApartmentsMaps_Map_infrastructure__text{font-weight:400;font-size:14px;line-height:18px;position:absolute;left:40px;top:4px;border-radius:8px;padding:3px 10px;gap:10px;background:rgba(35,36,38,.749);color:#fff;display:none}@media(hover:hover)and (pointer:fine){.FtrsMainApartmentsMaps_Map_infrastructure:hover{z-index:100}.FtrsMainApartmentsMaps_Map_infrastructure:hover .FtrsMainApartmentsMaps_Map_infrastructure__body{background:var(--surfaces-primary)}.FtrsMainApartmentsMaps_Map_infrastructure:hover .FtrsMainApartmentsMaps_Map_infrastructure__text{display:block}}@media(pointer:coarse){.FtrsMainApartmentsMaps_Map_infrastructure:active{z-index:100}.FtrsMainApartmentsMaps_Map_infrastructure:active .FtrsMainApartmentsMaps_Map_infrastructure__body{background:var(--surfaces-primary)}.FtrsMainApartmentsMaps_Map_infrastructure:active .FtrsMainApartmentsMaps_Map_infrastructure__text{display:block}}.FtrsMainApartmentsMaps_Map_infrastructure.FtrsMainApartmentsMaps_Map_disabled .FtrsMainApartmentsMaps_Map_infrastructure__body{background:var(--black-disable-2)}.WdgtModal_Callback_wrapper{display:flex;flex-direction:column;gap:24px;width:552px}.WdgtModal_Callback_body{display:flex;flex-direction:column;gap:32px;padding:32px 32px 0}.WdgtModal_Callback_title{font-weight:700;font-size:24px;line-height:32px;max-width:324px}.WdgtModal_Callback_form{display:flex;flex-direction:column;gap:16px}.WdgtModal_Callback_form .WdgtModal_Callback_reload{color:var(--text-secondary-color)}.WdgtModal_Callback_actions{display:grid;grid-template-columns:calc(100% - 192px - 16px) 192px;align-items:flex-start;justify-content:space-between;grid-gap:16px;gap:16px}.WdgtModal_Callback_actions .WdgtModal_Callback_button{height:54px}.WdgtModal_Callback_input{width:100%}.WdgtModal_Callback_button{padding-top:14px;padding-bottom:14px}.WdgtModal_Callback_description{font-weight:400;font-size:13px;line-height:16px;color:var(--text-icons-secondary)}.WdgtModal_Callback_link{color:#5600e2}.WdgtModal_Callback_timeLeft{font-weight:400;font-size:14px;line-height:18px;text-align:center;color:var(--text-secondary-color)}.WdgtModal_Callback_footer{padding:24px 32px;background-color:var(--backgrounds-light)}.WdgtModal_Callback_contacts{display:flex;flex-direction:column}.WdgtModal_Callback_phone{font-weight:700;font-size:24px;line-height:32px;font-weight:400}.WdgtModal_Callback_department{font-weight:400;font-size:18px;line-height:24px;color:var(--text-icons-secondary)}@media(max-width:1099px){.WdgtModal_Callback_wrapper{width:522px}.WdgtModal_Callback_body{padding:24px 24px 0}.WdgtModal_Callback_actions{display:flex;flex-direction:column;gap:16px}.WdgtModal_Callback_actions .WdgtModal_Callback_button{height:unset}.WdgtModal_Callback_description{text-align:center}.WdgtModal_Callback_footer{padding:20px 24px}}@media(max-width:767px){.WdgtModal_Callback_wrapper{width:100%}.WdgtModal_Callback_body{padding:16px 16px 32px;gap:24px}.WdgtModal_Callback_title{font-weight:700;font-size:20px;line-height:28px}.WdgtModal_Callback_actions{gap:21px}.WdgtModal_Callback_footer{display:none}}.WdgtModalCallback_Success_wrapper{display:flex;flex-direction:column;gap:32px;padding:32px;width:464px}.WdgtModalCallback_Success_header{display:flex;flex-direction:column;gap:8px}.WdgtModalCallback_Success_title{font-weight:700;font-size:28px;line-height:36px}.WdgtModalCallback_Success_description{font-weight:400;font-size:18px;line-height:24px}.WdgtModalCallback_Success_minutes{color:var(--text-primary-color)}.WdgtModalCallback_Success_button{height:52px}@media(max-width:1099px){.WdgtModalCallback_Success_wrapper{width:448px;padding:24px}}@media(max-width:767px){.WdgtModalCallback_Success_wrapper{width:100%;padding:20px;gap:24px}.WdgtModalCallback_Success_header{gap:12px}.WdgtModalCallback_Success_title{font-weight:700;font-size:20px;line-height:28px}.WdgtModalCallback_Success_description{font-weight:400;font-size:16px;line-height:20px}}.Wdgt_Footer_footer{background-color:var(--white)}.Wdgt_Footer_footer_container{display:grid;grid-template-columns:auto 1fr;grid-gap:40px 130px;gap:40px 130px;padding-top:48px;padding-bottom:48px;margin-top:auto}@media(max-width:1279px){.Wdgt_Footer_footer_container{grid-template-columns:1fr 1fr;gap:40px 120px}}@media(max-width:1099px){.Wdgt_Footer_footer_container{position:relative;grid-template-columns:1fr 1fr;gap:32px 48px}}@media(max-width:767px){.Wdgt_Footer_footer_container{display:flex;flex-direction:column;padding-top:24px;padding-bottom:24px}}.Wdgt_Footer_contacts{display:flex;flex-direction:column;gap:40px;width:390px}.Wdgt_Footer_contacts .Wdgt_Footer_button{display:none}@media(max-width:1279px){.Wdgt_Footer_contacts{width:unset}}@media(max-width:1099px){.Wdgt_Footer_contacts{min-width:340px}}@media(max-width:767px){.Wdgt_Footer_contacts{gap:unset;min-width:unset}.Wdgt_Footer_contacts .Wdgt_Footer_service_right{display:none}.Wdgt_Footer_contacts .Wdgt_Footer_button{display:flex;height:52px;margin-top:24px}}.Wdgt_Footer_button .Wdgt_Footer_icon,.Wdgt_Footer_phone_button .Wdgt_Footer_icon{color:var(--text-primary)}@media(max-width:1099px){.Wdgt_Footer_button .Wdgt_Footer_icon{color:currentcolor}}.Wdgt_Footer_wrapper{display:flex;flex-direction:column}.Wdgt_Footer_text_wrapper{display:flex;justify-content:space-between}.Wdgt_Footer_text_wrapper a{font-weight:400;font-size:16px;line-height:20px;color:var(--text-primary)}.Wdgt_Footer_text_wrapper span{font-weight:400;font-size:16px;line-height:20px;color:var(--text-secondary)}.Wdgt_Footer_text_wrapper:not(:last-of-type){margin-bottom:12px}@media(max-width:767px){.Wdgt_Footer_text_wrapper:not(:last-of-type){margin-bottom:16px}}.Wdgt_Footer_contacts_main{display:flex;justify-content:space-between}.Wdgt_Footer_contacts_main .Wdgt_Footer_text_wrapper{display:flex;flex-direction:column;margin-bottom:19px}.Wdgt_Footer_contacts_main .Wdgt_Footer_text_wrapper a{font-weight:700;font-size:28px;line-height:36px;font-weight:400}.Wdgt_Footer_contacts_main .Wdgt_Footer_text_wrapper span{font-weight:400;font-size:18px;line-height:24px}.Wdgt_Footer_contacts_main .Wdgt_Footer_buttons{display:flex;gap:8px}@media(max-width:767px){.Wdgt_Footer_contacts_main .Wdgt_Footer_buttons .Wdgt_Footer_phone_button{display:none}.Wdgt_Footer_contacts_main .Wdgt_Footer_text_wrapper{margin-bottom:24px}}.Wdgt_Footer_service{display:flex;justify-content:space-between}.Wdgt_Footer_service_left__title{font-weight:700;font-size:16px;line-height:24px;color:var(--text-primary-color)}.Wdgt_Footer_service_left__title span{color:var(--text-primary)}.Wdgt_Footer_service_left__description{font-weight:400;font-size:13px;line-height:16px;max-width:173px;margin-bottom:24px;color:var(--text-secondary-color)}@media(max-width:767px){.Wdgt_Footer_service_left{position:absolute;bottom:116px}.Wdgt_Footer_service_left__title{font-weight:700;font-size:20px;line-height:28px;margin-bottom:16px}.Wdgt_Footer_service_left__description{display:none}.Wdgt_Footer_service_left a svg{width:135px;height:40px}}.Wdgt_Footer_service_buttons{display:flex;gap:8px}.Wdgt_Footer_footer_nav{width:100%}.Wdgt_Footer_footer_links{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));justify-content:space-between;grid-gap:32px;gap:32px}@media(max-width:1279px){.Wdgt_Footer_footer_links{display:flex;flex-direction:column;grid-column:2;grid-row:span 2;justify-content:flex-start;gap:32px}}.Wdgt_Footer_links_section{display:flex;flex-direction:column;gap:16px}.Wdgt_Footer_links_section .Wdgt_Footer_title{font-weight:700;font-size:16px;line-height:24px}@media(max-width:767px){.Wdgt_Footer_links_section .Wdgt_Footer_title{display:flex;justify-content:space-between;margin-bottom:16px;transition:margin-bottom .3s ease-in-out}.Wdgt_Footer_links_section .Wdgt_Footer_title:after{content:"";display:block;width:24px;height:24px;background-image:url(https://static.prinzip.su/_next/static/media/arrow_down.93d49df9.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform .3s ease-in-out}.Wdgt_Footer_links_section .Wdgt_Footer_title.Wdgt_Footer_collapsed{margin-bottom:0}.Wdgt_Footer_links_section .Wdgt_Footer_title.Wdgt_Footer_collapsed:after{transform:rotate(180deg)}.Wdgt_Footer_links_section{gap:0}}.Wdgt_Footer_links_list{display:flex;flex-direction:column;gap:12px}@media(max-width:767px){.Wdgt_Footer_links_list{gap:16px;overflow:hidden;max-height:500px;transition:max-height .3s ease-in-out}}.Wdgt_Footer_links_list.Wdgt_Footer_collapsed{max-height:0}.Wdgt_Footer_links_link{transition:color .25s linear 0s;will-change:color;font-weight:400;font-size:18px;line-height:24px;color:var(--text-primary)}.Wdgt_Footer_links_link:hover{transition:color .1s linear 0s;will-change:color;color:var(--text-primary-color)}@media(max-width:767px){.Wdgt_Footer_links_link{font-weight:400;font-size:16px;line-height:20px}}.Wdgt_Footer_description{display:flex;flex-direction:column;grid-column:span 2;max-width:544px;font-size:12px;line-height:16px;color:var(--text-secondary)}.Wdgt_Footer_description__top{display:none}@media(max-width:1279px){.Wdgt_Footer_description{grid-column:1;max-width:unset}.Wdgt_Footer_description__top{display:flex}.Wdgt_Footer_description__bottom{display:none}}@media(max-width:1099px){.Wdgt_Footer_description__top{margin-top:-12px}}@media(max-width:767px){.Wdgt_Footer_description{margin-top:112px}.Wdgt_Footer_description__top{display:none}.Wdgt_Footer_description__bottom{display:flex}}.Wdgt_Header_header_wrapper{position:-webkit-sticky;position:sticky;top:0;left:0;min-width:100%;z-index:101;transition:transform .3s ease}.Wdgt_Header_header_wrapper.Wdgt_Header_transparent{position:fixed}.Wdgt_Header_header_wrapper.Wdgt_Header_hide{transform:translateY(-100%)}@media(max-width:1099px){.Wdgt_Header_transparent .Wdgt_Header_header{background-color:transparent}.Wdgt_Header_transparent .Wdgt_Header_header .Wdgt_Header_icon{color:var(--white)}.Wdgt_Header_transparent .Wdgt_Header_header .Wdgt_Header_logo__icon,.Wdgt_Header_transparent .Wdgt_Header_header .Wdgt_Header_logo__text{fill:var(--white)}.Wdgt_Header_transparent .Wdgt_Header_header .Wdgt_Header_phone_wrapper a,.Wdgt_Header_transparent .Wdgt_Header_header .Wdgt_Header_phone_wrapper span{color:var(--white)}.Wdgt_Header_transparent .Wdgt_Header_promo{background:hsla(0,0%,100%,.22);color:var(--white)}.Wdgt_Header_transparent .Wdgt_Header_promo svg path{fill:var(--white)}}.Wdgt_Header_sticky .Wdgt_Header_header{background-color:var(--white)}.Wdgt_Header_sticky .Wdgt_Header_header .Wdgt_Header_icon{color:var(--text-primary)}.Wdgt_Header_sticky .Wdgt_Header_header .Wdgt_Header_icon path{fill:currentcolor}.Wdgt_Header_sticky .Wdgt_Header_header .Wdgt_Header_logo__text{fill:var(--text-primary)}.Wdgt_Header_sticky .Wdgt_Header_header .Wdgt_Header_phone_wrapper a{color:var(--text-primary)}.Wdgt_Header_sticky .Wdgt_Header_header .Wdgt_Header_phone_wrapper span{color:var(--text-secondary)}.Wdgt_Header_sticky .Wdgt_Header_promo{background:linear-gradient(90deg,#8247e6,#6fa5ec);color:var(--white)}.Wdgt_Header_sticky .Wdgt_Header_promo svg path{fill:var(--white)}.Wdgt_Header_open .Wdgt_Header_header{background-color:var(--white)}.Wdgt_Header_open .Wdgt_Header_header .Wdgt_Header_icon{color:var(--text-primary)}.Wdgt_Header_open .Wdgt_Header_header .Wdgt_Header_icon path{fill:currentcolor}.Wdgt_Header_open .Wdgt_Header_header .Wdgt_Header_logo__text{fill:var(--text-primary)}.Wdgt_Header_open .Wdgt_Header_header .Wdgt_Header_phone_wrapper a{color:var(--text-primary)}.Wdgt_Header_open .Wdgt_Header_header .Wdgt_Header_phone_wrapper span{color:var(--text-secondary)}.Wdgt_Header_open .Wdgt_Header_promo{background:linear-gradient(90deg,#8247e6,#6fa5ec);color:var(--white)}.Wdgt_Header_open .Wdgt_Header_promo svg path{fill:var(--white)}.Wdgt_Header_open .Wdgt_Header_button_menu svg:nth-child(2){opacity:0}.Wdgt_Header_open .Wdgt_Header_button_menu svg:first-child{position:absolute;transform:rotate(45deg)}.Wdgt_Header_open .Wdgt_Header_button_menu svg:nth-child(3){position:absolute;transform:rotate(-45deg)}.Wdgt_Header_open .Wdgt_Header_modal_menu{opacity:1;visibility:visible;z-index:10;max-height:100dvh;transition:max-height 0ms 0ms,opacity .2s 0ms}@media(max-width:1099px){.Wdgt_Header_open .Wdgt_Header_modal_menu{background-color:var(--white);height:calc(100dvh - 64px)}.Wdgt_Header_open .Wdgt_Header_modal_menu .Wdgt_Header_promo{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%;z-index:3}}.Wdgt_Header_header{background-color:var(--white)}.Wdgt_Header_header .Wdgt_Header_icon{color:var(--text-primary)}.Wdgt_Header_header .Wdgt_Header_icon path{fill:currentcolor}.Wdgt_Header_header .Wdgt_Header_logo__text{fill:var(--text-primary)}.Wdgt_Header_header .Wdgt_Header_phone_wrapper a{color:var(--text-primary)}.Wdgt_Header_header .Wdgt_Header_phone_wrapper span{color:var(--text-secondary)}.Wdgt_Header_header{position:relative;top:0;left:0;display:flex;align-items:center;justify-content:space-between;min-width:100%;padding-top:12px;padding-bottom:12px;z-index:10;transition:background-color .2s ease-in-out}@media(max-width:767px){.Wdgt_Header_header{padding-top:4px;padding-bottom:4px}}.Wdgt_Header_wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.Wdgt_Header_promo{background:linear-gradient(90deg,#8247e6,#6fa5ec);color:var(--white)}.Wdgt_Header_promo svg path{fill:var(--white)}.Wdgt_Header_promo.Wdgt_Header_invisible{opacity:0;visibility:hidden;pointer-events:none}.Wdgt_Header_logo{display:flex;align-items:center}@media(max-width:767px){.Wdgt_Header_logo svg{width:101px;height:20px}}@media(max-width:1099px){.Wdgt_Header_header_menu_wrapper{display:none}}.Wdgt_Header_header_menu{display:flex;gap:32px}@media(max-width:1279px){.Wdgt_Header_header_menu{gap:24px}}.Wdgt_Header_contacts_wrapper{display:flex;align-items:center;gap:24px}.Wdgt_Header_phone_wrapper{display:flex;flex-direction:column;align-items:flex-end}.Wdgt_Header_phone_wrapper a{font-weight:400;font-size:14px;line-height:18px;color:var(--text-primary)}.Wdgt_Header_phone_wrapper span{font-weight:400;font-size:13px;line-height:16px;color:var(--text-secondary)}@media(max-width:1279px){.Wdgt_Header_phone_wrapper a{font-weight:400;font-size:13px;line-height:16px}.Wdgt_Header_phone_wrapper span{font-weight:400;font-size:11px;line-height:14px}}@media(max-width:1099px){.Wdgt_Header_phone_wrapper a{font-weight:400;font-size:14px;line-height:18px}.Wdgt_Header_phone_wrapper span{font-weight:400;font-size:13px;line-height:16px}}@media(max-width:767px){.Wdgt_Header_phone_wrapper{display:none}}.Wdgt_Header_buttons{display:flex;gap:12px}@media(max-width:767px){.Wdgt_Header_buttons{gap:8px}}.Wdgt_Header_button_menu{flex-direction:column;gap:3px}.Wdgt_Header_button_menu svg{transition:transform .2s ease-in-out,opacity .2s ease-in-out}.Wdgt_Header_modal_menu{align-items:flex-start;top:100%;left:0;width:100dvw;height:100dvh;overflow:auto;opacity:0;visibility:hidden;max-height:0;transition:max-height 0ms .2s,opacity .2s 0ms,visibility .2s 0ms}.Wdgt_Header_modal_menu,.Wdgt_Header_modal_menu__background{position:absolute;display:flex;justify-content:center;z-index:-1}.Wdgt_Header_modal_menu__background{inset:0;align-items:center;background-color:rgba(0,0,0,.349);opacity:1}.Wdgt_Header_modal_menu .Wdgt_Header_wrapper{align-items:flex-start;margin:8px 32px 0;padding:24px;width:100%;border-radius:12px;background-color:var(--white);box-shadow:0 4px 8px 0 rgba(0,0,0,.251);z-index:2}@media(max-width:1099px){.Wdgt_Header_modal_menu{justify-content:flex-start;flex-direction:column;background-color:transparent}.Wdgt_Header_modal_menu::-webkit-scrollbar{display:none}.Wdgt_Header_modal_menu .Wdgt_Header_wrapper{justify-content:center;margin:0;padding:24px 32px;border-radius:0;box-shadow:none;overflow-x:hidden;flex-grow:1}}@media(max-width:767px){.Wdgt_Header_modal_menu .Wdgt_Header_wrapper{padding:24px 16px}}.Wdgt_Header_promo_arrow{transform:rotate(180deg)}.Wdgt_Header_hidden{opacity:0;transform:translateY(-100%)}.Wdgt_Header_hidden,.Wdgt_Header_visible{transition:transform .4s ease,opacity .4s ease}.Wdgt_Header_visible{opacity:1;transform:translateY(0)}.Wdgt_Header_show{display:block}@media(max-width:1099px){.Wdgt_Header_promo_arrow{width:20px;height:20px}.Wdgt_Header_button_menu{align-items:flex-end!important;padding-right:4px!important;padding-left:0!important;width:24px!important}}.VsProjectsArchive_Archive_root{display:flex;flex-direction:column;min-height:100dvh}.VsProjectsArchive_Archive_root .VsProjectsArchive_Archive_main{flex:1 1}.VsProjectsArchive_Archive_root .VsProjectsArchive_Archive_content{padding-top:40px;padding-bottom:40px}.VsProjectsArchive_Archive_title{font-size:48px;font-weight:700;line-height:60px}