.tours-center-modal {
  box-sizing: border-box;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  max-width: 430px;
  max-height: calc(100vh - 2rem);
  overflow: visible;
  margin: auto;
  z-index: 20;
  min-width: 360px;
}
@media (min-width: 1100px) {
  .tours-center-modal {
    max-width: 430px;
  }
}

.tours-center-modal.map-modal {
  overflow: visible !important;
}

.tours-center-modal-fader {
  width: 100%;
  height: 100%;
  z-index: 19;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px) brightness(0.6);
          backdrop-filter: blur(5px) brightness(0.6);
}

.tours-center-modal__close {
  background: url("../images/x-circle.svg");
  width: 24px;
  height: 24px;
  z-index: 2;
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: block;
  border: none;
  padding: 0;
}

.tours-center-modal__wrapper {
  box-sizing: border-box;
  background: #FFFFFF;
  width: 100%;
  border-radius: 12px;
  position: relative;
  padding: 1rem;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.tours-center-modal__wrapper .tours-center-modal__content {
  flex: 1 1 auto;
  overflow-y: auto;
}

.tours-center-modal-container {
  z-index: 99;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tours-center-modal-container.warning .tours-center-modal__content {
  display: flex;
  gap: 16px;
  align-items: center;
}
.tours-center-modal-container.warning .tours-center-modal__content .content p {
  display: flex;
  align-items: center;
  margin: 0;
}

.tours-center-modal-container.map-modal .tours-center-modal {
  overflow: visible !important;
}

.tours-center-modal-container.content .tours-center-modal {
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.tours-center-modal-container.content .tours-center-modal__wrapper {
  height: calc(100% - 4rem);
}
.tours-center-modal-container.content .tours-center-modal__content {
  height: 100%;
  overflow: auto;
  position: relative;
}/*# sourceMappingURL=center_modal.css.map */