.label {
  display: inline-block;
  height: 28px;
  margin: 10px 0;
  font-family: "Neris SemiBold";
  font-size: 0.3em;
  line-height: 160%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #3EA897;
  padding: 6px 12px; }
  @media screen and (max-width: 1200px) {
    .label {
      height: 20px;
      padding: 4px 9px;
      font-size: 0.25em; } }
  @media screen and (max-width: 720px) {
    .label {
      height: 20px;
      padding: 4px 9px;
      font-size: 0.35em; } }

.form-input {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-top: 15px; }
  .form-input textarea {
    width: 100%;
    height: 200px;
    background: #FFFFFF;
    border: 2px solid #C9C9C9;
    padding: 15px 25px;
    font-family: "Neris SemiBold";
    font-size: 0.65em;
    line-height: 155%;
    letter-spacing: 0.01em;
    color: #000000; }
    .form-input textarea:hover {
      border: 2px solid #939393;
      cursor: pointer; }
    .form-input textarea:focus {
      outline: none; }
  .form-input label {
    font-family: "Neris SemiBold";
    font-size: 0.4em;
    line-height: 165%;
    letter-spacing: 0.04em;
    color: #737373;
    padding-bottom: 3px; }
    .form-input label span {
      padding-left: 5px;
      color: #00725C; }
    @media screen and (max-width: 600px) {
      .form-input label {
        font-size: 0.6em; } }
  .form-input input {
    width: 100%;
    height: 65px;
    background: #FFFFFF;
    border: 2px solid #C9C9C9;
    padding: 0 25px;
    font-family: "Neris SemiBold";
    font-size: 0.7em;
    letter-spacing: 0.01em;
    color: #000000; }
    .form-input input::placeholder {
      font-family: "Neris SemiBold";
      color: rgba(0, 0, 0, 0.4);
      font-size: 0.9em; }
    .form-input input:hover {
      border: 2px solid #939393;
      cursor: pointer; }
    .form-input input:focus {
      outline: none;
      border-bottom: 2px solid #00725C; }
    .form-input input.no-zoom {
      font-size: 1em;
      transform: scale(0.7);
      transform-origin: top left;
      width: 142.8%;
      line-height: 200%;
      height: 94px; }
      @media screen and (max-width: 1050px) {
        .form-input input.no-zoom {
          height: 65px; } }
    .form-input input.has-error {
      border-bottom: 3px solid #E43E3C; }
    @media screen and (max-width: 1050px) {
      .form-input input {
        height: 50px;
        padding: 0 20px; } }
  .form-input .error-input {
    font-family: "Neris Black";
    font-size: 0.3em;
    line-height: 135%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #E43E3C;
    margin-top: -20px;
    padding-bottom: 10px; }
    @media screen and (max-width: 1050px) {
      .form-input .error-input {
        margin-top: -15px;
        margin-bottom: 12px; } }
    @media screen and (max-width: 600px) {
      .form-input .error-input {
        margin-bottom: 20px; } }

.btn-subscribe {
  position: absolute;
  top: 29px;
  bottom: 29px;
  right: 16px;
  cursor: pointer; }
  @media screen and (max-width: 1100px) {
    .btn-subscribe {
      top: 20px;
      bottom: 20px;
      transform: scale(0.8); } }

.btn {
  max-width: 350px;
  width: 100%;
  height: 90px;
  border-radius: 0;
  font-family: "Neris SemiBold";
  font-size: 0.6em;
  line-height: 155%;
  letter-spacing: 0.01em;
  color: #fff;
  background: #222629;
  position: relative;
  z-index: 10;
  border: none; }
  .btn .fas {
    padding: 0 5px; }
  @media screen and (max-width: 1200px) {
    .btn {
      font-size: 0.9em;
      max-width: none; } }
  @media screen and (max-width: 1050px) {
    .btn {
      font-size: 0.8em;
      max-width: none;
      height: 70px; } }
  @media screen and (max-width: 600px) {
    .btn {
      height: 50px; } }
  .btn .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: .10rem;
    margin-right: 10px; }

.spinner-border {
  color: #00725C !important; }

.btn.dark {
  color: #fff; }

.btn.light {
  color: #00725C;
  background: transparent; }

.btn.dark.black {
  background: #222629; }
  .btn.dark.black .fa-check-circle {
    color: #FFFFFF; }
  .btn.dark.black .spinner-border {
    color: #FFFFFF !important; }

.btn.dark.green {
  background: #00725C; }
  .btn.dark.green .fa-check-circle {
    color: #FFFFFF; }
  .btn.dark.green .spinner-border {
    color: #FFFFFF !important; }

.btn.light.black {
  border: 3px solid #222629; }

.btn.light.green {
  border: 3px solid #00725C; }

.btn:focus {
  outline: none;
  box-shadow: none; }

.btn:hover {
  color: #fff;
  background: #00725C;
  box-shadow: 0 1.43897px 2.21381px rgba(0, 0, 0, 0.00843437), 0 3.45805px 5.32008px rgba(0, 0, 0, 0.0121168), 0 6.51121px 10.0172px rgba(0, 0, 0, 0.015), 0 11.6149px 17.869px rgba(0, 0, 0, 0.0178832), 0 21.7244px 33.4221px rgba(0, 0, 0, 0.0215656), 0 52px 80px rgba(0, 0, 0, 0.03); }

.btn.dark.black:hover, .btn.light.green:hover {
  background: #00725C; }

.btn.light.black:hover, .btn.dark.green:hover {
  background: #222629; }

.btn.dark.green.white-effect:hover {
  background: #fff;
  color: #222629; }

.btn:active {
  background: #00725C; }

.btn.light.green:active {
  border: 3px solid #00725C; }

.btn.light.black:active {
  border: 3px solid #3A3B3D; }

.btn.dark.black:active, .btn.light.green:active {
  background: #00725C; }

.btn.light.black:active, .btn.dark.green:active {
  background: #3A3B3D; }

.btn.dark.green.white-effect:active {
  background: #E9E9E9; }

.btn.light.black, .btn.dark.green > .fa-check-circle {
  color: #00725C; }

