.flex-form {
  display: flex!important;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.flex-form.single-row {
  margin-bottom: 0;
}

.flex-form *.right-margin {
  margin-right: 10px;
}
.flex-form *.right-margin-narrow {
  margin-right: 5px;
}
.flex-form *.right-margin-broad {
  margin-right: 20px;
}

.flex-form .label {
  flex-grow: 0;
  color: #6e6e6e;
  font-size: 12px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  text-align: right;
  white-space: nowrap;
}

.flex-form .label.right {
  margin-right: 0;
  border-bottom: 1px solid #d1d1d1;
}

.flex-form .item {
  width: auto;
  flex-grow: 1;
}
.flex-form .item:last-child {
  margin-right: 0;
}
.flex-form .item input, .flex-form .item select {
  margin-bottom: 0;
}

.flex-form .item.name {
  font-size: 14px;
  color: #202020;
  font-weight: bold;
  padding: 15px;
  padding-left: 10px;
}

.select-wrapper {
  position:relative;
}

.select-wrapper::after {
  position: absolute;
  top: 12px;
  right: 15px;
  font-family: Ratchicons;
  content: '\e814';
  pointer-events: none;
}

label.list {
  font-size: 14px!important ;
}

label.second-line {
  padding-left: 20px;
}

.flex-form.single-row input {
  margin-bottom: 0;
}


.flex-form .radio {
  font-size: 14px;
  color: #202020;
  flex-grow: 0;
  margin-right: 30px;
}

.flex-form .radio label {
  padding-left: 5px;
}

.flex-form.space-between {
  justify-content: space-between;
}

.flex-form.agreement {
  padding: 0 15px 5px 15px;
}
