.blur {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  background: rgba(11, 39, 61, 0.5);
  opacity: 0;
  transition-property: opacity, z-index;
  transition-duration: 0.3s;
  position: fixed;
  z-index: -1;
}
.blur.active {
  z-index: 2000;
  opacity: 1;
  transition-property: opacity;
}

.popup {
  position: fixed;
  z-index: -1;
  background: #fff;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.popup .preloader {
  background: #fff;
}
.popup.active {
  z-index: 2001;
  display: block;
}

.popup__wrap {
  position: relative;
}

img.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.popup--menu {
  width: 100%;
  top: 48px;
  left: 0;
  transform: none;
}
.popup--menu + .blur {
  background: #fff;
  top: 48px;
}

.popup.popup--menu {
  box-shadow: none;
}

.popup--requis {
  width: 280px;
  padding: 24px;
}

.popup--code {
  width: 324px;
  padding: 16px 16px 24px;
  border: 2px solid #CED4DA;
}

.popup--forgot {
  width: 324px;
  padding: 16px 16px 24px;
  border: 2px solid #CED4DA;
}

.popup--auth {
  width: 324px;
  padding: 16px 16px 24px;
  border: 2px solid #CED4DA;
}

.popup--search {
  top: 159px;
  width: 880px;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, 0);
}

.popup__thank {
  width: 280px;
  padding: 24px;
}
.popup__thank .js-popup-open {
  display: none;
}
.popup__thank .js-popup-close {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

.thank__title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.thank__text {
  line-height: 16px;
  font-size: 14px;
}

@media screen and (max-width: 1409px) {
  .popup--search {
    top: 170px;
  }
}
@media screen and (max-width: 1199px) {
  .popup--search {
    width: 678px;
    top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .popup--search {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/*# sourceMappingURL=popup.css.map */
