.exit-intent-popup .form-type-1-module .form-type-1-container {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.exit-intent-popup .form-type-1-module {
  padding: 0;
}
.exit-intent-popup .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0px;
}

.exit-intent-popup .col {
  flex-basis: 40%;
  box-sizing: border-box;
  border: 0px;
}

.exit-intent-popup .col:nth-child(2) {
  flex-basis: 60%;
  box-sizing: border-box;
  border: 0;
  padding: 5% 3%;
  max-height: 767px;
  overflow: auto;
}
.exit-intent-popup {
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(33,33,33,.8)!important;
  transform: translateY(60%) scale(0);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  width: 100%;
  margin: 0 auto!important;
}

.exit-intent-container{
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

.exit-intent-popup.visible {
  transform: translateY(0) scale(1);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px!important;
  font-family: 'Montserrat'!important;
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 16px!important;
  line-height: 28px!important;
  letter-spacing: 0.01em!important;
  color: #595959!important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px!important;
  font-family: 'Montserrat'!important;
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 16px!important;
  line-height: 28px!important;
  letter-spacing: 0.01em!important;
  color: #595959!important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px!important;
  font-family: 'Montserrat'!important;
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 16px!important;
  line-height: 28px!important;
  letter-spacing: 0.01em!important;
  color: #595959!important;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 14px!important;
  font-family: 'Montserrat'!important;
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 16px!important;
  line-height: 28px!important;
  letter-spacing: 0.01em!important;
  color: #595959!important;
}


input::placeholder {
  font-size: 14px!important;
  font-family: 'Montserrat'!important;
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 16px!important;
  line-height: 28px!important;
  letter-spacing: 0.01em!important;
  color: #595959!important;
}


.exit-intent-popup .form-type-1-module label {
  color: #236192 !important;
  font-size: 15px!important;
  margin-bottom: 0;
  display: block!important;
}


.exit-intent-popup .form-type-1-module label {
  color: #236192 !important;
  margin-bottom: 5px!important;
  display: block!important;
  font-family: 'Montserrat';
  font-style: normal!important;
  font-weight: 600!important;
  font-size: 15px!important;
  line-height: 20px!important;
  letter-spacing: 0.01em!important;
}
.exit-intent-popup .form-type-1-module input:not([type="submit"]), 
.exit-intent-popup .form-type-1-module textarea, 
.exit-intent-popup .form-type-2-module input:not([type="submit"]), 
.exit-intent-popup .form-type-2-module textarea, 
.exit-intent-popup .form-type-3-module input:not([type="submit"]), 
.exit-intent-popup .form-type-2-module textarea {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  height: 53px;
  color: #fff;
  background-color: transparent;
}

.exit-intent-popup .form-type-1-module fieldset {
  max-width: 100% !important;
  margin-bottom: 10px !important;
}
.exit-intent-popup .form-type-1-module input:not([type="submit"]), 
.exit-intent-popup .form-type-1-module textarea, 
.exit-intent-popup .form-type-1-module select {
  border: 1px solid #236192 !important;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
  color: #595959;
  font-weight:600;
}

.exit-intent-popup .form-type-1-module input[type="submit"]{
  background-color: #fff;
  min-width: 175px;
  height: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #005486;
  font-weight: 800;
  font-size: 20px;
  cursor: pointer;
  float: left;
  margin: 0;
  transition: 0s;
}


.close {
  position: absolute;
  top: -26px;
  right: 26px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #595959;
  font-weight: 100;
  padding: 0px;
  text-align: center;
  z-index: 99999;
}

.exit-intent-popup .left-image{    
  background-size: cover!important;
  background-position: 50%!important;
}

.exit-intent-popup .form-type-3-module {
  padding: 0!important;
}


.exit-intent-popup .col-7 {
  position: relative;
  padding: 30px 20px;
}
.exit-intent-popup .section-title {
  color: #E87722;
}
.line-s {
  margin-bottom: 30px;
  width: 50px;
  height: 2px;
  background-color: var(--orangecolor);
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
}

@media (min-width: 1200px){

  .exit-intent-popup .section-title {
    color: #E87722!important;
    font-size: 30px!important;
    line-height: 37px!important;
  }

}

@media (min-width: 1200px){
  .exit-intent-popup .section-title {
    font-size: 40px!important;
    line-height: 59px!important;
    letter-spacing: 3px!important;
    max-width: 736px;
    margin-left: auto;
    margin-right: auto;
  }
  .exit-intent-popup .section-subtitle {
    font-size: 18px!important;
    line-height: 28px!important;
    letter-spacing: 0.01em;
  }
}
.exit-intent-popup .section-subtitle {
  color: #595959!important;
  font-size: 14px!important;
  line-height: 22px!important;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width:767px){


  .exit-intent-popup .row { 
    display: block;
  }
  .exit-intent-container { 
    top: 100%;
  }
  .exit-intent-popup { 
    background: rgba(33,33,33,.8)!important;
    top: 0;
    padding: 20px;
    padding-top: 30px!important;
  }
  .exit-intent-popup .col:nth-child(2) {
    max-height: 400px;
    overflow: auto;
    padding: 12% 6%;
  }

  .exit-intent-popup .left-image{    
    background-size: cover!important;
    background-position: 50%!important;
    min-height: 350px!important;
  }

  .exit-intent-popup .form-type-1-module fieldset.form-columns-2 .hs-form-field:last-child .input, 
  .exit-intent-popup .form-type-2-module fieldset.form-columns-2 .hs-form-field:last-child .input, 
  .exit-intent-popup .form-type-3-module fieldset.form-columns-2 .hs-form-field:last-child .input, 
  .exit-intent-popup .form-type-1-module fieldset.form-columns-2 .hs-form-field:last-child label, 
  .exit-intent-popup .form-type-2-module fieldset.form-columns-2 .hs-form-field:last-child label, 
  .exit-intent-popup .form-type-3-module fieldset.form-columns-2 .hs-form-field:last-child label {
    margin-left: 0;
  }

  .exit-intent-container{
    max-width: 1100px;
    width: 100%;
    margin: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }  


}


body.no-overflow{overflow: hidden!important;}
