.modal {
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  max-width: 517px;
  width: 90%;
  margin: auto;
  padding: 50px 40px 40px;
  border-radius: 8px;
  background: #f1f3ff;
  box-shadow: 0 14px 37px rgba(33, 33, 33, 0.7);
  z-index: 22;
  display: none;
  /*transition: all 0.5s;*/
  overflow-y: auto;
}
.modal-animation {
  -webkit-animation: 0.6s bounce;
          animation: 0.6s bounce;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch; /* Плавная прокрутка на iOS */
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.5s;
}
.modal-close:hover .close-icon path {
  fill: #77b414;
}

.modal-form {
  display: flex;
  flex-direction: column;
}

.modal-form__title {
  margin-bottom: 30px !important;
  text-align: center;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*background: rgba(10, 12, 30, 0.8);*/
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  /*transition: all 0.04s ease-in-out;*/
  visibility: hidden;
  opacity: 0;
  z-index: 5;
}

.overlay .show {
  visibility: visible;

  opacity: 1;
}

@media screen and (max-height: 720px) {
  .modal {
    bottom: 0;
  }
}

.modal.active {
  display: block;
  transition: all 0.5s;
  z-index: 999999991;
}

@media screen and (max-width: 476px) {
  .modal {
    padding: 50px 15px 40px;
    width: 100%;
  }
  .modal-close {
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 450px) {
  .modal {
    height: 100%;
    border-radius: 0;
    top: 0;
  }
}

.general-form .general-form__title {
  color: #0e1020;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Gilroy', 'Gilroy-bold', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0;
}
.general-form .general-form__subtitle {
  text-align: center;
  color: #0e1020;
  margin-bottom: 15px;
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.075px;
}
.general-form .general-form__subtitle strong {
  font-weight: 600;
  /*font-family: 'Gilroy', 'Gilroy-bold', sans-serif;*/
}
.wpcf7-form .inputs-wrapper > div {
  margin-bottom: 0px;
}

.wpcf7-form .inputs-wrapper .label-form-business,
.wpcf7-form .inputs-wrapper .business,
.wpcf7-form .inputs-wrapper .wpcf7-form-control-wrap[data-name="business"] {
  display: none;
}
.form-with-business .wpcf7-form .inputs-wrapper .business,
.form-with-business .wpcf7-form .inputs-wrapper .wpcf7-form-control-wrap[data-name="business"] {
  display: flex;
}
.form-with-business .wpcf7-form .inputs-wrapper .label-form-business {
  display: inline-block;
}
.new-cta .form-with-business .general-form__title,
.new-cta .form-with-business .general-form__subtitle {
  display: none;
}
.new-cta .inputs-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -7px;
}
.new-cta .inputs-wrapper > div {
  flex: 0 1 50%;
  padding: 0px 7.5px;
}

.social-forms .social-form {
  margin-right: 8px;
  position: relative;
  flex-shrink: 0;
  /* width: calc(33% - 4px) !important; */
}

@media screen and (max-width: 745px) {
  .new-cta .inputs-wrapper {
    display: block;
    margin: 10px 0 0 0;
  }
  .new-cta .inputs-wrapper > div {
    padding: 0;
  }
}

#modal-phone {
  margin-bottom: 20px;
}

.wpcf7-form .label-form {
  display: inline-block;
  color: #0e1020;
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 5px;
}
.wpcf7-form .label-form span {
  color: #ff5a4f;
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.wpcf7-form .intl-tel-input.separate-dial-code .selected-flag {
  background: transparent;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .country .dial-code {
  color: #0e1020;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.intl-tel-input.allow-dropdown {
  /*margin-bottom: 10px;*/
  width: 100%;
}
.country-name,
.dial-code,
.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 14px;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 95px !important;
}

.intl-tel-input .selected-flag {
  padding: 0 0 0 17px !important;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type='tel'],
.intl-tel-input.allow-dropdown input[type='text'],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type='tel'],
.intl-tel-input.separate-dial-code input[type='text'] {
  padding-left: 100px !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 14px;
}
.visually-hidden:not(:focus),
.visually-hidden:not(:active),
.wpcf7-form input[type='checkbox'].visually-hidden,
.wpcf7-form input[type='radio'].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 14px 18px;
  background: transparent;
  border-radius: 12px;
  border: 1px solid rgba(78, 79, 92, 0.5);
}
.wpcf7-form input[type='text'],
.wpcf7-form input[type='tel'],
.wpcf7-form input[type='email'] {
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 19.6px;
  font-weight: 400;
  color: #0c0e21;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder,
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 19.6px;
  font-weight: 400;
  color: #4e4f5c;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 19.6px;
  font-weight: 400;
  color: #4e4f5c;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 19.6px;
  font-weight: 400;
  color: #4e4f5c;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 19.6px;
  font-weight: 400;
  color: #4e4f5c;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 19.6px;
  font-weight: 400;
  color: #4e4f5c;
}
input::placeholder,
textarea::placeholder {
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 19.6px;
  font-weight: 400;
  color: #4e4f5c;
}

.wpcf7-form input:focus::-webkit-input-placeholder, .wpcf7-form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wpcf7-form input:focus::-webkit-input-placeholder,
.wpcf7-form textarea:focus::-webkit-input-placeholder,
.wpcf7-form input:focus::placeholder,
.wpcf7-form textarea:focus::placeholder,
.wpcf7-form input:focus:-ms-input-placeholder,
.wpcf7-form textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
  background: transparent;
}

.wpcf7-form .form-policy {
  color: #4e4f5c;
  text-align: center;
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 241px;
  margin: 6px auto 0;
}
.wpcf7-form .form-policy a {
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.iti-mobile .intl-tel-input.iti-container {
  z-index: 999999999;
}
.social-forms br {
  display: none;
}
.social-forms {
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 500;
}
.social-forms .social-form {
  margin-right: 8px;
  position: relative;
  flex-shrink: 0;
}
.social-forms .social-forms__title {
  color: #000;
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07px;
}
.social-forms .social-forms__fields {
  display: flex;
  /* align-items: center; */
  margin-top: 16px;
  /* flex-wrap: wrap; */
  margin-bottom: 5px;
}
@media screen and (max-width: 476px) {
  .social-forms .social-forms__fields {
    grid-gap: 5px;
  }
  .social-forms .social-form {
    margin-right: 0;
  }
  .general-form .general-form__title {
    font-size: 26px;
  }
}
.social-forms .social-form label span {
  border-radius: 5px;
  padding: 10px 25px 11px 50px;
  cursor: pointer;
  line-height: 1.4;
  -webkit-touch-callout: none;
  /* -webkit-user-select: none; */
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;
}
.social-forms .social-form label span:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.social-forms .social-form.social-form__telegram label span:after {
  width: 18px;
  height: 16px;
  background-color: #417df0;
  -webkit-mask-image: url('../../img/telegram.svg');
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;

  mask-image: url('../../img/telegram.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  /* -webkit-mask: url('../../img/telegram.svg') center no-repeat;
    mask: url('../../img/telegram.svg') center no-repeat; */
}
.social-forms .social-form.social-form__whatsapp label span:after {
  width: 16px;
  -webkit-mask-image: url('../../img/whatsapp.svg');
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;

  mask-image: url('../../img/whatsapp.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  /* -webkit-mask: url('../../img/whatsapp.svg') center no-repeat;
    mask: url('../../img/whatsapp.svg') center no-repeat; */
  background-color: #3eb414;
}
.social-forms .social-form.social-form__email label span:after {
  /* -webkit-mask: url('../../img/email.svg') center no-repeat;
    mask: url('../../img/whatsapp.svg') center no-repeat; */
  -webkit-mask-image: url('../../img/email.svg');
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;

  mask-image: url('../../img/email.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: rgba(161, 148, 102, 1);
  height: 12px;
}

.social-form.social-form__telegram.active {
  background: #467aea;
  border-radius: 4px;
}
/* .social-form.social-form__telegram:hover {
  background: rgba(65, 125, 240, 0.1);
  border-radius: 4px;
} */
.social-form.social-form__telegram.active .wpcf7-list-item-label {
  color: #ffffff;
}

.social-forms .social-form.social-form__telegram label span {
  color: #417df0;
  background: rgba(65, 125, 240, 0.2);
}

.social-forms .social-form.social-form__whatsapp label span {
  background: rgba(62, 180, 20, 0.1);
  color: #3eb414;
}
.social-form.social-form__whatsapp.active {
  background: #4fb01e;
  border-radius: 4px;
}
/* .social-form.social-form__whatsapp:hover {
  background: rgba(62, 180, 20, 0.2);
  border-radius: 4px;
} */
.social-form.social-form__whatsapp.active .wpcf7-list-item-label {
  color: rgba(235, 247, 231, 1);
}

.social-forms .social-form.social-form__email label span {
  background: rgba(161, 148, 102, 0.2);
  color: rgba(161, 148, 102, 1);
}
.social-form.social-form__email.active {
  background: rgba(161, 148, 102, 1);
  border-radius: 4px;
}
/* .social-form.social-form__email:hover {
  background: rgba(161, 148, 102, 0.1);
  border-radius: 4px;
} */
.social-form.social-form__email.active .wpcf7-list-item-label {
  color: rgba(236, 234, 224, 1);
}

.social-forms
  .social-form.social-form__telegram
  label
  input:checked
  + span:after {
  background-color: #ffffff;
}
.social-forms
  .social-form.social-form__whatsapp
  label
  input:checked
  + span:after {
  background-color: rgba(235, 247, 231, 1);
}
.social-forms .social-form.social-form__email label input:checked + span:after {
  background-color: rgba(236, 234, 224, 1);
}

.social-forms .social-form.social-form__hidden {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.social-forms .social-form .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 22px;
}
.social-forms .social-form input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.social-forms .social-form .social-form__icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.for_whom.ui-ux__page {
  margin-top: 100px;
}
.clients.ui-ux__page {
  margin-top: 130px;
  margin-bottom: 50px;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 11px !important;
  color: #ff0000;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  pointer-events: none;
}
.wpcf7-form-control-wrap[data-name^="intl_tel"] .wpcf7-not-valid-tip {
  position: static;
  display: block;
  margin-top: 4px;
  pointer-events: auto;
}
.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form .input-icon {
  z-index: 1;
}
.wpcf7-response-output {
  position: relative;
  top: 7px;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: none;
}
.wpcf7 form div.visible-only-if-sent,
.cf7sg-response-output {
  display: none;
}

.wpcf7 form.sent div.visible-only-if-sent {
  display: flex;
}

.wpcf7 form.sent div.visible-only-if-sent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7 form .visible-only-if-sent {
  flex-direction: column;
  align-items: center;
}

.wpcf7 form .visible-only-if-sent a {
  display: flex;
}
.wpcf7 form .visible-only-if-sent {
  margin-top: 15px;
}
.wpcf7 form .visible-only-if-sent .notification__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  color: #020205;
  font-family: 'Gilroy', 'Gilroy-Bold', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.wpcf7 form .visible-only-if-sent .notification__title span {
  color: #020205;
  text-align: center;
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.08px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.notification__title--dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 0;
  line-height: 0;
}
.notification__title--dots .notification__dot {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background-color: #2AABEE;
  display: inline-block;
  opacity: 0.3;
  animation: notification-dots-bounce 1.4s ease-in-out infinite both;
}
.notification__title--dots .notification__dot:nth-child(1) {
  animation-delay: -0.32s;
}
.notification__title--dots .notification__dot:nth-child(2) {
  animation-delay: -0.16s;
}
.notification__title--dots .notification__dot:nth-child(3) {
  animation-delay: 0s;
}
@keyframes notification-dots-bounce {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .notification__title--dots .notification__dot {
    animation: none;
    opacity: 0.7;
  }
}
.wpcf7 form .visible-only-if-sent .notification__message {
  /*margin-bottom: 15px;*/
  text-align: center;
  color: #0e1020;
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.07px;
  margin-bottom: 40px;
}
.wpcf7 form .visible-only-if-sent .notification__message span {
  font-weight: bold;
  font-family: 'Gilroy', 'Gilroy-Bold', sans-serif;
}
.wpcf7 form .visible-only-if-sent .notification__link {
  margin-top: 15px;
}
.wpcf7 form .visible-only-if-sent a:hover {
  color: #ffffff;
}
.wpcf7 form .visible-only-if-sent .notification__icon {
  margin-bottom: 15px;
}

.tg-success-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 999999992;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
.tg-success-overlay.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}
.tg-success-modal {
  position: relative;
  width: 432px;
  height: 432px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 32px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
}
.tg-success-modal::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, #D3EF97 0%, #C1E5E5 50%, #6079E9 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.tg-success-modal__icon {
  display: flex;
  margin-top: 4px;
}
.tg-success-modal__icon img {
  width: 65px;
  height: 65px;
  display: block;
}
.tg-success-modal__dots {
  display: flex;
  gap: 6px;
  margin: 6px 0 4px;
  margin-top: 68px;
}
.tg-success-modal__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2B49E2;
  display: inline-block;
  opacity: 0.3;
  animation: tg-success-dots-bounce 1.4s ease-in-out infinite both;
}
.tg-success-modal__dots span:nth-child(1) { animation-delay: -0.32s; }
.tg-success-modal__dots span:nth-child(2) { animation-delay: -0.16s; }
.tg-success-modal__dots span:nth-child(3) { animation-delay: 0s; }
@keyframes tg-success-dots-bounce {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tg-success-modal__dots span {
    animation: none;
    opacity: 0.7;
  }
}
.tg-success-modal__text {
  text-align: center;
  font-size: 22px;
  line-height: 130%;
  color: #020205;
  font-weight: 500;
  margin-top: 20px;
}
.tg-success-modal__text--accent {
  color: #24A1DF;
  font-weight: 500;
}
.tg-success-modal__text--bold {
  font-weight: 700;
}
.tg-success-modal__btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  min-height: 65px;
  margin-top: 55px;
  background: #24A1DF;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 22px;
  line-height: 130%;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.tg-success-modal__btn:hover,
.tg-success-modal__btn:focus {
  background: #1d8dc5;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .tg-success-modal {
    width: 100%;
    height: auto;
    min-height: 380px;
    padding: 24px 20px;
  }
  .tg-success-modal__text {
    font-size: 18px;
  }
  .tg-success-modal__btn {
    font-size: 18px;
    height: 56px;
  }
}

.social-forms .social-form .wpcf7-list-item {
  margin-left: 0;
  /* margin-bottom: 22px; */
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 4px;
}

.btn-solid__spinner {
  display: none;
  position: relative;
  padding: 2px 30px 0 30px;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.06em;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 1;
  background: #d7d7d7;
  align-items: center;
  width: 100%;
}
.btn-solid__spinner img {
  opacity: 0.7;
}
.wpcf7-form .btn-solid__spinner {
  margin-top: 8px;
}
.wpcf7-form.submitting button[type='submit'] {
  display: none;
}
.wpcf7-form.submitting .btn-solid__spinner {
  display: block;
}
.btn-solid:disabled,
.btn-solid[disabled] {
  font-weight: 700;
  color: #404040;
  background: #d7d7d7;
}

.btn-solid {
  position: relative;
  padding: 16px 30px 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.06em;
  color: #0e1020;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 1;
}

.modal-form__btn {
  margin-top: 16px;
  background: #c0e449;
  cursor: pointer;
  height: 57px;
  width: 100%;
}

.modal-form__btn svg {
  position: relative;
  /* top: 50%;
  transform: translateY(-50%); */
}

/* .design_form_block .modal-form__btn {
  text-transform: none;
  width: auto;
  height: 60px;
  margin-top: 45px;
  border-radius: 5px;
  background-color: #77b414;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
}

.design_form_block .modal-form__btn:disabled {
  background-color: rgba(119, 180, 20, 0.2);
  color: #91be47;
}

.design_form_block .form-field {
  font-size: 15px;
  font-weight: 400;
} */
.audit-calculation .modal-form__btn {
  width: 100%;
}

.btn-solid::after,
.btn-transparent::after,
.btn-solid::before,
.btn-transparent::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  border-radius: 4px;
  transition: all 0.5s;
}

/* .btn-solid::after,
.btn-transparent::after {
  width: 100%;
  background: #c0e449;
  z-index: -2;
}

.btn-solid::before,
.btn-transparent::before {
  width: 0%;
  background: linear-gradient(90deg, #c0e449 0%, #91cc31 100%);
  transition: all 0.5s;
  z-index: -1;
}

.btn-solid:hover::before,
.btn-transparent:hover::before {
  width: 100%;
} */

.btn-solid:disabled,
.btn-solid[disabled] {
  font-weight: 700;
  color: #404040;
  background: #d7d7d7;
}

.btn-solid:disabled::before,
.btn-transparent:disabled::before,
.btn-solid:disabled::after,
.btn-transparent:disabled::after,
.btn-solid[disabled]::before,
.btn-transparent[disabled]::before,
.btn-solid[disabled]::after,
.btn-transparent[disabled]::after {
  content: none;
}

button {
  font-family: 'Gilroy', sans-serif;
  background: transparent;
  border: none;
  cursor: pointer;
}
.btn-form {
  width: 100%;
  max-width: 680px;
  justify-content: center;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 635px) {
  .social-forms .social-form label span {
    padding: 0;
    padding-left: 10px;
    width: calc(33% - 4px);
    font-size: 12px;
  }
  .wpcf7-form-control-wrap {
    position: relative;
    /* padding-top: 23px; */
    padding-top: 0px;
  }
  .wpcf7-form-control-wrap.business {
    padding-top: 0px;
  }
  .social-forms .social-form label span:after {
    left: -12px;
  }
  .social-forms .social-form.social-form__telegram label span:after {
    /* width: 15px; */
  }
  .social-forms .social-form {
    margin-right: 8px;
    position: relative;
    flex-shrink: 0;
    width: calc(33% - 4px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    border-radius: 4px;
  }
  .social-form.social-form__whatsapp {
    background-color: rgba(0, 193, 99, 0.12);
  }
  .social-form.social-form__telegram {
    background-color: rgba(65, 125, 240, 0.2);
  }
  .social-form.social-form__email {
    background-color: rgba(233, 233, 232, 1);
  }
  .social-forms .social-form.social-form__whatsapp label span {
    background: transparent;
  }
  .social-forms .social-form.social-form__telegram label span {
    background: transparent;
  }
  .social-forms .social-form.social-form__email label span {
    background: transparent;
  }
}
@media screen and (max-width: 543px) {
  .social-forms .social-form label span {
    padding-left: 25px;
  }
  .social-forms .social-form label span:after {
    left: 0px;
  }
  .flex_form_form.display_none840 {
    padding: 30px 30px;
  }
  .wpcf7-form .inputs-wrapper > div {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .social-forms .social-form label span {
    padding-left: 12px;
  }
  .social-forms .social-form label span:after {
    left: -8px;
  }
  .new-quiz .general-form .general-form__subtitle {
    margin-bottom: 15px;
  }
  .wpcf7-form .inputs-wrapper > div {
    margin-bottom: 12px;
  }
  .social-forms .social-form {
    width: calc(32% - 4px);
  }
  .social-forms .social-forms__fields {
    margin-top: 12px;
  }
  .wpcf7-form-control-wrap {
    position: relative;
    /* padding-top: 21px; */
  }
  .wpcf7-form-control-wrap.business {
    padding-top: 0px;
  }
}
@media screen and (max-width: 450px) {
  .social-forms .social-form label span {
    padding-left: 20px;
    font-size: 11px;
  }
  .social-forms .social-form label span:after {
    left: -2px;
  }
  .wpcf7-form-control-wrap {
    position: relative;
    /* padding-top: 20px; */
  }
}
@media screen and (max-width: 420px) {
  .social-forms .social-form {
    margin-right: 4px;
    width: calc(32% - 2px);
  }
}
@media screen and (max-width: 390px) {
  .social-forms .social-form label span {
    padding-left: 20px;
    font-size: 11px;
  }
  .social-forms .social-form label span:after {
    left: 0px;
  }
  .wpcf7-form-control-wrap {
    position: relative;
    /* padding-top: 20px; */
  }
}

@media screen and (max-width: 440px) {
  .general-form__subtitle.form-desc--js br {
    display: none;
  }
}
