.base__content {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .base__circles {
    display: flex; }
    @media screen and (max-width: 1010px) {
  .base__circles {
    flex-direction: column;
    align-items: center;
    justify-content: center; } }
  .base__circle {
    position: relative;
    box-shadow: inset rgba(125, 29, 100, 1) -4px -4px 3px -4px, inset rgba(204, 53, 100, 1) 4px 4px 3px -4px, -25px -25px 35px -20px rgba(204, 53, 100, 0.15), 25px 25px 35px -20px rgba(125, 29, 100, 0.15);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    justify-content: center;
    margin-right: 76px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Acrom-Regular;
    font-size: 19px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(66deg, #ff194a, #8d04d2); }
    @media screen and (max-width: 1010px) {
  .base__circle {
    margin: 0;
    margin-bottom: 20px; } }

.circle-text {
  position: absolute;
  width: 170%; }
  .circle-text__text {
    fill: #ff0054;
    font-family: Acrom-Regular;
    font-size: 2px; }

.base-num {
  color: #ff0054;
  font-family: AvantiBold;
  font-size: 56px; }

.base-text {
  text-align: center;
  display: block;
  font-size: 19px;
  color: rgba(0, 0, 0, 0); }

.tenders {
  height: 100%;
  margin-bottom: 200px; }
  .tenders__container {
    height: 100%; }
  .tenders__first {
    padding-bottom: 200px; }
  .tenders__form {
    background: #151c26;
    padding: 30px;
    padding-bottom: 150px; }
  .tenders__blocks {
    display: flex; }
    @media screen and (max-width: 600px) {
  .tenders__blocks {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center; } }
    .tenders__blocks .forms-field-string, .tenders__blocks .forms-field-email {
      margin: 0px 5px; }
    .tenders__blocks input {
      width: 100%; }
      .tenders__blocks input:first-child {
        margin-right: 20px; }
      @media screen and (max-width: 600px) {
  .tenders__blocks input {
    width: 100%; }
    .tenders__blocks input:first-child {
      margin-right: 0px; } }
  .tenders__texteria {
    resize: none;
    height: 185px;
    display: block;
    padding: 20px;
    width: 100%;
    background: none;
    border: 2px solid #a5385c;
    border-radius: 10px;
    font-family: CenturyGothic-Italic;
    font-size: 15px;
    color: #60555e;
    box-shadow: 0 0 54px rgba(165, 56, 92, 0.3), inset 0 0 31px rgba(165, 56, 92, 0.3); }
  .tenders__btn {
    width: 100%;
    text-align: center; }
  .tenders__icons {
    margin-top: 127px; }
    .tenders__icons:before {
      display: none; }
    .tenders__icons:after {
      display: none; }
    .tenders__icons-icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .tenders__icons-icon svg {
        width: 117px;
        height: 117px; }
      .tenders__icons-icon p {
        font-family: Avanti;
        text-align: center;
        font-size: 16px;
        margin-top: 20px; }
      @media screen and (max-width: 600px) {
  .tenders__icons-icon {
    margin-bottom: 20px; }
    .tenders__icons-icon:last-child {
      margin-bottom: 0; } }

.questions__content--tenders {
  display: block !important; }

.file {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .file input {
    position: absolute;
    opacity: 0; }

.file-reset {
  display: none; }

input.has_file ~ .file-reset {
  display: flex; }

.file-reset {
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 20px;
  height: 20px; }

.questions__content {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .questions__titles {
    font-family: HeliosExtThin;
    font-size: 15px;
    text-align: center;
    margin-bottom: 35px; }
  .questions__form {
    padding: 44px 50px;
    box-shadow: -12px -19px 41px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 750px) {
  .questions__form {
    padding: 20px 10px; } }
  .questions__input {
    display: block;
    padding: 20px 80px;
    width: 100%;
    background: none;
    border: 2px solid #a5385c;
    margin-bottom: 10px;
    border-radius: 20px;
    font-family: CenturyGothic-Italic;
    font-size: 22px;
    color: #60555e;
    box-shadow: 0 0 54px rgba(165, 56, 92, 0.3), inset 0 0 31px rgba(165, 56, 92, 0.3);
    text-align: center; }
    .questions__input:active, .questions__input:hover, .questions__input:focus {
      outline: 0;
      outline-offset: 0; }
    @media screen and (max-width: 750px) {
  .questions__input {
    padding: 20px;
    font-size: 17px; } }
