.small__form {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 24px;
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  .small__form {
    flex-direction: column;
  }
}
.small__form-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .small__form-wrapper {
    width: 100%;
  }
}
.small__form-wrapper .politics {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
@media screen and (max-width: 1300px) {
  .small__form-wrapper .politics {
    max-width: 329px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.small__form-wrapper .politics p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 14.68px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .small__form-wrapper .politics p {
    text-align: center;
  }
}
.small__form-wrapper .politics p a {
  color: #fff;
  text-decoration: underline;
}
.small__form .btn-blue {
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 15px;
  min-width: 274px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  color: #212121;
  background-color: #1486C9;
}
@media screen and (max-width: 1300px) {
  .small__form .btn-blue {
    min-width: unset;
    max-width: 328px;
  }
}
.small__form .btn-blue span {
  color: #fff;
}
.small__form input {
  padding: 19px;
  outline: none;
  border: 1px solid #212121;
  border-radius: 12px;
  min-width: 274px;
}
@media screen and (max-width: 1300px) {
  .small__form input {
    max-width: 328px;
    min-width: unset;
    width: 100%;
  }
}
.small__form input::-moz-placeholder {
  color: #7A7A7A;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 15.92px;
}
.small__form input::placeholder {
  color: #7A7A7A;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 15.92px;
}/*# sourceMappingURL=smallForm.css.map */