.mfp-bg {
  background: rgba(0, 0, 0, 0.8) !important;
}

.mfp-close-btn-in .mfp-close {
  display: none !important;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.popup {
  position: relative;
  background: #ffffff;
  padding: 20px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  font-family: "Manrope";
}
.popup__small {
  font-size: 12px;
}
.popup-social {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.popup .social__img {
  width: 35px !important;
  height: 35px !important;
}
.popup-form {
  width: 100%;
  position: relative;
}
.popup-form input {
  width: 100%;
}
.popup-form select {
  padding: 16.5px 10px;
  width: 100%;
}
.popup-form option {
  background-color: #ffffff;
}
.popup-form textarea {
  width: 100%;
  height: 60px;
}
.popup-form .btn {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.6;
}

.entry-content > * {
  margin-bottom: 20px;
}

.entry-content ul {
  margin-left: 20px;
}

#popup-4 .entry-content {
  text-align: left;
}