.form .spinner {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}

.form .spinner.active {
  display: flex !important;
}

.form .spinner__icon {
  display: block;
  margin: 0;
  width: 40px;
  height: 10px;
  background: url("../img/loading.svg") no-repeat;
  background-size: contain;
}

.grecaptcha-badge {
  display: none;
}

.novalid {
  outline: 2px solid rgba(226, 64, 28, .5) !important;
  border: 1px solid rgba(226, 64, 28, .5) !important;
}

.form button {
  position: relative;
  overflow: hidden;
}

.contact--subscribe .contact__title,
.contact--subscribe .contact__subtitle {
  margin: 0 auto;
  max-width: 420px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.contact--subscribe .contact__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact--subscribe .form {
  margin-top: 10px;
  width: 100%;
  max-width: 420px;
}

.contact--subscribe .form input {
  width: 100%;
  max-width: none;
}

.contact--subscribe .form button {
  margin-top: 0;
}

.form .response {
  padding: 0;
  margin: 0;
  margin-bottom: -13px;
  color: #d9d9d9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
}

.modal-subscribe {
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #6c63ff;
  padding: 15px 15px 0;
  width: calc(100% - 44px);
  max-width: 442px;
  border-radius: 30px;
  font-family: "Gilroy";
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: 9999;
}

.modal-subscribe .response {
    margin: 0 0 15px;
    text-align: center;
}

.modal-subscribe__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.modal-subscribe input {
  display: block;
  margin: 0;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  color: #26282c;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  outline: none;
}

.modal-subscribe__title,
.modal-subscribe__desc {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.modal-subscribe__title {
  margin-bottom: 5px;
  font-weight: bold;
}

.modal-subscribe__desc {
    margin-bottom: 10px;
}

.modal-subscribe__image {
  display: block;
  max-width: 100%;
  height: auto;
}

.modal-subscribe__submit {
  border-radius: 20px;
  background: #26282c;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 122.857%;
  letter-spacing: 0.24px;
  border: none;
  display: block;
  margin: 0 auto;
  height: 45px;
  width: 200px;
  cursor: pointer;
}

.modal-subscribe__submit:hover {
    opacity: .9;
    position: relative;
    top: -1px;
    transition: all 60ms ease-in-out 30ms;
}

.modal-subscribe__close {
  position: absolute;
  right: 10px;
  top: -10px;
  z-index: 3;
  border: none;
  font-family: Arial, sans-serif;
  content: "×";
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 1px;
  color: #777;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNTciIGhlaWdodD0iMzU3IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyI+PHBhdGggZD0iTTM1NyAzNS43TDMyMS4zIDAgMTc4LjUgMTQyLjggMzUuNyAwIDAgMzUuN2wxNDIuOCAxNDIuOEwwIDMyMS4zIDM1LjcgMzU3bDE0Mi44LTE0Mi44TDMyMS4zIDM1N2wzNS43LTM1LjctMTQyLjgtMTQyLjgiLz48L3N2Zz4=")
    50% 50% no-repeat #f6f6f6;
  background-size: 12px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  transform: scale(1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 60ms ease-in-out 30ms;
}
