/* country-popup-max-767.css */
.country-popup__postioned {
  position: fixed;
  right: 0 !important;
  left: 0;
  margin: 0 auto;
  width: calc(100% - 30px);
  opacity: 0;
  pointer-events: none;
  justify-content: center;
}

.globe-popup.opened {
  opacity: 1;
  pointer-events: unset;
}

.country-popup {
  max-width: 100%;
  padding-top: 35px;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.1);
}
