.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm {
  color: #050014;
}
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="text"] {
    color: #2D3745;
    border-radius: 16px;
    border: 1px solid #CAD5E2 !important;
    background: #FFF;
    padding: 13px 20px;
    transition: all 0.3s ease;
}


.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="text"]:hover{
    border: 1px solid #7BACFC!important;
    box-shadow: 0 0 0 3px rgba(171, 205, 252, 0.40)!important;
}
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="text"]:focus{
    border: 1px solid #7BACFC!important;
    box-shadow: 0 0 0 3px rgba(171, 205, 252, 0.40)!important;
}






.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld textarea {
  border: 1px solid #CAD5E2 !important;
  color: #2D3745;
   transition: all 0.3s ease;
}

.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld textarea:hover{
    border: 1px solid #7BACFC!important;
    box-shadow: 0 0 0 3px rgba(171, 205, 252, 0.40)!important;
}
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld textarea:focus{
    border: 1px solid #7BACFC!important;
    box-shadow: 0 0 0 3px rgba(171, 205, 252, 0.40)!important;
}

.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="file"] {
  color: #050014;
}
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld p {
  color: #050014 !important;
}
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .zcwf_privacy_txt * {
  color: #526074 !important;
}
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .zcwf_privacy_txt a:hover {
    color: #004bff !important;
}
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .newCustomchkbox-md {
    border-radius: 6px;
    border: 2px solid #4A84FB;
    background: #FFF;
    box-shadow: 0 0 0 0 rgba(171, 205, 252, 0.40);
    transition: all 0.3s ease;
}

/* Основной современный селектор */
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="text"]::placeholder {
    color: #94A3B8 !important; /* Укажите нужный цвет */
    opacity: 1;               /* Важно для Firefox, который по умолчанию делает плейсхолдер бледным */
}

/* Для старых версий Chrome, Safari и Opera */
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="text"]::-webkit-input-placeholder {
    color: #94A3B8 !important;
}

/* Для Firefox 19+ */
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="text"]::-moz-placeholder {
    color: #94A3B8 !important;
    opacity: 1;
}

/* Для Internet Explorer 10-11 */
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="text"]:-ms-input-placeholder {
    color: #94A3B8 !important;
}

.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld textarea::placeholder{
    color: #94A3B8 !important; /* Укажите нужный цвет */
    opacity: 1;               /* Важно для Firefox, который по умолчанию делает плейсхолдер бледным */
}

.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy[data-checked="yes"] .newCustomchkbox-md {
    background: #1E55FB;
}
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .dIB[data-checked="yes"] .newCustomchkbox-md {
    background: #1E55FB;
    border: 2px solid #1E55FB;
}


 .wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .newCustomchkbox-md:hover {
    box-shadow: 0 0 0 3px rgba(171, 205, 252, 0.40);
}
 .wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy[data-checked="yes"] .newCustomchkbox-md:hover {
    box-shadow: 0 0 0 3px rgb(255 255 255 / 40%);
}
 .wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .dIB[data-checked="yes"] .newCustomchkbox-md:hover {
    box-shadow: 0 0 0 3px rgb(255 255 255 / 40%);
}

.newCustomchkbox-md:has(input[aria-invalid="true"]) {
    border: 1px solid #FC6879!important;
    box-shadow: 0 0 0 3px rgba(252, 166, 165, 0.40)!important;
}

.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .newCustomchkbox-md:after {
  color: #050014;
}
.wrap-zoho-form.wrap-zoho-form-dark-style #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .newCustomchkbox-md input {
  display: none;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm {
  max-width: 100% !important;
  background-color: transparent !important;
  padding: 0;
  color: #fff;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row {
  margin: 0;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_lab {
  display: none;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld {
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="text"] {
  width: 100%;
  border: 0 !important;
  outline: none;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  padding: 48px 0 16px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  float: none;
  background: transparent;
  color: #fff;
}



@media (max-width: 576px) {
  .wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="text"] {
    padding-top: 24px;
  }
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld textarea {
    width: 100%;
    border: 0 !important;
    outline: none;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    padding: 0 0 16px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    float: none;
    background: transparent;
    color: #fff;
    resize: none;
    height: 120px;
    border-radius: 16px;
    background: #FFF;
    padding: 12px 20px;
    font-family: Outfit, sans-serif !important;
}
@media (max-width: 576px) {
  .wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld textarea {
    margin-top: 24px;
  }
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="file"] {
  margin-top: 48px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  float: none;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld p {
  color: #fff !important;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld .zcwf_col_help {
  display: none;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld .formsubmit {
    min-height: 60px;
    width: 320px;
    height: 60px;
    padding: 0;
    background: #1E55FB url(/wp-content/uploads/2025/11/arrow-right-w.svg) no-repeat 182px 50%;
    color: #fff;
    max-width: 100%;
    padding-right: 33px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    margin-top: 24px;
    border-radius: 30px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld .formsubmit:hover {
  background-color: #2249BD;
}
@media (max-width: 576px) {
  .wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld .formsubmit {
    width: 100%;
    background-position: 60% 50%;
    margin-top: 24px;
  }
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_col_fld input[type="reset"] {
  display: none;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy {
    margin-top: 32px;
    margin-bottom: 16px;
    padding: 0;
	margin-left: 12px;
    position: relative;
    z-index: 1;
    cursor: default;
    display: flex;
    flex-flow: row wrap;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy div[aria-live="polite"] {
  width: 100%;
  margin-left: 41px;
  margin-top: 3px;
  height: 0;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .dIB.vaT {
    height: 28px;
    width: 28px;
    margin-right: 10px;
    flex: none;
    max-width: 100%;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy[data-checked="yes"] .newCustomchkbox-md:after {
  opacity: 1;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .dIB[data-checked="yes"] .newCustomchkbox-md:after {
  opacity: 1;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .newCustomchkbox-md {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin: 0 10px 0 0;
  position: relative;
  cursor: pointer;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .newCustomchkbox-md:after {
    content: url(/wp-content/uploads/2026/01/check.svg);
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: 0.1s ease-in-out;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .newCustomchkbox-md input {
  display: none;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .zcwf_privacy_txt {
  flex: 1 1 0%;
  max-width: 100%;
  padding-top: 6px;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .zcwf_privacy_txt * {
    font-size: 14px !important;
    line-height: 1.4;
    background-color: transparent !important;
    color: #526074 !important;
    font-weight: 400;
    line-height: 20px;
    font-family: Outfit, sans-serif !important;
}
.wrap-zoho-form #crmWebToEntityForm.crmWebToEntityForm form .zcwf_row .zcwf_privacy .zcwf_privacy_txt a {
  color: #004bff !important;
}
/*# sourceMappingURL=form-zoho.css.map */