.popup-banner-fancybox .fancybox__backdrop {
  opacity: 0.6 !important;
}
.popup-banner-fancybox .fancybox__content {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.popup-banner-fixed {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
}
.popup-banner-fixed .popup-banner {
  pointer-events: auto;
}
.popup-banner-fixed--visible {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.popup-banner-fixed--bottom_left {
  bottom: 20px;
  left: 20px;
  transform: translateY(30px);
}
.popup-banner-fixed--bottom_right {
  bottom: 20px;
  right: 20px;
  transform: translateY(30px);
}
.popup-banner-fixed--bottom_center {
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 30px);
}
.popup-banner-fixed--bottom_center.popup-banner-fixed--visible {
  transform: translate(-50%, 0) !important;
}
.popup-banner-fixed--top_left {
  top: 20px;
  left: 20px;
  transform: translateY(-30px);
}
.popup-banner-fixed--top_right {
  top: 20px;
  right: 20px;
  transform: translateY(-30px);
}
.popup-banner-fixed--top_center {
  top: 20px;
  left: 50%;
  transform: translate(-50%, -30px);
}
.popup-banner-fixed--top_center.popup-banner-fixed--visible {
  transform: translate(-50%, 0) !important;
}

.popup-banner__close-x {
  display: none;
}

.popup-banner-fixed .popup-banner__close-x {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
  pointer-events: auto;
}
.popup-banner-fixed .popup-banner__close-x:hover {
  background: rgba(0, 0, 0, 0.7);
}

.popup-banner {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  position: relative;
}
.popup-banner__image {
  line-height: 0;
}
.popup-banner__image img {
  width: 100%;
  height: auto;
  display: block;
}
.popup-banner__image a {
  display: block;
}
.popup-banner__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.popup-banner__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 32px 32px;
}
.popup-banner__textarea h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 2rem;
  color: #59575b;
}
@media (max-width: 992px) {
  .popup-banner__textarea h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .popup-banner__textarea h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.popup-banner__textarea p {
  font-size: 2rem;
  line-height: 2rem;
  color: #394250;
  margin-bottom: 1.5rem;
}
.popup-banner__textarea p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .popup-banner__textarea p {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .popup-banner__textarea p {
    font-size: 1.4rem;
  }
}
.popup-banner__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
.popup-banner__actions.left {
  justify-content: left;
}
@media (max-width: 767px) {
  .popup-banner__actions.left {
    align-items: start;
  }
}
.popup-banner__actions.center {
  justify-content: center;
}
.popup-banner__actions.right {
  justify-content: right;
}
@media (max-width: 767px) {
  .popup-banner__actions.right {
    align-items: end;
  }
}
.popup-banner__close-btn {
  background: none;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  color: #888;
  cursor: pointer;
  transition: color 0.2s ease;
}
.popup-banner__close-btn:hover {
  color: #333;
}

@media (max-width: 767px) {
  .popup-banner__content {
    padding: 16px 20px 24px;
  }
  .popup-banner__title {
    font-size: 20px;
  }
  .popup-banner__text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .popup-banner__actions {
    flex-direction: column;
    gap: 8px;
  }
  .popup-banner__close-btn {
    width: 100%;
    text-align: center;
  }
  .popup-banner-fixed--bottom_left, .popup-banner-fixed--bottom_right, .popup-banner-fixed--bottom_center, .popup-banner-fixed--top_left, .popup-banner-fixed--top_right, .popup-banner-fixed--top_center {
    left: 10px;
    right: 10px;
  }
  .popup-banner-fixed--bottom_center, .popup-banner-fixed--top_center {
    transform: none;
  }
  .popup-banner-fixed--bottom_center.popup-banner-fixed--visible, .popup-banner-fixed--top_center.popup-banner-fixed--visible {
    transform: none !important;
  }
}

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