.client__container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.title {
  margin-bottom: 40px;
}

.client__field-wrapper {
  margin-bottom: 30px;
}

.client__row,
.client__field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px 10px;
  max-width: 780px;
}

.agreement-label {
  margin-bottom: 30px;
}

.client__button {
  margin-bottom: 10px;
}

.agreement-label a {
  text-decoration: underline;
}

.field-wrapper,
.authorization-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#freeOrder,
#changeAuthWayBtn {
  text-align: left;
}


/* ======== Bid history ======== */

.bid-history__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 15px;
}

.bid-history__color-fail {
  color: var(--red);
}

.bid-history__color-success {
  color: var(--green);
}

.bid-history__row-head {

}

/* !!! */
.bid-history__list {
  width: 100%;
  margin-bottom: 30px;
}
/* .bid-history__list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
} */





/* ============================= */


@media (min-width: 768px) {
  .section-block {
    padding: 30px;
  }

  .client__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .client__button {
    width: max-content;
    padding: 16px 44px;
  }
}

@media (min-width: 1280px) {
  .section-block {
    padding: 40px;
  }
}
