.active-label-focus {
  top: -5px !important;
  margin-left: 12px;
  margin-right: 12px;
  background-color: white;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 0 !important;
  font-size: 12px !important;
}

.active-label {
  position: absolute;
  left: 0;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  color: #333;
  font-weight: 400;
  font-size: 20px;
  transition: all 0.3s ease;
}

.application-form .title, .application-form-calculate .title {
  text-align: center;
}

.move-file {
  color: #31a1a3;
}

.aclstatAddLeadForm *,
.aclstatAddLeadForm *::after,
*::before {
  box-sizing: border-box;
}

.aclstatAddLeadForm {
  margin: 1em auto;
}

.aclstatAddLeadForm > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.aclstatAddLeadForm .overlay-wrapper {
  position: relative;
}

.aclstatAddLeadForm .overlay-wrapper .overlay {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.7);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.aclstatAddLeadForm .row {
  width: 100%;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}

#aclstatFormDescription {
  max-width: 100%;
  min-width: 100%;
}

.aclstatAddLeadForm .row > div {
  margin-bottom: 1em;
  padding: 0 0.5em;
  padding-bottom: 5px;
}

.aclstatAddLeadForm label .text-danger {
  color: #ff0000;
}

.aclstatAddLeadForm button,
.aclstatAddLeadForm input,
.aclstatAddLeadForm optgroup,
.aclstatAddLeadForm select,
.aclstatAddLeadForm textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.aclstatAddLeadForm input.form-control:focus,
.aclstatAddLeadForm optgroup.form-control:focus,
.aclstatAddLeadForm select.form-control:focus,
.aclstatAddLeadForm textarea.form-control:focus {
  border-color: #0000ff;
  outline: none;
}

.aclstatAddLeadForm [type='button']:not(:disabled),
.aclstatAddLeadForm [type='reset']:not(:disabled),
.aclstatAddLeadForm [type='submit']:not(:disabled),
.aclstatAddLeadForm button:not(:disabled) {
  cursor: pointer;
}

.aclstatAddLeadForm input[type='submit'] {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.188%;
  text-transform: uppercase;
  color: #ffff;
  max-width: 360px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 0;
  background-color: #21e1e3;
  transition: 0.2s;
}

.aclstatAddLeadForm .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.aclstatAddLeadForm .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.aclstatAddLeadForm .col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.aclstatAddLeadForm .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.aclstatAddLeadForm .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.aclstatAddLeadForm .col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.aclstatAddLeadForm .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.aclstatAddLeadForm .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.aclstatAddLeadForm .col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.aclstatAddLeadForm .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.aclstatAddLeadForm .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.aclstatAddLeadForm .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.aclstatAddLeadForm .position-relative {
  position: relative;
}

.btn {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
  background:none;
}

.aclstatAddLeadForm .form-control:not(#aclstatFormSubmit, #aclstatFormSubmitCalculate)::placeholder {
  color: #2a3e50;
}

.aclstatAddLeadForm .form-control:not(#aclstatFormSubmit, #aclstatFormSubmitCalculate) {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-right: 3.275rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2a3e50;
  background-color: #f3f8f8;
  background-clip: padding-box;
  border: 2px solid #a4c5c6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.aclstatAddLeadForm .form-control:not(#aclstatFormSubmit, #aclstatFormSubmitCalculate):focus {
  background-color: #fff;
  border-color: #0ad2d4;
  color: #2a3e50;
}

.aclstatAddLeadForm .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.aclstatAddLeadForm input.form-control.is-invalid,
.aclstatAddLeadForm select.form-control.is-invalid,
.aclstatAddLeadForm textarea.form-control.is-invalid {
  border-color: #c4161c !important;
}

.aclstatAddLeadForm .error {
  display: inline-block;
  position: absolute;
  margin-top: 5px;
  color: #c4161c;
  font-size: 14px;
}

.aclstatAddLeadForm .drop-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  border: 2px dashed #a4c5c6;
  padding: 1.375rem 0.75rem;
  border-radius: 0.25rem;
  font-weight: 400;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.aclstatAddLeadForm .drop-zone img {
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
}

.aclstatAddLeadForm .drop-zone.is-dragover {
  background-color: #dcf1f9;
}

.aclstatAddLeadForm .drop-zone strong {
  cursor: pointer;
}

#aclstatFormSubmit, #aclstatFormSubmitCalculate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 16px;
  height: 54px;
  width: 100%;
  max-width: 360px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  background-color: #0ad2d4;
  border-radius: 30px;
  cursor: pointer;
  outline: 0 none;
  font-weight: 700;
  border: 2px solid #0ad2d4;
  transition: all 0.3s ease;
}

#aclstatFormSubmit:hover, #aclstatFormSubmitCalculate:hover {
  opacity: 1;
  background-color: #21e1e3;
  border-color: #21e1e3;
  color: #fff;
}

#aclstatFormSubmit:disabled, #aclstatFormSubmitCalculate:disabled {
  background-color: #a4c5c6;
  border-color: #a4c5c6;
  cursor: default;
  transition: all 0.3s ease;
}

.btn {
  display: flex;
  justify-content: center;
}

.aclstatAddLeadForm [type='submit'] {
  font-size: 18px;
  margin-left: auto;
}

textarea {
  min-height: 64px;
}

.checkbox-wrapper {
  margin-bottom: 40px !important;
}

.checkbox-wrapper label {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #2d2d2d;
}

.checkbox-wrapper a {
  color: #31a1a3;
  text-decoration: underline;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  user-select: none;
}

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 3px solid #a4c5c6;
  border-radius: 0.25em;
  margin-right: 0.5em;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
  border-color: #2a6769;
  background-color: #2a6769;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

@media (max-width: 800px) {
  .row {
    flex-direction: column;
    width: 95%;
  }

  .row > div {
    width: 100% !important;
  }
}

.hide-label {
  display: none;
}

.field-sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 8px;
}

.file-list {
  margin-top: 8px;
}

.file-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 14px !important;
  margin-bottom: 8px !important;
  border: 1px solid #21e1e3;
  border-radius: 8px;
}

.file-item img {
  width: 32px;
  height: 32px;
}

.file-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.input-wrapper {
  display: flex;
  align-items: center;
}

.textarea-wrapper label {
  padding-top: 10px;
}

.success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.success img {
  width: 100%;
  max-width: 366px;
  margin-top: 37px;
}

.gratitude {
  text-align: center;
}

.gratitude p:first-of-type {
  margin-top: 45px;
  margin-bottom: 25px;
  color: #000000;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
}

.gratitude p:last-of-type {
  color: #2a3e50d1;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 40px;
}

.portfolio {
  text-align: center;
}

.portfolio p {
  color: #000000;
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 25px;
}

.portfolio__btn {
  width: 100%;
  max-width: 360px;
  height: 45px;
  margin-bottom: 96px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 1200px) {
  .file-name {
    width: fit-content !important;
    max-width: 68%;
  }

  .textarea-mobile textarea {
    min-height: 115px;
  }

  .portfolio__btn {
    margin-bottom: 15px;
  }
}

@media (max-width: 610px) {
  .textarea-mobile textarea {
    padding-top: 18px !important;
    padding-right: 4.275rem !important;
  }

  .textarea-mobile .clear-input {
    margin-top: 18px;
  }
}

@media (max-width: 540px) {
  .textarea-mobile textarea {
    padding-right: 4.275rem !important;
  }
}
.col-12.btn ~ .error{
  bottom:132px;
  left:10px;
}
@media(max-width: 845px){
 .col-12.btn ~ .error{
  bottom:157px;
}
.checkbox-wrapper{
  margin-top:20px;
}
}
@media(max-width: 500px){
 .col-12.btn ~ .error{
  bottom:188px;
}
}
@media(max-width: 425px){
 .col-12.btn ~ .error{
  bottom:212px;
}
}
@media(max-width: 400px){
 .col-12.btn ~ .error{
  bottom:230px;
}
}
.smartYandex {
  height: 102px !important;
}
