/* 
    Reset
----------------------------*/
.j-callme * {
  box-sizing: border-box;
  outline: none;
}
.j-callme svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.j-callme [class*="icon--"] {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
}
/* 
    Style
----------------------------*/
.j-callme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*.j-callme__content {
  position: relative;
  width: 280px;
  background: #ffffff;
  padding: 15px;
  border-radius: 3px;
}*/
.j-callme__content {
    position: relative;
    width: 332px;
    background: #ffffff;
    padding: 15px;
    border-radius: 3px;
}
#html_element_3 {
    margin-bottom: 8px;
    right: 0;
    width: 302px;
    position: relative;
    display: inline-block;
}
#html_element_2 {
    margin-bottom: 8px;
    right: 0;
    width: 302px;
    position: relative;
    display: inline-block;
}
#html_element {
    margin-bottom: 8px;
    right: 0;
    width: 302px;
    position: relative;
    display: inline-block;
}
.j-callme input[type="text"],
.j-callme textarea {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: inherit;
}
.j-callme__error,
.j-callme__thanks {
  display: none;
}
.j-callme__error {
  text-align: right;
  color: #e93f11;
  margin-bottom: 10px;
}
.j-callme__thanks {
  color: #78bf57;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
.j-callme__thanks .icon {
  display: block !important;
  width: 100%;
  font-size: 100px;
  margin: 0 auto 15px auto;
}
.j-callme__send,
.j-callme__button {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  padding: 7px 20px;
  cursor: pointer;
}
.j-callme__send:active,
.j-callme__button:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.j-callme__button {
  margin-top: 10px;
}
.j-callme__send {
  float: right;
}
