.preloader__preloader__1Ylr4 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f8f9fb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader__preloader__1Ylr4 .preloader__icon__1L06w {
  width: 92px;
}

.preloader__preloader__1Ylr4 .brackets {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: preloader__rotateY__3XBQg 1.1s linear infinite;
  animation: preloader__rotateY__3XBQg 1.1s linear infinite;
}

.code-man-loader {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: preloader__rotateY__3XBQg___COde_man 3.4s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  animation: preloader__rotateY__3XBQg___COde_man 3.4s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

@keyframes preloader__rotateY__3XBQg___COde_man {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9) skew(10deg, 10deg);
    opacity: 0.8;
  }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(1.3);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9) skew(10deg, 10deg);
    opacity: 0.9;
  }
}
@-webkit-keyframes preloader__rotateY__3XBQg___COde_man {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes preloader__rotateY__3XBQg {
  to {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn);
  }
}

@-webkit-keyframes preloader__rotateY__3XBQg {
  to {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn);
  }
}

@keyframes preloader__rotateY__3XBQg {
  to {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn);
  }
}

/* ///////////////////// */

.image-loading > img {
  background: transparent url(/public/fix_img/loadingS.svg) center center
    no-repeat;
}

.image-loading-err > img {
  content:  url(/public/fix_img/image-placeholder.svg) 
   ;
}

.image-loading > img.loaded {
  background: unset !important;
}
.styles_Loading__circle1 {
  -webkit-animation: styles_AnimationCircle1__sKVc1 1.2s linear infinite normal
    forwards;
  animation: styles_AnimationCircle1__sKVc1 1.2s linear infinite normal forwards;
}
@keyframes styles_AnimationCircle1__sKVc1 {
  0% {
    opacity: 0.9;
  }

  33.333333% {
    opacity: 0.6;
  }

  66.666667% {
    opacity: 0.3;
  }

  to {
    opacity: 0.9;
  }
}

.styles_Loading__circle2__jpl_q {
  -webkit-animation: styles_AnimationCircle2__5aKRf 1.2s linear infinite normal
    forwards;
  animation: styles_AnimationCircle2__5aKRf 1.2s linear infinite normal forwards;
}
@keyframes styles_AnimationCircle2__5aKRf {
  0% {
    opacity: 0.6;
  }

  33.333333% {
    opacity: 0.3;
  }

  66.666667% {
    opacity: 0.9;
  }

  to {
    opacity: 0.6;
  }
}
.styles_Loading__circle3__otcH4 {
  -webkit-animation: styles_AnimationCircle3__nTbuC 1.2s linear infinite normal
    forwards;
  animation: styles_AnimationCircle3__nTbuC 1.2s linear infinite normal forwards;
}
@keyframes styles_AnimationCircle3__nTbuC {
  0% {
    opacity: 0.3;
  }

  33.333333% {
    opacity: 0.9;
  }

  66.666667% {
    opacity: 0.6;
  }

  to {
    opacity: 0.3;
  }
}
