@media screen and (min-width: 1201px) {  /* larger screen+*/

   .breakpointnote::before {
      content: "large";
   }

  html.beta .isMobile:not(.isDesktop),
  html.beta .isTablet:not(.isDesktop) {
	 display: none !important;
  }

  html.beta .body-ua #main.profile .box.second h3,
  html.beta .body-ua #main.profile .box.third h3 {
	 cursor: initial;
  }

  html.beta .body-ua #main.profile .box form {
	 display: block !important;
  }
}
