.easy-popup {
  position: relative;
  left: 0;
  right: 0;
  display: inline-block;
  background: #0475a7;
  width: calc(100% - 20px);
  max-width: 580px;
  min-height: 130px;
  margin: 25px auto;
  /*vertical-align: middle;*/
  overflow: hidden;
  color: #fff;
  text-align: left;
}
.easy-popup[data-name="message"] {
  font-size: 14px;
  line-height: 16px;
}
.easy-popup[data-name="message"] .easy-popup__heading {
  font-weight: bold;
  font-size: 26px;
}
.easy-popup[data-name="demo"] {
  position: relative;
  bottom: auto;
  float: right;
  max-width: 510px;
  width: calc(100% - 60px);
  margin: 68px 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.easy-popup[data-name="demo"] .demo-image {
  position: relative;
  left: -48.8%;
  width: 195%;
  max-width: 195%;
}
.easy-popup[data-name="demo"] .easy-popup__heading {
  display: none;
}
.easy-popup[data-name="demo"] .easy-popup__closer {
  border-color: #cde4ee;
  z-index: 5;
}
.easy-popup[data-name="demo"] .easy-popup__closer > div {
  background: #0074a7;
  left: 13px;
  top: 6px;
  width: 2px;
  height: 17px;
}
.easy-popup button,
.easy-popup input[type="submit"] {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 0 20px;
  background-color: #baff00;
  color: #000000;
  width: 205px;
  height: 45px;
  border: 1px solid #abeb00;
  margin: auto auto 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 250ms;
}
.easy-popup button.disabled,
.easy-popup input[type="submit"].disabled {
  opacity: 0.65;
  background: #ddd;
  border-color: #ddd;
  cursor: default;
}
.easy-popup[data-name="message"] button,
.easy-popup[data-name="message"] input[type="submit"] {
  display: none;
}
.easy-popup button:not(.disabled):hover,
.easy-popup input[type="submit"]:not(.disabled):hover {
  background: #79a503;
  border-color: #79a503;
}
.easy-popup .input_wrapper {
  margin-bottom: 10px;
}
.easy-popup .button_wrapper button {
  margin-left: 10px;
  margin-right: 10px;
}
.easy-popup .closing_button {
  margin-top: 10px;
}
.easy-popup-tint {
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  left: 50%;
  position: absolute;
  display: none;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 10000;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.6);
}
.easy-popup-tint::after {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.easy-popup-tint.is_loading .easy-popup__loading {
  visibility: visible;
  z-index: 10001;
}
.easy-popup__loading {
  visibility: hidden;
  background: center center / 100px no-repeat rgba(255, 255, 255, 0.7);
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 150ms;
}
.easy-popup__heading {
  height: auto;
  font: bold 22px/32px Verdana;
  color: #fff;
  padding: 30px 50px 30px 50px;
  margin: auto;
  background: #0475a7;
  font-weight: normal;
  font-family: Verdana, sans-serif;
}
.easy-popup .easy-popup__heading .heading-main {
  font-size: 18px;
  line-height: 22px;
}
.easy-popup .easy-popup__heading .heading-remark {
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
}
.easy-popup__body {
  padding: 0 50px 20px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}
.easy-popup__closer {
  position: absolute;
  width: 29px;
  height: 29px;
  right: 16px;
  top: 10px;
  cursor: pointer;
  transition: all 280ms;
  border: 1px solid #fff;
  border-radius: 16px;
}
.easy-popup__closer > div {
  position: absolute;
  left: 13px;
  top: 6px;
  width: 2px;
  height: 15px;
  background: #fff;
  border-radius: 3px;
  transition: all 280ms;
}
.easy-popup__closer > div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.easy-popup__closer > div:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.easy-popup__closer:hover {
  -webkit-transform: scale3d(1.15, 1.15, 0.15) rotate(-90deg);
  transform: scale3d(1.15, 1.15, 0.15) rotate(-90deg);
  background: rgba(61, 164, 189, 0.3);
}
.easy-popup__closer:hover > div {
  left: 12px;
  top: 5px;
  width: 2px;
  height: 18px;
}
.easy-popup__text {
  margin-bottom: 16px;
}
.easy-popup[data-name="email"],
.easy-popup[data-name="manager"] {
  background: #fff;
  color: #000;
}
.easy-popup[data-name="email"] button,
.easy-popup[data-name="email"] input[type="submit"],
.easy-popup[data-name="manager"] button,
.easy-popup[data-name="manager"] input[type="submit"] {
  width: auto;
  font-size: 16px;
  margin: 0;
}
.easy-popup[data-name="email"] .easy-popup__body,
.easy-popup[data-name="manager"] .easy-popup__body {
  padding: 25px 50px 50px;
}
.easy-popup .calculator-input {
  width: 100%;
  box-sizing: border-box;
}
.easy-popup .calculator-input-wrapper {
  margin-bottom: 25px;
  margin-top: 5px;
}
.easy-popup .calculator-label.mandatory::after {
  content: '*';
  color: #ee0000;
  position: relative;
  top: -3px;
  left: 2px;
  font-size: 12px;
}
.checkbox-wrapper {
  margin-bottom: 30px;
}
.checkbox-wrapper input[type="checkbox"] {
  display: none;
}
.fake_checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin: 1px 9px 0 0;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  box-sizing: border-box;
}
.fake_checkbox .checkbox_tick {
  background: url('../img/checkbox-tick.png') center center no-repeat;
  width: 12px;
  margin: 0 auto;
  opacity: 0;
  height: 100%;
  overflow: hidden;
  transition: all 300ms;
}
.fake_checkbox.checked .checkbox_tick {
  opacity: 1;
}
.fake_checkbox.disabled {
  opacity: 0.9;
  background-color: #ddd;
  cursor: default;
}
.fake_checkbox ~ .checkbox_label {
  opacity: 0.6;
  cursor: default;
}
.fake_checkbox ~ .checkbox_label {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 10px;
  width: calc(100% - 23px);
}
.fake_checkbox ~ .checkbox_label a:link,
.fake_checkbox ~ .checkbox_label a:visited {
  color: #0075a8;
  text-decoration: none;
  font-size: 12px;
}
.fake_checkbox ~ .checkbox_label a:hover {
  text-decoration: underline;
}
input[type="checkbox"].error + .fake_checkbox,
.fake_checkbox.error {
  border: 1px solid #f00 !important;
}
#popup_manager_description {
  line-height: 16px;
  height: 92px;
  resize: none;
}
.double-wrapper {
  position: relative;
  left: -8px;
  width: calc(100% + 20px);
}
.double-wrapper .calculator-input-wrapper {
  width: calc(50% - 20px);
  margin-left: 8px;
  margin-right: 8px;
}
.easy-popup .popup-link,
.easy-popup .popup-link:visited,
.easy-popup .popup-link:link {
  color: #fff;
}
@media screen and (max-width: 660px) {
  .easy-popup-tint {
    height: 100%;
  }
  .fake_checkbox {
    width: 25px;
    height: 25px;
  }
  .fake_checkbox .checkbox_tick {
    width: 25px;
  }
  .special_label.checkbox_label {
    width: 305px;
    line-height: 2;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .double-wrapper .calculator-input-wrapper {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 430px) {
  .easy-popup__heading {
    padding: 40px 20px 30px 20px;
  }
  .easy-popup__body,
  .easy-popup[data-name="email"] .easy-popup__body,
  .easy-popup[data-name="manager"] .easy-popup__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@-webkit-keyframes easyPopupShow {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes easyPopupShow {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes easyPopupClose {
  from {
    opacity: 1;
  }
  90% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes easyPopupClose {
  from {
    opacity: 1;
  }
  90% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
