.column__form {
  position: relative;
  height: 100%;
  background-color: #eeeae8;
  border-radius: 25px;
  padding: 30px;
  padding-top: 43px;
}


@media(max-width: 1400px) {
  .column__form {
    padding: 30px 20px;
  }
}

.column__form--lgray {
  background-color: #f1f1f0;
  box-shadow: 6px 8px 18px rgba(0,0,0,0.3);
}

@media(max-width: 767px) {
    .column__form {
        padding: 25px 15px 25px 15px;
    }
    .below-figure {
        margin-top: 20px;
    }
    .column__form--lgray {
      box-shadow: 4px 5px 12px rgba(0,0,0,0.2);
    }
}

input, textarea {
  width: 100%;
  font-family: 'Poppins-Italic';
  font-size: 17px;
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  padding: 0 20px;
  margin-top: 12px;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: default-button;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

input {
  height: 63px;
}

input[type="submit"] {
  height: auto;
  min-height: auto;
  white-space: break-spaces;
}

@media(max-width: 767px) {
    input {
      height: 55px;
      border-radius: 10px;
    }
    input, textarea {
      padding: 0 15px;
    }
}

@media(max-width: 470px) {
  input[type="submit"] {
    font-size: 16px;
  }
  input, input.btn__link, textarea {
    border-radius: 10px;
  }
}

input:placeholder {
  font-family: 'Poppins-Italic';
	font-size: 17px;
	color: #767676;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: 'Poppins-Italic';
  font-size: 17px;
  color: #767676;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  font-family: 'Poppins-Italic';
  font-size: 17px;
  color: #767676;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: 'Poppins-Italic';
  font-size: 17px;
  color: #767676;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: 'Poppins-Italic';
  font-size: 17px;
  color: #767676;
}

input[type="submit"] {
	border: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  cursor: pointer;
}

.submit {
  margin-top: 12px;
}

.no-spam {
  font-size: 14px;
  margin-top: 15px;
}

.no-spam.mt-30 {
  margin-top: 30px;
}

/*countdown*/
.countdown {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media(max-width: 767px) {
  .countdown {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.time-group {
  text-align: center;
}

.digits {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.digit {
  width: 57px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'NimbussanTConBold';
  font-size: 64px;
  line-height: 1;
  background-image: url('../img/counter.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  color: #fff;
  border-radius: 10px;
  padding-bottom: 2px;
}

.label {
  margin-top: 10px;
  font-size: 15px;
  color: #6b625f;
}

@media (max-width: 767px) {
  .countdown {
    gap: 10px;
  }
  .digit {
    width: 51px;
    height: 70px;
    font-size: 55px;
  }
  .label {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .countdown {
    gap: 6px;
  }
  .digits {
    gap: 3px;
  }
  .digit {
    width: 41px;
    height: 55px;
    font-size: 40px;
  }
}

.no-spam--abs {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}

@media(max-width: 1260px) {
  .no-spam--abs {
    position: relative;
    bottom: auto;
    margin-top: 25px;
  }
}

.no-spam p {
  position: relative;
  top: 2px;
  margin-top: 0;
  padding-left: 8px;
}
