.fancybox__content {
  padding: 20px;
  border-radius: 10px;
  max-width: 570px;
}

.popup__title {
  color: #1A1A1A;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 15px;
  text-align: center;
}

.popup__body p {
  text-align: center;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}

.popup__body input,
.popup__body select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #1A1A1A;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 20px;
}

.popup-form-btn {
  width: 100%;
  text-align: center;
  padding: 15px 30px;
  border-radius: 5px;
  background: #FFC841;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  margin-bottom: 20px;
}

.popup__body span {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.popup__body a {
  text-decoration: underline;
}


@media (max-width: 767.98px) {
  .fancybox__content {
    max-width: 280px;
    padding: 20px;
  }

  .popup__title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .popup__body p {
    font-size: 12px;
    margin-bottom: 60px;
  }

  .popup__body span {
    font-size: 10px;
  }

}