.block-ee-popin {
  display: none;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  font-family: "DINRegular", Arial, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.block-ee-popin.showen {
  display: flex;
}

.block-ee-popin .block-inner {
  background-color: #e4e4e4;
  box-sizing: border-box;
  min-height: 338.2px;
  margin: 0 16px;
  padding: 40px;
  position: fixed;
  max-width: 645.3px;
}

@media screen and (max-width: 768px) {
  .block-ee-popin .block-inner {
    padding: 40px 16px;
  }
}

.block-ee-popin .block-title {
  border-left: none;
  color: #ad093d;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30.4px;
  padding-left: 0;
}

.recaptcha-text {
  color: #ad093d;
  font-weight: bold;
}

#ee-popin-form {
  padding: 0;
}

#ee-popin-form .ee-popin-close.form-submit {
  background-color: transparent;
  background-image: url(../images/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: block;
  height: 14;
  padding: 0;
  position: absolute;
  right: 17.9px;
  top: 15.6px;
  transition: transform 0.5s;
  width: 14px;
}

#ee-popin-form > div {
  display: flex;
  flex-direction: column;
}
.small-text {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 52px;
  padding-left: 18px;
}
.block-title.title {
  font-size: 30px;
  font-weight: bold !important;
  padding: 52px 40px 0 40px;
  text-align: center;
  font-family: "DINRegular", Arial, sans-serif;
}


#ee-popin-form .form-item {
  align-items: center;
  display: flex;
  position: relative;
}

#ee-popin-form .form-item label {
  color: #444a6a;
  font-size: 13px;
  line-height: 1.2;
  width: 43.1px;
}

#ee-popin-form .form-item label.error {
  left: 0;
  position: absolute;
  right: 0;
  top: -27px;
  width: 100%;
}

#ee-popin-form .form-item .form-required {
  display: none;
}

#ee-popin-form .form-item .form-text {
  background: #fff;
  border: none;
  padding: 0px !important;
  width: 100%;
}

#ee-popin-form .popin-captcha {
  margin-top: 10px;
}

#ee-popin-form .form-item .form-text.error {
  border: 1px solid #c43c35;
}

#ee-popin-form .form-submit {
  background: none;
  background-color: #ad093d;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  margin: 0 auto 20.2px;
  padding: 0 35px;
  text-transform: none;
}

#ee-popin-form p {
  color: #444a6a;
  display: inline-block;
  font-size: 12px;
  line-height: 1.33;
  margin-top: 10px;
  margin-bottom: 0;
}

#ee-popin-form a {
  color: #444a6a;
}
