.popup-form-module .popup-form-main-container {
  max-width: 736px;
  margin: 0 auto;
}
.popup-form-module .heading-text {
  text-align: center;
}
.popup-form-module .heading-container {
  margin:0 0 32px;
}
.popup-form-module .heading-text h2 {
  margin:0 0 16px;
}
.popup-form-module .paragraph-text p {
  margin: 0;
}
.popup-form-module .hs-form-field>label, .popup-form-module .hs-form-field>label span {
  font-size: 16px;
  padding: 0 0 8px;
  color: #555555;
  margin:0;
}
.popup-form-module input[type=email], .popup-form-module input[type=number], .popup-form-module input[type=password], .popup-form-module input[type=tel], .popup-form-module input[type=text], .popup-form-module select, .popup-form-module textarea {
  border-radius: 4px !important;
  padding: 15px 12px;
  font-size: 16px;
  color: #555;
}
.popup-form-module fieldset.form-columns-2 .input, .popup-form-module fieldset.form-columns-1 .input {
  margin-right: 0;
}
.popup-form-module .hs-form-field{
  margin:0 0 24px;
}
.popup-form-module .form-columns-2 .hs-form-field:first-child {
  padding-right: 16px;
}
.popup-form-module .form-columns-2 .hs-form-field:last-child {
  padding-left: 16px;
}
.popup-form-module .hs-fieldtype-booleancheckbox li.hs-form-booleancheckbox {
  margin: 0;
  line-height: 16px;
}
.popup-form-module form .inputs-list:not(.no-list) label, .popup-form-module form .inputs-list:not(.no-list) label>span, .popup-form-module form .inputs-list:not(.no-list) label>span p {
  color: #555;
  font-size: 12px;
  width: fit-content;
}
.popup-form-module form li.hs-form-booleancheckbox {
/*   max-width: 352px !important; */
  margin: 0 auto !important;
}
.popup-form-module form .hs-form-booleancheckbox-display {
  display: flex;
}
.popup-form-module .hs_submit.hs-submit {
  max-width: 352px;
  margin: 0 auto;
}
.popup-form-module .hs_submit.hs-submit .button{
  margin:0;
}
.popup-form-module input[type="checkbox"].hs-input{
  padding: 0;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-right: 16px;
  top: 0;
  width: 37px !important;
  height: 32px !important;
  outline: none;
}
.popup-form-module input[type="checkbox"]:checked::after {
  border: 3px solid #fff;
  border-right: 0;
  border-top: 0;
  content: "";
  height: 7px;
  left: 9px;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  width: 13px;
}
.popup-form-module input[type="checkbox"]:checked{
  background:#000;
}
.popup-form-module .hs-fieldtype-select .input:after{
  content:'';
}

/* -------- nice select ------ */

.popup-form-module .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  color:#555555;
  border-radius: 5px;
  border: solid 1px #e8e8e8; 
  font-size:16px;
  font-weight: 400;
  line-height: 24px;
  padding:14px 16px; 
  width: 100%; 
  height:auto;
}
.popup-form-module .nice-select:hover {
  border-color: #dbdbdb;
}
.popup-form-module .nice-select:active,
.popup-form-module .nice-select.open, .nice-select:focus {
  border:2px solid #FFDA0F;
}
.popup-form-module .nice-select:after {
  border-bottom:1px solid #000;
  border-right: 1px solid #000;
  content: '';
  height: 15px;
  width: 15px; 
  right: 23px;
  top: 27%;

}
.popup-form-module .nice-select.open:after {
  top:29%:
}

.popup-form-module .nice-select.disabled {
  border-color: #ededed;
  color: #999;
}
.popup-form-module .nice-select.disabled:after {
  border-color: #cccccc; }


.popup-form-module .nice-select .list {
  width:100%;
  background-color: #fff;
  border:1px solid #DDDDDD;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  margin-top: 4px;
 
}
.popup-form-module .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; 
}
.popup-form-module .nice-select .option {
  white-space: break-spaces;
  font-size:16px;
  font-weight: 400;
  color:#555555;
  line-height: 24px;  
  padding:12px 16px; 
}

.popup-form-module .nice-select .option:hover, .nice-select .option.focus, 
.popup-form-module .nice-select .option.selected.focus {
  background-color: #FFDA0F; 
}

.popup-form-module .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; 
}
.popup-form-module .mfp-close {
	margin: 0;
	width: 100%;
	background-color: #fff !important;
	opacity: 1;
	max-width: 100%;
	text-align: right;
	max-height: unset;
	border-radius: unset;
	padding: 20px 161px 20px 0;
	height: auto;
}
.popup-form-module .mfp-close:hover,.popup-form-module .mfp-close:active,.popup-form-module .mfp-close:focus {
  border:unset;
}
.popup-form-module.white-popup {
	padding-top: 118px;
  padding-bottom: 100px;
}
  .popup-form-module form .hs-button, .popup-form-module form input[type=submit] {
margin:0;
}

@media only screen and (max-width:1199px){
  .popup-form-module .mfp-close {
	padding: 20px 20px 20px 0;
}
  .popup-form-module.white-popup {
  padding-bottom: 80px;
}
}
@media only screen and (max-width:991px){
    .popup-form-module.white-popup {
  padding-bottom: 60px;
}
}
@media only screen and (max-width:767px){
  .popup-form-module .mfp-close {
	padding: 12px 16px 12px 0;
}
  .popup-form-module.white-popup {
	padding-top: 72px;
      padding-bottom: 48px;
}
  .popup-form-module .heading-text h2 {
    margin: 0 0 8px;
  }
  .popup-form-module .heading-container {
    margin: 0 0 24px;
  }
  .popup-form-module .hs-form-field > label, .popup-form-module .hs-form-field > label span {
    font-size: 14px;
  }
  .popup-form-module input[type="email"], .popup-form-module input[type="number"], .popup-form-module input[type="password"], .popup-form-module input[type="tel"], .popup-form-module input[type="text"], .popup-form-module select, .popup-form-module textarea {
    padding: 14px 12px;
  }
  .popup-form-module .hs-form-field {
    margin: 0 0 16px;
  }
  .popup-form-module input[type="checkbox"].hs-input {
    margin-right: 12px;
  }
  .popup-form-module form li.hs-form-booleancheckbox {
    margin: 8px auto !important;
  }
  .popup-form-module .form-columns-2 .hs-form-field:last-child {
    padding-left: 8px;
  }
  .popup-form-module .form-columns-2 .hs-form-field:first-child {
    padding-right: 8px;
  }
}

@media only screen and (max-width:480px){
  .popup-form-module .form-columns-2 .hs-form-field:last-child {
    padding-left: 0;
  }
  .popup-form-module .form-columns-2 .hs-form-field:first-child {
    padding-right: 0x;
  }
  .popup-form-module .form-columns-2 .hs-form-field .hs-input {
	width: 100% !important;
}
  .popup-form-module .form-columns-2 .hs-form-field:first-child {
	padding-right: 0;
}
}