.mainMenuContact p{margin:var(--gap) 0;font-size:.77778rem;color:var(--text-muted)}:root{--text-main:var(--main);--text-main-reverse:var(--main-reverse);--text-primary:var(--primary);--text-primary-lighter:var(--primary-lighter);--text-muted:var(--muted);--text-muted-5:var(--muted-5);--text-muted-40:var(--muted-40);--text-muted-45:var(--muted-45);--text-muted-50:var(--muted-50);--text-orange:var(--orange);--text-link:var(--blue);--text-link-hover:var(--blue-50);--text-danger:var(--danger);--text-danger-10:var(--danger-10);--text-danger-30:var(--pink-30);--text-success:var(--secondary);--text-pink-5:var(--pink-5);--background-main:var(--muted-10);--background-sections:var(--main-reverse);--background-sections-reverse:var(--main);--background-sections-darkest:var(--main-darkest);--background-primary:var(--primary);--background-primary-lighter:var(--primary-lighter);--background-secondary:var(--secondary);--background-blue-10:var(--blue-10);--background-muted-5:var(--muted-5);--background-muted-20:var(--muted-20);--background-muted-25:var(--muted-25);--background-muted-30:var(--muted-30);--background-muted-35:var(--muted-35);--background-muted-40:var(--muted-40);--background-muted-45:var(--muted-45);--background-muted-50:var(--muted-50);--background-danger:var(--danger);--background-danger-lighter:var(--danger-lighter);--background-danger-lighter-10:var(--danger-lighter-10);--background-danger-10:var(--danger-10);--background-danger-20:var(--danger-20);--background-danger-30:var(--danger-30);--background-danger-40:var(--danger-40);--background-valid:var(--secondary);--background-valid-lighter:var(--secondary-lighter);--background-success-10:var(--success-10);--background-pink-7:var(--pink-7);--background-pink-30:var(--pink-30);--background-yellow-10:var(--yellow-10);--background-green-10:var(--green-10);--background-gray-dark:var(--gray-dark);--background-cian:var(--cian);--border-main-reverse:var(--main-reverse);--border-primary:var(--primary);--border-secondary:var(--secondary);--border-muted:var(--muted-45);--border-muted-20:var(--muted-20);--border-muted-30:var(--muted-30);--border-muted-40:var(--muted-40);--border-danger:var(--danger);--border-danger-50:var(--danger-50);--header-height:80px;--header-height-mobile:54px;--left-column-width:312px;--left-column-inner-width:277px;--bottom-chat-mobile:50px;--bottom-chat-mobile-ios-pwa:72px;--bottom-menu-height-mobile:60px;--cropper-footer-height:94px;--profile-sidebar-width:384px;--pwa-banner-height:60px;--radius:15px;--radius-10:10px;--radius-20:20px;--gap:8px;--gap-2:calc(var(--gap)*2);--gap-3:calc(var(--gap)*3);--gap-4:calc(var(--gap)*4);--gap-5:calc(var(--gap)*5);--padding:14px;--transition:0.3s;--font-opensans:"Open Sans",sans-serif}.profileView{display:flex;gap:var(--gap-3);width:100%}.profileView__main{position:relative;width:calc(100% - var(--gap-3) - var(--profile-sidebar-width))}.profileView .pageTitle .settingsButton{order:2;display:none;background:var(--background-muted-30);margin-left:auto;padding:0;min-width:50px;font-size:1.05556rem;color:var(--text-muted-50)}.profileView .pageTitle .settingsButton+.pageTitle__icon+.guideButton{margin-left:0}.profileView .pageTitle .guideButton{order:3}.profileView__section{border-radius:15px;background:var(--background-sections);overflow:hidden;padding:12px}.profileView__section h2{margin:0 0 18px;font-size:1.11111rem;font-weight:600}.profileView__sectionsGroup{display:flex;flex-direction:column;gap:var(--padding)}.profileView .menuTabs{position:fixed;top:var(--header-height);left:0;height:calc(var(--app-height) - var(--header-height))}.profileView .menuTabs ul:before{content:"";height:11.5vh}.profileView .collapseGallery{margin-bottom:var(--padding)}.profileView__sidebar{position:sticky;top:var(--header-height);overflow:hidden;margin:calc(var(--gap-3)*-1) 0;width:var(--profile-sidebar-width);height:calc(var(--app-height) - var(--header-height))}.profileView__sidebarInner{overflow-y:auto;padding:var(--gap-3) 0;width:calc(var(--profile-sidebar-width) + 30px);height:100%}.profileView__sidebarContent{display:flex;flex-direction:column;gap:var(--padding);width:var(--profile-sidebar-width)}.profileView__sidebar .profileView__section h2{margin-bottom:var(--gap-2)}.profileView__sidebar .profileView__section>p{margin-top:var(--gap-2);margin-bottom:var(--gap-2);font-size:.77778rem}.profileView__mobileContacts{display:none}.profileView.withoutSidebar .profileView__main{width:100%}@media (max-width:1439px){.profileView{flex-direction:column;gap:var(--padding)}.profileView__main,.profileView__sidebar{width:100%}.profileView__sidebar{position:unset;top:0;overflow:visible;margin:0;height:auto}.profileView__sidebarInner{overflow:visible;padding:0;width:100%}.profileView__sidebarContent{width:100%}.profileView__sidebar .profileView__sectionsGroup.group-2{flex-direction:row}.profileView__sidebar .profileView__sectionsGroup.group-2 .profileView__section{width:50%}}@media (max-width:991px),(min-width:992px) and (max-width:1199px) and (orientation:portrait){.profileView .pageTitle .settingsButton{display:inline-flex;min-width:40px;height:40px}.profileView__section{padding:12px}.profileView__section h2{margin:0 0 18px;font-size:1rem;font-weight:600}.profileView .menuTabs{position:relative;top:0;margin:0 calc(var(--gap)*-1) var(--gap-2);padding:0;height:50px}.profileView .menuTabs__inner{width:100%;height:90px;min-height:90px}.profileView .menuTabs ul{padding:0 var(--gap)}.profileView .menuTabs ul:before{display:none}.profileView__mobileContacts{display:block;text-align:center}}@media (max-width:767px){.profileView .profileView__sidebar .profileView__sectionsGroup.group-2{flex-direction:column}.profileView .profileView__sidebar .profileView__sectionsGroup.group-2 .profileView__section{width:100%}}