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

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

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

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

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-content {
  background: none !important;
}

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

.popup {
  max-width: 425px;
  margin: 100px auto;
  padding: 20px;
  position: relative;
  background: #fff;
  color: #000;
  width: auto;
  border-radius: 5px;
  font-size: 17px;
}
.popup-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.popup__title {
  font-size: 23px;
  font-weight: 700;
}
.popup__small {
  font-size: 12px;
}
.popup-form {
  width: 100%;
}
.popup .btn {
  width: 100% !important;
  padding: 15px 10px !important;
  border-radius: 5px !important;
  border: none !important;
  background: #5d30fd !important;
  box-shadow: none;
  color: #fff !important;
  font-size: 18px !important;
  font-family: Manrope;
  text-transform: uppercase;
  cursor: pointer;
}
.popup .entry-content,
.popup .container-content {
  font-size: 15px;
  text-align: left;
  color: #000000;
}
.popup .social {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.popup .social__img {
  width: 30px;
  height: 30px;
}
@media (min-width: 640px) {
  .popup .social__img {
    width: 35px;
    height: 35px;
  }
}
.popup select,
.popup input,
.popup textarea {
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  color: #000 !important;
  width: 100%;
  border: 1px solid black !important;
  border-radius: 5px;
  font-size: 17px;
}
.popup textarea {
  height: 80px;
}
.popup option {
  height: 49px;
  background: #fff;
  color: #000;
}
.popup label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left;
}
.popup a {
  color: #5d30fd;
}
.popup input:disabled {
  opacity: .7;
}
.popup input[type="checkbox"] {
  width: auto !important;
  margin: 0 0.5rem -0.1rem 0;
  display: inline-block;
}
.popup .wpcf7-list-item {
  margin: 0;
}
#popup-3, #popup-4 {
  max-width: 370px;
}
#popup-4 > div, #popup-4 input, #popup-4 select, #popup-4 .bk_calendar_frame {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}
#popup-4 input, #popup-4 select {
  padding: 10px !important;
  height: auto !important;
}