.fancybox-content .preloader {
  display: none;
}

._active_preloader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6784313725);
  top: 0;
  left: 0;
}
._active_preloader .preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
}

.our-callback__form .preloader {
  display: none;
}
.our-callback__form._active_preloader {
  position: relative;
}
.our-callback__form._active_preloader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4588235294);
  z-index: 20;
}
.our-callback__form._active_preloader .preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 25;
}
.footer__top-left .footer__logo {
    display: block;
}
.footer__middle-badge {
	margin-top: 30px;
}

@media screen and (max-width: 639px) {
	.footer__middle-badge {
		display: none;
	}
}


/*# sourceMappingURL=custom-style.css.map */
