html {
  --brand: #1753D3;
  --black30: #00000030;
  --background: #F2F4F7;
  --text-color-grey: #98A2B3;
  --text-color-dark-blue: #344054;
  --text-color-deep-blue: #1D2939;
  --brand-white: #fff;
  --brand-red: #F04438;
  --brand-lite: #1565EF;
  --background-lite: #EAECF0;
  --camera-bg: #1d2939;
}
  @font-face{
    font-family:erz-icons;
    src:url(/documents/13/erz-icons.woff);
  }
    @font-face{
      font-family:Golos;
      src:url(/documents/19/golos-text_regular.woff);
    }
html {
    font-size: 10px;
    overflow:   scroll;
    overflow-x: hidden;
    overscroll-behavior: none;
  }
  ::-webkit-scrollbar {
    width: 0;
    background: transparent; 
  }
 
body {
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    	font-family: Golos;
    background-image: url(/media/images/test.original.png); 
    background-repeat: no-repeat;
    background-position: center top;
}
.hidden {
	display: none !important;
}
body>div:not([data-gjs-type="wrapper"]) .template{
        display: none !important
}
body>div:not([data-gjs-type="wrapper"])+.template{
        display: none !important
}
.header>h3{
font-weight: 400;
}
  .icon{
      font-family:erz-icons;
  }