.iti__flag {
  background-image: url("/storage/datatypes/blocks/0001/00001163/files/flags.png") !important;
}
.iti {
  width: 100%;
  height: 56px;
}
.iti > input {
  height: 56px;
  border-radius: 7px;
  border: 1px solid #eee;
  outline: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/storage/datatypes/blocks/0001/00001163/files/flags-2x.png") !important;
  }
}
.public-form__input {
  min-width: 0 !important;
}
.b-specially-form {
  position: relative;
  z-index: 2;
  font-family: "Montserrat";
}
.b-specially-form__title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 686px) {
  .b-specially-form__title {
    font-size: 42px;
  }
}
.b-specially-form__custom-select {
  width: 100%;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  outline: none;
  border-radius: 7px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (min-width: 686px) {
  .b-specially-form__custom-select {
    font-size: 20px;
  }
}
.b-specially-form__custom-select.error {
  outline: 1px solid #f00;
}
.b-specially-form__confidential {
  color: #000;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
}
.b-specially-form__confidential > a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  cursor: pointer;
}
.b-specially-form__confidential > a:hover, .b-specially-form__confidential > a:link, .b-specially-form__confidential > a:active, .b-specially-form__confidential > a:focus {
  text-decoration: none;
}
.b-specially-form .public-form__input {
  position: relative;
  flex-basis: 100%;
}
.b-specially-form .public-form__input > textarea {
  padding: 26px 20px 10px;
  resize: vertical;
  border: 1px solid #eee;
  outline: none;
  border-radius: 7px;
}
.b-specially-form .public-form__input > input[name="theme"] {
  display: none;
}
.b-specially-form .public-form__input > input {
  height: 56px;
  padding: 26px 20px 10px;
  border: 1px solid #eee;
  border-radius: 7px;
  outline: none;
}
.b-specially-form .public-form__input:hover .public-form__input-comment {
  will-change: transform;
}
.b-specially-form .public-form__input > .public-form__input-comment {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #000;
  opacity: 0.5;
  font-size: 14px;
  pointer-events: none;
  min-width: 250px;
  transform-origin: left;
}
@media screen and (min-width: 686px) {
  .b-specially-form .public-form__input > .public-form__input-comment {
    font-size: 20px;
  }
}
.b-specially-form .public-form__input > .public-form__input-comment--fold {
  transform: translateY(-15px) scale(0.7);
  animation: comments_fold_mobile 400ms ease-in;
  will-change: transform;
}
@media screen and (min-width: 686px) {
  .b-specially-form .public-form__input > .public-form__input-comment--fold {
    animation: comments_fold_desktop 400ms ease-in;
  }
  @keyframes comments_fold_desktop {
    from {
      transform: translateY(0) scale(1);
    }
    50% {
      transform: translateY(-7.5px) scale(0.85);
    }
    to {
      transform: translateY(-15px) scale(0.7);
    }
  }
}
@keyframes comments_fold_mobile {
  from {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-7.5px) scale(0.85);
  }
  to {
    transform: translateY(-15px) scale(0.7);
  }
}
.b-specially-form .public-form__input > .public-form__input-comment--unfold {
  transform: translateY(0) scale(1);
  animation: comments_unfold_mobile 400ms ease-out;
}
@media screen and (min-width: 686px) {
  .b-specially-form .public-form__input > .public-form__input-comment--unfold {
    animation: comments_unfold_desktop 400ms ease-out;
  }
  @keyframes comments_unfold_desktop {
    from {
      transform: translateY(-15px) scale(0.7);
    }
    50% {
      transform: translateY(-7.5px) scale(0.85);
    }
    to {
      transform: translateY(0) scale(1);
    }
  }
}
@keyframes comments_unfold_mobile {
  from {
    transform: translateY(-15px) scale(0.7);
  }
  50% {
    transform: translateY(-7.5px) scale(0.85);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
.b-specially-form .public-form__input > .public-form__input-comment--disabled {
  display: none;
}
.b-specially-form .public-form__buttons > button {
  width: 100%;
  padding: 15px 60px;
  color: #fff;
  background-color: #0db8f1;
  border: 2px solid #0db8f1;
  border-radius: 30px;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 0;
  z-index: 10;
}
@media (hover: hover) {
  .b-specially-form .public-form__buttons > button:hover {
    background-color: #fff;
    color: #0db8f1;
  }
}
@media (hover: none) {
  .b-specially-form .public-form__buttons > button:active {
    background-color: #fff;
    color: #0db8f1;
  }
}
.b-specially-form .public-form__field-webinar {
  display: none;
}
.b-specially-form .public-form__field-source, .b-specially-form .public-form__field-theme, .b-specially-form .public-form__field-techart_client {
  position: relative;
}
.b-specially-form .public-form__field-source select, .b-specially-form .public-form__field-theme select, .b-specially-form .public-form__field-techart_client select {
  width: 100%;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #eee;
  outline: none;
  border-radius: 7px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
  background-position: right 20px top 50%;
}
@media screen and (min-width: 686px) {
  .b-specially-form .public-form__field-source select, .b-specially-form .public-form__field-theme select, .b-specially-form .public-form__field-techart_client select {
    font-size: 20px;
  }
}
.b-specially-form .public-form__field-source select.error, .b-specially-form .public-form__field-theme select.error, .b-specially-form .public-form__field-techart_client select.error {
  outline: 1px solid #f00;
}
.b-specially-form .public-form__field-subscription, .b-specially-form .public-form__field-help_needed {
  justify-content: space-between;
}
.b-specially-form .public-form__field-subscription > label[for="subscription"], .b-specially-form .public-form__field-subscription label[for="help_needed"], .b-specially-form .public-form__field-help_needed > label[for="subscription"], .b-specially-form .public-form__field-help_needed label[for="help_needed"] {
  order: 2;
  flex-basis: 90%;
  min-width: 10%;
  margin: 0;
  font-weight: 300;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  color: #000;
}
.b-specially-form .public-form__field-subscription > .public-form__input, .b-specially-form .public-form__field-help_needed > .public-form__input {
  flex-basis: 5%;
  width: fit-content;
  min-width: auto;
  display: flex;
  justify-content: center;
}
.b-specially-form .public-form__field-subscription > .public-form__input > input, .b-specially-form .public-form__field-help_needed > .public-form__input > input {
  height: auto;
  margin: 0;
  border-radius: 7px;
}
.b-specially-form .public-form__field.error input {
  outline: 1px solid #f00;
}
.b-specially-form .public-form__field.error input::placeholder {
  color: #f00;
}
.b-specially-form .public-form__field.error .public-form__input-comment {
  color: #f00;
}
.b-specially-form .public-form__field > label {
  display: none;
}
.b-specially-form .public-form__field > label[for="subscription"], .b-specially-form .public-form__field label[for="help_needed"] {
  display: block;
}
.b-specially-form .public-form__field-clientid {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.b-specially-form .public-form__field-clientid input {
  pointer-events: none;
}
.b-specially-form .public-form__field-suggestions {
  padding-top: 20px;
  background-color: #fff;
  border-radius: 7px;
}
.b-specially-form .public-form__field-suggestions:hover .public-form__input-comment {
  will-change: transform;
}
.b-specially-form .public-form__field-suggestions .public-form__input-comment {
  top: 0px;
  min-width: 250px;
  transform-origin: left;
}
.b-specially-form .public-form__field-suggestions .public-form__input-comment--fold {
  transform: translateY(-20px) scale(0.7);
  animation: textarea_comments_fold_mobile 400ms ease-in;
  will-change: transform;
}
@media screen and (min-width: 686px) {
  .b-specially-form .public-form__field-suggestions .public-form__input-comment--fold {
    animation: textarea_comments_fold_desktop 400ms ease-in;
  }
  @keyframes textarea_comments_fold_desktop {
    from {
      transform: translateY(0) scale(1);
    }
    50% {
      transform: translateY(-10px) scale(0.85);
    }
    to {
      transform: translateY(-20px) scale(0.7);
    }
  }
}
@keyframes textarea_comments_fold_mobile {
  from {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(0.85);
  }
  to {
    transform: translateY(-20px) scale(0.7);
  }
}
.b-specially-form .public-form__field-suggestions .public-form__input-comment--unfold {
  transform: translateY(0) scale(1);
  animation: textarea_comments_unfold_mobile 400ms ease-out;
}
@media screen and (min-width: 686px) {
  .b-specially-form .public-form__field-suggestions .public-form__input-comment--unfold {
    animation: textarea_comments_unfold_desktop 400ms ease-out;
  }
  @keyframes textarea_comments_unfold_desktop {
    from {
      transform: translateY(-20px) scale(0.7);
    }
    50% {
      transform: translateY(-10px) scale(0.85);
    }
    to {
      transform: translateY(0) scale(1);
    }
  }
}
@keyframes textarea_comments_unfold_mobile {
  from {
    transform: translateY(-20px) scale(0.7);
  }
  50% {
    transform: translateY(-10px) scale(0.85);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
.b-specially-form .errors {
  width: fit-content;
  margin: 40px auto !important;
}
.b-specially-form .errors > li {
  padding-bottom: 10px;
}
.b-specially-form .result {
  background-color: rgba(0, 0, 0, 0) !important;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
.b-specially-form .public-form__field-suggestions .public-form__input-comment {
  top: 20px;
}
