

/* Start:/local/templates/main-template/components/bitrix/catalog/synchro/style.css?1744289063472*/
  #loading_indicator {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    display: none;
  }

  #loading_indicator:before {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background: url(/local/templates/main-template/components/bitrix/catalog/synchro/oval.svg) no-repeat center center;
    background-size: cover;
  }
  
/* End */
/* /local/templates/main-template/components/bitrix/catalog/synchro/style.css?1744289063472 */
