.form-head {
  font-size: 17px;
  color: rgba(var(--color-i83r9hz0n), 1);
  cursor: pointer;
  margin-left: 44px;
  background: rgba(var(--color-iprawj1nn), 1);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.3s ease;
}
.form-head:hover {
  opacity: 0.9;
}
@media (max-width: 960px) {
  .form-head {
    margin-left: 0;
  }
}
.form-head:hover {
  color: #fff;
}
@media only screen and (min-width: 640px) {
  .remodal {
    max-width: 360px !important;
  }
}
.remodal {
  padding: 30px !important;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .remodal {
    padding: 20px !important;
  }
}
.remodal .remodal-close-btn {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  border: 2px solid #000;
  background: rgba(var(--color-ish7m8f66), 1);
  border-radius: 50%;
  font-size: 0;
}
.remodal .remodal-close-btn:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -10px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.remodal .remodal-close-btn:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -10px;
  transform: rotate(45deg);
  background-color: #fff;
}
@media (max-width: 960px) {
  .remodal .remodal-close-btn {
    right: 10px;
    top: 10px;
  }
}
.remodal .tpl-anketa .tpl-anketa__title {
  font-size: 28px;
  font-weight: bold;
}
.remodal .tpl-anketa .tpl-anketa__right form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.remodal .tpl-anketa .tpl-anketa__right form .tpl-field input, .remodal .tpl-anketa .tpl-anketa__right form .tpl-field textarea {
  border-radius: 10px;
  box-shadow: none;
  border: 2px solid #000;
  padding: 10px;
  width: 100%;
}
.remodal .tpl-anketa .tpl-anketa__right form .tpl-field input::placeholder, .remodal .tpl-anketa .tpl-anketa__right form .tpl-field textarea::placeholder {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.remodal .tpl-anketa .tpl-anketa__right form .tpl-field input:focus::placeholder, .remodal .tpl-anketa .tpl-anketa__right form .tpl-field textarea:focus::placeholder {
  transform: translateX(-100%);
  opacity: 0;
}
.remodal .tpl-anketa .tpl-anketa__right form .tpl-field .tpl-form-button {
  width: 100%;
  background: rgba(var(--color-ish7m8f66), 1);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  border-radius: 10px;
  box-shadow: none;
  border: 2px solid #000;
  transition: 0.3s;
}
.remodal .tpl-anketa .tpl-anketa__right form .tpl-field .tpl-form-button:hover {
  background: rgba(var(--color-ibgpkt1wp), 1);
  border: 2px solid rgba(var(--color-ibgpkt1wp), 1);
}
.remodal .tpl-anketa .tpl-anketa__right form .tpl-field.field-error input {
  border: 2px solid red;
}
.remodal .tpl-anketa .tpl-anketa__right form .tpl-field ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.remodal .tpl-anketa .tpl-anketa__right form .tpl-field ul label {
  display: flex;
  align-items: flex-start;
}
.remodal .tpl-anketa .tpl-anketa__right form .tpl-field ul label input {
  width: auto;
}
.remodal .tpl-anketa .tpl-anketa__right .tpl-anketa-success-note {
  font-size: 28px;
  font-weight: bold;
}
