@charset "UTF-8";
.remodal-overlay {
  background: rgba(0, 0, 0, 0.5);
}
div[data-remodal-id="call-forms"] {
  background: #1a1845;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  width: 280px;
  border: 1px solid #b7b7b7;
  text-align: left;
}
div[data-remodal-id="call-forms"] * {
  box-sizing: border-box;
  max-width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
div[data-remodal-id="call-forms"] .remodal-close-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 6px;
  cursor: pointer;
  background: none;
  padding: 0;
  border: 0;
}
div[data-remodal-id="call-forms"] .remodal-close-btn:after {
  display: block;
  content: "×";
  font: bold 15px / 20px Tahoma, Geneva, sans-serif;
  color: #fff;
  background: #ea2f2f;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-top: 15px;
  margin-right: 10px;
}
div[data-remodal-id="call-forms"] .tpl-anketa__title {
  color: #fff;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  box-sizing: border-box;
}
div[data-remodal-id="call-forms"] .tpl-field {
  padding-bottom: 25px;
  font-size: 14px;
}
div[data-remodal-id="call-forms"] .tpl-field p:first-child {
  margin-top: 0;
}
div[data-remodal-id="call-forms"] .tpl-field p:last-child {
  margin-bottom: 0;
}
div[data-remodal-id="call-forms"] .tpl-field.type-checkbox ul, div[data-remodal-id="call-forms"] .tpl-field.type-radio_group ul, div[data-remodal-id="call-forms"] .tpl-field.type-multi_checkbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div[data-remodal-id="call-forms"] .tpl-field input[type=text], div[data-remodal-id="call-forms"] .tpl-field input[type=email], div[data-remodal-id="call-forms"] .tpl-field input[type=tel], div[data-remodal-id="call-forms"] .tpl-field select, div[data-remodal-id="call-forms"] .tpl-field textarea {
  border-radius: 4px;
  border: 1px solid #b9b9b9;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  color: #888888;
  font-size: 14px;
}
div[data-remodal-id="call-forms"] .tpl-field textarea {
  padding: 15px;
  height: 132px;
}
div[data-remodal-id="call-forms"] .tpl-field-button {
  padding-bottom: 0;
  font-size: 16px;
}
div[data-remodal-id="call-forms"] .tpl-field-button button {
  width: 100%;
  background: #eb114e;
  border: none;
  box-sizing: border-box;
  padding: 12px 30px 10px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: Roboto Condensed, sans-serif;
  text-transform: uppercase;
  min-height: 30px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
}
.form-btn {
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  padding: 16px 40px 15px;
  text-decoration: none;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-bottom: 2px solid #bb0337;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  background: #eb114e;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.form-btn:hover {
  background: #ef3468;
}
.form-btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, white 50%, rgba(255, 255, 255, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, white 50%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3ffffff", endColorstr="#b3ffffff",GradientType=0);
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
