.button-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.button-wrapper.end {
  align-items: end;
}

.button-wrapper.with-title {
  padding-top: 36px;
}

.added-section {
  border-radius: 4px;
  background-color: #fff;
  padding: 36px;
}

.added-form {
  display: flex;
  gap: 24px;
}

.logistic-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 40%;
}

.logistic-form .form-control {
  width: 100%;
}

.logistic-form .button {
  width: 100%;
}

.geucs-table-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.sticky-box {
  align-self: flex-end;
  position: sticky;
  bottom: 30px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sticky-box .button {
  width: 100%;
}

.sticky-box-button {
  background-color: #fff;
}

.sticky-box.top {
  top: 30px;
  bottom: unset;
}

.contact-list {
  display: flex;
  gap: 30px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-title {
  font-size: 18px;
  line-height: 1;
}