.form-main__download {
    display: none;
    justify-content: center;
  }

  .download-item {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
  }

  .download-item--active::before {
    content: "";
    width: 100%;
    height: 1.5px;
    left: 0;
    bottom: -5px;
    position: absolute;
    background-image: repeating-linear-gradient(0deg, #26599b, #26599b 5px, transparent 5px, transparent 10px, #26599b 10px), repeating-linear-gradient(90deg, #26599b, #26599b 5px, transparent 5px, transparent 10px, #26599b 10px), repeating-linear-gradient(180deg, #26599b, #26599b 5px, transparent 5px, transparent 10px, #26599b 10px), repeating-linear-gradient(270deg, #26599b, #26599b 5px, transparent 5px, transparent 10px, #26599b 10px);
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
  }

  .download-item:hover .download-item__text {
    color: #5479F8;
  }

  .download-item:hover .download-item__icon {
    fill: #5479F8;
  }

  .download-item__text {
    color: #26599B;
  }

  .download-item__icon {
    width: 23px;
    height: 23px;
    fill: #26599B;
  }

  .document-frame__item {
    width: 95px;
    height: 95px;
    min-width: 95px;
    min-height: 95px;
    background: #D9D9D9;
  }

  .document-frame__close {
    position: absolute;
    right: -10px;
    top: -5px;
    border: 1px solid #A6A6A6;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
  }

  .document-frame__icon {
    width: 24px;
    height: 24px;
  }

  .document-frame {
    position: relative;
  }

  #org-found,
  #org-name,
  #org-oid,
  #org-adress,
  #org-director,
  #org-not-found {
    display: none;
  }

  .error {
    border: 1px solid #F0402C !important;
  }

  #uploaded-file-view {
    display: none;
    flex-direction: column;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #26599B;
    border-radius: 8px;
    text-align: center;
    color: #26599b;
  }

  #uploaded-file-view img {
    width: 40px;
    height: 40px;
  }

  #uploaded-file-view #delete-file {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 30px;
    margin-left: 90px;
    margin-top: -90px;
    border-radius: 20px;
    border: 1px solid #26599B;
    background-color: white;
  }

  #uploaded-file-view #delete-file:hover {
    background-color: #91B3FA;
  }

  #ajax-loader {
    display: none;
    align-items: center;
  }

  #circularG {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 20px;
  }

  .circularG {
    position: absolute;
    background-color: rgb(38, 89, 155);
    width: 6px;
    height: 6px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    animation-name: bounce_circularG;
    -o-animation-name: bounce_circularG;
    -ms-animation-name: bounce_circularG;
    -webkit-animation-name: bounce_circularG;
    -moz-animation-name: bounce_circularG;
    animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -ms-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
  }

  #circularG_1 {
    left: 0;
    top: 10px;
    animation-delay: 0.41s;
    -o-animation-delay: 0.41s;
    -ms-animation-delay: 0.41s;
    -webkit-animation-delay: 0.41s;
    -moz-animation-delay: 0.41s;
  }

  #circularG_2 {
    left: 2px;
    top: 2px;
    animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
  }

  #circularG_3 {
    top: 0;
    left: 10px;
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
  }

  #circularG_4 {
    right: 2px;
    top: 2px;
    animation-delay: 0.83s;
    -o-animation-delay: 0.83s;
    -ms-animation-delay: 0.83s;
    -webkit-animation-delay: 0.83s;
    -moz-animation-delay: 0.83s;
  }

  #circularG_5 {
    right: 0;
    top: 10px;
    animation-delay: 0.97s;
    -o-animation-delay: 0.97s;
    -ms-animation-delay: 0.97s;
    -webkit-animation-delay: 0.97s;
    -moz-animation-delay: 0.97s;
  }

  #circularG_6 {
    right: 2px;
    bottom: 2px;
    animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
  }

  #circularG_7 {
    left: 10px;
    bottom: 0;
    animation-delay: 1.24s;
    -o-animation-delay: 1.24s;
    -ms-animation-delay: 1.24s;
    -webkit-animation-delay: 1.24s;
    -moz-animation-delay: 1.24s;
  }

  #circularG_8 {
    left: 2px;
    bottom: 2px;
    animation-delay: 1.38s;
    -o-animation-delay: 1.38s;
    -ms-animation-delay: 1.38s;
    -webkit-animation-delay: 1.38s;
    -moz-animation-delay: 1.38s;
  }

  @keyframes bounce_circularG {
    0% {
      transform: scale(1);
    }

    100% {
      transform: scale(0.3);
    }
  }

  .third-img {
    margin-top: 0px;
  }

.suggestions-suggestion {
    border-top: 1px solid var(--borders-color) !important;
    padding: 12px 15px !important;
    height: fit-content;
}

.suggestions-suggestion:hover {
    background-color: #CCDCFE !important;
}

.suggestions-suggestion[data-index="0"] {
    border-top: 0 !important;
}

.suggestions-subtext_inline::after {
    content: ', ' !important;
}

.suggestions-hint {
    padding: 15px !important;
}

.input-block {
    width: 100%;
    position: relative;
}

.contact-form-section p {
    text-align: center;
    font-size: 14px !important;
    line-height: 17px !important;
}

.form-main__info, #ajax-loader, .form-main__download, #uploaded-file-view {
    margin-top: 10px;
    justify-content: center;
}

.download-item__text {
    width: 170px;
}