.pg-demo-steps-modal {
  padding: 0 !important;
}
.pg-demo-steps-modal .pg-close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none !important;
  color: #252a2e;
  cursor: pointer;
}
.pg-demo-steps-modal.in {
  display: flex;
  align-items: center;
}
.pg-demo-steps-modal-dialog {
  max-width: 1000px;
  margin-top: 50px;
  position: relative;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .pg-demo-steps-modal-dialog {
    max-width: 705px;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .pg-demo-steps-modal-dialog {
    width: 90%;
    margin: 20px auto;
  }
}
.pg-demo-steps {
  font-family: 'Larsseit-Thin', Arial, sans-serif;
  font-weight: lighter;
  background-color: #fff;
  color: #0d0d0e;
  display: flex;
  border-radius: 4px;
}
.i18n-ru .pg-demo-steps {
  font-family: 'Roboto-Thin', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-demo-steps {
  font-weight: normal;
}
.pg-demo-steps div.messages.error {
  display: none;
}
.pg-demo-steps .alert.error {
  display: none;
  position: relative;
  background-color: transparent;
  margin: 0 0 20px 0;
}
.pg-demo-steps .alert.error ul {
  padding-left: 0px;
  margin: 0;
  list-style: none;
}
.pg-demo-steps .alert.error .close {
  display: none;
}
.pg-demo-steps .pg-demo-steps-description {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 25px 0;
}
.i18n-ru .pg-demo-steps .pg-demo-steps-description {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.pg-demo-steps-1 {
  background-color: #fff;
  flex: 0 0 50%;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .pg-demo-steps-1 {
    flex: 0 1 auto;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-1 {
    flex: 0 1 auto;
  }
}
@media (max-width: 575px) {
  .pg-demo-steps-1 {
    flex: 1 1 auto;
  }
}
.pg-demo-steps-2 {
  background: #fff url("/sites/all/modules/pg_demo/images/pg-demo-steps-bg.jpg") no-repeat center right;
  background-size: contain;
  flex: 0 0 50%;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .pg-demo-steps-2 {
    background: #fff url("/sites/all/modules/pg_demo/images/pg-demo-steps-bg-md.jpg") no-repeat center right;
    flex: 0 0 244px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-2 {
    display: none;
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .pg-demo-steps-2 {
    display: none;
    padding: 20px;
  }
}
@media screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  .pg-demo-steps-2 {
    background-size: 90%;
  }
}
.pg-demo-steps-title {
  font-family: 'Larsseit-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  color: #058ad7;
  margin: 0 0 16px 0;
}
.i18n-ru .pg-demo-steps-title {
  font-family: 'Roboto-Bold', Arial, sans-serif;
  font-weight: bold;
}
.pg-demo-steps-form .control-label {
  font-family: 'Larsseit-Light', Arial, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  line-height: 14px;
  color: #3e4d5c;
  margin-bottom: 5px;
  font-weight: normal;
}
.i18n-ru .pg-demo-steps-form .control-label {
  font-family: 'Roboto-Light', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-demo-steps-form .control-label {
  font-weight: normal;
}
.pg-demo-steps-form .webform-previous {
  display: none;
}
.pg-demo-steps-form .form-actions {
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .pg-demo-steps-form .form-actions {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}
.pg-demo-steps-form .webform-progressbar {
  font-family: 'Larsseit-Light', Arial, sans-serif;
  font-weight: lighter;
  font-size: 11px;
  line-height: 11px;
  color: #0d0d0e;
  display: flex;
  order: 1;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
}
.i18n-ru .pg-demo-steps-form .webform-progressbar {
  font-family: 'Roboto-Light', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-demo-steps-form .webform-progressbar {
  font-weight: normal;
}
@media (max-width: 575px) {
  .pg-demo-steps-form .webform-progressbar {
    margin-top: 40px;
    justify-content: center;
  }
}
.pg-demo-steps-form-form-handler fieldset {
  margin-bottom: 15px;
}
.pg-demo-steps-form-form-handler .form-group {
  margin-bottom: 10px;
}
.pg-demo-steps-form-form-handler .form-group-extra {
  position: absolute;
  left: -10000px;
  top: -10000px;
}
.pg-demo-steps-form-form-handler .form-control {
  font-family: 'Larsseit-Light', Arial, sans-serif;
  font-weight: lighter;
  color: #0d0d0e;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid #d7e1ea;
}
.i18n-ru .pg-demo-steps-form-form-handler .form-control {
  font-family: 'Roboto-Light', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-demo-steps-form-form-handler .form-control {
  font-weight: normal;
}
.pg-demo-steps-form-form-handler .form-control.error,
.pg-demo-steps-form-form-handler .form-control.pgFieldError {
  border: 1px solid #ed1c24;
}
.pg-demo-steps-form-form-handler .control-label {
  font-family: 'Larsseit-Light', Arial, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  line-height: 14px;
  color: #0d0d0e;
  margin-bottom: 5px;
  font-weight: normal;
}
.i18n-ru .pg-demo-steps-form-form-handler .control-label {
  font-family: 'Roboto-Light', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-demo-steps-form-form-handler .control-label {
  font-weight: normal;
}
.pg-demo-steps-form-form-handler .form-check-label {
  font-family: 'Larsseit-Light', Arial, sans-serif;
  font-weight: lighter;
  font-size: 11px;
  line-height: 14px;
  font-size: 0.81vw;
  line-height: 1.02vw;
  color: #0d0d0e;
}
.i18n-ru .pg-demo-steps-form-form-handler .form-check-label {
  font-family: 'Roboto-Light', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-demo-steps-form-form-handler .form-check-label {
  font-weight: normal;
}
@media (max-width: 991px) {
  .pg-demo-steps-form-form-handler .form-check-label {
    font-size: 11px;
    line-height: 14px;
    font-size: 1.43vw;
    line-height: 1.82vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-form-form-handler .form-check-label {
    font-size: 11px;
    line-height: 14px;
  }
}
.pg-demo-steps-form-form-handler .form-check-input {
  border-radius: 3px;
  border: 2px solid #d7e1ea;
  background-color: #fff;
}
.pg-demo-steps-form-form-handler .form-check-input.error,
.pg-demo-steps-form-form-handler .form-check-input.pgFieldError {
  border: 1px solid #ed1c24;
}
.pg-demo-steps-form-form-handler .custom-label {
  font-family: 'Larsseit-Light', Arial, sans-serif;
  font-weight: lighter;
  font-size: 11px;
  line-height: 14px;
  color: #0d0d0e;
  padding-left: 5px;
  padding-top: 3px;
}
.i18n-ru .pg-demo-steps-form-form-handler .custom-label {
  font-family: 'Roboto-Light', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-demo-steps-form-form-handler .custom-label {
  font-weight: normal;
}
.pg-demo-steps-form-form-handler .custom-control-label {
  font-family: 'Larsseit-Light', Arial, sans-serif;
  font-weight: lighter;
  font-size: 11px;
  line-height: 14px;
  color: #0d0d0e;
  padding-left: 5px;
  padding-top: 3px;
}
.i18n-ru .pg-demo-steps-form-form-handler .custom-control-label {
  font-family: 'Roboto-Light', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-demo-steps-form-form-handler .custom-control-label {
  font-weight: normal;
}
.pg-demo-steps-form-form-handler .custom-control-label:before {
  border-radius: 3px;
  border: 1px solid #d7e1ea;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.pg-demo-steps-form-form-handler .custom-control-label.error,
.pg-demo-steps-form-form-handler .custom-control-label.pgFieldError {
  border: none;
}
.pg-demo-steps-form-form-handler .custom-control-label.error:before,
.pg-demo-steps-form-form-handler .custom-control-label.pgFieldError:before {
  border: 1px solid #ed1c24;
}
.pg-demo-steps-form-form-handler .custom-control-label:after {
  width: 20px;
  height: 20px;
}
.pg-demo-steps-form-form-handler .custom-radio .custom-control-label {
  line-height: 20px;
}
.pg-demo-steps-form-form-handler .custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.pg-demo-steps-form-form-handler .webform-previous {
  display: none;
}
.pg-demo-steps-form-form-handler .form-actions {
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .pg-demo-steps-form-form-handler .form-actions {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}
.pg-demo-steps-form-form-handler .webform-progressbar {
  font-family: 'Larsseit-Light', Arial, sans-serif;
  font-weight: lighter;
  font-size: 11px;
  line-height: 11px;
  color: #0d0d0e;
  display: flex;
  order: 1;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
}
.i18n-ru .pg-demo-steps-form-form-handler .webform-progressbar {
  font-family: 'Roboto-Light', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja .pg-demo-steps-form-form-handler .webform-progressbar {
  font-weight: normal;
}
@media (max-width: 575px) {
  .pg-demo-steps-form-form-handler .webform-progressbar {
    margin-top: 40px;
    justify-content: center;
  }
}
.pg-demo-steps-form-form-handler .intl-tel-input {
  width: 100%;
}
.pg-demo-steps-form-form-handler .js-pg-demo-steps-step-2 {
  display: none;
}
.pgFieldError {
  border: 1px solid #ed1c24;
}
.iti-mobile .intl-tel-input.iti-container {
  z-index: 9999;
}
/* intl-tel-input plugin */
.intl-tel-input .selected-flag {
  background-color: #eff3f7;
}
.intl-tel-input .iti-flag {
  transition: unset;
  -webkit-transition: unset;
}
/* / intl-tel-input plugin */
.pg-demo-steps-short {
  width: 360px;
  width: 26.35vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short {
    width: 360px;
    width: 46.88vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short {
    width: 360px;
  }
}
@media (max-width: 1199px) {
  .pg-demo-steps-short {
    background-color: #9ccc65;
    width: 32.94vw;
  }
}
@media (max-width: 991px) {
  .pg-demo-steps-short {
    width: 100%;
  }
}
.pg-demo-steps-short .pg-demo-steps-1 {
  flex: 1;
  padding: 30px;
  padding: 2.2vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-1 {
    padding: 30px;
    padding: 3.91vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-1 {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .pg-demo-steps-short .pg-demo-steps-1 {
    padding: 2.2vw;
  }
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-left: 2.2vw;
    padding-right: 2.2vw;
  }
}
@media (max-width: 575px) {
  .pg-demo-steps-short .pg-demo-steps-1 {
    padding: 0;
  }
}
.pg-demo-steps-short .pg-demo-steps-2 {
  padding: 30px;
  padding: 2.2vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-2 {
    padding: 30px;
    padding: 3.91vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-2 {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-2 {
    flex: 0 0 2.93vw;
  }
}
@media (max-width: 575px) {
  .pg-demo-steps-short .pg-demo-steps-2 {
    padding: 0;
  }
}
.pg-demo-steps-short .pg-demo-steps-title {
  font-size: 26px;
  line-height: 30px;
  font-size: 1.9vw;
  line-height: 2.2vw;
  margin: 0 0 1.17vw 0;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-title {
    font-size: 18px;
    line-height: 22px;
    font-size: 2.34vw;
    line-height: 2.86vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-title {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .pg-demo-steps-short .pg-demo-steps-title {
    margin-bottom: 15px;
  }
}
.pg-demo-steps-short .pg-demo-steps-description {
  font-size: 18px;
  line-height: 24px;
  font-size: 1.32vw;
  line-height: 1.76vw;
  margin: 0 0 1.83vw 0;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-description {
    font-size: 18px;
    line-height: 24px;
    font-size: 2.34vw;
    line-height: 3.13vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-description {
    font-size: 18px;
    line-height: 24px;
  }
}
.pg-demo-steps-short .pg-demo-steps-form .control-label {
  font-size: 14px;
  line-height: 14px;
  font-size: 1.02vw;
  line-height: 1.02vw;
  margin-bottom: 0.37vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form .control-label {
    font-size: 14px;
    line-height: 14px;
    font-size: 1.82vw;
    line-height: 1.82vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-form .control-label {
    font-size: 14px;
    line-height: 14px;
  }
}
.pg-demo-steps-short .pg-demo-steps-form .form-actions {
  padding-top: 0.59vw;
}
.pg-demo-steps-short .pg-demo-steps-form .webform-progressbar {
  font-size: 11px;
  line-height: 11px;
  font-size: 0.81vw;
  line-height: 0.81vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form .webform-progressbar {
    font-size: 11px;
    line-height: 11px;
    font-size: 1.43vw;
    line-height: 1.43vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-form .webform-progressbar {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 575px) {
  .pg-demo-steps-short .pg-demo-steps-form .webform-progressbar {
    margin-top: 2.93vw;
  }
}
.pg-demo-steps-short .form-actions {
  margin: 0;
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler fieldset {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler fieldset {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler fieldset {
    margin-bottom: 10px;
  }
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler .form-group {
  margin-bottom: 10px;
  margin-bottom: 0.73vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .form-group {
    margin-bottom: 10px;
    margin-bottom: 1.3vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .form-group {
    margin-bottom: 10px;
  }
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler .form-group .row >:nth-child(2) {
  padding-left: 10px;
  padding-left: 0.73vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .form-group .row >:nth-child(2) {
    padding-left: 10px;
    padding-left: 1.3vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .form-group .row >:nth-child(2) {
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .form-group .row >:nth-child(2) {
    padding-left: 0;
    padding-top: 10px;
  }
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler .form-control {
  font-size: 14px;
  line-height: 20px;
  font-size: 1.02vw;
  line-height: 1.46vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .form-control {
    font-size: 14px;
    line-height: 20px;
    font-size: 1.82vw;
    line-height: 2.6vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .form-control {
    font-size: 14px;
    line-height: 20px;
  }
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler select.form-control {
  height: auto;
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler .control-label {
  font-size: 14px;
  line-height: 14px;
  font-size: 1.02vw;
  line-height: 1.02vw;
  margin-bottom: 0.37vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .control-label {
    font-size: 14px;
    line-height: 14px;
    font-size: 1.82vw;
    line-height: 1.82vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .control-label {
    font-size: 14px;
    line-height: 14px;
  }
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler .form-check-label {
  font-size: 11px;
  line-height: 14px;
  font-size: 0.81vw;
  line-height: 1.02vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .form-check-label {
    font-size: 11px;
    line-height: 14px;
    font-size: 1.43vw;
    line-height: 1.82vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .form-check-label {
    font-size: 11px;
    line-height: 14px;
  }
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler .custom-label {
  font-size: 11px;
  line-height: 14px;
  font-size: 0.81vw;
  line-height: 1.02vw;
  padding-left: 0.37vw;
  padding-top: 0.37vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .custom-label {
    font-size: 11px;
    line-height: 14px;
    font-size: 1.43vw;
    line-height: 1.82vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .custom-label {
    font-size: 11px;
    line-height: 14px;
  }
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler .custom-control-label {
  font-size: 11px;
  line-height: 14px;
  font-size: 0.81vw;
  line-height: 1.02vw;
  padding-left: 0.37vw;
  padding-top: 0.37vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .custom-control-label {
    font-size: 11px;
    line-height: 14px;
    font-size: 1.43vw;
    line-height: 1.82vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .custom-control-label {
    font-size: 11px;
    line-height: 14px;
  }
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler .custom-control-inline {
  align-items: center;
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler .form-actions {
  padding-top: 0.59vw;
}
@media (max-width: 575px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .form-actions {
    flex-direction: row;
  }
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler .webform-progressbar {
  font-size: 11px;
  line-height: 11px;
  font-size: 0.81vw;
  line-height: 0.81vw;
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .webform-progressbar {
    font-size: 11px;
    line-height: 11px;
    font-size: 1.43vw;
    line-height: 1.43vw;
  }
}
@media (max-width: 767px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .webform-progressbar {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 575px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .webform-progressbar {
    margin-top: 2.93vw;
  }
}
.pg-demo-steps-short .pg-demo-steps-form-form-handler .pg-demo-steps-btn {
  padding: 0 1.83vw;
}
@media (max-width: 1199px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .pg-demo-steps-btn {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .pg-demo-steps-short .pg-demo-steps-form-form-handler .pg-demo-steps-btn {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    min-width: 50%;
  }
}
