.preloader2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 50; }
  .preloader2__icon {
    width: 60px;
    height: 60px; }
    .preloader2__icon svg {
      width: 100%;
      height: 100%;
      fill: #FF4D00; }
